main/curl: backport regression fix

This commit is contained in:
psykose 2023-05-19 15:07:15 +00:00
parent 10ebbbb03e
commit ca8719dd3e

View File

@ -9,7 +9,7 @@
pkgname=curl
pkgver=8.1.0
pkgrel=1
pkgrel=2
pkgdesc="URL retrival utility and library"
url="https://curl.se/"
arch="all"
@ -30,6 +30,7 @@ subpackages="$pkgname-dbg $pkgname-static $pkgname-doc $pkgname-dev libcurl"
[ -z "$BOOTSTRAP" ] && subpackages="$subpackages $pkgname-zsh-completion $pkgname-fish-completion"
source="
https://curl.se/download/curl-$pkgver.tar.xz
$pkgname-regression-8.1.patch::https://github.com/curl/curl/commit/92772e6d395bbdda0e7822d980caf86e8c4aa51c.diff
"
options="net" # Required for running tests
[ -n "$BOOTSTRAP" ] && options="$options !check" # remove python3 dependency
@ -220,4 +221,5 @@ libcurl() {
sha512sums="
b99926f372ddd715cd1d2b54d8fb96b26b085e6501715e25aa57b6c6a7f8452473506ddb284e2f280f8afdb301b7f0c3bfde7ad7ed393b12c022430a9301096d curl-8.1.0.tar.xz
33b214aaa797580df61b6c0947b633ba7d3b5ec311292b07743b8700db828f9c42a0452aa9af28c2f5a23ce7fa27f29486066c78ad0c93ce473bb15f3adfa27c curl-regression-8.1.patch
"