summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMassimiliano Torromeo2019-04-24 09:59:57 +0200
committerMassimiliano Torromeo2019-04-24 09:59:57 +0200
commitbd1bd9bf089c7b0d3796423e5bdff294e0a9b86f (patch)
tree057978442220e23986ddbf5eed6fa1b6c7c94385
parent4585293f96766ff87146cb19e39eecbf72da13d1 (diff)
downloadaur-bd1bd9bf089c7b0d3796423e5bdff294e0a9b86f.tar.gz
Updated to 1.5.1-25
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6d19ee6846b2..f527c257d886 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,19 +1,19 @@
pkgbase = nginx-mainline-mod-auth_pam
pkgdesc = Nginx mainline module to use PAM for simple http authentication
pkgver = 1.5.1
- pkgrel = 24
+ pkgrel = 25
url = https://github.com/sto/ngx_http_auth_pam_module
arch = i686
arch = x86_64
license = BSD
depends = nginx-mainline
depends = pam
- source = https://nginx.org/download/nginx-1.15.11.tar.gz
- source = https://nginx.org/download/nginx-1.15.11.tar.gz.asc
+ source = https://nginx.org/download/nginx-1.15.12.tar.gz
+ source = https://nginx.org/download/nginx-1.15.12.tar.gz.asc
source = https://github.com/sto/ngx_http_auth_pam_module/archive/v1.5.1/ngx_http_auth_pam_module-1.5.1.tar.gz
source = ngx_http_auth_pam_module-critlog.patch::https://patch-diff.githubusercontent.com/raw/sto/ngx_http_auth_pam_module/pull/11.patch
validpgpkeys = B0F4253373F8F6F510D42178520A9993A1C052F8
- sha256sums = d5eb2685e2ebe8a9d048b07222ffdab50e6ff6245919eebc2482c1f388e3f8ad
+ sha256sums = 3d5b90aa17de1700709ae4ec6c4d73d87c888b06c510391bf7104b006fdb2abe
sha256sums = SKIP
sha256sums = 77676842919134af88a7b4bfca4470223e3a00d287d17c0dbdc9a114a685b6e7
sha256sums = 1a59787672cf9c6768cb77c31f19a870eaf556c7b28c8c22a22cf8a7013b93af
diff --git a/PKGBUILD b/PKGBUILD
index 3e289bbaafb5..89541336d858 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,10 +2,10 @@
pkgname=nginx-mainline-mod-auth_pam
pkgver=1.5.1
-pkgrel=24
+pkgrel=25
_modname=ngx_http_auth_pam_module
-_nginxver=1.15.11
+_nginxver=1.15.12
pkgdesc='Nginx mainline module to use PAM for simple http authentication'
arch=('i686' 'x86_64')
@@ -23,7 +23,7 @@ validpgpkeys=(
'B0F4253373F8F6F510D42178520A9993A1C052F8' # Maxim Dounin <mdounin@mdounin.ru>
)
-sha256sums=('d5eb2685e2ebe8a9d048b07222ffdab50e6ff6245919eebc2482c1f388e3f8ad'
+sha256sums=('3d5b90aa17de1700709ae4ec6c4d73d87c888b06c510391bf7104b006fdb2abe'
'SKIP'
'77676842919134af88a7b4bfca4470223e3a00d287d17c0dbdc9a114a685b6e7'
'1a59787672cf9c6768cb77c31f19a870eaf556c7b28c8c22a22cf8a7013b93af')