From: Markham Date: Sun, 15 May 2022 10:24:40 +0000 (+0200) Subject: bump version libcurl-7.83.1 X-Git-Url: https://git.webhop.me/?a=commitdiff_plain;h=ae20d88bd9de53d805647246903dd5d87722f20e;p=bs-cst-neutrino-hd.git bump version libcurl-7.83.1 --- 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