Skip to content

Commit

Permalink
build: update json-c and openssl wrap
Browse files Browse the repository at this point in the history
Update the two dependency to the latest upstream released one.

Signed-off-by: Daniel Wagner <[email protected]>
  • Loading branch information
igaw committed Dec 19, 2023
1 parent 2e76e27 commit bfa49d0
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 17 deletions.
17 changes: 9 additions & 8 deletions subprojects/json-c.wrap
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
[wrap-file]
directory = json-c-0.16
source_url = https://s3.amazonaws.com/json-c_releases/releases/json-c-0.16.tar.gz
source_filename = json-c-0.16.tar.gz
source_hash = 8e45ac8f96ec7791eaf3bb7ee50e9c2100bbbc87b8d0f1d030c5ba8a0288d96b
patch_filename = json-c_0.16-3_patch.zip
patch_url = https://wrapdb.mesonbuild.com/v2/json-c_0.16-3/get_patch
patch_hash = 6e712826ba1e6e1b6d21c6157a764984fedc6b594c9f92443498b972b6377a94
wrapdb_version = 0.16-3
directory = json-c-0.17
source_url = https://s3.amazonaws.com/json-c_releases/releases/json-c-0.17.tar.gz
source_filename = json-c-0.17.tar.gz
source_hash = 7550914d58fb63b2c3546f3ccfbe11f1c094147bd31a69dcd23714d7956159e6
patch_filename = json-c_0.17-2_patch.zip
patch_url = https://wrapdb.mesonbuild.com/v2/json-c_0.17-2/get_patch
patch_hash = c1a9a7e2ea6bed89a59e13a5684be25899a5a510963154c4450c5a492b8f3984
source_fallback_url = https://github.com/mesonbuild/wrapdb/releases/download/json-c_0.17-2/json-c-0.17.tar.gz
wrapdb_version = 0.17-2

[provide]
json-c = json_c_dep
18 changes: 9 additions & 9 deletions subprojects/openssl.wrap
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
[wrap-file]
directory = openssl-3.0.7
source_url = https://www.openssl.org/source/openssl-3.0.7.tar.gz
source_filename = openssl-3.0.7.tar.gz
source_hash = 83049d042a260e696f62406ac5c08bf706fd84383f945cf21bd61e9ed95c396e
patch_filename = openssl_3.0.7-2_patch.zip
patch_url = https://wrapdb.mesonbuild.com/v2/openssl_3.0.7-2/get_patch
patch_hash = dcc5d21bb602a5ca43bbaf14de858955f748b2abb2c0102ba193bd3964ac13a4
source_fallback_url = https://github.com/mesonbuild/wrapdb/releases/download/openssl_3.0.7-2/openssl-3.0.7.tar.gz
wrapdb_version = 3.0.7-2
directory = openssl-3.0.8
source_url = https://www.openssl.org/source/openssl-3.0.8.tar.gz
source_filename = openssl-3.0.8.tar.gz
source_hash = 6c13d2bf38fdf31eac3ce2a347073673f5d63263398f1f69d0df4a41253e4b3e
patch_filename = openssl_3.0.8-2_patch.zip
patch_url = https://wrapdb.mesonbuild.com/v2/openssl_3.0.8-2/get_patch
patch_hash = e84b5fe469e681e3318184157a0c7c43d4cbacd078bb88f506e31569f8f75072
source_fallback_url = https://github.com/mesonbuild/wrapdb/releases/download/openssl_3.0.8-2/openssl-3.0.8.tar.gz
wrapdb_version = 3.0.8-2

[provide]
libcrypto = libcrypto_dep
Expand Down

0 comments on commit bfa49d0

Please sign in to comment.