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


Commits:
02f658e3 by Christian Hesse at 2026-01-28T11:36:14+01:00
upgpkg: 8.18.0-3: fix HTTP/3 with low MTU

https://github.com/curl/curl/issues/20440
https://github.com/curl/curl/pull/20448
Closes: 
https://gitlab.archlinux.org/archlinux/packaging/packages/curl/-/issues/14

- - - - -


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.18.0
-       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.18.0
-pkgrel=2
+pkgrel=3
 pkgdesc='command line tool and library for transferring data with URLs'
 arch=('x86_64')
 url='https://curl.se/'
@@ -36,6 +36,8 @@ 
source=("git+https://github.com/curl/curl.git#tag=curl-${pkgver//./_}?signed";)
 
sha512sums=('304ddac52ee589f6e6e168747d720ea1ecc6f66adb469b70e0a1ee7c9f0bf5ed12e2538647bb746b8a6aaa1e3860e9b00ed29cd2079ca2e4c25a2afc972f0e6a')
 
 _backports=(
+  # vquic: handle SOCKEMSGSIZE correctly
+  'cf4164fa8dc3e09b2fb729ba231ecbf7b5d015de'
 )
 
 _reverts=(



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

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


Reply via email to