From 3475601b068883ae6d3d13d463c6ad6e565c1e21 Mon Sep 17 00:00:00 2001 From: Juergen Daubert Date: Wed, 22 May 2024 11:59:21 +0200 Subject: [PATCH] curl: updated to version 8.8.0 --- curl/.footprint | 3 ++- curl/.signature | 8 ++++---- curl/Pkgfile | 2 +- 3 files changed, 7 insertions(+), 6 deletions(-) diff --git a/curl/.footprint b/curl/.footprint index ff7b6452..5a878111 100644 --- a/curl/.footprint +++ b/curl/.footprint @@ -29,7 +29,6 @@ drwxr-xr-x root/root usr/share/aclocal/ -rw-r--r-- root/root usr/share/aclocal/libcurl.m4 drwxr-xr-x root/root usr/share/man/ drwxr-xr-x root/root usr/share/man/man1/ --rw-r--r-- root/root usr/share/man/man1/curl-config.1.gz -rw-r--r-- root/root usr/share/man/man1/curl.1.gz drwxr-xr-x root/root usr/share/man/man3/ -rw-r--r-- root/root usr/share/man/man3/CURLINFO_ACTIVESOCKET.3.gz @@ -174,6 +173,7 @@ drwxr-xr-x root/root usr/share/man/man3/ -rw-r--r-- root/root usr/share/man/man3/CURLOPT_DOH_SSL_VERIFYPEER.3.gz -rw-r--r-- root/root usr/share/man/man3/CURLOPT_DOH_SSL_VERIFYSTATUS.3.gz -rw-r--r-- root/root usr/share/man/man3/CURLOPT_DOH_URL.3.gz +-rw-r--r-- root/root usr/share/man/man3/CURLOPT_ECH.3.gz -rw-r--r-- root/root usr/share/man/man3/CURLOPT_EGDSOCKET.3.gz -rw-r--r-- root/root usr/share/man/man3/CURLOPT_ERRORBUFFER.3.gz -rw-r--r-- root/root usr/share/man/man3/CURLOPT_EXPECT_100_TIMEOUT_MS.3.gz @@ -492,6 +492,7 @@ drwxr-xr-x root/root usr/share/man/man3/ -rw-r--r-- root/root usr/share/man/man3/curl_multi_strerror.3.gz -rw-r--r-- root/root usr/share/man/man3/curl_multi_timeout.3.gz -rw-r--r-- root/root usr/share/man/man3/curl_multi_wait.3.gz +-rw-r--r-- root/root usr/share/man/man3/curl_multi_waitfds.3.gz -rw-r--r-- root/root usr/share/man/man3/curl_multi_wakeup.3.gz -rw-r--r-- root/root usr/share/man/man3/curl_pushheader_byname.3.gz -rw-r--r-- root/root usr/share/man/man3/curl_pushheader_bynum.3.gz diff --git a/curl/.signature b/curl/.signature index 09dece60..29170c25 100644 --- a/curl/.signature +++ b/curl/.signature @@ -1,5 +1,5 @@ untrusted comment: verify with /etc/ports/core.pub -RWRJc1FUaeVeqolTUrAhufZsJPOMRxMFG7napdU53qfE96uXF/S0FiBkfk5KxRYLtWo5vOwzYuA1ACtkPnlftpD7kWVTL3fDHw0= -SHA256 (Pkgfile) = 31f3ef63eaaef0d2ba9b3c3f7309236d9b44bdc1eaf11e8cc723e267ec990832 -SHA256 (.footprint) = 7bf6f69189269aaf5998978a93f736148b69edc3d69130d742141e18069c187a -SHA256 (curl-8.7.1.tar.xz) = 6fea2aac6a4610fbd0400afb0bcddbe7258a64c63f1f68e5855ebc0c659710cd +RWRJc1FUaeVeqvh7rovGOtHegYSpeIjcBY/YwD0jdkDR6zeQOBfWqYu6MDBqeA/1Iy8UJt4NdOEEcgs/IOgHFe/ho/2O7NuMzAo= +SHA256 (Pkgfile) = c343df4cf9d2dec7d183c4e0d3aeaa19020f225cf3d318eefebd64005842944d +SHA256 (.footprint) = ac60b82603f962b65aeb48c8bc02ca634a64eae3096b0226408f78fa2374ed8e +SHA256 (curl-8.8.0.tar.xz) = 0f58bb95fc330c8a46eeb3df5701b0d90c9d9bfcc42bd1cd08791d12551d4400 diff --git a/curl/Pkgfile b/curl/Pkgfile index d6c2c229..8ed5c72e 100644 --- a/curl/Pkgfile +++ b/curl/Pkgfile @@ -4,7 +4,7 @@ # Depends on: libnghttp2 openssl zstd name=curl -version=8.7.1 +version=8.8.0 release=1 source=(https://curl.haxx.se/download/$name-$version.tar.xz)