summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTasos Katsoulas <12612986+tkatsoulas@users.noreply.github.com>2023-10-30 15:08:14 +0200
committerGitHub <noreply@github.com>2023-10-30 15:08:14 +0200
commita245d9c957630b0ee1d61e293111056b9dee21aa (patch)
tree3311c08c7d65229d66601f7b917a0fd974a172d8
parent1589cc4199f095548119aa2340eb507882d86662 (diff)
bump openssl for static in 3.1.4 (#16303)
-rw-r--r--packaging/makeself/bundled-packages2
1 files changed, 1 insertions, 1 deletions
diff --git a/packaging/makeself/bundled-packages b/packaging/makeself/bundled-packages
index d09410288c..02ee4469dc 100644
--- a/packaging/makeself/bundled-packages
+++ b/packaging/makeself/bundled-packages
@@ -1,7 +1,7 @@
# Source of truth for all the packages we bundle in static builds
PACKAGES=("OPENSSL" "CURL" "BASH" "IOPING" "LIBNETFILTER_ACT")
SOURCE_TYPES=("GH_REPO_CLONE" "GH_REPO_CLONE" "DW_TARBALL" "GH_REPO_SOURCE" "DW_TARBALL")
-OPENSSL_VERSION="openssl-3.1.3"
+OPENSSL_VERSION="openssl-3.1.4"
OPENSSL_SOURCE="https://github.com/openssl/openssl"
CURL_VERSION="curl-8_4_0"
CURL_SOURCE="https://github.com/curl/curl"