curl: update to 8.19.0
authorIvan Pavlov <redacted>
Fri, 13 Mar 2026 07:31:07 +0000 (10:31 +0300)
committerHannu Nyman <redacted>
Fri, 13 Mar 2026 18:02:05 +0000 (20:02 +0200)
changelog: https://curl.se/ch/8.19.0.html

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

index 86ef92915b4978a3471264b7d6d74fb380473205..7148903cd7ef500fb3d318a1e4d807578054514e 100644 (file)
@@ -9,13 +9,13 @@ include $(TOPDIR)/rules.mk
 include $(INCLUDE_DIR)/nls.mk
 
 PKG_NAME:=curl
-PKG_VERSION:=8.15.0
-PKG_RELEASE:=2
+PKG_VERSION:=8.19.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:=6cd0a8a5b126ddfda61c94dc2c3fc53481ba7a35461cf7c5ab66aa9d6775b609
+PKG_HASH:=4eb41489790d19e190d7ac7e18e82857cdd68af8f4e66b292ced562d333f11df
 
 PKG_LICENSE:=MIT
 PKG_LICENSE_FILES:=COPYING
index d57ee6310d7ef5bfe271bac67c08f815b05b19e2..37eb1950787fa2f2bdd172769f671fa25b3319a4 100644 (file)
@@ -1,15 +1,15 @@
 --- a/Makefile.am
 +++ b/Makefile.am
-@@ -88,7 +88,7 @@ DISTCLEANFILES = buildinfo.txt
+@@ -72,7 +72,7 @@ DISTCLEANFILES = buildinfo.txt
  bin_SCRIPTS = curl-config
  
  SUBDIRS = lib docs src scripts
--DIST_SUBDIRS = $(SUBDIRS) tests packages include docs
-+DIST_SUBDIRS = $(SUBDIRS) packages include
+-DIST_SUBDIRS = $(SUBDIRS) tests projects include docs
++DIST_SUBDIRS = $(SUBDIRS) projects include
  
  pkgconfigdir = $(libdir)/pkgconfig
  pkgconfig_DATA = libcurl.pc
-@@ -184,12 +184,9 @@ rpm:
+@@ -142,12 +142,9 @@ check-docs:
  if BUILD_DOCS
  install-data-hook:
        (cd include && $(MAKE) install)
git clone https://git.99rst.org/PROJECT