From 243c86ffc8fc77aa40237c037538a830cb307f8e Mon Sep 17 00:00:00 2001 From: Stan Grishin Date: Wed, 4 Aug 2021 21:57:19 +0000 Subject: [PATCH] curl: update to 7.78.0 * update to 7.78.0 * change maintainer * remove obsolete mirror (curl.mirror.anstey.ca) * update main curl URLs Signed-off-by: Stan Grishin --- net/curl/Makefile | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) diff --git a/net/curl/Makefile b/net/curl/Makefile index 8f8790d20a..52ca5cdad1 100644 --- a/net/curl/Makefile +++ b/net/curl/Makefile @@ -8,15 +8,14 @@ include $(TOPDIR)/rules.mk PKG_NAME:=curl -PKG_VERSION:=7.77.0 +PKG_VERSION:=7.78.0 PKG_RELEASE:=$(AUTORELEASE) PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz PKG_SOURCE_URL:=https://dl.uxnr.de/mirror/curl/ \ - https://curl.mirror.anstey.ca/ \ https://curl.askapache.com/download/ \ - https://curl.haxx.se/download/ -PKG_HASH:=0f64582c54282f31c0de9f0a1a596b182776bd4df9a4c4a2a41bbeb54f62594b + https://curl.se/download/ +PKG_HASH:=be42766d5664a739c3974ee3dfbbcbe978a4ccb1fe628bb1d9b59ac79e445fb5 PKG_LICENSE:=MIT PKG_LICENSE_FILES:=COPYING @@ -77,8 +76,8 @@ include $(INCLUDE_DIR)/package.mk define Package/curl/Default SECTION:=net CATEGORY:=Network - URL:=http://curl.haxx.se/ - MAINTAINER:=Imre Kaloz + URL:=http://curl.se/ + MAINTAINER:=Stan Grishin endef define Package/curl @@ -115,7 +114,6 @@ CONFIGURE_ARGS += \ --enable-static \ --disable-manual \ --without-nss \ - --without-libmetalink \ --without-librtmp \ --without-libidn \ --without-ca-path \