mirror of
https://github.com/netdata/netdata.git
synced 2025-04-13 09:11:50 +00:00
bump openssl for static in 3.1.4 (#16303)
This commit is contained in:
parent
1589cc4199
commit
a245d9c957
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
||||||
# 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.3"
|
OPENSSL_VERSION="openssl-3.1.4"
|
||||||
OPENSSL_SOURCE="https://github.com/openssl/openssl"
|
OPENSSL_SOURCE="https://github.com/openssl/openssl"
|
||||||
CURL_VERSION="curl-8_4_0"
|
CURL_VERSION="curl-8_4_0"
|
||||||
CURL_SOURCE="https://github.com/curl/curl"
|
CURL_SOURCE="https://github.com/curl/curl"
|
||||||
|
|
Loading…
Add table
Reference in a new issue