diff --git a/_versions.sh b/_versions.sh index af4609a3e..415218891 100755 --- a/_versions.sh +++ b/_versions.sh @@ -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). diff --git a/curl.sh b/curl.sh index 148af7918..5be495e7c 100755 --- a/curl.sh +++ b/curl.sh @@ -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' @@ -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