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

2021-08-24 Thread Massimiliano Torromeo via arch-commits
Date: Tuesday, August 24, 2021 @ 14:39:45
  Author: mtorromeo
Revision: 1004605

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-08-24 14:39:31 UTC (rev 1004604)
+++ PKGBUILD2021-08-24 14:39:45 UTC (rev 1004605)
@@ -1,38 +0,0 @@
-# Maintainer: Massimiliano Torromeo 
-
-pkgname=nginx-mod-auth-pam
-pkgver=1.5.2
-pkgrel=3
-
-_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
-}

Copied: nginx-mod-auth-pam/repos/community-x86_64/PKGBUILD (from rev 1004604, 
nginx-mod-auth-pam/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-08-24 14:39:45 UTC (rev 1004605)
@@ -0,0 +1,38 @@
+# Maintainer: Massimiliano Torromeo 
+
+pkgname=nginx-mod-auth-pam
+pkgver=1.5.3
+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=('882018fea8d6955ab3fe294aafa8ebb1fdff4eac313c29583fef02c6de76fae7')
+
+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)

2021-06-12 Thread Felix Yan via arch-commits
Date: Sunday, June 13, 2021 @ 03:09:12
  Author: felixonmars
Revision: 963244

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-06-13 03:09:02 UTC (rev 963243)
+++ PKGBUILD2021-06-13 03:09:12 UTC (rev 963244)
@@ -1,38 +0,0 @@
-# Maintainer: Massimiliano Torromeo 
-
-pkgname=nginx-mod-auth-pam
-pkgver=1.5.2
-pkgrel=2
-
-_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
-}

Copied: nginx-mod-auth-pam/repos/community-x86_64/PKGBUILD (from rev 963243, 
nginx-mod-auth-pam/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-06-13 03:09:12 UTC (rev 963244)
@@ -0,0 +1,38 @@
+# Maintainer: Massimiliano Torromeo 
+
+pkgname=nginx-mod-auth-pam
+pkgver=1.5.2
+pkgrel=3
+
+_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
+}