summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDasSkelett2022-01-13 15:32:31 +0100
committerDasSkelett2022-01-13 15:32:31 +0100
commit1ea52c9bc4f17c25afca949d07db9b1d4c0ede7b (patch)
tree7c71f3b168a462c2bc107f70f81ef084bf76380e
parent36acc1493f91ac70ae492ce5420c83cc7cb66015 (diff)
downloadaur-1ea52c9bc4f17c25afca949d07db9b1d4c0ede7b.tar.gz
Pull important nginx-quic fixes
nginx-quic 1.21.5 is pretty broken, there are now upstream patches fixing the issues: - https://hg.nginx.org/nginx-quic/rev/5acd0d89d8c2 - https://hg.nginx.org/nginx-quic/rev/47f45a98f892 - https://hg.nginx.org/nginx-quic/rev/10522e8dea41 This bumps the pulled revision to https://hg.nginx.org/nginx-quic/rev/c31d95fdaf65, which also includes some other nice-to-have fixes and clean-ups.
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 66e75191e87b..5f21872a6ea7 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = nginx-quic
pkgdesc = Lightweight HTTP server and IMAP/POP3 proxy server, HTTP/3 QUIC branch
pkgver = 1.21.5
- pkgrel = 1
+ pkgrel = 2
url = https://nginx.org
install = nginx.install
arch = i686
@@ -28,7 +28,7 @@ pkgbase = nginx-quic
backup = etc/nginx/uwsgi_params
backup = etc/nginx/win-utf
backup = etc/logrotate.d/nginx
- source = hg+https://hg.nginx.org/nginx-quic#revision=eaf356a35f5d
+ source = hg+https://hg.nginx.org/nginx-quic#revision=c31d95fdaf65
source = git+https://boringssl.googlesource.com/boringssl#commit=9bcc12d540c3b844ba317f042c731d64142af725
source = service
source = logrotate
diff --git a/PKGBUILD b/PKGBUILD
index a40aced92cb2..3fd85aa1299b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,7 @@ _pkgbase=nginx
pkgbase=nginx-quic
pkgname=(nginx-quic nginx-quic-src)
pkgver=1.21.5
-pkgrel=1
+pkgrel=2
pkgdesc='Lightweight HTTP server and IMAP/POP3 proxy server, HTTP/3 QUIC branch'
arch=('i686' 'x86_64')
url='https://nginx.org'
@@ -27,7 +27,7 @@ backup=('etc/nginx/fastcgi.conf'
install=nginx.install
provides=('nginx' 'nginx-mainline')
conflicts=('nginx')
-source=("hg+https://hg.nginx.org/nginx-quic#revision=eaf356a35f5d"
+source=("hg+https://hg.nginx.org/nginx-quic#revision=c31d95fdaf65"
"git+https://boringssl.googlesource.com/boringssl#commit=9bcc12d540c3b844ba317f042c731d64142af725"
"service"
"logrotate")