summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDasSkelett2021-06-11 13:46:40 +0200
committerDasSkelett2021-06-11 13:46:40 +0200
commitcfcd3a581ec4a9c1f39f7b2b6ef7ef3b096e5139 (patch)
treef433b0d7f89b1af732dedaa56a0c3bc11b3c1c1e
parent6cb3a7c0c68fb2ce5c0b7cec81988569c46d8ca4 (diff)
downloadaur-cfcd3a581ec4a9c1f39f7b2b6ef7ef3b096e5139.tar.gz
Switch to upstream merge of 1.21.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD14
2 files changed, 6 insertions, 14 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a69c67972f4b..cebd074c4a6a 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.0
- pkgrel = 2
+ pkgrel = 3
url = https://nginx.org
install = nginx.install
arch = i686
@@ -27,8 +27,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=60c6e8d8d3ae
- source = git+https://boringssl.googlesource.com/boringssl#commit=3dd9864feace08641e1f856edd2bcca63ba7887f
+ source = hg+https://hg.nginx.org/nginx-quic#revision=1fec68e322d0
+ source = git+https://boringssl.googlesource.com/boringssl#commit=c3b373bf4f4b2e2fba2578d1d5b5fe04e410f7cb
source = service
source = logrotate
sha256sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 8824e1087b25..f768ddac150c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@
pkgname=nginx-quic
pkgver=1.21.0
-pkgrel=2
+pkgrel=3
pkgdesc='Lightweight HTTP server and IMAP/POP3 proxy server, HTTP/3 QUIC branch'
arch=('i686' 'x86_64')
url='https://nginx.org'
@@ -25,8 +25,8 @@ backup=('etc/nginx/fastcgi.conf'
install=nginx.install
provides=('nginx')
conflicts=('nginx')
-source=("hg+https://hg.nginx.org/nginx-quic#revision=60c6e8d8d3ae"
- "git+https://boringssl.googlesource.com/boringssl#commit=3dd9864feace08641e1f856edd2bcca63ba7887f"
+source=("hg+https://hg.nginx.org/nginx-quic#revision=1fec68e322d0"
+ "git+https://boringssl.googlesource.com/boringssl#commit=c3b373bf4f4b2e2fba2578d1d5b5fe04e410f7cb"
"service"
"logrotate")
sha256sums=('SKIP'
@@ -72,14 +72,6 @@ _quic_flags=(
--with-stream_quic_module
)
-prepare() {
- # Upstream hasn't merged the 1.20.0 update into the nginx-quic branch yet; do it manually
- cd ${srcdir}/$pkgname
- hg pull https://hg.nginx.org/nginx
- hg merge f5de03f308a6 # release-1.21.0 tag
- hg commit -u aur -m "[automated aur commit] Merged with default branch"
-}
-
build() {
# Clear -D_FORTIFY_SOURCE from build flags, it causes Boringssl tests to fail to compile
export CPPFLAGS=${CPPFLAGS/-D_FORTIFY_SOURCE=[1-9]/-D_FORTIFY_SOURCE=0}