From b0bf37281ad1fff8966925c65eb01e443e66b491 Mon Sep 17 00:00:00 2001
From: Andreas Wacknitz <A.Wacknitz@gmx.de>
Date: Fri, 29 Mar 2024 23:01:00 +0100
Subject: [PATCH] curl: update to 8.7.1

---
 components/web/curl/Makefile                      |    4 ++--
 components/web/curl/manifests/sample-manifest.p5m |    2 +-
 components/web/curl/test/results-all.master       |    4 ++--
 components/web/curl/curl.p5m                      |    2 +-
 4 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/components/web/curl/Makefile b/components/web/curl/Makefile
index 84b17a7..d3d6e1e 100644
--- a/components/web/curl/Makefile
+++ b/components/web/curl/Makefile
@@ -29,13 +29,13 @@
 include ../../../make-rules/shared-macros.mk
 
 COMPONENT_NAME=         curl
-COMPONENT_VERSION=      8.6.0
+COMPONENT_VERSION=      8.7.1
 COMPONENT_SUMMARY=      The CURL Network Utility and Library
 COMPONENT_DESCRIPTION=	A command-line tool and library for transforming data with URL syntax
 COMPONENT_SRC=          $(COMPONENT_NAME)-$(COMPONENT_VERSION)
 COMPONENT_PROJECT_URL=  https://curl.haxx.se
 COMPONENT_ARCHIVE=      $(COMPONENT_SRC).tar.xz
-COMPONENT_ARCHIVE_HASH= sha256:3ccd55d91af9516539df80625f818c734dc6f2ecf9bada33c76765e99121db15
+COMPONENT_ARCHIVE_HASH= sha256:6fea2aac6a4610fbd0400afb0bcddbe7258a64c63f1f68e5855ebc0c659710cd
 COMPONENT_ARCHIVE_URL=  $(COMPONENT_PROJECT_URL)/download/$(COMPONENT_ARCHIVE)
 COMPONENT_SIG_URL=  	$(COMPONENT_ARCHIVE_URL).asc
 COMPONENT_FMRI=         web/$(COMPONENT_NAME)
diff --git a/components/web/curl/curl.p5m b/components/web/curl/curl.p5m
index ec8ad1d..05e37dd 100644
--- a/components/web/curl/curl.p5m
+++ b/components/web/curl/curl.p5m
@@ -53,7 +53,6 @@
 file path=usr/share/aclocal/libcurl.m4
 file path=usr/share/man/man1/curl-config.1
 file path=usr/share/man/man1/curl.1
-file path=usr/share/man/man1/mk-ca-bundle.1
 file path=usr/share/man/man3/CURLINFO_ACTIVESOCKET.3
 file path=usr/share/man/man3/CURLINFO_APPCONNECT_TIME.3
 file path=usr/share/man/man3/CURLINFO_APPCONNECT_TIME_T.3
@@ -125,6 +124,7 @@
 file path=usr/share/man/man3/CURLINFO_TLS_SSL_PTR.3
 file path=usr/share/man/man3/CURLINFO_TOTAL_TIME.3
 file path=usr/share/man/man3/CURLINFO_TOTAL_TIME_T.3
+file path=usr/share/man/man3/CURLINFO_USED_PROXY.3
 file path=usr/share/man/man3/CURLINFO_XFER_ID.3
 file path=usr/share/man/man3/CURLMOPT_CHUNK_LENGTH_PENALTY_SIZE.3
 file path=usr/share/man/man3/CURLMOPT_CONTENT_LENGTH_PENALTY_SIZE.3
diff --git a/components/web/curl/manifests/sample-manifest.p5m b/components/web/curl/manifests/sample-manifest.p5m
index ba4c593..8144746 100644
--- a/components/web/curl/manifests/sample-manifest.p5m
+++ b/components/web/curl/manifests/sample-manifest.p5m
@@ -44,7 +44,6 @@
 file path=usr/share/aclocal/libcurl.m4
 file path=usr/share/man/man1/curl-config.1
 file path=usr/share/man/man1/curl.1
-file path=usr/share/man/man1/mk-ca-bundle.1
 file path=usr/share/man/man3/CURLINFO_ACTIVESOCKET.3
 file path=usr/share/man/man3/CURLINFO_APPCONNECT_TIME.3
 file path=usr/share/man/man3/CURLINFO_APPCONNECT_TIME_T.3
@@ -116,6 +115,7 @@
 file path=usr/share/man/man3/CURLINFO_TLS_SSL_PTR.3
 file path=usr/share/man/man3/CURLINFO_TOTAL_TIME.3
 file path=usr/share/man/man3/CURLINFO_TOTAL_TIME_T.3
+file path=usr/share/man/man3/CURLINFO_USED_PROXY.3
 file path=usr/share/man/man3/CURLINFO_XFER_ID.3
 file path=usr/share/man/man3/CURLMOPT_CHUNK_LENGTH_PENALTY_SIZE.3
 file path=usr/share/man/man3/CURLMOPT_CONTENT_LENGTH_PENALTY_SIZE.3
diff --git a/components/web/curl/test/results-all.master b/components/web/curl/test/results-all.master
index 9af2e7d..92ac4f6 100644
--- a/components/web/curl/test/results-all.master
+++ b/components/web/curl/test/results-all.master
@@ -1,3 +1,3 @@
-TESTDONE: 1673 tests were considered
-TESTDONE: 1364 tests out of 1367 reported OK: 99%
+TESTDONE: 1686 tests were considered
+TESTDONE: 1375 tests out of 1378 reported OK: 99%
 TESTFAIL: These test cases failed: 1560 2056 2057 

--
Gitblit v1.9.3