master
version 20 lines 1.07 KB
Raw
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.6.0"
5 OPENSSL_SOURCE="https://github.com/openssl/openssl"
6 LIBUCONTEXT_VERSION="libucontext-1.3.3"
7 LIBUCONTEXT_SOURCE="https://github.com/kaniini/libucontext"
8 LIBUNWIND_VERSION="v1.8.3"
9 LIBUNWIND_SOURCE="https://github.com/libunwind/libunwind"
10 CURL_VERSION="curl-8_20_0"
11 CURL_SOURCE="https://github.com/curl/curl"
12 BASH_VERSION="5.3"
13 BASH_ARTIFACT_SOURCE="http://ftp.gnu.org/gnu/bash"
14 BASH_ARTIFACT_SHA256="0d5cd86965f869a26cf64f4b71be7b96f90a3ba8b3d74e27e8e9d9d5550f31ba"
15 IOPING_VERSION="1.3"
16 IOPING_SOURCE="https://github.com/koct9i/ioping"
17 IOPING_ARTIFACT_SHA256="7aa48e70aaa766bc112dea57ebbe56700626871052380709df3a26f46766e8c8"
18 LIBNETFILTER_ACT_VERSION="1.0.3"
19 LIBNETFILTER_ACT_SOURCE="https://www.netfilter.org/projects/libnetfilter_acct/files"
20 LIBNETFILTER_ACT_ARTIFACT_SHA256="4250ceef3efe2034f4ac05906c3ee427db31b9b0a2df41b2744f4bf79a959a1a"