Skip to content

Commit 26e8ef7

Browse files
committed
curl: drop backport that is no longer needed
This patch is part of 8.12.0. Signed-off-by: Johannes Schindelin <[email protected]>
1 parent b175e9f commit 26e8ef7

File tree

2 files changed

+3
-32
lines changed

2 files changed

+3
-32
lines changed

mingw-w64-curl/0003-netrc-regression.patch

Lines changed: 0 additions & 26 deletions
This file was deleted.

mingw-w64-curl/PKGBUILD

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -35,15 +35,13 @@ source=("https://github.com/curl/curl/releases/download/${_realname}-${pkgver//.
3535
"pathtools.c"
3636
"pathtools.h"
3737
"0001-Make-cURL-relocatable.patch"
38-
"0002-Hack-make-relocation-work-inside-libexec-git-core-an.patch"
39-
"0003-netrc-regression.patch")
38+
"0002-Hack-make-relocation-work-inside-libexec-git-core-an.patch")
4039
sha256sums=('5a85adbe401ed3b998ee1128524e9b045feb39577f3c336f6997e7a4afaafcd7'
4140
'SKIP'
4241
'08209cbf1633fa92eae7e5d28f95f8df9d6184cc20fa878c99aec4709bb257fd'
4342
'965d3921ec4fdeec94a2718bc2c85ce5e1a00ea0e499330a554074a7ae15dfc6'
4443
'd34c9474a0b54d36497e58b4792699ef37cc8b043a4cd5daf287e1e33f660207'
45-
'418b5619b924d17ac71066323b5540d86d4e8055cabab925ece185770e9d1906'
46-
'19af1ecce5f14e6bb5e58f2dce07c94c1c8cfc23772a066e5f89f92e0dfd11c2')
44+
'418b5619b924d17ac71066323b5540d86d4e8055cabab925ece185770e9d1906')
4745
validpgpkeys=('27EDEAF22F3ABCEB50DB9A125CC908FDB71E12C2') # Daniel Stenberg
4846

4947
if test -z "$WITHOUT_ALTERNATES"
@@ -93,8 +91,7 @@ prepare() {
9391

9492
apply_patch_with_msg \
9593
0001-Make-cURL-relocatable.patch \
96-
0002-Hack-make-relocation-work-inside-libexec-git-core-an.patch \
97-
0003-netrc-regression.patch
94+
0002-Hack-make-relocation-work-inside-libexec-git-core-an.patch
9895

9996
autoreconf -vfi
10097
}

0 commit comments

Comments
 (0)