static install: bump openssl and curl to latest stable versions (#18719)
Ilya Mashchenko committed
Oct 9, 2024 at 14:15 UTC
aebb9c4fa0d9a016a80d48304a0d391793ace6b9
1 file changed
+2
-2
packaging/makeself/bundled-packages.version
+2
-2
@@ -1,9 +1,9 @@
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.4"
4
+OPENSSL_VERSION="openssl-3.3.2"
5
OPENSSL_SOURCE="https://github.com/openssl/openssl"
6
-CURL_VERSION="curl-8_4_0"
6
+CURL_VERSION="curl-8_10_1"
7
CURL_SOURCE="https://github.com/curl/curl"
8
BASH_VERSION="5.1.16"
9
BASH_ARTIFACT_SOURCE="http://ftp.gnu.org/gnu/bash"