bump openssl for static in 3.1.4 (#16303)
Tasos Katsoulas committed
Oct 30, 2023 at 15:08 UTC
a245d9c957630b0ee1d61e293111056b9dee21aa
1 file changed
+1
-1
packaging/makeself/bundled-packages
+1
-1
@@ -1,7 +1,7 @@
1
# Source of truth for all the packages we bundle in static builds
2
PACKAGES=("OPENSSL" "CURL" "BASH" "IOPING" "LIBNETFILTER_ACT")
3
SOURCE_TYPES=("GH_REPO_CLONE" "GH_REPO_CLONE" "DW_TARBALL" "GH_REPO_SOURCE" "DW_TARBALL")
4
-OPENSSL_VERSION="openssl-3.1.3"
4
+OPENSSL_VERSION="openssl-3.1.4"
5
OPENSSL_SOURCE="https://github.com/openssl/openssl"
6
CURL_VERSION="curl-8_4_0"
7
CURL_SOURCE="https://github.com/curl/curl"