summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark Weiman2016-11-14 13:38:54 -0500
committerMark Weiman2016-11-14 13:38:54 -0500
commit6089da61d4d465315fabd856ca11122966a3ebd4 (patch)
treefdf1920bbce8173cbe03d1a20cacb662720640c7
parenta14590d4793685eeb0dc469475bee38598aeb457 (diff)
downloadaur-6089da61d4d465315fabd856ca11122966a3ebd4.tar.gz
Update to 1.10.2-1
-rw-r--r--.SRCINFO14
-rw-r--r--PKGBUILD10
2 files changed, 12 insertions, 12 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6addf01f1a45..b89ef291dd22 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Sat May 28 18:10:34 UTC 2016
+# Mon Nov 14 18:38:32 UTC 2016
pkgbase = nginx-pam
pkgdesc = Lightweight HTTP server and IMAP/POP3 proxy server with added pam directives
- pkgver = 1.10.0
+ pkgver = 1.10.2
pkgrel = 1
url = http://nginx.org
install = nginx.install
@@ -25,13 +25,13 @@ pkgbase = nginx-pam
backup = etc/nginx/uwsgi_params
backup = etc/nginx/win-utf
backup = etc/logrotate.d/nginx
- source = https://github.com/stogh/ngx_http_auth_pam_module/archive/v1.4.tar.gz
- source = http://nginx.org/download/nginx-1.10.0.tar.gz
- source = http://nginx.org/download/nginx-1.10.0.tar.gz.asc
+ source = https://github.com/sto/ngx_http_auth_pam_module/archive/v1.5.1.tar.gz
+ source = http://nginx.org/download/nginx-1.10.2.tar.gz
+ source = http://nginx.org/download/nginx-1.10.2.tar.gz.asc
source = service
source = logrotate
- md5sums = a5c0fb3af7158297c1457739947b9b0c
- md5sums = c184c873d2798c5ba92be95ed1209c02
+ md5sums = 1e0bbd4535386970d63f51064626bc9a
+ md5sums = e8f5f4beed041e63eb97f9f4f55f3085
md5sums = SKIP
md5sums = 80cc5f267dfc737484f653d8b48ac6cd
md5sums = 4ddf076f128cd1738e0c0bba493903bb
diff --git a/PKGBUILD b/PKGBUILD
index a65c0d070552..f9aab71c3c2d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@
pkgname=nginx-pam
_pkgname=nginx
-pkgver=1.10.0
+pkgver=1.10.2
pkgrel=1
pkgdesc='Lightweight HTTP server and IMAP/POP3 proxy server with added pam directives'
arch=('i686' 'x86_64')
@@ -27,12 +27,12 @@ backup=('etc/nginx/fastcgi.conf'
'etc/nginx/win-utf'
'etc/logrotate.d/nginx')
install=nginx.install
-source=(https://github.com/stogh/ngx_http_auth_pam_module/archive/v1.4.tar.gz
+source=(https://github.com/sto/ngx_http_auth_pam_module/archive/v1.5.1.tar.gz
$url/download/nginx-$pkgver.tar.gz{,.asc}
service
logrotate)
-md5sums=('a5c0fb3af7158297c1457739947b9b0c'
- 'c184c873d2798c5ba92be95ed1209c02'
+md5sums=('1e0bbd4535386970d63f51064626bc9a'
+ 'e8f5f4beed041e63eb97f9f4f55f3085'
'SKIP'
'80cc5f267dfc737484f653d8b48ac6cd'
'4ddf076f128cd1738e0c0bba493903bb')
@@ -80,7 +80,7 @@ build() {
--with-stream \
--with-stream_ssl_module \
--with-threads \
- --add-module=${srcdir}/ngx_http_auth_pam_module-1.4 \
+ --add-module=${srcdir}/ngx_http_auth_pam_module-1.5.1 \
make
}