Skip to content

Commit 9689421

Browse files
committed
Update curl version to match JLL
1 parent 74a68a6 commit 9689421

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

deps/curl.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ checksum-curl: $(SRCCACHE)/curl-$(CURL_VER).tar.bz2
3737
# Disable....almost everything
3838
CURL_CONFIGURE_FLAGS := $(CONFIGURE_COMMON) \
3939
--without-gnutls --without-libidn2 --without-librtmp \
40-
--without-nss --without-libpsl --without-libgsasl --without-fish-functions-dir \
40+
--without-libpsl --without-libgsasl --without-fish-functions-dir \
4141
--disable-ares --disable-manual --disable-ldap --disable-ldaps --disable-static \
4242
--without-gssapi --without-brotli
4343
# A few things we actually enable

deps/curl.version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@
33
CURL_JLL_NAME := LibCURL
44

55
## source build
6-
CURL_VER := 8.6.0
6+
CURL_VER := 8.7.1

0 commit comments

Comments
 (0)