summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD3
2 files changed, 3 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7817bac36af9..a6642bfa8274 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = nginx-libressl
pkgdesc = lightweight HTTP server, statically linked against LibreSSL.
pkgver = 1.12.2
- pkgrel = 1
+ pkgrel = 2
url = http://nginx.org
arch = i686
arch = x86_64
diff --git a/PKGBUILD b/PKGBUILD
index 660298d19394..109074e787a2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -14,7 +14,7 @@ _log_path="/var/log/${_pkgname}"
pkgname=nginx-libressl
pkgver=1.12.2
-pkgrel=1
+pkgrel=2
librever=2.6.4
pkgdesc="lightweight HTTP server, statically linked against LibreSSL."
arch=('i686' 'x86_64')
@@ -75,6 +75,7 @@ build() {
--with-openssl=./libressl-$librever \
--with-threads \
--with-http_ssl_module \
+ --with-http_v2_module \
--with-http_gzip_static_module \
--with-http_realip_module \
--with-file-aio