[arch-commits] Commit in nginx-mod-auth-pam/repos (4 files)

Bartłomiej Piotrowski bpiotrowski at archlinux.org
Wed Oct 18 08:20:45 UTC 2017


    Date: Wednesday, October 18, 2017 @ 08:20:44
  Author: bpiotrowski
Revision: 263193

archrelease: copy trunk to community-i686, community-x86_64

Added:
  nginx-mod-auth-pam/repos/community-i686/PKGBUILD
    (from rev 263192, nginx-mod-auth-pam/trunk/PKGBUILD)
  nginx-mod-auth-pam/repos/community-x86_64/PKGBUILD
    (from rev 263192, nginx-mod-auth-pam/trunk/PKGBUILD)
Deleted:
  nginx-mod-auth-pam/repos/community-i686/PKGBUILD
  nginx-mod-auth-pam/repos/community-x86_64/PKGBUILD

---------------------------+
 /PKGBUILD                 |   94 ++++++++++++++++++++++++++++++++++++++++++++
 community-i686/PKGBUILD   |   46 ---------------------
 community-x86_64/PKGBUILD |   46 ---------------------
 3 files changed, 94 insertions(+), 92 deletions(-)

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD	2017-10-18 08:20:34 UTC (rev 263192)
+++ community-i686/PKGBUILD	2017-10-18 08:20:44 UTC (rev 263193)
@@ -1,46 +0,0 @@
-# $Id$
-# Maintainer: Massimiliano Torromeo <massimiliano.torromeo at gmail.com>
-
-pkgname=nginx-mod-auth-pam
-pkgver=1.5.1
-pkgrel=2
-
-_modname=ngx_http_auth_pam_module
-_nginxver=1.12.1
-
-pkgdesc='Nginx module to use PAM for simple http authentication'
-arch=('i686' 'x86_64')
-depends=("nginx=$_nginxver" 'pam')
-url="https://github.com/sto/ngx_http_auth_pam_module"
-license=('BSD')
-
-source=(
-	http://nginx.org/download/nginx-$_nginxver.tar.gz
-	https://github.com/sto/$_modname/archive/v$pkgver/$_modname-$pkgver.tar.gz
-	$_modname-critlog.patch::https://patch-diff.githubusercontent.com/raw/sto/ngx_http_auth_pam_module/pull/11.patch
-)
-
-sha256sums=('8793bf426485a30f91021b6b945a9fd8a84d87d17b566562c3797aba8fac76fb'
-            '77676842919134af88a7b4bfca4470223e3a00d287d17c0dbdc9a114a685b6e7'
-            '1a59787672cf9c6768cb77c31f19a870eaf556c7b28c8c22a22cf8a7013b93af')
-
-prepare() {
-	cd "$srcdir"/$_modname-$pkgver
-	patch -p1 -i "$srcdir"/$_modname-critlog.patch
-}
-
-build() {
-	cd "$srcdir"/nginx-$_nginxver
-	./configure --with-compat --add-dynamic-module=../$_modname-$pkgver
-	make modules
-}
-
-package() {
-	install -Dm644 "$srcdir"/$_modname-$pkgver/LICENSE \
-	               "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-
-	cd "$srcdir"/nginx-$_nginxver/objs
-	for mod in *.so; do
-		install -Dm755 $mod "$pkgdir"/usr/lib/nginx/modules/$mod
-	done
-}

