[arch-commits] Commit in nginx-mod-srcache/trunk (PKGBUILD)

2020-07-03 Thread Massimiliano Torromeo via arch-commits
Date: Friday, July 3, 2020 @ 16:40:18
  Author: mtorromeo
Revision: 657647

upgpkg: nginx-mod-srcache 0.32-1

Modified:
  nginx-mod-srcache/trunk/PKGBUILD

--+
 PKGBUILD |8 
 1 file changed, 4 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-07-03 16:05:45 UTC (rev 657646)
+++ PKGBUILD2020-07-03 16:40:18 UTC (rev 657647)
@@ -1,8 +1,8 @@
 # Maintainer: Massimiliano Torromeo 
 
 pkgname=nginx-mod-srcache
-pkgver=0.31
-pkgrel=9
+pkgver=0.32
+pkgrel=1
 
 _modname="${pkgname#nginx-mod-}"
 
@@ -17,10 +17,10 @@

https://github.com/openresty/$_modname-nginx-module/archive/v$pkgver/$_modname-$pkgver.tar.gz
 )
 validpgpkeys=(B0F4253373F8F6F510D42178520A9993A1C052F8) # Maxim Dounin 

-sha256sums=('3f9729e73a8340926fa9d9fc15707c2f287cd27b6a9fe42e83f660ca48a5972d')
+sha256sums=('fd80e59b672e4ff3b4e943740b3facab421c6965226b5934aed16a514baacf47')
 
 build() {
-  cp -r /usr/src/nginx .
+   cp -r /usr/src/nginx .
 
cd "$srcdir"/nginx
./configure --with-compat 
--add-dynamic-module=../$_modname-nginx-module-$pkgver


[arch-commits] Commit in nginx-mod-srcache/trunk (PKGBUILD)

2020-04-22 Thread Giancarlo Razzolini via arch-commits
Date: Wednesday, April 22, 2020 @ 20:00:08
  Author: grazzolini
Revision: 617720

upgpkg: nginx-mod-srcache 0.31-9

Modified:
  nginx-mod-srcache/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-04-22 19:58:33 UTC (rev 617719)
+++ PKGBUILD2020-04-22 20:00:08 UTC (rev 617720)
@@ -2,7 +2,7 @@
 
 pkgname=nginx-mod-srcache
 pkgver=0.31
-pkgrel=8
+pkgrel=9
 
 _modname="${pkgname#nginx-mod-}"
 


[arch-commits] Commit in nginx-mod-srcache/trunk (PKGBUILD)

2020-01-06 Thread Bartłomiej Piotrowski via arch-commits
Date: Monday, January 6, 2020 @ 14:34:28
  Author: bpiotrowski
Revision: 549754

Switch to nginx-src

Modified:
  nginx-mod-srcache/trunk/PKGBUILD

--+
 PKGBUILD |   15 +++
 1 file changed, 7 insertions(+), 8 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-01-06 14:34:19 UTC (rev 549753)
+++ PKGBUILD2020-01-06 14:34:28 UTC (rev 549754)
@@ -5,31 +5,30 @@
 pkgrel=8
 
 _modname="${pkgname#nginx-mod-}"
-_nginxver=1.16.1
 
 pkgdesc='Nginx module for transparent subrequest-based caching layout for 
arbitrary locations'
 arch=('x86_64')
-depends=("nginx=$_nginxver")
+depends=('nginx')
+makedepends=('nginx-src')
 url="https://github.com/openresty/srcache-nginx-module";
 license=('BSD')
 
 source=(
-   https://nginx.org/download/nginx-$_nginxver.tar.gz{,.asc}

https://github.com/openresty/$_modname-nginx-module/archive/v$pkgver/$_modname-$pkgver.tar.gz
 )
 validpgpkeys=(B0F4253373F8F6F510D42178520A9993A1C052F8) # Maxim Dounin 

-sha256sums=('f11c2a6dd1d3515736f0324857957db2de98be862461b5a542a3ac6188dbe32b'
-'SKIP'
-'3f9729e73a8340926fa9d9fc15707c2f287cd27b6a9fe42e83f660ca48a5972d')
+sha256sums=('3f9729e73a8340926fa9d9fc15707c2f287cd27b6a9fe42e83f660ca48a5972d')
 
 build() {
-   cd "$srcdir"/nginx-$_nginxver
+  cp -r /usr/src/nginx .
+
+   cd "$srcdir"/nginx
./configure --with-compat 
--add-dynamic-module=../$_modname-nginx-module-$pkgver
make modules
 }
 
 package() {
-   cd "$srcdir"/nginx-$_nginxver/objs
+   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-srcache/trunk (PKGBUILD)

2019-08-15 Thread Jelle van der Waa via arch-commits
Date: Thursday, August 15, 2019 @ 12:16:59
  Author: jelle
Revision: 499563

upgpkg: nginx-mod-srcache 0.31-8

nginx 1.16.1 update

Modified:
  nginx-mod-srcache/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-08-15 12:11:18 UTC (rev 499562)
+++ PKGBUILD2019-08-15 12:16:59 UTC (rev 499563)
@@ -2,10 +2,10 @@
 
 pkgname=nginx-mod-srcache
 pkgver=0.31
-pkgrel=7
+pkgrel=8
 
 _modname="${pkgname#nginx-mod-}"
-_nginxver=1.16.0
+_nginxver=1.16.1
 
 pkgdesc='Nginx module for transparent subrequest-based caching layout for 
arbitrary locations'
 arch=('x86_64')
@@ -18,7 +18,7 @@

https://github.com/openresty/$_modname-nginx-module/archive/v$pkgver/$_modname-$pkgver.tar.gz
 )
 validpgpkeys=(B0F4253373F8F6F510D42178520A9993A1C052F8) # Maxim Dounin 

-sha256sums=('4fd376bad78797e7f18094a00f0f1088259326436b537eb5af69b01be2ca1345'
+sha256sums=('f11c2a6dd1d3515736f0324857957db2de98be862461b5a542a3ac6188dbe32b'
 'SKIP'
 '3f9729e73a8340926fa9d9fc15707c2f287cd27b6a9fe42e83f660ca48a5972d')
 


[arch-commits] Commit in nginx-mod-srcache/trunk (PKGBUILD)

2019-05-09 Thread Giancarlo Razzolini via arch-commits
Date: Thursday, May 9, 2019 @ 15:23:17
  Author: grazzolini
Revision: 464662

upgpkg: nginx-mod-srcache 0.31-7

nginx 1.16.0

Modified:
  nginx-mod-srcache/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-05-09 15:23:09 UTC (rev 464661)
+++ PKGBUILD2019-05-09 15:23:17 UTC (rev 464662)
@@ -2,10 +2,10 @@
 
 pkgname=nginx-mod-srcache
 pkgver=0.31
-pkgrel=6
+pkgrel=7
 
 _modname="${pkgname#nginx-mod-}"
-_nginxver=1.14.2
+_nginxver=1.16.0
 
 pkgdesc='Nginx module for transparent subrequest-based caching layout for 
arbitrary locations'
 arch=('x86_64')
@@ -18,7 +18,7 @@

https://github.com/openresty/$_modname-nginx-module/archive/v$pkgver/$_modname-$pkgver.tar.gz
 )
 validpgpkeys=(B0F4253373F8F6F510D42178520A9993A1C052F8) # Maxim Dounin 

-sha256sums=('002d9f6154e331886a2dd4e6065863c9c1cf8291ae97a1255308572c02be9797'
+sha256sums=('4fd376bad78797e7f18094a00f0f1088259326436b537eb5af69b01be2ca1345'
 'SKIP'
 '3f9729e73a8340926fa9d9fc15707c2f287cd27b6a9fe42e83f660ca48a5972d')
 


[arch-commits] Commit in nginx-mod-srcache/trunk (PKGBUILD)

2018-12-06 Thread Bartłomiej Piotrowski via arch-commits
Date: Thursday, December 6, 2018 @ 14:32:20
  Author: bpiotrowski
Revision: 411766

0.31-6: rebuild against nginx 1.14.2

Modified:
  nginx-mod-srcache/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-12-06 14:32:17 UTC (rev 411765)
+++ PKGBUILD2018-12-06 14:32:20 UTC (rev 411766)
@@ -2,10 +2,10 @@
 
 pkgname=nginx-mod-srcache
 pkgver=0.31
-pkgrel=5
+pkgrel=6
 
 _modname="${pkgname#nginx-mod-}"
-_nginxver=1.14.1
+_nginxver=1.14.2
 
 pkgdesc='Nginx module for transparent subrequest-based caching layout for 
arbitrary locations'
 arch=('x86_64')
@@ -18,7 +18,7 @@

https://github.com/openresty/$_modname-nginx-module/archive/v$pkgver/$_modname-$pkgver.tar.gz
 )
 validpgpkeys=(B0F4253373F8F6F510D42178520A9993A1C052F8) # Maxim Dounin 

-sha256sums=('bf09974130c0d41c0a811decc17a96ec2f58cdc8bbacb771de8d38c9ba14a4a4'
+sha256sums=('002d9f6154e331886a2dd4e6065863c9c1cf8291ae97a1255308572c02be9797'
 'SKIP'
 '3f9729e73a8340926fa9d9fc15707c2f287cd27b6a9fe42e83f660ca48a5972d')
 


[arch-commits] Commit in nginx-mod-srcache/trunk (PKGBUILD)

2018-11-08 Thread Bartłomiej Piotrowski via arch-commits
Date: Friday, November 9, 2018 @ 00:56:13
  Author: bpiotrowski
Revision: 404259

nginx-mod-srcache 0.31-5

: rebuild against nginx 1.14.1

Modified:
  nginx-mod-srcache/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-11-09 00:56:10 UTC (rev 404258)
+++ PKGBUILD2018-11-09 00:56:13 UTC (rev 404259)
@@ -2,10 +2,10 @@
 
 pkgname=nginx-mod-srcache
 pkgver=0.31
-pkgrel=4
+pkgrel=5
 
 _modname="${pkgname#nginx-mod-}"
-_nginxver=1.14.0
+_nginxver=1.14.1
 
 pkgdesc='Nginx module for transparent subrequest-based caching layout for 
arbitrary locations'
 arch=('x86_64')
@@ -18,7 +18,7 @@

https://github.com/openresty/$_modname-nginx-module/archive/v$pkgver/$_modname-$pkgver.tar.gz
 )
 validpgpkeys=(B0F4253373F8F6F510D42178520A9993A1C052F8) # Maxim Dounin 

-sha256sums=('5d15becbf69aba1fe33f8d416d97edd95ea8919ea9ac519eff9bafebb6022cb5'
+sha256sums=('bf09974130c0d41c0a811decc17a96ec2f58cdc8bbacb771de8d38c9ba14a4a4'
 'SKIP'
 '3f9729e73a8340926fa9d9fc15707c2f287cd27b6a9fe42e83f660ca48a5972d')
 


[arch-commits] Commit in nginx-mod-srcache/trunk (PKGBUILD)

2018-04-20 Thread Massimiliano Torromeo via arch-commits
Date: Friday, April 20, 2018 @ 11:48:02
  Author: mtorromeo
Revision: 317190

rebuild for nginx-1.14.0

Modified:
  nginx-mod-srcache/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-04-20 11:47:36 UTC (rev 317189)
+++ PKGBUILD2018-04-20 11:48:02 UTC (rev 317190)
@@ -3,10 +3,10 @@
 
 pkgname=nginx-mod-srcache
 pkgver=0.31
-pkgrel=3
+pkgrel=4
 
 _modname="${pkgname#nginx-mod-}"
-_nginxver=1.12.2
+_nginxver=1.14.0
 
 pkgdesc='Nginx module for transparent subrequest-based caching layout for 
arbitrary locations'
 arch=('x86_64')
@@ -19,7 +19,7 @@

https://github.com/openresty/$_modname-nginx-module/archive/v$pkgver/$_modname-$pkgver.tar.gz
 )
 validpgpkeys=(B0F4253373F8F6F510D42178520A9993A1C052F8) # Maxim Dounin 

-sha256sums=('305f379da1d5fb5aefa79e45c829852ca6983c7cd2a79328f8e084a324cf0416'
+sha256sums=('5d15becbf69aba1fe33f8d416d97edd95ea8919ea9ac519eff9bafebb6022cb5'
 'SKIP'
 '3f9729e73a8340926fa9d9fc15707c2f287cd27b6a9fe42e83f660ca48a5972d')
 


[arch-commits] Commit in nginx-mod-srcache/trunk (PKGBUILD)

2017-10-18 Thread Bartłomiej Piotrowski
Date: Wednesday, October 18, 2017 @ 08:25:42
  Author: bpiotrowski
Revision: 263220

0.31-3: rebuild against nginx 1.12.2

Modified:
  nginx-mod-srcache/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-10-18 08:25:29 UTC (rev 263219)
+++ PKGBUILD2017-10-18 08:25:42 UTC (rev 263220)
@@ -3,10 +3,10 @@
 
 pkgname=nginx-mod-srcache
 pkgver=0.31
-pkgrel=2
+pkgrel=3
 
 _modname="${pkgname#nginx-mod-}"
-_nginxver=1.12.1
+_nginxver=1.12.2
 
 pkgdesc='Nginx module for transparent subrequest-based caching layout for 
arbitrary locations'
 arch=('i686' 'x86_64')
@@ -19,7 +19,7 @@

https://github.com/openresty/$_modname-nginx-module/archive/v$pkgver/$_modname-$pkgver.tar.gz
 )
 validpgpkeys=(B0F4253373F8F6F510D42178520A9993A1C052F8) # Maxim Dounin 

-sha256sums=('8793bf426485a30f91021b6b945a9fd8a84d87d17b566562c3797aba8fac76fb'
+sha256sums=('305f379da1d5fb5aefa79e45c829852ca6983c7cd2a79328f8e084a324cf0416'
 'SKIP'
 '3f9729e73a8340926fa9d9fc15707c2f287cd27b6a9fe42e83f660ca48a5972d')
 


[arch-commits] Commit in nginx-mod-srcache/trunk (PKGBUILD)

2017-09-08 Thread Massimiliano Torromeo
Date: Friday, September 8, 2017 @ 09:55:48
  Author: mtorromeo
Revision: 256152

Added signature verification for nginx sources

Modified:
  nginx-mod-srcache/trunk/PKGBUILD

--+
 PKGBUILD |5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-09-08 09:55:43 UTC (rev 256151)
+++ PKGBUILD2017-09-08 09:55:48 UTC (rev 256152)
@@ -15,11 +15,12 @@
 license=('BSD')
 
 source=(
-   https://nginx.org/download/nginx-$_nginxver.tar.gz
+   https://nginx.org/download/nginx-$_nginxver.tar.gz{,.asc}

https://github.com/openresty/$_modname-nginx-module/archive/v$pkgver/$_modname-$pkgver.tar.gz
 )
-
+validpgpkeys=(B0F4253373F8F6F510D42178520A9993A1C052F8) # Maxim Dounin 

 sha256sums=('8793bf426485a30f91021b6b945a9fd8a84d87d17b566562c3797aba8fac76fb'
+'SKIP'
 '3f9729e73a8340926fa9d9fc15707c2f287cd27b6a9fe42e83f660ca48a5972d')
 
 build() {


[arch-commits] Commit in nginx-mod-srcache/trunk (PKGBUILD)

2017-08-21 Thread Massimiliano Torromeo
Date: Monday, August 21, 2017 @ 15:23:32
  Author: mtorromeo
Revision: 252865

Updated sources to https

Modified:
  nginx-mod-srcache/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-08-21 15:23:10 UTC (rev 252864)
+++ PKGBUILD2017-08-21 15:23:32 UTC (rev 252865)
@@ -15,7 +15,7 @@
 license=('BSD')
 
 source=(
-   http://nginx.org/download/nginx-$_nginxver.tar.gz
+   https://nginx.org/download/nginx-$_nginxver.tar.gz

https://github.com/openresty/$_modname-nginx-module/archive/v$pkgver/$_modname-$pkgver.tar.gz
 )
 


[arch-commits] Commit in nginx-mod-srcache/trunk (PKGBUILD)

2017-07-11 Thread Bartłomiej Piotrowski
Date: Tuesday, July 11, 2017 @ 17:59:36
  Author: bpiotrowski
Revision: 244368

0.31-2: rebuild against nginx 1.12.1

Modified:
  nginx-mod-srcache/trunk/PKGBUILD

--+
 PKGBUILD |8 
 1 file changed, 4 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-07-11 17:59:30 UTC (rev 244367)
+++ PKGBUILD2017-07-11 17:59:36 UTC (rev 244368)
@@ -3,10 +3,10 @@
 
 pkgname=nginx-mod-srcache
 pkgver=0.31
-pkgrel=1
+pkgrel=2
 
 _modname="${pkgname#nginx-mod-}"
-_nginxver=1.12.0
+_nginxver=1.12.1
 
 pkgdesc='Nginx module for transparent subrequest-based caching layout for 
arbitrary locations'
 arch=('i686' 'x86_64')
@@ -19,12 +19,12 @@

https://github.com/openresty/$_modname-nginx-module/archive/v$pkgver/$_modname-$pkgver.tar.gz
 )
 
-sha256sums=('b4222e26fdb620a8d3c3a3a8b955e08b713672e1bc5198d1e4f462308a795b30'
+sha256sums=('8793bf426485a30f91021b6b945a9fd8a84d87d17b566562c3797aba8fac76fb'
 '3f9729e73a8340926fa9d9fc15707c2f287cd27b6a9fe42e83f660ca48a5972d')
 
 build() {
cd "$srcdir"/nginx-$_nginxver
-   ./configure $(nginx -V 2>&1 | grep 'configure arguments' | sed -r 
's@^[^:]+: @@') --add-dynamic-module=../$_modname-nginx-module-$pkgver
+   ./configure --with-compat 
--add-dynamic-module=../$_modname-nginx-module-$pkgver
make modules
 }