From ca1508bad37eb2abc9a66d88f23fda23b3dde207 Mon Sep 17 00:00:00 2001 From: Zentrik Date: Sun, 28 Jul 2024 17:00:34 +0100 Subject: [PATCH 1/2] [LibCURL_jll] Upgrade to v8.9.0 --- deps/curl.version | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deps/curl.version b/deps/curl.version index 5ecfcc2b642a1..79c69c30b16cf 100644 --- a/deps/curl.version +++ b/deps/curl.version @@ -3,4 +3,4 @@ CURL_JLL_NAME := LibCURL ## source build -CURL_VER := 8.6.0 +CURL_VER := 8.9.0 From c7b901805259e97d65e6c8ddbbfca3cef9e1a688 Mon Sep 17 00:00:00 2001 From: Zentrik Date: Sun, 28 Jul 2024 17:08:10 +0100 Subject: [PATCH 2/2] Remove nss flag NSS seems to have been removed from curl and I think the flag was dropped in https://github.com/curl/curl/pull/11459/files. --- deps/curl.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deps/curl.mk b/deps/curl.mk index 444334b581fed..6c23d0bd83535 100644 --- a/deps/curl.mk +++ b/deps/curl.mk @@ -37,7 +37,7 @@ checksum-curl: $(SRCCACHE)/curl-$(CURL_VER).tar.bz2 # Disable....almost everything CURL_CONFIGURE_FLAGS := $(CONFIGURE_COMMON) \ --without-gnutls --without-libidn2 --without-librtmp \ - --without-nss --without-libpsl --without-libgsasl --without-fish-functions-dir \ + --without-libpsl --without-libgsasl --without-fish-functions-dir \ --disable-ares --disable-manual --disable-ldap --disable-ldaps --disable-static \ --without-gssapi --without-brotli # A few things we actually enable