Skip to content

Commit

Permalink
main/curl: backport upstream fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
nekopsykose committed Jan 12, 2023
1 parent dddd2bc commit f40c2ce
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion main/curl/APKBUILD
Expand Up @@ -9,7 +9,7 @@

pkgname=curl
pkgver=7.87.0
pkgrel=0
pkgrel=1
pkgdesc="URL retrival utility and library"
url="https://curl.se/"
arch="all"
Expand All @@ -23,6 +23,8 @@ 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-fix-eval.patch::https://github.com/curl/curl/commit/e2aed004302e51cfa5b6ce8c8ab65ef92aa83196.patch
$pkgname-fix-filter.patch::https://github.com/curl/curl/commit/728400f875e845f72ee5602edb905f6301ade3e7.patch
"
options="net" # Required for running tests
[ -n "$BOOTSTRAP" ] && options="$options !check" # remove python3 dependency
Expand Down Expand Up @@ -201,4 +203,6 @@ static() {

sha512sums="
aa125991592667280dce3788aabe81487cf8c55b0afc59d675cc30b76055bb7114f5380b4a0e3b6461a8f81bf9812fa26d493a85f7e01d84263d484a0d699ee7 curl-7.87.0.tar.xz
66c0d01a86868b6c4333c92605b710316dc9ee5c73f4724c426654500e45983e229abae51f361f003bc526cd4ef2873d68953708531afbd3feb5ac983060f0cd curl-fix-eval.patch
0428b86e0f5cd0b00c1c367189a718368647c8800464deb74cbd47bc187f3ae0be74392a30c05fa2ee08ace638f5426ff32c32d1881e37ee000cbba936aa3327 curl-fix-filter.patch
"

0 comments on commit f40c2ce

Please sign in to comment.