]> git.99rst.org Git - openwrt-packages.git/commitdiff
curl: update to 8.21.0
authorIvan Pavlov <redacted>
Fri, 3 Jul 2026 18:38:58 +0000 (21:38 +0300)
committerJosef Schlehofer <redacted>
Sat, 4 Jul 2026 10:39:06 +0000 (12:39 +0200)
changelog: https://curl.se/ch/8.21.0.html

Signed-off-by: Ivan Pavlov <redacted>
net/curl/Makefile
net/curl/patches/200-no_docs_tests.patch

index 36029f1ae59ebbca915dfdc45b5968398f7b640c..f4422485da0a02112cdfca262ad4efaa693f2125 100644 (file)
@@ -9,13 +9,13 @@ include $(TOPDIR)/rules.mk
 include $(INCLUDE_DIR)/nls.mk
 
 PKG_NAME:=curl
-PKG_VERSION:=8.19.0
-PKG_RELEASE:=2
+PKG_VERSION:=8.21.0
+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:=4eb41489790d19e190d7ac7e18e82857cdd68af8f4e66b292ced562d333f11df
+PKG_HASH:=aa1b66a70eace83dc624508745646c08ae561de512ab403adffb93ac87fc72e6
 
 PKG_LICENSE:=MIT
 PKG_LICENSE_FILES:=COPYING
index 37eb1950787fa2f2bdd172769f671fa25b3319a4..bd47f459504dd0290b863c5378f9b0b9f7084665 100644 (file)
@@ -1,6 +1,9 @@
+From: Florian Fainelli <florian@openwrt.org>
+Date: Tue, 29 Jul 2008 10:22:38 +0000
+Subject: [PATCH] Do not compile and generate curl tests and docs
 --- a/Makefile.am
 +++ b/Makefile.am
-@@ -72,7 +72,7 @@ DISTCLEANFILES = buildinfo.txt
+@@ -71,7 +71,7 @@ DISTCLEANFILES = buildinfo.txt
  bin_SCRIPTS = curl-config
  
  SUBDIRS = lib docs src scripts
@@ -9,7 +12,7 @@
  
  pkgconfigdir = $(libdir)/pkgconfig
  pkgconfig_DATA = libcurl.pc
-@@ -142,12 +142,9 @@ check-docs:
+@@ -141,12 +141,9 @@ check-docs:
  if BUILD_DOCS
  install-data-hook:
        (cd include && $(MAKE) install)
git clone https://git.99rst.org/PROJECT