summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorfiregore2016-02-26 09:50:55 +0100
committerfiregore2016-02-26 09:50:55 +0100
commita1ac3977361c20b0514e469f2819aba3f8bcb219 (patch)
treef4e644b82bf661bdfd96de64d1b8271882340aa5
parentadcc73be8c3c3e17821c0aa1d4e4b4a3424db687 (diff)
downloadaur-a1ac3977361c20b0514e469f2819aba3f8bcb219.tar.gz
Fixing 1.9.12, removed YubiKey Supoort
-rw-r--r--.SRCINFO9
-rw-r--r--PKGBUILD9
2 files changed, 6 insertions, 12 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b0f8ec17420f..3cd10cfb6ed9 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by mksrcinfo v8
-# Fri Feb 26 08:39:53 UTC 2016
+# Fri Feb 26 08:50:35 UTC 2016
pkgbase = nginx-mainline-waf
- pkgdesc = Lightweight HTTP server and IMAP/POP3 proxy server, mainline, Brotli Support, with Naxsi, Certificate Transparency, GeoIP (GeoIP Legacy) ,YubiKey Auth Support builtin and with Thread Pools.
+ pkgdesc = Lightweight HTTP server and IMAP/POP3 proxy server, mainline, Brotli Support, with Naxsi, Certificate Transparency, GeoIP (GeoIP Legacy).
pkgver = 1.9.12
- pkgrel = 1
+ pkgrel = 3
url = http://nginx.org
install = nginx.install
arch = i686
@@ -30,7 +30,6 @@ pkgbase = nginx-mainline-waf
source = http://nginx.org/download/nginx-1.9.12.tar.gz
source = git+https://github.com/nbs-system/naxsi.git
source = git+https://github.com/google/ngx_brotli.git
- source = git+https://github.com/sanderv32/ngx_http_auth_yubikey_module.git
source = git+https://github.com/openresty/headers-more-nginx-module.git
source = git+https://github.com/grahamedgecombe/nginx-ct.git
source = service
@@ -40,7 +39,6 @@ pkgbase = nginx-mainline-waf
md5sums = SKIP
md5sums = SKIP
md5sums = SKIP
- md5sums = SKIP
md5sums = ce9a06bcaf66ec4a3c4eb59b636e0dfd
md5sums = 3441ce77cdd1aab6f0ab7e212698a8a7
sha1sums = 5945a0701f0ee0755fd20643f755507996a3f7f3
@@ -48,7 +46,6 @@ pkgbase = nginx-mainline-waf
sha1sums = SKIP
sha1sums = SKIP
sha1sums = SKIP
- sha1sums = SKIP
sha1sums = df6dd84b41f5127fec39216d578cfbbe1815699f
sha1sums = e43ccb1e8eb90bea64cb3cd0967a2df891473834
diff --git a/PKGBUILD b/PKGBUILD
index 38a8f3834368..fe6ffeaea4a4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,9 +5,9 @@ _pkgname=nginx
provides=('nginx')
conflicts=('nginx')
pkgver=1.9.12
-pkgrel=1
+pkgrel=3
pkgdesc='Lightweight HTTP server and IMAP/POP3 proxy server, mainline, Brotli
-Support, with Naxsi, Certificate Transparency, GeoIP (GeoIP Legacy) ,YubiKey Auth Support builtin and with Thread Pools.'
+Support, with Naxsi, Certificate Transparency, GeoIP (GeoIP Legacy).'
arch=('i686' 'x86_64')
url='http://nginx.org'
license=('custom')
@@ -32,7 +32,7 @@ source=($url/download/nginx-$pkgver.tar.gz
#https://dl.google.com/dl/page-speed/psol/$_psolver.tar.gz
git+https://github.com/nbs-system/naxsi.git
git+https://github.com/google/ngx_brotli.git
- git+https://github.com/sanderv32/ngx_http_auth_yubikey_module.git
+ #git+https://github.com/sanderv32/ngx_http_auth_yubikey_module.git
#git+https://github.com/aperezdc/ngx-fancyindex.git
git+https://github.com/openresty/headers-more-nginx-module.git
git+https://github.com/grahamedgecombe/nginx-ct.git
@@ -77,7 +77,6 @@ build() {
--with-http_geoip_module \
--with-stream \
--with-threads \
- --add-module=../ngx_http_auth_yubikey_module \
--add-module=../naxsi/naxsi_src \
--add-module=../headers-more-nginx-module \
--add-module=../nginx-ct \
@@ -123,7 +122,6 @@ md5sums=('0afe4a7e589a0de43b7b54aa055a4351'
'SKIP'
'SKIP'
'SKIP'
- 'SKIP'
'ce9a06bcaf66ec4a3c4eb59b636e0dfd'
'3441ce77cdd1aab6f0ab7e212698a8a7')
sha1sums=('5945a0701f0ee0755fd20643f755507996a3f7f3'
@@ -131,6 +129,5 @@ sha1sums=('5945a0701f0ee0755fd20643f755507996a3f7f3'
'SKIP'
'SKIP'
'SKIP'
- 'SKIP'
'df6dd84b41f5127fec39216d578cfbbe1815699f'
'e43ccb1e8eb90bea64cb3cd0967a2df891473834')