From 8cd4293dd5f01c1b2f7e58e1530a85c45165b803 Mon Sep 17 00:00:00 2001 From: Juergen Daubert Date: Thu, 6 Jan 2022 12:24:52 +0100 Subject: [PATCH] curl: update to 7.81.0 --- curl/.footprint | 6 ++++++ curl/.signature | 8 ++++---- curl/Pkgfile | 2 +- 3 files changed, 11 insertions(+), 5 deletions(-) diff --git a/curl/.footprint b/curl/.footprint index c42fc917..e9253a08 100644 --- a/curl/.footprint +++ b/curl/.footprint @@ -242,6 +242,7 @@ drwxr-xr-x root/root usr/share/man/man3/ -rw-r--r-- root/root usr/share/man/man3/CURLOPT_MAX_RECV_SPEED_LARGE.3.gz -rw-r--r-- root/root usr/share/man/man3/CURLOPT_MAX_SEND_SPEED_LARGE.3.gz -rw-r--r-- root/root usr/share/man/man3/CURLOPT_MIMEPOST.3.gz +-rw-r--r-- root/root usr/share/man/man3/CURLOPT_MIME_OPTIONS.3.gz -rw-r--r-- root/root usr/share/man/man3/CURLOPT_NETRC.3.gz -rw-r--r-- root/root usr/share/man/man3/CURLOPT_NETRC_FILE.3.gz -rw-r--r-- root/root usr/share/man/man3/CURLOPT_NEW_DIRECTORY_PERMS.3.gz @@ -408,6 +409,11 @@ drwxr-xr-x root/root usr/share/man/man3/ -rw-r--r-- root/root usr/share/man/man3/CURLOPT_XFERINFODATA.3.gz -rw-r--r-- root/root usr/share/man/man3/CURLOPT_XFERINFOFUNCTION.3.gz -rw-r--r-- root/root usr/share/man/man3/CURLOPT_XOAUTH2_BEARER.3.gz +-rw-r--r-- root/root usr/share/man/man3/CURLSHOPT_LOCKFUNC.3.gz +-rw-r--r-- root/root usr/share/man/man3/CURLSHOPT_SHARE.3.gz +-rw-r--r-- root/root usr/share/man/man3/CURLSHOPT_UNLOCKFUNC.3.gz +-rw-r--r-- root/root usr/share/man/man3/CURLSHOPT_UNSHARE.3.gz +-rw-r--r-- root/root usr/share/man/man3/CURLSHOPT_USERDATA.3.gz -rw-r--r-- root/root usr/share/man/man3/curl_easy_cleanup.3.gz -rw-r--r-- root/root usr/share/man/man3/curl_easy_duphandle.3.gz -rw-r--r-- root/root usr/share/man/man3/curl_easy_escape.3.gz diff --git a/curl/.signature b/curl/.signature index f8881bdc..cb02a549 100644 --- a/curl/.signature +++ b/curl/.signature @@ -1,5 +1,5 @@ untrusted comment: verify with /etc/ports/core.pub -RWRJc1FUaeVeqjPyxLoWOyiqDWPzklgVbwcM+Qqkbbk0ql/0JWqEZd4x3yLD8CUHdvVW9qa5WO5zS4ut7XC17Y30zAGSxk2cTwg= -SHA256 (Pkgfile) = d4a2de87f17981a5cc0085e99509580d88b21627c9e78b23b8511a51a189d0ea -SHA256 (.footprint) = 5eefb4edfd3f2eb7c387a9a19bacd93de04f8b4341789aaef303a770644c72ba -SHA256 (curl-7.80.0.tar.xz) = a132bd93188b938771135ac7c1f3ac1d3ce507c1fcbef8c471397639214ae2ab +RWRJc1FUaeVequ+9QHOxHcsvPSYo1cg+YoDruyBGBcfRmO9ipAKy2XtBK8JylLLXeIXMQMysk4SZAXdT+jjX3b77ZhqW1C7ibQU= +SHA256 (Pkgfile) = ac0a6129144bf6d375cfdb0e507e111a14c6c9b290a79cb022549b46289cdefc +SHA256 (.footprint) = 42e08fb7fe94b4455173a2dde3214a106b30ab64465f126bfdb3a789e0f66ff7 +SHA256 (curl-7.81.0.tar.xz) = a067b688d1645183febc31309ec1f3cdce9213d02136b6a6de3d50f69c95a7d3 diff --git a/curl/Pkgfile b/curl/Pkgfile index 64216a89..f21c8c15 100644 --- a/curl/Pkgfile +++ b/curl/Pkgfile @@ -4,7 +4,7 @@ # Depends on: openssl zlib zstd name=curl -version=7.80.0 +version=7.81.0 release=1 source=(https://curl.haxx.se/download/$name-$version.tar.xz)