summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGoliathLabs2020-04-18 09:59:29 +0200
committerGoliathLabs2020-04-18 09:59:29 +0200
commite4341afe8be8dc14ef37e69666ece9b00e017c6f (patch)
treebaa5a2e4db758d06c197af338bbd9806ce3aa6c2
parent63ead95bc6322be554c081fa0b8d39875e443e89 (diff)
downloadaur-nginx-mainline-mod-auth_spnego.tar.gz
Updated: nginx-1.17.9
-rw-r--r--.SRCINFO9
-rw-r--r--PKGBUILD13
2 files changed, 15 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 24c3720b4cd7..e0c125cf2044 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,16 +1,19 @@
pkgbase = nginx-mainline-mod-auth_spnego
pkgdesc = Nginx module to use SPNEGO for http authentication
pkgver = 1.1.0
- pkgrel = 2
+ pkgrel = 3
url = https://github.com/stnoonan/spnego-http-auth-nginx-module
arch = i686
arch = x86_64
license = BSD
depends = nginx-mainline
depends = krb5
- source = https://nginx.org/download/nginx-1.13.4.tar.gz
+ source = https://nginx.org/download/nginx-1.17.9.tar.gz
+ source = https://nginx.org/download/nginx-1.17.9.tar.gz.asc
source = git+https://github.com/stnoonan/spnego-http-auth-nginx-module.git
- sha256sums = de21f3c49ba65c611329d8759a63d72e5fcf719bc6f2a3270e2541348ef1fbba
+ validpgpkeys = B0F4253373F8F6F510D42178520A9993A1C052F8
+ sha256sums = 7dd65d405c753c41b7fdab9415cfb4bdbaf093ec6d9f7432072d52cb7bcbb689
+ sha256sums = SKIP
sha256sums = SKIP
pkgname = nginx-mainline-mod-auth_spnego
diff --git a/PKGBUILD b/PKGBUILD
index d6b3fbfa567f..24b6ada35499 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,10 +2,10 @@
pkgname=nginx-mainline-mod-auth_spnego
pkgver=1.1.0
-pkgrel=2
+pkgrel=3
_modname=spnego-http-auth-nginx-module
-_nginxver=1.13.4
+_nginxver=1.17.9
pkgdesc='Nginx module to use SPNEGO for http authentication'
arch=('i686' 'x86_64')
@@ -14,11 +14,16 @@ url="https://github.com/stnoonan/spnego-http-auth-nginx-module"
license=('BSD')
source=(
- https://nginx.org/download/nginx-$_nginxver.tar.gz
+ https://nginx.org/download/nginx-$_nginxver.tar.gz{,.asc}
git+https://github.com/stnoonan/spnego-http-auth-nginx-module.git
)
-sha256sums=('de21f3c49ba65c611329d8759a63d72e5fcf719bc6f2a3270e2541348ef1fbba'
+validpgpkeys=(
+ 'B0F4253373F8F6F510D42178520A9993A1C052F8' # Maxim Dounin <mdounin@mdounin.ru>
+)
+
+sha256sums=('7dd65d405c753c41b7fdab9415cfb4bdbaf093ec6d9f7432072d52cb7bcbb689'
+ 'SKIP'
'SKIP')
build() {