* update curl to 8.11.1-3

This commit is contained in:
Alexander Baldeck 2024-12-23 08:54:49 +01:00
parent 52834ae521
commit 30ecec728a
2 changed files with 7 additions and 9 deletions

View File

@ -1,6 +1,6 @@
pkgbase = curl
pkgdesc = command line tool and library for transferring data with URLs
pkgver = 8.11.0
pkgver = 8.11.1
pkgrel = 3
url = https://curl.se/
arch = x86_64
@ -32,9 +32,9 @@ pkgbase = curl
depends = libz.so
depends = zstd
depends = libzstd.so
source = git+https://github.com/curl/curl.git#tag=curl-8_11_0?signed
source = git+https://github.com/curl/curl.git#tag=curl-8_11_1?signed
validpgpkeys = 27EDEAF22F3ABCEB50DB9A125CC908FDB71E12C2
sha512sums = d438f215b2e6023104af52961a8a8de9082bd8ceaf9a557f353b3b754b18510cccf37f33476eb896744559ccf26eadf6e1411c5f8f04fa9526af04df6439a7d8
sha512sums = 3ed91b678e318a62bbde32b986ebddb8c3ec2e5932462c9c368437414eaed85b4ecd5ae2d8d35c31c90a3a435d4cd9d26e1b91265e1b4396b6868641c629bd81
pkgname = curl
depends = ca-certificates

View File

@ -7,7 +7,7 @@
pkgbase=curl
pkgname=(curl libcurl-compat libcurl-gnutls)
pkgver=8.11.0
pkgver=8.11.1
pkgrel=3
pkgdesc='command line tool and library for transferring data with URLs'
arch=(x86_64 powerpc64le powerpc64 powerpc espresso riscv64)
@ -27,13 +27,11 @@ makedepends=('git' 'patchelf')
checkdepends=('valgrind')
validpgpkeys=('27EDEAF22F3ABCEB50DB9A125CC908FDB71E12C2') # Daniel Stenberg
source=("git+https://github.com/curl/curl.git#tag=curl-${pkgver//./_}?signed")
sha512sums=('d438f215b2e6023104af52961a8a8de9082bd8ceaf9a557f353b3b754b18510cccf37f33476eb896744559ccf26eadf6e1411c5f8f04fa9526af04df6439a7d8')
sha512sums=('3ed91b678e318a62bbde32b986ebddb8c3ec2e5932462c9c368437414eaed85b4ecd5ae2d8d35c31c90a3a435d4cd9d26e1b91265e1b4396b6868641c629bd81')
_backports=(
# duphandle: also init netrc
'f5c616930b5cf148b1b2632da4f5963ff48bdf88'
# netrc: support large file, longer lines, longer tokens
'0cdde0fdfbeb8c35420f6d03fa4b77ed73497694'
# async-thread: avoid closing eventfd twice
'ff5091aa9f73802e894b1cbdf24ab84e103200e2'
)
_reverts=(