Update to nginx 1.21.5

This commit is contained in:
DasSkelett 2021-12-30 14:58:24 +01:00
parent 121bd7db65
commit 36acc1493f
No known key found for this signature in database
GPG Key ID: CD4711E34050A172
2 changed files with 9 additions and 10 deletions

View File

@ -1,6 +1,6 @@
pkgbase = nginx-quic
pkgdesc = Lightweight HTTP server and IMAP/POP3 proxy server, HTTP/3 QUIC branch
pkgver = 1.21.4
pkgver = 1.21.5
pkgrel = 1
url = https://nginx.org
install = nginx.install
@ -14,7 +14,7 @@ pkgbase = nginx-quic
depends = geoip
depends = libxcrypt
depends = mailcap
depends = pcre
depends = pcre2
depends = zlib
provides = nginx
provides = nginx-mainline
@ -28,8 +28,8 @@ 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=61d0fa67b55e
source = git+https://boringssl.googlesource.com/boringssl#commit=cf8d3ad3cea51cf7184307d54f465da62b7d8408
source = hg+https://hg.nginx.org/nginx-quic#revision=eaf356a35f5d
source = git+https://boringssl.googlesource.com/boringssl#commit=9bcc12d540c3b844ba317f042c731d64142af725
source = service
source = logrotate
sha256sums = SKIP
@ -40,7 +40,7 @@ pkgbase = nginx-quic
pkgname = nginx-quic
pkgname = nginx-quic-src
pkgdesc = Source code of nginx-quic 1.21.4, useful for building modules
pkgdesc = Source code of nginx-quic 1.21.5, useful for building modules
arch = any
depends =
provides = nginx-src

View File

@ -7,13 +7,13 @@
_pkgbase=nginx
pkgbase=nginx-quic
pkgname=(nginx-quic nginx-quic-src)
pkgver=1.21.4
pkgver=1.21.5
pkgrel=1
pkgdesc='Lightweight HTTP server and IMAP/POP3 proxy server, HTTP/3 QUIC branch'
arch=('i686' 'x86_64')
url='https://nginx.org'
license=('custom')
depends=('geoip' 'libxcrypt' 'mailcap' 'pcre' 'zlib')
depends=('geoip' 'libxcrypt' 'mailcap' 'pcre2' 'zlib')
makedepends=('cmake' 'git' 'go' 'mercurial')
backup=('etc/nginx/fastcgi.conf'
'etc/nginx/fastcgi_params'
@ -27,8 +27,8 @@ backup=('etc/nginx/fastcgi.conf'
install=nginx.install
provides=('nginx' 'nginx-mainline')
conflicts=('nginx')
source=("hg+https://hg.nginx.org/nginx-quic#revision=61d0fa67b55e"
"git+https://boringssl.googlesource.com/boringssl#commit=cf8d3ad3cea51cf7184307d54f465da62b7d8408"
source=("hg+https://hg.nginx.org/nginx-quic#revision=eaf356a35f5d"
"git+https://boringssl.googlesource.com/boringssl#commit=9bcc12d540c3b844ba317f042c731d64142af725"
"service"
"logrotate")
sha256sums=('SKIP'
@ -72,7 +72,6 @@ _mainline_flags=(
_quic_flags=(
--with-http_v3_module
--with-http_quic_module
--with-stream_quic_module
)