ports/core (3.7): [notify] curl: update to 8.2.0, security fixes
commit 6d26c63bbdd5ffd943663706a2618720ac1e515e Author: Juergen Daubert <jue@jue.li> Date: Wed Jul 19 10:02:18 2023 +0200 [notify] curl: update to 8.2.0, security fixes see https://curl.se/docs/security.html diff --git a/curl/.footprint b/curl/.footprint index 0e123358..fab3ec1b 100644 --- a/curl/.footprint +++ b/curl/.footprint @@ -194,6 +194,7 @@ drwxr-xr-x root/root usr/share/man/man3/ -rw-r--r-- root/root usr/share/man/man3/CURLOPT_GSSAPI_DELEGATION.3.gz -rw-r--r-- root/root usr/share/man/man3/CURLOPT_HAPPY_EYEBALLS_TIMEOUT_MS.3.gz -rw-r--r-- root/root usr/share/man/man3/CURLOPT_HAPROXYPROTOCOL.3.gz +-rw-r--r-- root/root usr/share/man/man3/CURLOPT_HAPROXY_CLIENT_IP.3.gz -rw-r--r-- root/root usr/share/man/man3/CURLOPT_HEADER.3.gz -rw-r--r-- root/root usr/share/man/man3/CURLOPT_HEADERDATA.3.gz -rw-r--r-- root/root usr/share/man/man3/CURLOPT_HEADERFUNCTION.3.gz @@ -236,7 +237,7 @@ drwxr-xr-x root/root usr/share/man/man3/ -rw-r--r-- root/root usr/share/man/man3/CURLOPT_MAIL_AUTH.3.gz -rw-r--r-- root/root usr/share/man/man3/CURLOPT_MAIL_FROM.3.gz -rw-r--r-- root/root usr/share/man/man3/CURLOPT_MAIL_RCPT.3.gz --rw-r--r-- root/root usr/share/man/man3/CURLOPT_MAIL_RCPT_ALLLOWFAILS.3.gz +-rw-r--r-- root/root usr/share/man/man3/CURLOPT_MAIL_RCPT_ALLOWFAILS.3.gz -rw-r--r-- root/root usr/share/man/man3/CURLOPT_MAXAGE_CONN.3.gz -rw-r--r-- root/root usr/share/man/man3/CURLOPT_MAXCONNECTS.3.gz -rw-r--r-- root/root usr/share/man/man3/CURLOPT_MAXFILESIZE.3.gz @@ -482,6 +483,8 @@ drwxr-xr-x root/root usr/share/man/man3/ -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_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 -rw-r--r-- root/root usr/share/man/man3/curl_share_cleanup.3.gz -rw-r--r-- root/root usr/share/man/man3/curl_share_init.3.gz -rw-r--r-- root/root usr/share/man/man3/curl_share_setopt.3.gz @@ -512,4 +515,5 @@ drwxr-xr-x root/root usr/share/man/man3/ -rw-r--r-- root/root usr/share/man/man3/libcurl-thread.3.gz -rw-r--r-- root/root usr/share/man/man3/libcurl-tutorial.3.gz -rw-r--r-- root/root usr/share/man/man3/libcurl-url.3.gz +-rw-r--r-- root/root usr/share/man/man3/libcurl-ws.3.gz -rw-r--r-- root/root usr/share/man/man3/libcurl.3.gz diff --git a/curl/.signature b/curl/.signature index db9c24ec..7abbd294 100644 --- a/curl/.signature +++ b/curl/.signature @@ -1,5 +1,5 @@ untrusted comment: verify with /etc/ports/core.pub -RWRJc1FUaeVeqrtdjqzgQ9jVdtH+8yo/2KGELFRNDRwfznoV7yTWntQUlCAm6SM1yvhkO2ztahz8nOXCazqyY1OWDmXH3ogMPgQ= -SHA256 (Pkgfile) = 84c655b6a9a6a03445e152726f480a1c8dbf18f9fcf525b08dee654dfdb3cfa1 -SHA256 (.footprint) = a0b16bec8042dc6b348973422d9cd6b2af9468eb38731ab9666550e684795b77 -SHA256 (curl-8.1.2.tar.xz) = 31b1118eb8bfd43cd95d9a3f146f814ff874f6ed3999b29d94f4d1e7dbac5ef6 +RWRJc1FUaeVeqh87er6EdIeKpIoV5C0kheOMjE8i3aggDYGaw7dj1kw6m4hMFhSeERZH1nfEqkvkyFpTNvnfVmeXIz6H7wIIOws= +SHA256 (Pkgfile) = 02974fb8e9deb1d65b738fce350dba223afd070a1c997d2a0f00dc29340b5eec +SHA256 (.footprint) = 66965c7953e03bd65d906a04259bab97f5d420f78a57e0ea1f8040d8483f9aac +SHA256 (curl-8.2.0.tar.xz) = 2859ec79e2cd96e976a99493547359b8001af1d1e21f3a3a3b846544ef54500f diff --git a/curl/Pkgfile b/curl/Pkgfile index 58ee69c9..c55d7ec6 100644 --- a/curl/Pkgfile +++ b/curl/Pkgfile @@ -4,7 +4,7 @@ # Depends on: libnghttp2 openssl zlib zstd name=curl -version=8.1.2 +version=8.2.0 release=1 source=(https://curl.haxx.se/download/$name-$version.tar.xz)
participants (1)
-
crux@crux.nu