Copied: nginx-mod-auth-pam/repos/community-i686/PKGBUILD (from rev 263192, nginx-mod-auth-pam/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2017-10-18 08:20:44 UTC (rev 263193)
@@ -0,0 +1,47 @@
+# $Id$
+# Maintainer: Massimiliano Torromeo <massimiliano.torromeo at gmail.com>
+
+pkgname=nginx-mod-auth-pam
+pkgver=1.5.1
+pkgrel=3
+
+_modname=ngx_http_auth_pam_module
+_nginxver=1.12.2
+
+pkgdesc='Nginx module to use PAM for simple http authentication'
+arch=('i686' 'x86_64')
+depends=("nginx=$_nginxver" 'pam')
+url="https://github.com/sto/ngx_http_auth_pam_module"
+license=('BSD')
+
+source=(
+	https://nginx.org/download/nginx-$_nginxver.tar.gz{,.asc}
+	https://github.com/sto/$_modname/archive/v$pkgver/$_modname-$pkgver.tar.gz
+	$_modname-critlog.patch::https://patch-diff.githubusercontent.com/raw/sto/ngx_http_auth_pam_module/pull/11.patch
+)
+validpgpkeys=(B0F4253373F8F6F510D42178520A9993A1C052F8) # Maxim Dounin <mdounin at mdounin.ru>
+sha256sums=('305f379da1d5fb5aefa79e45c829852ca6983c7cd2a79328f8e084a324cf0416'
+            'SKIP'
+            '77676842919134af88a7b4bfca4470223e3a00d287d17c0dbdc9a114a685b6e7'
+            '1a59787672cf9c6768cb77c31f19a870eaf556c7b28c8c22a22cf8a7013b93af')
+
+prepare() {
+	cd "$srcdir"/$_modname-$pkgver
+	patch -p1 -i "$srcdir"/$_modname-critlog.patch
+}
+
+build() {
+	cd "$srcdir"/nginx-$_nginxver
+	./configure --with-compat --add-dynamic-module=../$_modname-$pkgver
+	make modules
+}
+
+package() {
+	install -Dm644 "$srcdir"/$_modname-$pkgver/LICENSE \
+	               "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+
+	cd "$srcdir"/nginx-$_nginxver/objs
+	for mod in *.so; do
+		install -Dm755 $mod "$pkgdir"/usr/lib/nginx/modules/$mod
+	done
+}

Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD	2017-10-18 08:20:34 UTC (rev 263192)
+++ community-x86_64/PKGBUILD	2017-10-18 08:20:44 UTC (rev 263193)
@@ -1,46 +0,0 @@
-# $Id$
-# Maintainer: Massimiliano Torromeo <massimiliano.torromeo at gmail.com>
-
-pkgname=nginx-mod-auth-pam
-pkgver=1.5.1
-pkgrel=2
-
-_modname=ngx_http_auth_pam_module
-_nginxver=1.12.1
-
-pkgdesc='Nginx module to use PAM for simple http authentication'
-arch=('i686' 'x86_64')
-depends=("nginx=$_nginxver" 'pam')
-url="https://github.com/sto/ngx_http_auth_pam_module"
-license=('BSD')
-
-source=(
-	http://nginx.org/download/nginx-$_nginxver.tar.gz
-	https://github.com/sto/$_modname/archive/v$pkgver/$_modname-$pkgver.tar.gz
-	$_modname-critlog.patch::https://patch-diff.githubusercontent.com/raw/sto/ngx_http_auth_pam_module/pull/11.patch
-)
-
-sha256sums=('8793bf426485a30f91021b6b945a9fd8a84d87d17b566562c3797aba8fac76fb'
-            '77676842919134af88a7b4bfca4470223e3a00d287d17c0dbdc9a114a685b6e7'
-            '1a59787672cf9c6768cb77c31f19a870eaf556c7b28c8c22a22cf8a7013b93af')
-
-prepare() {
-	cd "$srcdir"/$_modname-$pkgver
-	patch -p1 -i "$srcdir"/$_modname-critlog.patch
-}
-
-build() {
-	cd "$srcdir"/nginx-$_nginxver
-	./configure --with-compat --add-dynamic-module=../$_modname-$pkgver
-	make modules
-}
-
-package() {
-	install -Dm644 "$srcdir"/$_modname-$pkgver/LICENSE \
-	               "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-
-	cd "$srcdir"/nginx-$_nginxver/objs
-	for mod in *.so; do
-		install -Dm755 $mod "$pkgdir"/usr/lib/nginx/modules/$mod
-	done
-}

Copied: nginx-mod-auth-pam/repos/community-x86_64/PKGBUILD (from rev 263192, nginx-mod-auth-pam/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2017-10-18 08:20:44 UTC (rev 263193)
@@ -0,0 +1,47 @@
+# $Id$
+# Maintainer: Massimiliano Torromeo <massimiliano.torromeo at gmail.com>
+
+pkgname=nginx-mod-auth-pam
+pkgver=1.5.1
+pkgrel=3
+
+_modname=ngx_http_auth_pam_module
+_nginxver=1.12.2
+
+pkgdesc='Nginx module to use PAM for simple http authentication'
+arch=('i686' 'x86_64')
+depends=("nginx=$_nginxver" 'pam')
+url="https://github.com/sto/ngx_http_auth_pam_module"
+license=('BSD')
+
+source=(
+	https://nginx.org/download/nginx-$_nginxver.tar.gz{,.asc}
+	https://github.com/sto/$_modname/archive/v$pkgver/$_modname-$pkgver.tar.gz
+	$_modname-critlog.patch::https://patch-diff.githubusercontent.com/raw/sto/ngx_http_auth_pam_module/pull/11.patch
+)
+validpgpkeys=(B0F4253373F8F6F510D42178520A9993A1C052F8) # Maxim Dounin <mdounin at mdounin.ru>
+sha256sums=('305f379da1d5fb5aefa79e45c829852ca6983c7cd2a79328f8e084a324cf0416'
+            'SKIP'
+            '77676842919134af88a7b4bfca4470223e3a00d287d17c0dbdc9a114a685b6e7'
+            '1a59787672cf9c6768cb77c31f19a870eaf556c7b28c8c22a22cf8a7013b93af')
+
+prepare() {
+	cd "$srcdir"/$_modname-$pkgver
+	patch -p1 -i "$srcdir"/$_modname-critlog.patch
+}
+
+build() {
+	cd "$srcdir"/nginx-$_nginxver
+	./configure --with-compat --add-dynamic-module=../$_modname-$pkgver
+	make modules
+}
+
+package() {
+	install -Dm644 "$srcdir"/$_modname-$pkgver/LICENSE \
+	               "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+
+	cd "$srcdir"/nginx-$_nginxver/objs
+	for mod in *.so; do
+		install -Dm755 $mod "$pkgdir"/usr/lib/nginx/modules/$mod
+	done
+}



More information about the arch-commits mailing list