File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -8,12 +8,12 @@ export OCI_IMAGE_DEBIAN_STABLE='debian:trixie-20251103-slim@sha256:a347fd7510ee3
88export OCI_IMAGE_ALPINE_LATEST=' alpine:latest@sha256:4b7ce07002c69e8f3d704a9c5d6fd3053be500b7f1c69fc0d80990c2ad8dd412'
99export 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
1818export TRURL_VER_=' 0.16.1'
1919export TRURL_HASH=aac947d4fb421a58abc19a3771e87942cd4721b8f855c433478c94c11a8203ba
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments