build(deps): bump openssl version in static build (#21074)
Ilya Mashchenko committed
Sep 30, 2025 at 19:52 UTC
14ae06bc34eafaee8a7402865d50895638cf32ae
1 file changed
+1
-1
packaging/makeself/bundled-packages.version
+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.5.3"
4
+OPENSSL_VERSION="openssl-3.5.4"
5
OPENSSL_SOURCE="https://github.com/openssl/openssl"
6
LIBUCONTEXT_VERSION="libucontext-1.3.2"
7
LIBUCONTEXT_SOURCE="https://github.com/kaniini/libucontext"