Christian Hesse pushed to branch main at Arch Linux / Packaging / Packages /
lib32-curl
Commits:
9998b4d0 by Christian Hesse at 2024-12-12T16:05:44+01:00
upgpkg: 8.11.1-3: apply upstream fix for eventfd
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = lib32-curl
pkgdesc = command line tool and library for transferring data with URLs
(32-bit)
pkgver = 8.11.1
- pkgrel = 2
+ pkgrel = 3
url = https://curl.se/
arch = x86_64
license = MIT
=====================================
PKGBUILD
=====================================
@@ -8,7 +8,7 @@
pkgbase=lib32-curl
pkgname=(lib32-curl lib32-libcurl-compat lib32-libcurl-gnutls)
pkgver=8.11.1
-pkgrel=2
+pkgrel=3
pkgdesc='command line tool and library for transferring data with URLs
(32-bit)'
arch=('x86_64')
url='https://curl.se/'
@@ -29,6 +29,8 @@
source=("git+https://github.com/curl/curl.git#tag=curl-${pkgver//./_}?signed")
sha512sums=('3ed91b678e318a62bbde32b986ebddb8c3ec2e5932462c9c368437414eaed85b4ecd5ae2d8d35c31c90a3a435d4cd9d26e1b91265e1b4396b6868641c629bd81')
_backports=(
+ # async-thread: avoid closing eventfd twice
+ 'ff5091aa9f73802e894b1cbdf24ab84e103200e2'
)
_reverts=(
@@ -79,9 +81,6 @@ build() {
--with-random='/dev/urandom'
--with-ca-bundle='/etc/ssl/certs/ca-certificates.crt'
--libdir='/usr/lib32'
-
- # https://github.com/curl/curl/issues/15725
- ac_cv_func_eventfd=no
)
mkdir build-curl{,-compat,-gnutls}
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/lib32-curl/-/commit/9998b4d09385644d918dbefd069863a4252a7ef5
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/lib32-curl/-/commit/9998b4d09385644d918dbefd069863a4252a7ef5
You're receiving this email because of your account on gitlab.archlinux.org.