Skip to content

Commit d84ccea

Browse files
committed
curl 8.17.0
https://curl.se/ch/8.17.0.html https://daniel.haxx.se/blog/2025/11/05/curl-8-17-0/ https://github.com/curl/curl/releases/tag/curl-8_17_0 Also: - Apple SecTrust (use of native CA store) is enabled for macOS builds. - it's now possible to sponsor these binary builds: https://github.com/curl/curl-for-win
1 parent a634371 commit d84ccea

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

_versions.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,12 @@ export OCI_IMAGE_DEBIAN_STABLE='debian:trixie-20251103-slim@sha256:a347fd7510ee3
88
export OCI_IMAGE_ALPINE_LATEST='alpine:latest@sha256:4b7ce07002c69e8f3d704a9c5d6fd3053be500b7f1c69fc0d80990c2ad8dd412'
99
export OCI_IMAGE_DEBIAN="${OCI_IMAGE_DEBIAN_TESTING}"
1010

11-
export CURL_VER_='8.16.0'
12-
export CURL_HASH=40c8cddbcb6cc6251c03dea423a472a6cea4037be654ba5cf5dec6eb2d22ff1d
11+
export CURL_VER_='8.17.0'
12+
export CURL_HASH=955f6e729ad6b3566260e8fef68620e76ba3c31acf0a18524416a185acf77992
1313
# Create revision string
1414
# NOTE: Set _REV to 1 after bumping CURL_VER_, then increment for each
1515
# CI rebuild via `main` branch push (e.g. after bumping a dependency).
16-
export _REV="${CW_REVISION:-15}"
16+
export _REV="${CW_REVISION:-1}"
1717

1818
export TRURL_VER_='0.16.1'
1919
export TRURL_HASH=aac947d4fb421a58abc19a3771e87942cd4721b8f855c433478c94c11a8203ba

curl.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -343,7 +343,7 @@ _VER="$1"
343343
options+=' -DBUILD_STATIC_CURL=ON'
344344

345345
if [ -n "${_OPENSSL}" ]; then
346-
if [ "${_OS}" = 'mac' ] && [ "${CURL_VER_}" != '8.16.0' ]; then
346+
if [ "${_OS}" = 'mac' ]; then
347347
options+=' -DUSE_APPLE_SECTRUST=ON'
348348
else
349349
if [[ "${_DEPS}" = *'cacert'* ]]; then

0 commit comments

Comments
 (0)