@cryptotaxi247 / netdata / commits / 646c70968

build(deps): bump openssl and curl version in static build (#21024)

Ilya Mashchenko committed Sep 21, 2025 at 22:16 UTC 646c70968622a78daf28b22e679c4aa687e9acf0
1 file changed +2 -2
packaging/makeself/bundled-packages.version
+2 -2
@@ -1,13 +1,13 @@
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.4.2"
4 +OPENSSL_VERSION="openssl-3.5.3"
5 OPENSSL_SOURCE="https://github.com/openssl/openssl"
6 LIBUCONTEXT_VERSION="libucontext-1.3.2"
7 LIBUCONTEXT_SOURCE="https://github.com/kaniini/libucontext"
8 LIBUNWIND_VERSION="177deb5f89c5d792c9618db54fdcebd260e271e8" # Should be updated to a stable version once https://github.com/libunwind/libunwind/issues/742 is fixed.
9 LIBUNWIND_SOURCE="https://github.com/libunwind/libunwind"
10 -CURL_VERSION="curl-8_15_0"
10 +CURL_VERSION="curl-8_16_0"
11 CURL_SOURCE="https://github.com/curl/curl"
12 BASH_VERSION="5.2.37"
13 BASH_ARTIFACT_SOURCE="http://ftp.gnu.org/gnu/bash"