Skip to content

Commit 0370166

Browse files
orgadsdscho
authored andcommitted
curl: Fix regression reading netrc
See curl/curl#15496 and curl/curl#15513 Cherry-picked from 8b1c7bd (curl: Fix regression reading netrc, 2024-11-11) in msys2/MINGW-packages. Signed-off-by: Johannes Schindelin <[email protected]>
1 parent d1d0501 commit 0370166

File tree

1 file changed

+10
-4
lines changed

1 file changed

+10
-4
lines changed

mingw-w64-curl/PKGBUILD

+10-4
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ pkgname=("${MINGW_PACKAGE_PREFIX}-${_realname}"
66
"${MINGW_PACKAGE_PREFIX}-${_realname}-gnutls"
77
"${MINGW_PACKAGE_PREFIX}-${_realname}-winssl")
88
pkgver=8.11.0
9-
pkgrel=1
9+
pkgrel=2
1010
pkgdesc="Command line tool and library for transferring data with URLs (mingw-w64)"
1111
arch=('any')
1212
mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64' 'clang32' 'clangarm64')
@@ -35,13 +35,17 @@ 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")
38+
"0002-Hack-make-relocation-work-inside-libexec-git-core-an.patch"
39+
"netrc-regression-1.patch::https://github.com/curl/curl/commit/f5c616930b5cf148b1b2632da4f5963ff48bdf88.patch"
40+
"netrc-regression-2.patch::https://github.com/curl/curl/commit/0cdde0fdfbeb8c35420f6d03fa4b77ed73497694.patch")
3941
sha256sums=('c95d5a1368803729345a632ce42cceeefd5f09c3b4d9582f858f6779f4b8b254'
4042
'SKIP'
4143
'08209cbf1633fa92eae7e5d28f95f8df9d6184cc20fa878c99aec4709bb257fd'
4244
'965d3921ec4fdeec94a2718bc2c85ce5e1a00ea0e499330a554074a7ae15dfc6'
4345
'd34c9474a0b54d36497e58b4792699ef37cc8b043a4cd5daf287e1e33f660207'
44-
'418b5619b924d17ac71066323b5540d86d4e8055cabab925ece185770e9d1906')
46+
'418b5619b924d17ac71066323b5540d86d4e8055cabab925ece185770e9d1906'
47+
'708429a4e0b387dc9addc1f9166e07e5db22da42221887ddab9533c9e2bd1ca8'
48+
'd817dd3746476bc513edd24a4f9a32674c3d5a04484bf80d894c1d2add67e8e2')
4549
validpgpkeys=('27EDEAF22F3ABCEB50DB9A125CC908FDB71E12C2') # Daniel Stenberg
4650

4751
if test -z "$WITHOUT_ALTERNATES"
@@ -91,7 +95,9 @@ prepare() {
9195

9296
apply_patch_with_msg \
9397
0001-Make-cURL-relocatable.patch \
94-
0002-Hack-make-relocation-work-inside-libexec-git-core-an.patch
98+
0002-Hack-make-relocation-work-inside-libexec-git-core-an.patch \
99+
netrc-regression-1.patch \
100+
netrc-regression-2.patch
95101

96102
autoreconf -vfi
97103
}

0 commit comments

Comments
 (0)