From: Rudy Andram Date: Thu, 13 Feb 2025 08:41:22 +0000 (+0000) Subject: curl: bump to 8.12.1 X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=e97cffc32e11f1f10b064fe84ea7deb49907f453;p=feed%2Fpackages.git curl: bump to 8.12.1 Signed-off-by: Rudy Andram --- diff --git a/net/curl/Makefile b/net/curl/Makefile index fe529fa412..3c4e3ef8d1 100644 --- a/net/curl/Makefile +++ b/net/curl/Makefile @@ -9,13 +9,13 @@ include $(TOPDIR)/rules.mk include $(INCLUDE_DIR)/nls.mk PKG_NAME:=curl -PKG_VERSION:=8.10.1 +PKG_VERSION:=8.12.1 PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz PKG_SOURCE_URL:=https://github.com/curl/curl/releases/download/curl-$(subst .,_,$(PKG_VERSION))/ \ https://curl.se/download/ -PKG_HASH:=73a4b0e99596a09fa5924a4fb7e4b995a85fda0d18a2c02ab9cf134bebce04ee +PKG_HASH:=0341f1ed97a26c811abaebd37d62b833956792b7607ea3f15d001613c76de202 PKG_LICENSE:=MIT PKG_LICENSE_FILES:=COPYING diff --git a/net/curl/patches/200-no_docs_tests.patch b/net/curl/patches/200-no_docs_tests.patch index 262eba65a3..326e0335e8 100644 --- a/net/curl/patches/200-no_docs_tests.patch +++ b/net/curl/patches/200-no_docs_tests.patch @@ -1,6 +1,6 @@ --- a/Makefile.am +++ b/Makefile.am -@@ -94,7 +94,7 @@ CLEANFILES = $(VC14_LIBVCXPROJ) $(VC14_S +@@ -92,7 +92,7 @@ DISTCLEANFILES = buildinfo.txt bin_SCRIPTS = curl-config SUBDIRS = lib docs src scripts @@ -9,7 +9,7 @@ pkgconfigdir = $(libdir)/pkgconfig pkgconfig_DATA = libcurl.pc -@@ -203,12 +203,9 @@ cygwinbin: +@@ -188,12 +188,9 @@ rpm: if BUILD_DOCS install-data-hook: (cd include && $(MAKE) install)