0
0
Fork 0
mirror of https://github.com/netdata/netdata.git synced 2025-04-13 09:11:50 +00:00

static install: bump openssl and curl to latest stable versions ()

This commit is contained in:
Ilya Mashchenko 2024-10-09 14:15:46 +03:00 committed by GitHub
parent ff3866ead7
commit aebb9c4fa0
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1,9 +1,9 @@
# Source of truth for all the packages we bundle in static builds # Source of truth for all the packages we bundle in static builds
PACKAGES=("OPENSSL" "CURL" "BASH" "IOPING" "LIBNETFILTER_ACT") PACKAGES=("OPENSSL" "CURL" "BASH" "IOPING" "LIBNETFILTER_ACT")
SOURCE_TYPES=("GH_REPO_CLONE" "GH_REPO_CLONE" "DW_TARBALL" "GH_REPO_SOURCE" "DW_TARBALL") SOURCE_TYPES=("GH_REPO_CLONE" "GH_REPO_CLONE" "DW_TARBALL" "GH_REPO_SOURCE" "DW_TARBALL")
OPENSSL_VERSION="openssl-3.1.4" OPENSSL_VERSION="openssl-3.3.2"
OPENSSL_SOURCE="https://github.com/openssl/openssl" OPENSSL_SOURCE="https://github.com/openssl/openssl"
CURL_VERSION="curl-8_4_0" CURL_VERSION="curl-8_10_1"
CURL_SOURCE="https://github.com/curl/curl" CURL_SOURCE="https://github.com/curl/curl"
BASH_VERSION="5.1.16" BASH_VERSION="5.1.16"
BASH_ARTIFACT_SOURCE="http://ftp.gnu.org/gnu/bash" BASH_ARTIFACT_SOURCE="http://ftp.gnu.org/gnu/bash"