Skip to content

Commit

Permalink
static install: bump openssl and curl to latest stable versions (netd…
Browse files Browse the repository at this point in the history
  • Loading branch information
ilyam8 authored Oct 9, 2024
1 parent ff3866e commit aebb9c4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packaging/makeself/bundled-packages.version
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# 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.4"
OPENSSL_VERSION="openssl-3.3.2"
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"
BASH_VERSION="5.1.16"
BASH_ARTIFACT_SOURCE="http://ftp.gnu.org/gnu/bash"
Expand Down

0 comments on commit aebb9c4

Please sign in to comment.