0
0
Fork 0
mirror of https://github.com/netdata/netdata.git synced 2025-04-06 22:38:55 +00:00

bump openssl for static in 3.1.4 ()

This commit is contained in:
Tasos Katsoulas 2023-10-30 15:08:14 +02:00 committed by GitHub
parent 1589cc4199
commit a245d9c957
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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"