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


Commits:
df011450 by Christian Hesse at 2024-02-02T16:22:06+01:00
upgpkg: 8.6.0-2: build with libnghttp3 for HTTP/3

https://gitlab.archlinux.org/archlinux/packaging/packages/curl/-/issues/3

- - - - -


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.6.0
-       pkgrel = 1
+       pkgrel = 2
        url = https://curl.se/
        arch = x86_64
        license = MIT
@@ -18,6 +18,8 @@ pkgbase = lib32-curl
        depends = libidn2.so
        depends = lib32-libnghttp2
        depends = libnghttp2.so
+       depends = lib32-libnghttp3
+       depends = libnghttp3.so
        depends = lib32-libpsl
        depends = libpsl.so
        depends = lib32-libssh2
@@ -40,6 +42,8 @@ pkgname = lib32-curl
        depends = libidn2.so
        depends = lib32-libnghttp2
        depends = libnghttp2.so
+       depends = lib32-libnghttp3
+       depends = libnghttp3.so
        depends = lib32-libpsl
        depends = libpsl.so
        depends = lib32-libssh2


=====================================
PKGBUILD
=====================================
@@ -10,7 +10,7 @@ pkgname=(lib32-curl lib32-libcurl-compat lib32-libcurl-gnutls)
 _tag='8cd1397d3c5c9b1526c8d74530266a7a9a22294b' # git rev-parse v${_tag_name}
 _tag_name='8_6_0'
 pkgver="${_tag_name//_/.}"
-pkgrel=1
+pkgrel=2
 pkgdesc='command line tool and library for transferring data with URLs 
(32-bit)'
 arch=('x86_64')
 url='https://curl.se/'
@@ -20,6 +20,7 @@ depends=('curl'
          'lib32-krb5' 'libgssapi_krb5.so'
          'lib32-libidn2' 'libidn2.so'
          'lib32-libnghttp2' 'libnghttp2.so'
+         'lib32-libnghttp3' 'libnghttp3.so'
          'lib32-libpsl' 'libpsl.so'
          'lib32-libssh2' 'libssh2.so'
          'lib32-zlib' 'libz.so'
@@ -89,6 +90,7 @@ build() {
   "${srcdir}/curl"/configure \
     "${_configure_options[@]}" \
     --with-openssl \
+    --with-openssl-quic \
     --enable-versioned-symbols
   sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
   make -C lib
@@ -100,6 +102,7 @@ build() {
   "${srcdir}/curl"/configure \
     "${_configure_options[@]}" \
     --with-openssl \
+    --with-openssl-quic \
     --disable-versioned-symbols
   sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
   make -C lib



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/lib32-curl/-/commit/df011450f8a9d431c113dd741e748121ac3c9be3

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


Reply via email to