Skip to content

Commit

Permalink
curl: drop backport of the chunked POST bugfix
Browse files Browse the repository at this point in the history
We backported this preemptively, to unbreak Git. Now that an official
cURL version is out that has this fix, the backport is not only no
longer necessary, it now prevents the build from succeeding...

So let's back out that extra patch.

This reverts commit e5725f2 (curl: backport chunked POST bugfix,
2024-04-10).

Signed-off-by: Johannes Schindelin <[email protected]>
  • Loading branch information
dscho committed May 22, 2024
1 parent 0286a5b commit 044253d
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions mingw-w64-curl/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -32,14 +32,12 @@ depends=("${MINGW_PACKAGE_PREFIX}-gcc-libs"
"${MINGW_PACKAGE_PREFIX}-zstd")
options=('staticlibs')
source=("https://github.com/curl/curl/releases/download/${_realname}-${pkgver//./_}/${_realname}-${pkgver}.tar.bz2"{,.asc}
"https://github.com/curl/curl/commit/721941aadf4adf4f6aeb3f4c0ab489bb89610c36.patch"
"pathtools.c"
"pathtools.h"
"0001-Make-cURL-relocatable.patch"
"0002-Hack-make-relocation-work-inside-libexec-git-core-an.patch")
sha256sums=('40d3792d38cfa244d8f692974a567e9a5f3387c547579f1124e95ea2a1020d0d'
'SKIP'
'4fbd9dc2582f141f7c839a0b9080a85014ffac36c9fc9358cbab7b004fb57820'
'08209cbf1633fa92eae7e5d28f95f8df9d6184cc20fa878c99aec4709bb257fd'
'965d3921ec4fdeec94a2718bc2c85ce5e1a00ea0e499330a554074a7ae15dfc6'
'64cbbea0a6b273b2008a08479ea8736fb4917225d434f3c08da2560318393de0'
Expand Down Expand Up @@ -92,7 +90,6 @@ prepare() {
cp -fHv "${srcdir}"/pathtools.[ch] lib/

apply_patch_with_msg \
721941aadf4adf4f6aeb3f4c0ab489bb89610c36.patch \
0001-Make-cURL-relocatable.patch \
0002-Hack-make-relocation-work-inside-libexec-git-core-an.patch

Expand Down

0 comments on commit 044253d

Please sign in to comment.