Christian Hesse pushed to branch main at Arch Linux / Packaging / Packages / curl
Commits: 11d4c408 by Christian Hesse at 2025-05-29T20:37:17+02:00 upgpkg: 8.14.0-2: new upstream release - - - - - 2 changed files: - .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -1,7 +1,7 @@ pkgbase = curl pkgdesc = command line tool and library for transferring data with URLs pkgver = 8.14.0 - pkgrel = 1 + pkgrel = 2 url = https://curl.se/ arch = x86_64 license = MIT ===================================== PKGBUILD ===================================== @@ -7,7 +7,7 @@ pkgbase=curl pkgname=(curl libcurl-compat libcurl-gnutls) pkgver=8.14.0 -pkgrel=1 +pkgrel=2 pkgdesc='command line tool and library for transferring data with URLs' arch=('x86_64') url='https://curl.se/' @@ -29,6 +29,11 @@ source=("git+https://github.com/curl/curl.git#tag=curl-${pkgver//./_}?signed") sha512sums=('2d1103904a7e876db02fc42591743c9d51eacaf8a66becd612875f8053102ec207456efeab6ff9f0197ccb516423566355115916991e1eff61499d3031763140') _backports=( + # multi: fix add_handle resizing + 'd16ccbd55de80c271fe822f4ba8b6271fd9166ff' + + # http: fail early when rewind of input failed when following redirects + '71bb004c29631117ab03d90a4214d1515da5a895' ) _reverts=( View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/curl/-/commit/11d4c40872927d8082feb47e77e7981cb3b69f11 -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/curl/-/commit/11d4c40872927d8082feb47e77e7981cb3b69f11 You're receiving this email because of your account on gitlab.archlinux.org.