Update static build packages (#14450)
* bump openssl to v1.1.1t * bump ioping to v1.3 * bump curl to v7.87 Signed-off-by: Tasos Katsoulas <tasos@netdata.cloud>
Tasos Katsoulas committed
Feb 8, 2023 at 15:48 UTC
80fcbaa5e33e51392ce82fa2b97262906b3f5b0b
4 files changed
+6
-6
packaging/makeself/jobs/20-openssl.install.sh
+1
-1
@@ -29,7 +29,7 @@ if [ -d "${cache}" ]; then
29
CACHE_HIT=1
30
else
31
echo "No cached copy of build directory for openssl found, fetching sources instead."
32
- run git clone --branch "${version}" --single-branch --depth 1 git://git.openssl.org/openssl.git "${NETDATA_MAKESELF_PATH}/tmp/openssl"
32
+ run git clone --branch "${version}" --single-branch --depth 1 https://github.com/openssl/openssl.git "${NETDATA_MAKESELF_PATH}/tmp/openssl"
33
CACHE_HIT=0
34
fi
35
packaging/makeself/jobs/50-curl-7.87.0.install.sh
renamed
+2
-2
@@ -4,13 +4,13 @@
4
# shellcheck source=packaging/makeself/functions.sh
5
. "$(dirname "${0}")/../functions.sh" "${@}" || exit 1
6
7
-version="7.82.0"
7
+version="7.87.0"
8
9
# shellcheck disable=SC2015
10
[ "${GITHUB_ACTIONS}" = "true" ] && echo "::group::Building cURL" || true
11
12
fetch "curl-${version}" "https://curl.haxx.se/download/curl-${version}.tar.gz" \
13
- 910cc5fe279dc36e2cca534172c94364cf3fcf7d6494ba56e6c61a390881ddce curl
13
+ 8a063d664d1c23d35526b87a2bf15514962ffdd8ef7fd40519191b3c23e39548 curl
14
15
export CFLAGS="-I/openssl-static/include -pipe"
16
export LDFLAGS="-static -L/openssl-static/lib"
packaging/makeself/jobs/50-ioping-1.3.install.sh
renamed
+2
-2
@@ -4,13 +4,13 @@
4
# shellcheck source=packaging/makeself/functions.sh
5
. "$(dirname "${0}")/../functions.sh" "${@}" || exit 1
6
7
-version='1.2'
7
+version='1.3'
8
9
# shellcheck disable=SC2015
10
[ "${GITHUB_ACTIONS}" = "true" ] && echo "::group::Building ioping" || true
11
12
fetch "ioping-${version}" "https://github.com/koct9i/ioping/archive/v${version}.tar.gz" \
13
- d3e4497c653a1e96df67c72ce2b70da18e9f5e3b93179a5bb57a6e30ceacfa75 ioping
13
+ 7aa48e70aaa766bc112dea57ebbe56700626871052380709df3a26f46766e8c8 ioping
14
15
export CFLAGS="-static -pipe"
16
packaging/makeself/openssl.version
+1
-1
@@ -1 +1 @@
1
-OpenSSL_1_1_1n
1
+OpenSSL_1_1_1t