Leonidas Spyropoulos pushed to branch main at Arch Linux / Packaging / Packages / curl
Commits: 78ea3389 by Leonidas Spyropoulos at 2024-08-05T09:00:02+01:00 upgpkg: 8.9.1-2: fix SIGPIPE on libcurl https://github.com/curl/curl/issues/14344 https://github.com/curl/curl/pull/14390 Fixes: #7 - - - - - 3 changed files: - .SRCINFO - PKGBUILD - + sigpipe_init_the_struct_so_that_first_apply_ignores.patch Changes: ===================================== .SRCINFO ===================================== @@ -1,7 +1,7 @@ pkgbase = curl pkgdesc = command line tool and library for transferring data with URLs pkgver = 8.9.1 - pkgrel = 1 + pkgrel = 2 url = https://curl.se/ arch = x86_64 license = MIT ===================================== PKGBUILD ===================================== @@ -7,7 +7,7 @@ pkgbase=curl pkgname=(curl libcurl-compat libcurl-gnutls) pkgver=8.9.1 -pkgrel=1 +pkgrel=2 pkgdesc='command line tool and library for transferring data with URLs' arch=('x86_64') url='https://curl.se/' @@ -29,6 +29,7 @@ source=("git+https://github.com/curl/curl.git#tag=curl-${pkgver//./_}?signed") sha512sums=('402e12ad615c1db98df9cc8199d46f5c7a9bd174a457e469acbd9d3f567cc36b2db1fc3a010c3aa8e752da182f48d3b4590c98f15f6fad6ed063c4224d794442') _backports=( + '3eec5afbd0b6377eca893c392569b2faf094d970' # https://github.com/curl/curl/issues/14344 ) _reverts=( ===================================== sigpipe_init_the_struct_so_that_first_apply_ignores.patch ===================================== View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/curl/-/commit/78ea3389296d19944fdbb7869e46253c87301d11 -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/curl/-/commit/78ea3389296d19944fdbb7869e46253c87301d11 You're receiving this email because of your account on gitlab.archlinux.org.
