diff --git a/client/tools/cjson.sh b/client/tools/cjson.sh index 5cdfc1e..f9ec97d 100755 --- a/client/tools/cjson.sh +++ b/client/tools/cjson.sh @@ -11,7 +11,7 @@ mkdir -p $PREFIX cd build rm -rf cjson -git clone -b v1.7.17 --depth=1 https://github.com/DaveGamble/cJSON cjson +git clone -b v1.7.18 --depth=1 https://github.com/DaveGamble/cJSON cjson cd cjson sed -i 's/-fstack-protector-strong//' Makefile diff --git a/client/tools/curl.sh b/client/tools/curl.sh index eeb7d9f..155b502 100755 --- a/client/tools/curl.sh +++ b/client/tools/curl.sh @@ -14,7 +14,7 @@ NGHTTP2_PREFIX=$(realpath build/nghttp2-wasm) cd build rm -rf curl -git clone -b curl-8_6_0 --depth=1 https://github.com/curl/curl +git clone -b curl-8_9_1 --depth=1 https://github.com/curl/curl cd curl autoreconf -fi diff --git a/client/tools/nghttp2.sh b/client/tools/nghttp2.sh index 58a5aba..256efb8 100755 --- a/client/tools/nghttp2.sh +++ b/client/tools/nghttp2.sh @@ -10,7 +10,7 @@ PREFIX=$(realpath build/nghttp2-wasm) cd build rm -rf nghttp2 -git clone -b v1.59.0 --depth=1 https://github.com/nghttp2/nghttp2 +git clone -b v1.63.0 --depth=1 https://github.com/nghttp2/nghttp2 cd nghttp2 rm -rf $PREFIX diff --git a/client/tools/wolfssl.sh b/client/tools/wolfssl.sh index 897da09..9cb76f7 100755 --- a/client/tools/wolfssl.sh +++ b/client/tools/wolfssl.sh @@ -12,7 +12,7 @@ mkdir -p $PREFIX cd build rm -rf wolfssl -git clone -b v5.6.6-stable --depth=1 https://github.com/wolfSSL/wolfssl wolfssl +git clone -b v5.7.2-stable --depth=1 https://github.com/wolfSSL/wolfssl wolfssl cd wolfssl autoreconf -fi