Skip to content

Commit

Permalink
Upgrade libjwt to version 1.15.3
Browse files Browse the repository at this point in the history
Signed-off-by: Nicola Sirena <[email protected]>
  • Loading branch information
NSsirena committed Sep 11, 2023
1 parent 7f6af5b commit 8af007c
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@
# OR CONDITIONS OF ANY KIND, express or implied. See the License for the specific language governing permissions and
# limitations under the License.

jwt_version = '1.12.0'
jwt_version = '1.15.3'
jwt_url = "https://github.com/benmcollins/libjwt/archive/refs/tags/v#{jwt_version}.tar.gz"
jwt_tarball = "#{node['cluster']['sources_dir']}/libjwt-#{jwt_version}.tar.gz"
jwt_sha256 = 'eaf5d8b31d867c02dde767efa2cf494840885a415a3c9a62680bf870a4511bee'
jwt_sha256 = 'cb2fd95123689e7d209a3a8c060e02f68341c9a5ded524c0cd881a8cd20d711f'

remote_file jwt_tarball do
source jwt_url
Expand All @@ -37,7 +37,7 @@
cwd Chef::Config[:file_cache_path]
code <<-LIBJWT
set -e
tar xf #{jwt_tarball}
tar xf #{jwt_tarball} --no-same-owner
cd libjwt-#{jwt_version}
autoreconf --force --install
./configure --prefix=/opt/libjwt
Expand Down

0 comments on commit 8af007c

Please sign in to comment.