From 044253d9d7c5e884b5b55073adaa173e2a269c61 Mon Sep 17 00:00:00 2001 From: Johannes Schindelin Date: Wed, 22 May 2024 14:02:36 +0200 Subject: [PATCH] curl: drop backport of the chunked POST bugfix 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 e5725f2db (curl: backport chunked POST bugfix, 2024-04-10). Signed-off-by: Johannes Schindelin --- mingw-w64-curl/PKGBUILD | 3 --- 1 file changed, 3 deletions(-) diff --git a/mingw-w64-curl/PKGBUILD b/mingw-w64-curl/PKGBUILD index 238524b23e490..3354b79c2cf20 100644 --- a/mingw-w64-curl/PKGBUILD +++ b/mingw-w64-curl/PKGBUILD @@ -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' @@ -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