Christian Hesse pushed to branch main at Arch Linux / Packaging / Packages / 
curl


Commits:
00c1db81 by Christian Hesse at 2024-12-12T16:05:08+01:00
upgpkg: 8.11.1-3: apply upstream fix for eventfd

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
 pkgbase = curl
        pkgdesc = command line tool and library for transferring data with URLs
        pkgver = 8.11.1
-       pkgrel = 2
+       pkgrel = 3
        url = https://curl.se/
        arch = x86_64
        license = MIT


=====================================
PKGBUILD
=====================================
@@ -7,7 +7,7 @@
 pkgbase=curl
 pkgname=(curl libcurl-compat libcurl-gnutls)
 pkgver=8.11.1
-pkgrel=2
+pkgrel=3
 pkgdesc='command line tool and library for transferring data with URLs'
 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=(
@@ -74,9 +76,6 @@ build() {
     --with-libssh2
     --with-random='/dev/urandom'
     --with-ca-bundle='/etc/ssl/certs/ca-certificates.crt'
-
-    # 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/curl/-/commit/00c1db819090d1ef299ff1de60478b0ff7a056ae

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/curl/-/commit/00c1db819090d1ef299ff1de60478b0ff7a056ae
You're receiving this email because of your account on gitlab.archlinux.org.


Reply via email to