@cryptotaxi247 / netdata / commits / 150ccefab

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

Ilya Mashchenko committed Jul 29, 2025 at 11:23 UTC 150ccefabb0943bcc3c510e42c5a04543c866ad0
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.0"
4 +OPENSSL_VERSION="openssl-3.4.2"
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_11_1"
10 +CURL_VERSION="curl-8_15_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"