From ae20d88bd9de53d805647246903dd5d87722f20e Mon Sep 17 00:00:00 2001 From: Markham Date: Sun, 15 May 2022 12:24:40 +0200 Subject: [PATCH] bump version libcurl-7.83.1 --- make/libraries.mk | 2 +- make/versions.mk | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/make/libraries.mk b/make/libraries.mk index f5b78fb..1a0447a 100755 --- a/make/libraries.mk +++ b/make/libraries.mk @@ -508,7 +508,7 @@ $(D)/libcurl: $(ARCHIVE)/curl-$(CURL_VER).tar.bz2 $(D)/openssl $(D)/librtmp $(D) --disable-manual \ --disable-ntlm-wb \ --disable-ares \ - --without-libidn \ + --without-libidn2 \ --with-ca-bundle=/$(CA_BUNDLE_DIR)/$(CA_BUNDLE) \ --with-random=/dev/urandom \ --with-ssl=$(TARGETPREFIX) \ diff --git a/make/versions.mk b/make/versions.mk index 7c853cb..9d466fe 100644 --- a/make/versions.mk +++ b/make/versions.mk @@ -45,7 +45,7 @@ GETTEXT_VER = 0.19.8.1 GIFLIB_VER=5.2.1 # curl; command line tool for transferring data with URL syntax -CURL_VER = 7.82.0 +CURL_VER = 7.83.1 # e2fsprogs; filesystem utilities for use with the ext[x] filesystem E2FSPROGS_VER = 1.44.5 -- 2.39.5