Skip to content

Commit

Permalink
curl 8.10.1
Browse files Browse the repository at this point in the history
  • Loading branch information
vszakats committed Sep 18, 2024
1 parent 3ce3d6d commit c324bd9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
4 changes: 2 additions & 2 deletions _versions.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@

export DOCKER_IMAGE='debian:testing-20240904-slim'

export CURL_VER_='8.10.0'
export CURL_HASH=e6b142f0e85e954759d37e26a3627e2278137595be80e3a860c4353e4335e5a0
export CURL_VER_='8.10.1'
export CURL_HASH=73a4b0e99596a09fa5924a4fb7e4b995a85fda0d18a2c02ab9cf134bebce04ee
# Create revision string
# NOTE: Set _REV to 1 after bumping CURL_VER_, then increment for each
# CI rebuild via `main` branch push (e.g. after bumping a dependency).
Expand Down
4 changes: 1 addition & 3 deletions curl.sh
Original file line number Diff line number Diff line change
Expand Up @@ -111,8 +111,7 @@ _VER="$1"
options+=' -DCURL_DISABLE_NTLM=ON'
options+=' -DCURL_DISABLE_SHA512_256=ON'
options+=' -DCURL_DISABLE_DICT=ON -DCURL_DISABLE_FILE=ON -DCURL_DISABLE_GOPHER=ON -DCURL_DISABLE_MQTT=ON -DCURL_DISABLE_RTSP=ON -DCURL_DISABLE_SMB=ON -DCURL_DISABLE_TELNET=ON -DCURL_DISABLE_TFTP=ON'
if [ "${CURL_VER_}" != '8.10.0' ] && \
[ "${CURL_VER_}" != '8.10.1' ]; then
if [ "${CURL_VER_}" != '8.10.1' ]; then
options+=' -DCURL_DISABLE_IPFS=ON' # Pending: https://github.com/curl/curl/pull/14827
fi
options+=' -DCURL_DISABLE_FTP=ON'
Expand Down Expand Up @@ -366,7 +365,6 @@ _VER="$1"
# Restrict to daily builds to avoid impacting the official distro.
if [ "${_OS}" = 'win' ] && \
[[ "${_CONFIG}" = *'dev'* ]] && \
[ "${CURL_VER_}" != '8.10.0' ] && \
[ "${CURL_VER_}" != '8.10.1' ]; then
options+=' -DCURL_CA_SEARCH_SAFE=ON'
fi
Expand Down

0 comments on commit c324bd9

Please sign in to comment.