T.J. Townsend pushed to branch main at Arch Linux / Packaging / Packages / nginx
Commits:
b6158b51 by T.J. Townsend at 2024-04-23T20:44:44-04:00
upgpkg: 1.26.0-2: enable http/3 support
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
pkgbase = nginx
pkgver = 1.26.0
- pkgrel = 1
+ pkgrel = 2
url = https://nginx.org
arch = x86_64
license = custom
=====================================
PKGBUILD
=====================================
@@ -10,7 +10,7 @@
pkgbase=nginx
pkgname=(nginx nginx-src)
pkgver=1.26.0
-pkgrel=1
+pkgrel=2
arch=(x86_64)
url='https://nginx.org'
license=(custom)
@@ -62,6 +62,7 @@ _common_flags=(
--with-http_stub_status_module
--with-http_sub_module
--with-http_v2_module
+ --with-http_v3_module
--with-mail
--with-mail_ssl_module
--with-pcre-jit
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/nginx/-/commit/b6158b51fc16490a45292856c1e4ca01a3017ecd
--
This project does not include diff previews in email notifications.
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/nginx/-/commit/b6158b51fc16490a45292856c1e4ca01a3017ecd
You're receiving this email because of your account on gitlab.archlinux.org.