[arch-commits] Commit in nginx-mod-auth-pam/repos/community-x86_64 (PKGBUILD PKGBUILD)

2020-06-29 Thread Massimiliano Torromeo via arch-commits
Date: Monday, June 29, 2020 @ 20:52:05
  Author: mtorromeo
Revision: 656478

archrelease: copy trunk to community-x86_64

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

--+
 PKGBUILD |   83 +++--
 1 file changed, 38 insertions(+), 45 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-06-29 20:51:50 UTC (rev 656477)
+++ PKGBUILD2020-06-29 20:52:05 UTC (rev 656478)
@@ -1,45 +0,0 @@
-# Maintainer: Massimiliano Torromeo 
-
-pkgname=nginx-mod-auth-pam
-pkgver=1.5.1
-pkgrel=9
-
-_modname=ngx_http_auth_pam_module
-
-pkgdesc='Nginx module to use PAM for simple http authentication'
-arch=('x86_64')
-depends=("nginx" 'pam')
-makedepends=("nginx-src")
-url="https://github.com/sto/ngx_http_auth_pam_module;
-license=('BSD')
-
-source=(
-   
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 

-sha256sums=('77676842919134af88a7b4bfca4470223e3a00d287d17c0dbdc9a114a685b6e7'
-'1a59787672cf9c6768cb77c31f19a870eaf556c7b28c8c22a22cf8a7013b93af')
-
-prepare() {
-  cp -r /usr/src/nginx .
-
-   cd "$srcdir"/$_modname-$pkgver
-   patch -p1 -i "$srcdir"/$_modname-critlog.patch
-}
-
-build() {
-   cd "$srcdir"/nginx
-   ./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/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 656477, 
nginx-mod-auth-pam/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-06-29 20:52:05 UTC (rev 656478)
@@ -0,0 +1,38 @@
+# Maintainer: Massimiliano Torromeo 
+
+pkgname=nginx-mod-auth-pam
+pkgver=1.5.2
+pkgrel=1
+
+_modname=ngx_http_auth_pam_module
+
+pkgdesc='Nginx module to use PAM for simple http authentication'
+arch=('x86_64')
+depends=("nginx" 'pam')
+makedepends=("nginx-src")
+url="https://github.com/sto/ngx_http_auth_pam_module;
+license=('BSD')
+
+source=(https://github.com/sto/$_modname/archive/v$pkgver/$_modname-$pkgver.tar.gz)
+validpgpkeys=(B0F4253373F8F6F510D42178520A9993A1C052F8) # Maxim Dounin 

+sha256sums=('7844b4364c5499ae50725b36ca689c1a950b22df1de8564b2386d82f5f1d863d')
+
+prepare() {
+   cp -r /usr/src/nginx .
+}
+
+build() {
+   cd "$srcdir"/nginx
+   ./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/objs
+   for mod in *.so; do
+   install -Dm755 $mod "$pkgdir"/usr/lib/nginx/modules/$mod
+   done
+}


[arch-commits] Commit in nginx-mod-auth-pam/repos/community-x86_64 (PKGBUILD PKGBUILD)

2019-08-15 Thread Jelle van der Waa via arch-commits
Date: Thursday, August 15, 2019 @ 11:44:52
  Author: jelle
Revision: 499534

archrelease: copy trunk to community-x86_64

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

--+
 PKGBUILD |   92 ++---
 1 file changed, 46 insertions(+), 46 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-08-15 11:44:44 UTC (rev 499533)
+++ PKGBUILD2019-08-15 11:44:52 UTC (rev 499534)
@@ -1,46 +0,0 @@
-# Maintainer: Massimiliano Torromeo 
-
-pkgname=nginx-mod-auth-pam
-pkgver=1.5.1
-pkgrel=7
-
-_modname=ngx_http_auth_pam_module
-_nginxver=1.16.0
-
-pkgdesc='Nginx module to use PAM for simple http authentication'
-arch=('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 

-sha256sums=('4fd376bad78797e7f18094a00f0f1088259326436b537eb5af69b01be2ca1345'
-'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
-}

Copied: nginx-mod-auth-pam/repos/community-x86_64/PKGBUILD (from rev 499533, 
nginx-mod-auth-pam/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-08-15 11:44:52 UTC (rev 499534)
@@ -0,0 +1,46 @@
+# Maintainer: Massimiliano Torromeo 
+
+pkgname=nginx-mod-auth-pam
+pkgver=1.5.1
+pkgrel=8
+
+_modname=ngx_http_auth_pam_module
+_nginxver=1.16.1
+
+pkgdesc='Nginx module to use PAM for simple http authentication'
+arch=('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 

+sha256sums=('f11c2a6dd1d3515736f0324857957db2de98be862461b5a542a3ac6188dbe32b'
+'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
+}


[arch-commits] Commit in nginx-mod-auth-pam/repos/community-x86_64 (PKGBUILD PKGBUILD)

2018-12-06 Thread Bartłomiej Piotrowski via arch-commits
Date: Thursday, December 6, 2018 @ 14:30:36
  Author: bpiotrowski
Revision: 411739

archrelease: copy trunk to community-x86_64

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

--+
 PKGBUILD |   92 ++---
 1 file changed, 46 insertions(+), 46 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-12-06 14:30:32 UTC (rev 411738)
+++ PKGBUILD2018-12-06 14:30:36 UTC (rev 411739)
@@ -1,46 +0,0 @@
-# Maintainer: Massimiliano Torromeo 
-
-pkgname=nginx-mod-auth-pam
-pkgver=1.5.1
-pkgrel=5
-
-_modname=ngx_http_auth_pam_module
-_nginxver=1.14.1
-
-pkgdesc='Nginx module to use PAM for simple http authentication'
-arch=('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 

-sha256sums=('bf09974130c0d41c0a811decc17a96ec2f58cdc8bbacb771de8d38c9ba14a4a4'
-'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
-}

Copied: nginx-mod-auth-pam/repos/community-x86_64/PKGBUILD (from rev 411738, 
nginx-mod-auth-pam/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-12-06 14:30:36 UTC (rev 411739)
@@ -0,0 +1,46 @@
+# Maintainer: Massimiliano Torromeo 
+
+pkgname=nginx-mod-auth-pam
+pkgver=1.5.1
+pkgrel=6
+
+_modname=ngx_http_auth_pam_module
+_nginxver=1.14.2
+
+pkgdesc='Nginx module to use PAM for simple http authentication'
+arch=('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 

+sha256sums=('002d9f6154e331886a2dd4e6065863c9c1cf8291ae97a1255308572c02be9797'
+'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
+}


[arch-commits] Commit in nginx-mod-auth-pam/repos/community-x86_64 (PKGBUILD PKGBUILD)

2018-11-08 Thread Bartłomiej Piotrowski via arch-commits
Date: Friday, November 9, 2018 @ 00:54:17
  Author: bpiotrowski
Revision: 404232

archrelease: copy trunk to community-x86_64

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

--+
 PKGBUILD |   93 ++---
 1 file changed, 46 insertions(+), 47 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-11-09 00:54:13 UTC (rev 404231)
+++ PKGBUILD2018-11-09 00:54:17 UTC (rev 404232)
@@ -1,47 +0,0 @@
-# $Id$
-# Maintainer: Massimiliano Torromeo 
-
-pkgname=nginx-mod-auth-pam
-pkgver=1.5.1
-pkgrel=4
-
-_modname=ngx_http_auth_pam_module
-_nginxver=1.14.0
-
-pkgdesc='Nginx module to use PAM for simple http authentication'
-arch=('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 

-sha256sums=('5d15becbf69aba1fe33f8d416d97edd95ea8919ea9ac519eff9bafebb6022cb5'
-'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
-}

Copied: nginx-mod-auth-pam/repos/community-x86_64/PKGBUILD (from rev 404231, 
nginx-mod-auth-pam/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-11-09 00:54:17 UTC (rev 404232)
@@ -0,0 +1,46 @@
+# Maintainer: Massimiliano Torromeo 
+
+pkgname=nginx-mod-auth-pam
+pkgver=1.5.1
+pkgrel=5
+
+_modname=ngx_http_auth_pam_module
+_nginxver=1.14.1
+
+pkgdesc='Nginx module to use PAM for simple http authentication'
+arch=('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 

+sha256sums=('bf09974130c0d41c0a811decc17a96ec2f58cdc8bbacb771de8d38c9ba14a4a4'
+'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
+}