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

2020-08-20 Thread Giancarlo Razzolini via arch-commits
Date: Thursday, August 20, 2020 @ 16:18:41
  Author: grazzolini
Revision: 394442

upgpkg: nginx 1.18.0-2: libxcrypt rebuild

Modified:
  nginx/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-08-20 15:51:41 UTC (rev 394441)
+++ PKGBUILD2020-08-20 16:18:41 UTC (rev 394442)
@@ -7,12 +7,12 @@
 pkgbase=nginx
 pkgname=(nginx nginx-src)
 pkgver=1.18.0
-pkgrel=1
+pkgrel=2
 pkgdesc='Lightweight HTTP server and IMAP/POP3 proxy server'
 arch=(x86_64)
 url='https://nginx.org'
 license=(custom)
-depends=(pcre zlib openssl geoip mailcap)
+depends=(pcre zlib openssl geoip mailcap libxcrypt)
 makedepends=(mercurial)
 checkdepends=(perl perl-gd perl-io-socket-ssl perl-fcgi perl-cache-memcached
   memcached ffmpeg inetutils) 


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

2020-07-12 Thread Giancarlo Razzolini via arch-commits
Date: Monday, July 13, 2020 @ 01:27:19
  Author: grazzolini
Revision: 391766

Fix for FS#66399

Modified:
  nginx/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-07-13 01:16:25 UTC (rev 391765)
+++ PKGBUILD2020-07-13 01:27:19 UTC (rev 391766)
@@ -27,7 +27,7 @@
 etc/logrotate.d/nginx)
 install=nginx.install
 source=($url/download/nginx-$pkgver.tar.gz{,.asc}
-hg+http://hg.nginx.org/nginx-tests#revision=c1d167a13c24
+hg+https://hg.nginx.org/nginx-tests#revision=c1d167a13c24
 service
 logrotate)
 validpgpkeys=(B0F4253373F8F6F510D42178520A9993A1C052F8) # Maxim Dounin 



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

2020-04-22 Thread Giancarlo Razzolini via arch-commits
Date: Wednesday, April 22, 2020 @ 18:13:48
  Author: grazzolini
Revision: 380726

upgpkg: nginx 1.18.0-1

Modified:
  nginx/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-04-22 17:17:59 UTC (rev 380725)
+++ PKGBUILD2020-04-22 18:13:48 UTC (rev 380726)
@@ -6,8 +6,8 @@
 
 pkgbase=nginx
 pkgname=(nginx nginx-src)
-pkgver=1.16.1
-pkgrel=2
+pkgver=1.18.0
+pkgrel=1
 pkgdesc='Lightweight HTTP server and IMAP/POP3 proxy server'
 arch=(x86_64)
 url='https://nginx.org'
@@ -27,11 +27,11 @@
 etc/logrotate.d/nginx)
 install=nginx.install
 source=($url/download/nginx-$pkgver.tar.gz{,.asc}
-hg+http://hg.nginx.org/nginx-tests#revision=ddbde6c5b0cd
+hg+http://hg.nginx.org/nginx-tests#revision=c1d167a13c24
 service
 logrotate)
 validpgpkeys=(B0F4253373F8F6F510D42178520A9993A1C052F8) # Maxim Dounin 

-md5sums=('45a80f75336c980d240987badc3dcf60'
+md5sums=('b2d33d24d89b8b1f87ff5d251aa27eb8'
  'SKIP'
  'SKIP'
  'ba2e3b08ce0f0fff7cced624d0ecf7cc'


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

2020-01-06 Thread Bartłomiej Piotrowski via arch-commits
Date: Monday, January 6, 2020 @ 14:35:12
  Author: bpiotrowski
Revision: 372671

Add pkgdesc for nginx-src

Modified:
  nginx/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-01-06 14:10:03 UTC (rev 372670)
+++ PKGBUILD2020-01-06 14:35:12 UTC (rev 372671)
@@ -143,6 +143,7 @@
 }
 
 package_nginx-src() {
+  pkgdesc="Source code of nginx $pkgver, useful for building modules"
   depends=()
   install -d "$pkgdir/usr/src"
   cp -r $pkgbase-$pkgver-src "$pkgdir/usr/src/nginx"


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

2020-01-06 Thread Bartłomiej Piotrowski via arch-commits
Date: Monday, January 6, 2020 @ 12:45:40
  Author: bpiotrowski
Revision: 372651

1.16.1-2

Modified:
  nginx/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-01-06 12:43:30 UTC (rev 372650)
+++ PKGBUILD2020-01-06 12:45:40 UTC (rev 372651)
@@ -4,9 +4,10 @@
 # Contributor: Miroslaw Szot 
 # Contributor: Daniel Micay 
 
-pkgname=nginx
+pkgbase=nginx
+pkgname=(nginx nginx-src)
 pkgver=1.16.1
-pkgrel=1
+pkgrel=2
 pkgdesc='Lightweight HTTP server and IMAP/POP3 proxy server'
 arch=(x86_64)
 url='https://nginx.org'
@@ -70,8 +71,12 @@
 _stable_flags=(
 )
 
+prepare() {
+  cp -r $pkgbase-$pkgver{,-src}
+}
+
 build() {
-  cd $pkgname-$pkgver
+  cd $pkgbase-$pkgver
 
   ./configure \
 --prefix=/etc/nginx \
@@ -98,11 +103,11 @@
 
 check() {
   cd nginx-tests
-  TEST_NGINX_BINARY="$srcdir/$pkgname-$pkgver/objs/nginx" prove .
+  TEST_NGINX_BINARY="$srcdir/$pkgbase-$pkgver/objs/nginx" prove .
 }
 
-package() {
-  cd $pkgname-$pkgver
+package_nginx() {
+  cd $pkgbase-$pkgver
   make DESTDIR="$pkgdir" install
 
   sed -e 's|\

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

2019-08-15 Thread Jelle van der Waa via arch-commits
Date: Thursday, August 15, 2019 @ 11:30:32
  Author: jelle
Revision: 359844

upgpkg: nginx 1.16.1-1

Upstream security update.

Modified:
  nginx/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-08-14 22:39:29 UTC (rev 359843)
+++ PKGBUILD2019-08-15 11:30:32 UTC (rev 359844)
@@ -5,7 +5,7 @@
 # Contributor: Daniel Micay 
 
 pkgname=nginx
-pkgver=1.16.0
+pkgver=1.16.1
 pkgrel=1
 pkgdesc='Lightweight HTTP server and IMAP/POP3 proxy server'
 arch=(x86_64)
@@ -30,7 +30,7 @@
 service
 logrotate)
 validpgpkeys=(B0F4253373F8F6F510D42178520A9993A1C052F8) # Maxim Dounin 

-md5sums=('97207283f30cd90cdba638c3ea30323a'
+md5sums=('45a80f75336c980d240987badc3dcf60'
  'SKIP'
  'SKIP'
  'ba2e3b08ce0f0fff7cced624d0ecf7cc'


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

2019-05-08 Thread Giancarlo Razzolini via arch-commits
Date: Thursday, May 9, 2019 @ 01:27:20
  Author: grazzolini
Revision: 352790

upgpkg: nginx 1.16.0-1

Modified:
  nginx/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-05-08 21:16:39 UTC (rev 352789)
+++ PKGBUILD2019-05-09 01:27:20 UTC (rev 352790)
@@ -5,7 +5,7 @@
 # Contributor: Daniel Micay 
 
 pkgname=nginx
-pkgver=1.14.2
+pkgver=1.16.0
 pkgrel=1
 pkgdesc='Lightweight HTTP server and IMAP/POP3 proxy server'
 arch=(x86_64)
@@ -26,11 +26,11 @@
 etc/logrotate.d/nginx)
 install=nginx.install
 source=($url/download/nginx-$pkgver.tar.gz{,.asc}
-hg+http://hg.nginx.org/nginx-tests#revision=d6daf03478ad
+hg+http://hg.nginx.org/nginx-tests#revision=ddbde6c5b0cd
 service
 logrotate)
 validpgpkeys=(B0F4253373F8F6F510D42178520A9993A1C052F8) # Maxim Dounin 

-md5sums=('239b829a13cea1d244c1044e830bd9c2'
+md5sums=('97207283f30cd90cdba638c3ea30323a'
  'SKIP'
  'SKIP'
  'ba2e3b08ce0f0fff7cced624d0ecf7cc'


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

2018-12-06 Thread Bartłomiej Piotrowski via arch-commits
Date: Thursday, December 6, 2018 @ 13:58:29
  Author: bpiotrowski
Revision: 341198

1.14.2-1

Modified:
  nginx/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-12-06 13:42:51 UTC (rev 341197)
+++ PKGBUILD2018-12-06 13:58:29 UTC (rev 341198)
@@ -5,7 +5,7 @@
 # Contributor: Daniel Micay 
 
 pkgname=nginx
-pkgver=1.14.1
+pkgver=1.14.2
 pkgrel=1
 pkgdesc='Lightweight HTTP server and IMAP/POP3 proxy server'
 arch=(x86_64)
@@ -30,7 +30,7 @@
 service
 logrotate)
 validpgpkeys=(B0F4253373F8F6F510D42178520A9993A1C052F8) # Maxim Dounin 

-md5sums=('18561561ffa2b63885b607453390b49c'
+md5sums=('239b829a13cea1d244c1044e830bd9c2'
  'SKIP'
  'SKIP'
  'ba2e3b08ce0f0fff7cced624d0ecf7cc'


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

2018-11-08 Thread Bartłomiej Piotrowski via arch-commits
Date: Friday, November 9, 2018 @ 00:41:46
  Author: bpiotrowski
Revision: 338431

1.14.1-1

Modified:
  nginx/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-11-08 23:36:43 UTC (rev 338430)
+++ PKGBUILD2018-11-09 00:41:46 UTC (rev 338431)
@@ -1,11 +1,11 @@
 # Maintainer: Bartłomiej Piotrowski 
-# Maintainer: Sébastien Luttringer
+# Contributor: Sébastien Luttringer
 # Contributor: Sergej Pupykin 
 # Contributor: Miroslaw Szot 
 # Contributor: Daniel Micay 
 
 pkgname=nginx
-pkgver=1.14.0
+pkgver=1.14.1
 pkgrel=1
 pkgdesc='Lightweight HTTP server and IMAP/POP3 proxy server'
 arch=(x86_64)
@@ -30,7 +30,7 @@
 service
 logrotate)
 validpgpkeys=(B0F4253373F8F6F510D42178520A9993A1C052F8) # Maxim Dounin 

-md5sums=('2d856aca3dfe1d32e3c9f8c4cac0cc95'
+md5sums=('18561561ffa2b63885b607453390b49c'
  'SKIP'
  'SKIP'
  'ba2e3b08ce0f0fff7cced624d0ecf7cc'


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

2018-04-20 Thread Bartłomiej Piotrowski via arch-commits
Date: Friday, April 20, 2018 @ 09:18:50
  Author: bpiotrowski
Revision: 322521

1.14.0-1

Modified:
  nginx/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-04-20 09:13:43 UTC (rev 322520)
+++ PKGBUILD2018-04-20 09:18:50 UTC (rev 322521)
@@ -6,8 +6,8 @@
 # Contributor: Daniel Micay 
 
 pkgname=nginx
-pkgver=1.12.2
-pkgrel=2
+pkgver=1.14.0
+pkgrel=1
 pkgdesc='Lightweight HTTP server and IMAP/POP3 proxy server'
 arch=(x86_64)
 url='https://nginx.org'
@@ -27,14 +27,14 @@
 etc/logrotate.d/nginx)
 install=nginx.install
 source=($url/download/nginx-$pkgver.tar.gz{,.asc}
-hg+http://hg.nginx.org/nginx-tests#revision=cbda704b3093
+hg+http://hg.nginx.org/nginx-tests#revision=d6daf03478ad
 service
 logrotate)
 validpgpkeys=(B0F4253373F8F6F510D42178520A9993A1C052F8) # Maxim Dounin 

-md5sums=('4d2fc76211435f029271f1cf6d7eeae3'
+md5sums=('2d856aca3dfe1d32e3c9f8c4cac0cc95'
  'SKIP'
  'SKIP'
- 'ef491e760e7c1ffec9ca25441a150c83'
+ 'ba2e3b08ce0f0fff7cced624d0ecf7cc'
  '6a01fb17af86f03707c8ae60f98a2dc2')
 
 _common_flags=(


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

2017-11-22 Thread Jan Steffens
Date: Thursday, November 23, 2017 @ 07:31:52
  Author: heftig
Revision: 310723

1.12.2-2: mailcap

Modified:
  nginx/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-11-23 07:17:03 UTC (rev 310722)
+++ PKGBUILD2017-11-23 07:31:52 UTC (rev 310723)
@@ -7,12 +7,12 @@
 
 pkgname=nginx
 pkgver=1.12.2
-pkgrel=1
+pkgrel=2
 pkgdesc='Lightweight HTTP server and IMAP/POP3 proxy server'
 arch=(x86_64)
 url='https://nginx.org'
 license=(custom)
-depends=(pcre zlib openssl geoip)
+depends=(pcre zlib openssl geoip mailcap)
 makedepends=(mercurial)
 checkdepends=(perl perl-gd perl-io-socket-ssl perl-fcgi perl-cache-memcached
   memcached ffmpeg inetutils) 
@@ -20,7 +20,6 @@
 etc/nginx/fastcgi_params
 etc/nginx/koi-win
 etc/nginx/koi-utf
-etc/nginx/mime.types
 etc/nginx/nginx.conf
 etc/nginx/scgi_params
 etc/nginx/uwsgi_params
@@ -113,6 +112,7 @@
 -i "$pkgdir"/etc/nginx/nginx.conf
 
   rm "$pkgdir"/etc/nginx/*.default
+  rm "$pkgdir"/etc/nginx/mime.types  # in mailcap
 
   install -d "$pkgdir"/var/lib/nginx
   install -dm700 "$pkgdir"/var/lib/nginx/proxy


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

2017-10-18 Thread Bartłomiej Piotrowski
Date: Wednesday, October 18, 2017 @ 07:57:31
  Author: bpiotrowski
Revision: 308173

1.12.2-1

Modified:
  nginx/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-10-18 07:21:52 UTC (rev 308172)
+++ PKGBUILD2017-10-18 07:57:31 UTC (rev 308173)
@@ -6,7 +6,7 @@
 # Contributor: Daniel Micay 
 
 pkgname=nginx
-pkgver=1.12.1
+pkgver=1.12.2
 pkgrel=1
 pkgdesc='Lightweight HTTP server and IMAP/POP3 proxy server'
 arch=(i686 x86_64)
@@ -32,7 +32,7 @@
 service
 logrotate)
 validpgpkeys=(B0F4253373F8F6F510D42178520A9993A1C052F8) # Maxim Dounin 

-md5sums=('a307e74aca95403e5ee00f153807ce58'
+md5sums=('4d2fc76211435f029271f1cf6d7eeae3'
  'SKIP'
  'SKIP'
  'ef491e760e7c1ffec9ca25441a150c83'
@@ -40,6 +40,7 @@
 
 _common_flags=(
   --with-compat
+  --with-debug
   --with-file-aio
   --with-http_addition_module
   --with-http_auth_request_module


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

2017-08-07 Thread Bartłomiej Piotrowski
Date: Monday, August 7, 2017 @ 10:55:37
  Author: bpiotrowski
Revision: 301725

Add check() function

Modified:
  nginx/trunk/PKGBUILD

--+
 PKGBUILD |   40 
 1 file changed, 24 insertions(+), 16 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-08-07 10:49:09 UTC (rev 301724)
+++ PKGBUILD2017-08-07 10:55:37 UTC (rev 301725)
@@ -9,27 +9,32 @@
 pkgver=1.12.1
 pkgrel=1
 pkgdesc='Lightweight HTTP server and IMAP/POP3 proxy server'
-arch=('i686' 'x86_64')
+arch=(i686 x86_64)
 url='https://nginx.org'
-license=('custom')
-depends=('pcre' 'zlib' 'openssl' 'geoip')
-backup=('etc/nginx/fastcgi.conf'
-'etc/nginx/fastcgi_params'
-'etc/nginx/koi-win'
-'etc/nginx/koi-utf'
-'etc/nginx/mime.types'
-'etc/nginx/nginx.conf'
-'etc/nginx/scgi_params'
-'etc/nginx/uwsgi_params'
-'etc/nginx/win-utf'
-'etc/logrotate.d/nginx')
+license=(custom)
+depends=(pcre zlib openssl geoip)
+makedepends=(mercurial)
+checkdepends=(perl perl-gd perl-io-socket-ssl perl-fcgi perl-cache-memcached
+  memcached ffmpeg inetutils) 
+backup=(etc/nginx/fastcgi.conf
+etc/nginx/fastcgi_params
+etc/nginx/koi-win
+etc/nginx/koi-utf
+etc/nginx/mime.types
+etc/nginx/nginx.conf
+etc/nginx/scgi_params
+etc/nginx/uwsgi_params
+etc/nginx/win-utf
+etc/logrotate.d/nginx)
 install=nginx.install
 source=($url/download/nginx-$pkgver.tar.gz{,.asc}
+hg+http://hg.nginx.org/nginx-tests#revision=cbda704b3093
 service
 logrotate)
-validpgpkeys=('B0F4253373F8F6F510D42178520A9993A1C052F8') # Maxim Dounin 

+validpgpkeys=(B0F4253373F8F6F510D42178520A9993A1C052F8) # Maxim Dounin 

 md5sums=('a307e74aca95403e5ee00f153807ce58'
  'SKIP'
+ 'SKIP'
  'ef491e760e7c1ffec9ca25441a150c83'
  '6a01fb17af86f03707c8ae60f98a2dc2')
 
@@ -92,6 +97,11 @@
   make
 }
 
+check() {
+  cd nginx-tests
+  TEST_NGINX_BINARY="$srcdir/$pkgname-$pkgver/objs/nginx" prove .
+}
+
 package() {
   cd $pkgname-$pkgver
   make DESTDIR="$pkgdir" install
@@ -126,5 +136,3 @@
   "$pkgdir/usr/share/vim/vimfiles/$i/nginx.vim"
   done
 }
-
-# vim:set ts=2 sw=2 et:


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

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

1.12.1-1: new upstream release

Modified:
  nginx/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-07-11 17:48:08 UTC (rev 300117)
+++ PKGBUILD2017-07-11 17:59:37 UTC (rev 300118)
@@ -6,14 +6,13 @@
 # Contributor: Daniel Micay 
 
 pkgname=nginx
-pkgver=1.12.0
-pkgrel=2
+pkgver=1.12.1
+pkgrel=1
 pkgdesc='Lightweight HTTP server and IMAP/POP3 proxy server'
 arch=('i686' 'x86_64')
 url='https://nginx.org'
 license=('custom')
 depends=('pcre' 'zlib' 'openssl' 'geoip')
-makedepends=('hardening-wrapper')
 backup=('etc/nginx/fastcgi.conf'
 'etc/nginx/fastcgi_params'
 'etc/nginx/koi-win'
@@ -29,9 +28,9 @@
 service
 logrotate)
 validpgpkeys=('B0F4253373F8F6F510D42178520A9993A1C052F8') # Maxim Dounin 

-md5sums=('995eb0a140455cf0cfc497e5bd7f94b3'
+md5sums=('a307e74aca95403e5ee00f153807ce58'
  'SKIP'
- '09862c34cd9593bc40da81f88c5fc4b2'
+ 'ef491e760e7c1ffec9ca25441a150c83'
  '6a01fb17af86f03707c8ae60f98a2dc2')
 
 _common_flags=(
@@ -85,6 +84,8 @@
 --http-fastcgi-temp-path=/var/lib/nginx/fastcgi \
 --http-scgi-temp-path=/var/lib/nginx/scgi \
 --http-uwsgi-temp-path=/var/lib/nginx/uwsgi \
+--with-cc-opt="$CFLAGS $CPPFLAGS" \
+--with-ld-opt="$LDFLAGS" \
 ${_common_flags[@]} \
 ${_stable_flags[@]}
 


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

2017-04-13 Thread Bartłomiej Piotrowski
Date: Thursday, April 13, 2017 @ 07:36:26
  Author: bpiotrowski
Revision: 292660

upgpkg: nginx 1.12.0-2

rebuild against openssl 1.1.0

Modified:
  nginx/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-04-13 07:35:07 UTC (rev 292659)
+++ PKGBUILD2017-04-13 07:36:26 UTC (rev 292660)
@@ -7,7 +7,7 @@
 
 pkgname=nginx
 pkgver=1.12.0
-pkgrel=1
+pkgrel=2
 pkgdesc='Lightweight HTTP server and IMAP/POP3 proxy server'
 arch=('i686' 'x86_64')
 url='https://nginx.org'


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

2017-04-13 Thread Bartłomiej Piotrowski
Date: Thursday, April 13, 2017 @ 06:48:48
  Author: bpiotrowski
Revision: 292650

upgpkg: nginx 1.12.0-1

new upstream release

Modified:
  nginx/trunk/PKGBUILD

--+
 PKGBUILD |   17 ++---
 1 file changed, 10 insertions(+), 7 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-04-13 06:44:13 UTC (rev 292649)
+++ PKGBUILD2017-04-13 06:48:48 UTC (rev 292650)
@@ -6,8 +6,8 @@
 # Contributor: Daniel Micay 
 
 pkgname=nginx
-pkgver=1.10.3
-pkgrel=5
+pkgver=1.12.0
+pkgrel=1
 pkgdesc='Lightweight HTTP server and IMAP/POP3 proxy server'
 arch=('i686' 'x86_64')
 url='https://nginx.org'
@@ -29,13 +29,13 @@
 service
 logrotate)
 validpgpkeys=('B0F4253373F8F6F510D42178520A9993A1C052F8') # Maxim Dounin 

-md5sums=('204a20cb4f0b0c9db746c630d89ff4ea'
+md5sums=('995eb0a140455cf0cfc497e5bd7f94b3'
  'SKIP'
  '09862c34cd9593bc40da81f88c5fc4b2'
  '6a01fb17af86f03707c8ae60f98a2dc2')
 
 _common_flags=(
-  --with-pcre-jit
+  --with-compat
   --with-file-aio
   --with-http_addition_module
   --with-http_auth_request_module
@@ -55,13 +55,16 @@
   --with-http_v2_module
   --with-mail
   --with-mail_ssl_module
+  --with-pcre-jit
   --with-stream
+  --with-stream_geoip_module
+  --with-stream_realip_module
   --with-stream_ssl_module
+  --with-stream_ssl_preread_module
   --with-threads
 )
 
 _stable_flags=(
-  --with-ipv6
 )
 
 build() {
@@ -118,8 +121,8 @@
   gzip -9c man/nginx.8 > "$pkgdir"/usr/share/man/man8/nginx.8.gz
 
   for i in ftdetect indent syntax; do
-install -Dm644 contrib/vim/${i}/nginx.vim \
-  "${pkgdir}/usr/share/vim/vimfiles/${i}/nginx.vim"
+install -Dm644 contrib/vim/$i/nginx.vim \
+  "$pkgdir/usr/share/vim/vimfiles/$i/nginx.vim"
   done
 }
 


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

2017-03-27 Thread Bartłomiej Piotrowski
Date: Monday, March 27, 2017 @ 10:47:07
  Author: bpiotrowski
Revision: 291720

upgpkg: nginx 1.10.3-5

rebuild against openssl 1.1.0

Modified:
  nginx/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-03-27 01:56:50 UTC (rev 291719)
+++ PKGBUILD2017-03-27 10:47:07 UTC (rev 291720)
@@ -7,7 +7,7 @@
 
 pkgname=nginx
 pkgver=1.10.3
-pkgrel=4
+pkgrel=5
 pkgdesc='Lightweight HTTP server and IMAP/POP3 proxy server'
 arch=('i686' 'x86_64')
 url='https://nginx.org'


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

2017-03-26 Thread Sébastien Luttringer
Date: Sunday, March 26, 2017 @ 22:25:44
  Author: seblu
Revision: 291712

upgpkg: nginx 1.10.3-4

- fix FS#53250

Modified:
  nginx/trunk/PKGBUILD
  nginx/trunk/service

--+
 PKGBUILD |4 ++--
 service  |2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-03-26 22:14:41 UTC (rev 291711)
+++ PKGBUILD2017-03-26 22:25:44 UTC (rev 291712)
@@ -7,7 +7,7 @@
 
 pkgname=nginx
 pkgver=1.10.3
-pkgrel=3
+pkgrel=4
 pkgdesc='Lightweight HTTP server and IMAP/POP3 proxy server'
 arch=('i686' 'x86_64')
 url='https://nginx.org'
@@ -31,7 +31,7 @@
 validpgpkeys=('B0F4253373F8F6F510D42178520A9993A1C052F8') # Maxim Dounin 

 md5sums=('204a20cb4f0b0c9db746c630d89ff4ea'
  'SKIP'
- '5dd4d09914a4403b9df778ec1d66167c'
+ '09862c34cd9593bc40da81f88c5fc4b2'
  '6a01fb17af86f03707c8ae60f98a2dc2')
 
 _common_flags=(

Modified: service
===
--- service 2017-03-26 22:14:41 UTC (rev 291711)
+++ service 2017-03-26 22:25:44 UTC (rev 291712)
@@ -9,7 +9,7 @@
 SyslogLevel=err
 
 ExecStart=/usr/bin/nginx -g 'pid /run/nginx.pid; error_log stderr;'
-ExecReload=/usr/bin/kill -HUP $MAINPID
+ExecReload=/usr/bin/nginx -s reload
 KillSignal=SIGQUIT
 KillMode=mixed
 


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

2017-03-09 Thread Bartłomiej Piotrowski
Date: Thursday, March 9, 2017 @ 12:04:03
  Author: bpiotrowski
Revision: 290191

upgpkg: nginx 1.10.3-3

rebuild against openssl 1.1.0

Modified:
  nginx/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-03-09 10:51:56 UTC (rev 290190)
+++ PKGBUILD2017-03-09 12:04:03 UTC (rev 290191)
@@ -7,7 +7,7 @@
 
 pkgname=nginx
 pkgver=1.10.3
-pkgrel=2
+pkgrel=3
 pkgdesc='Lightweight HTTP server and IMAP/POP3 proxy server'
 arch=('i686' 'x86_64')
 url='https://nginx.org'


[arch-commits] Commit in nginx/trunk (PKGBUILD nginx.install)

2017-02-10 Thread Levente Polyak
Date: Friday, February 10, 2017 @ 11:39:20
  Author: anthraxx
Revision: 288540

upgpkg: nginx 1.10.3-2 (logrotate regression fix)

To correctly be safe for CVE-2016-1247, we need all nginx log dirs
to be owned by both user and group root. Also, since nginx childs
runs as http user, the directories permissions must be 0755, so the
http user can descent into it. Since the logrotate will create the
log files as http:log, the nginx childs will be able to write to the
logs, but will not be able to create files inside those dirs, fully
preventing CVE-2016-1247.

Modified:
  nginx/trunk/PKGBUILD
  nginx/trunk/nginx.install

---+
 PKGBUILD  |4 ++--
 nginx.install |7 +++
 2 files changed, 9 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-02-10 05:00:14 UTC (rev 288539)
+++ PKGBUILD2017-02-10 11:39:20 UTC (rev 288540)
@@ -7,7 +7,7 @@
 
 pkgname=nginx
 pkgver=1.10.3
-pkgrel=1
+pkgrel=2
 pkgdesc='Lightweight HTTP server and IMAP/POP3 proxy server'
 arch=('i686' 'x86_64')
 url='https://nginx.org'
@@ -102,7 +102,7 @@
   install -d "$pkgdir"/var/lib/nginx
   install -dm700 "$pkgdir"/var/lib/nginx/proxy
 
-  chmod 750 "$pkgdir"/var/log/nginx
+  chmod 755 "$pkgdir"/var/log/nginx
   chown root:root "$pkgdir"/var/log/nginx
 
   install -d "$pkgdir"/usr/share/nginx

Modified: nginx.install
===
--- nginx.install   2017-02-10 05:00:14 UTC (rev 288539)
+++ nginx.install   2017-02-10 11:39:20 UTC (rev 288540)
@@ -17,4 +17,11 @@
   if (( $(vercmp $2 1.10.2-3) < 0)); then
 chown root:root var/log/nginx
   fi
+
+  if (( $(vercmp $2 1.10.3-2) < 0 )); then
+chmod 755 var/log/nginx
+echo ':: Security notice:'
+echo ' - When additional log directories are used in /var/log/nginx 
make sure they'
+echo '   are owned by root:root and have 755 set as permission to 
mitigate CVE-2016-1247'
+  fi
 }


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

2017-02-01 Thread Bartłomiej Piotrowski
Date: Wednesday, February 1, 2017 @ 15:05:15
  Author: bpiotrowski
Revision: 287878

upgpkg: nginx 1.10.3-1

new upstream release

Modified:
  nginx/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-02-01 15:04:49 UTC (rev 287877)
+++ PKGBUILD2017-02-01 15:05:15 UTC (rev 287878)
@@ -6,8 +6,8 @@
 # Contributor: Daniel Micay 
 
 pkgname=nginx
-pkgver=1.10.2
-pkgrel=4
+pkgver=1.10.3
+pkgrel=1
 pkgdesc='Lightweight HTTP server and IMAP/POP3 proxy server'
 arch=('i686' 'x86_64')
 url='https://nginx.org'
@@ -29,7 +29,7 @@
 service
 logrotate)
 validpgpkeys=('B0F4253373F8F6F510D42178520A9993A1C052F8') # Maxim Dounin 

-md5sums=('e8f5f4beed041e63eb97f9f4f55f3085'
+md5sums=('204a20cb4f0b0c9db746c630d89ff4ea'
  'SKIP'
  '5dd4d09914a4403b9df778ec1d66167c'
  '6a01fb17af86f03707c8ae60f98a2dc2')


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

2017-01-18 Thread Levente Polyak
Date: Wednesday, January 18, 2017 @ 12:12:44
  Author: anthraxx
Revision: 286910

upgpkg: nginx 1.10.2-4 (fix logrotate regression)

Logrotate currently fails and exits unclean as the http user
lost access to the log directory to fix CVE-2016-1247.
We remove the 'su' specification for logrotate and let the root
user do the job, the 'create' option is responsible for the uid/gid
of the new files after rotation. As rotate preserves the uid/gid
this just works without behaviour change without being http.

Modified:
  nginx/trunk/PKGBUILD
  nginx/trunk/logrotate

---+
 PKGBUILD  |4 ++--
 logrotate |1 -
 2 files changed, 2 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-01-18 08:05:14 UTC (rev 286909)
+++ PKGBUILD2017-01-18 12:12:44 UTC (rev 286910)
@@ -7,7 +7,7 @@
 
 pkgname=nginx
 pkgver=1.10.2
-pkgrel=3
+pkgrel=4
 pkgdesc='Lightweight HTTP server and IMAP/POP3 proxy server'
 arch=('i686' 'x86_64')
 url='https://nginx.org'
@@ -32,7 +32,7 @@
 md5sums=('e8f5f4beed041e63eb97f9f4f55f3085'
  'SKIP'
  '5dd4d09914a4403b9df778ec1d66167c'
- '83ffd315fed235b8fff40a7cfa23a16d')
+ '6a01fb17af86f03707c8ae60f98a2dc2')
 
 _common_flags=(
   --with-pcre-jit

Modified: logrotate
===
--- logrotate   2017-01-18 08:05:14 UTC (rev 286909)
+++ logrotate   2017-01-18 12:12:44 UTC (rev 286910)
@@ -2,7 +2,6 @@
missingok
notifempty
create 640 http log
-   su http log
sharedscripts
compress
postrotate


[arch-commits] Commit in nginx/trunk (PKGBUILD nginx.install)

2017-01-15 Thread Bartłomiej Piotrowski
Date: Sunday, January 15, 2017 @ 13:02:54
  Author: bpiotrowski
Revision: 286481

upgpkg: nginx 1.10.2-3

fix CVE-2016-1247

Modified:
  nginx/trunk/PKGBUILD
  nginx/trunk/nginx.install

---+
 PKGBUILD  |4 ++--
 nginx.install |   37 ++---
 2 files changed, 20 insertions(+), 21 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-01-15 11:56:56 UTC (rev 286480)
+++ PKGBUILD2017-01-15 13:02:54 UTC (rev 286481)
@@ -7,7 +7,7 @@
 
 pkgname=nginx
 pkgver=1.10.2
-pkgrel=2
+pkgrel=3
 pkgdesc='Lightweight HTTP server and IMAP/POP3 proxy server'
 arch=('i686' 'x86_64')
 url='https://nginx.org'
@@ -103,7 +103,7 @@
   install -dm700 "$pkgdir"/var/lib/nginx/proxy
 
   chmod 750 "$pkgdir"/var/log/nginx
-  chown http:log "$pkgdir"/var/log/nginx
+  chown root:root "$pkgdir"/var/log/nginx
 
   install -d "$pkgdir"/usr/share/nginx
   mv "$pkgdir"/etc/nginx/html/ "$pkgdir"/usr/share/nginx

Modified: nginx.install
===
--- nginx.install   2017-01-15 11:56:56 UTC (rev 286480)
+++ nginx.install   2017-01-15 13:02:54 UTC (rev 286481)
@@ -1,21 +1,20 @@
 post_upgrade() {
-if (( $(vercmp $2 1.2.7-4) <= 0 )); then
-chmod 750 var/log/nginx
-chown http:log var/log/nginx
-fi
-if (( $(vercmp $2 1.2.1-2) <= 0 )); then
-echo ' >>> Since 1.2.1-2 several changes has been made in package:'
-echo '  - *.conf files have been moved to /etc/nginx'
-echo '  - /etc/conf.d/nginx has been removed'
-echo 'Main configuration file is set to /etc/nginx/nginx.conf'
-echo '  - access.log and error.log can be found in /var/log/nginx 
by default'
-echo '  - bundled *.html files have been moved to 
/usr/share/nginx/html'
-echo '  - /etc/nginx/{html,logs} symbolic links and *.default 
files have been removed'
-fi
-if (( $(vercmp $2 1.4.2-4) < 0 )); then
-echo 'Nginx now includes only upstream bundled modules.'
-echo 'Thus, passenger module support was dropped.'
-fi
+  if (( $(vercmp $2 1.2.7-4) <= 0 )); then
+chmod 750 var/log/nginx
+chown http:log var/log/nginx
+  fi
+
+  if (( $(vercmp $2 1.2.1-2) <= 0 )); then
+echo ':: Since 1.2.1-2 several changes has been made in package:'
+echo ' - *.conf files have been moved to /etc/nginx'
+echo ' - /etc/conf.d/nginx has been removed'
+echo '   Main configuration file is set to /etc/nginx/nginx.conf'
+echo ' - access.log and error.log can be found in /var/log/nginx by 
default'
+echo ' - bundled *.html files have been moved to /usr/share/nginx/html'
+echo ' - /etc/nginx/{html,logs} symbolic links and *.default files 
have been removed'
+  fi
+
+  if (( $(vercmp $2 1.10.2-3) < 0)); then
+chown root:root var/log/nginx
+  fi
 }
-
-# vim:set ts=4 sw=4 et:


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

2016-11-18 Thread Bartłomiej Piotrowski
Date: Friday, November 18, 2016 @ 20:20:43
  Author: bpiotrowski
Revision: 281214

Move IPv6 flag to _stable_flags

Modified:
  nginx/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-11-18 20:16:33 UTC (rev 281213)
+++ PKGBUILD2016-11-18 20:20:43 UTC (rev 281214)
@@ -35,7 +35,6 @@
  '83ffd315fed235b8fff40a7cfa23a16d')
 
 _common_flags=(
-  --with-ipv6
   --with-pcre-jit
   --with-file-aio
   --with-http_addition_module
@@ -62,6 +61,7 @@
 )
 
 _stable_flags=(
+  --with-ipv6
 )
 
 build() {


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

2016-11-18 Thread Bartłomiej Piotrowski
Date: Friday, November 18, 2016 @ 20:16:25
  Author: bpiotrowski
Revision: 281212

upgpkg: nginx 1.10.2-2

- add notifempty directive to logrotate config file (FS#51721)
- enable ngx_stream_ssl_preread_module

Modified:
  nginx/trunk/PKGBUILD
  nginx/trunk/logrotate

---+
 PKGBUILD  |5 +++--
 logrotate |1 +
 2 files changed, 4 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-11-18 20:06:32 UTC (rev 281211)
+++ PKGBUILD2016-11-18 20:16:25 UTC (rev 281212)
@@ -7,7 +7,7 @@
 
 pkgname=nginx
 pkgver=1.10.2
-pkgrel=1
+pkgrel=2
 pkgdesc='Lightweight HTTP server and IMAP/POP3 proxy server'
 arch=('i686' 'x86_64')
 url='https://nginx.org'
@@ -32,7 +32,7 @@
 md5sums=('e8f5f4beed041e63eb97f9f4f55f3085'
  'SKIP'
  '5dd4d09914a4403b9df778ec1d66167c'
- '19a26a61c8afe78defb8b4544f79a9a0')
+ '83ffd315fed235b8fff40a7cfa23a16d')
 
 _common_flags=(
   --with-ipv6
@@ -49,6 +49,7 @@
   --with-http_mp4_module
   --with-http_realip_module
   --with-http_secure_link_module
+  --with-http_slice_module
   --with-http_ssl_module
   --with-http_stub_status_module
   --with-http_sub_module

Modified: logrotate
===
--- logrotate   2016-11-18 20:06:32 UTC (rev 281211)
+++ logrotate   2016-11-18 20:16:25 UTC (rev 281212)
@@ -1,5 +1,6 @@
 /var/log/nginx/*log {
missingok
+   notifempty
create 640 http log
su http log
sharedscripts


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

2016-11-06 Thread Bartłomiej Piotrowski
Date: Sunday, November 6, 2016 @ 13:50:41
  Author: bpiotrowski
Revision: 279907

Use GPG HTTPS to download sources

Modified:
  nginx/trunk/PKGBUILD

--+
 PKGBUILD |4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-11-06 13:47:59 UTC (rev 279906)
+++ PKGBUILD2016-11-06 13:50:41 UTC (rev 279907)
@@ -25,10 +25,12 @@
 'etc/nginx/win-utf'
 'etc/logrotate.d/nginx')
 install=nginx.install
-source=($url/download/nginx-$pkgver.tar.gz
+source=($url/download/nginx-$pkgver.tar.gz{,.asc}
 service
 logrotate)
+validpgpkeys=('B0F4253373F8F6F510D42178520A9993A1C052F8') # Maxim Dounin 

 md5sums=('e8f5f4beed041e63eb97f9f4f55f3085'
+ 'SKIP'
  '5dd4d09914a4403b9df778ec1d66167c'
  '19a26a61c8afe78defb8b4544f79a9a0')
 


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

2016-10-27 Thread Sébastien Luttringer
Date: Thursday, October 27, 2016 @ 15:53:09
  Author: seblu
Revision: 279329

upgpkg: nginx 1.10.2-1

Modified:
  nginx/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-10-27 15:48:37 UTC (rev 279328)
+++ PKGBUILD2016-10-27 15:53:09 UTC (rev 279329)
@@ -6,7 +6,7 @@
 # Contributor: Daniel Micay 
 
 pkgname=nginx
-pkgver=1.10.1
+pkgver=1.10.2
 pkgrel=1
 pkgdesc='Lightweight HTTP server and IMAP/POP3 proxy server'
 arch=('i686' 'x86_64')
@@ -28,7 +28,7 @@
 source=($url/download/nginx-$pkgver.tar.gz
 service
 logrotate)
-md5sums=('088292d9caf6059ef328aa7dda332e44'
+md5sums=('e8f5f4beed041e63eb97f9f4f55f3085'
  '5dd4d09914a4403b9df778ec1d66167c'
  '19a26a61c8afe78defb8b4544f79a9a0')
 


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

2016-05-31 Thread Bartłomiej Piotrowski
Date: Tuesday, May 31, 2016 @ 20:12:08
  Author: bpiotrowski
Revision: 268785

upgpkg: nginx 1.10.1-1

new upstream release

Modified:
  nginx/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-05-31 18:10:26 UTC (rev 268784)
+++ PKGBUILD2016-05-31 18:12:08 UTC (rev 268785)
@@ -6,8 +6,8 @@
 # Contributor: Daniel Micay 
 
 pkgname=nginx
-pkgver=1.10.0
-pkgrel=2
+pkgver=1.10.1
+pkgrel=1
 pkgdesc='Lightweight HTTP server and IMAP/POP3 proxy server'
 arch=('i686' 'x86_64')
 url='http://nginx.org'
@@ -28,7 +28,7 @@
 source=($url/download/nginx-$pkgver.tar.gz
 service
 logrotate)
-md5sums=('c184c873d2798c5ba92be95ed1209c02'
+md5sums=('088292d9caf6059ef328aa7dda332e44'
  '5dd4d09914a4403b9df778ec1d66167c'
  '19a26a61c8afe78defb8b4544f79a9a0')
 


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

2016-05-05 Thread Bartłomiej Piotrowski
Date: Thursday, May 5, 2016 @ 14:59:42
  Author: bpiotrowski
Revision: 266941

Add hardening-wrapper to makedepends

Modified:
  nginx/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-05-05 12:59:15 UTC (rev 266940)
+++ PKGBUILD2016-05-05 12:59:42 UTC (rev 266941)
@@ -13,6 +13,7 @@
 url='http://nginx.org'
 license=('custom')
 depends=('pcre' 'zlib' 'openssl' 'geoip')
+makedepends=('hardening-wrapper')
 backup=('etc/nginx/fastcgi.conf'
 'etc/nginx/fastcgi_params'
 'etc/nginx/koi-win'


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

2016-04-30 Thread Sébastien Luttringer
Date: Sunday, May 1, 2016 @ 02:54:04
  Author: seblu
Revision: 266696

upgpkg: nginx 1.10.0-2

- sync flags with nginx-mainline

Modified:
  nginx/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-04-30 22:41:24 UTC (rev 266695)
+++ PKGBUILD2016-05-01 00:54:04 UTC (rev 266696)
@@ -7,7 +7,7 @@
 
 pkgname=nginx
 pkgver=1.10.0
-pkgrel=1
+pkgrel=2
 pkgdesc='Lightweight HTTP server and IMAP/POP3 proxy server'
 arch=('i686' 'x86_64')
 url='http://nginx.org'
@@ -49,12 +49,15 @@
   --with-http_ssl_module
   --with-http_stub_status_module
   --with-http_sub_module
+  --with-http_v2_module
+  --with-mail
+  --with-mail_ssl_module
+  --with-stream
+  --with-stream_ssl_module
+  --with-threads
 )
 
 _stable_flags=(
-  --with-http_v2_module
-  --with-imap
-  --with-imap_ssl_module
 )
 
 build() {
@@ -115,3 +118,5 @@
   "${pkgdir}/usr/share/vim/vimfiles/${i}/nginx.vim"
   done
 }
+
+# vim:set ts=2 sw=2 et:


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

2016-04-26 Thread Sébastien Luttringer
Date: Tuesday, April 26, 2016 @ 16:52:23
  Author: seblu
Revision: 266165

upgpkg: nginx 1.10.0-1

Modified:
  nginx/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-04-26 14:50:55 UTC (rev 266164)
+++ PKGBUILD2016-04-26 14:52:23 UTC (rev 266165)
@@ -6,8 +6,8 @@
 # Contributor: Daniel Micay 
 
 pkgname=nginx
-pkgver=1.8.1
-pkgrel=3
+pkgver=1.10.0
+pkgrel=1
 pkgdesc='Lightweight HTTP server and IMAP/POP3 proxy server'
 arch=('i686' 'x86_64')
 url='http://nginx.org'
@@ -27,7 +27,7 @@
 source=($url/download/nginx-$pkgver.tar.gz
 service
 logrotate)
-md5sums=('2e91695074dbdfbf1bcec0ada9fda462'
+md5sums=('c184c873d2798c5ba92be95ed1209c02'
  '5dd4d09914a4403b9df778ec1d66167c'
  '19a26a61c8afe78defb8b4544f79a9a0')
 
@@ -52,7 +52,7 @@
 )
 
 _stable_flags=(
-  --with-http_spdy_module
+  --with-http_v2_module
   --with-imap
   --with-imap_ssl_module
 )


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

2016-04-01 Thread Bartłomiej Piotrowski
Date: Friday, April 1, 2016 @ 12:46:32
  Author: bpiotrowski
Revision: 263718

Sync configure flag changes

Modified:
  nginx/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-04-01 10:42:38 UTC (rev 263717)
+++ PKGBUILD2016-04-01 10:46:32 UTC (rev 263718)
@@ -32,29 +32,29 @@
  '19a26a61c8afe78defb8b4544f79a9a0')
 
 _common_flags=(
-  --with-imap 
-  --with-imap_ssl_module 
-  --with-ipv6 
-  --with-pcre-jit 
-  --with-file-aio 
-  --with-http_addition_module 
-  --with-http_auth_request_module 
-  --with-http_dav_module 
-  --with-http_degradation_module 
-  --with-http_flv_module 
-  --with-http_geoip_module 
-  --with-http_gunzip_module 
-  --with-http_gzip_static_module 
-  --with-http_mp4_module 
-  --with-http_realip_module 
-  --with-http_secure_link_module 
-  --with-http_ssl_module 
-  --with-http_stub_status_module 
-  --with-http_sub_module 
+  --with-ipv6
+  --with-pcre-jit
+  --with-file-aio
+  --with-http_addition_module
+  --with-http_auth_request_module
+  --with-http_dav_module
+  --with-http_degradation_module
+  --with-http_flv_module
+  --with-http_geoip_module
+  --with-http_gunzip_module
+  --with-http_gzip_static_module
+  --with-http_mp4_module
+  --with-http_realip_module
+  --with-http_secure_link_module
+  --with-http_ssl_module
+  --with-http_stub_status_module
+  --with-http_sub_module
 )
 
 _stable_flags=(
   --with-http_spdy_module
+  --with-imap
+  --with-imap_ssl_module
 )
 
 build() {


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

2016-03-02 Thread Evangelos Foutras
Date: Wednesday, March 2, 2016 @ 19:25:58
  Author: foutrelis
Revision: 260534

OpenSSL 1.0.2g rebuild

Modified:
  nginx/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-03-02 18:25:35 UTC (rev 260533)
+++ PKGBUILD2016-03-02 18:25:58 UTC (rev 260534)
@@ -7,7 +7,7 @@
 
 pkgname=nginx
 pkgver=1.8.1
-pkgrel=2
+pkgrel=3
 pkgdesc='Lightweight HTTP server and IMAP/POP3 proxy server'
 arch=('i686' 'x86_64')
 url='http://nginx.org'


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

2016-02-10 Thread Bartłomiej Piotrowski
Date: Wednesday, February 10, 2016 @ 14:04:51
  Author: bpiotrowski
Revision: 259029

Use for loop to install vim syntax

Modified:
  nginx/trunk/PKGBUILD

--+
 PKGBUILD |   12 +---
 1 file changed, 5 insertions(+), 7 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-02-10 10:54:14 UTC (rev 259028)
+++ PKGBUILD2016-02-10 13:04:51 UTC (rev 259029)
@@ -77,13 +77,6 @@
   cd $pkgname-$pkgver
   make DESTDIR="$pkgdir" install
 
-  install -Dm644 contrib/vim/ftdetect/nginx.vim \
-"$pkgdir"/usr/share/vim/vimfiles/ftdetect/nginx.vim
-  install -Dm644 contrib/vim/syntax/nginx.vim \
-"$pkgdir"/usr/share/vim/vimfiles/syntax/nginx.vim
-  install -Dm644 contrib/vim/indent/nginx.vim \
-"$pkgdir"/usr/share/vim/vimfiles/indent/nginx.vim
-
   sed -e 's|\ "$pkgdir"/usr/share/man/man8/nginx.8.gz
+
+  for i in ftdetect indent syntax; do
+install -Dm644 contrib/vim/${i}/nginx.vim \
+  "${pkgdir}/usr/share/vim/vimfiles/${i}/nginx.vim"
+  done
 }


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

2016-01-26 Thread Bartłomiej Piotrowski
Date: Tuesday, January 26, 2016 @ 18:24:44
  Author: bpiotrowski
Revision: 258598

upgpkg: nginx 1.8.1-1

new upstream release

Modified:
  nginx/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-01-26 17:04:12 UTC (rev 258597)
+++ PKGBUILD2016-01-26 17:24:44 UTC (rev 258598)
@@ -6,8 +6,8 @@
 # Contributor: Daniel Micay 
 
 pkgname=nginx
-pkgver=1.8.0
-pkgrel=2
+pkgver=1.8.1
+pkgrel=1
 pkgdesc='Lightweight HTTP server and IMAP/POP3 proxy server'
 arch=('i686' 'x86_64')
 url='http://nginx.org'
@@ -27,7 +27,7 @@
 source=($url/download/nginx-$pkgver.tar.gz
 service
 logrotate)
-md5sums=('3ca4a37931e9fa301964b8ce889da8cb'
+md5sums=('2e91695074dbdfbf1bcec0ada9fda462'
  '5dd4d09914a4403b9df778ec1d66167c'
  '19a26a61c8afe78defb8b4544f79a9a0')
 
@@ -109,5 +109,3 @@
   install -d "$pkgdir"/usr/share/man/man8/
   gzip -9c man/nginx.8 > "$pkgdir"/usr/share/man/man8/nginx.8.gz
 }
-
-# vim:set ts=2 sw=2 et:


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

2015-10-02 Thread Bartłomiej Piotrowski
Date: Friday, October 2, 2015 @ 21:22:27
  Author: bpiotrowski
Revision: 248281

upgpkg: nginx 1.8.0-2

enable ngx_http_auth_request module (FS#46370)

Modified:
  nginx/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-10-02 19:19:21 UTC (rev 248280)
+++ PKGBUILD2015-10-02 19:22:27 UTC (rev 248281)
@@ -7,13 +7,12 @@
 
 pkgname=nginx
 pkgver=1.8.0
-pkgrel=1
+pkgrel=2
 pkgdesc='Lightweight HTTP server and IMAP/POP3 proxy server'
 arch=('i686' 'x86_64')
 url='http://nginx.org'
 license=('custom')
 depends=('pcre' 'zlib' 'openssl' 'geoip')
-makedepends=('hardening-wrapper')
 backup=('etc/nginx/fastcgi.conf'
 'etc/nginx/fastcgi_params'
 'etc/nginx/koi-win'
@@ -56,10 +55,11 @@
 --with-pcre-jit \
 --with-file-aio \
 --with-http_addition_module \
+--with-http_auth_request_module \
 --with-http_dav_module \
 --with-http_degradation_module \
 --with-http_flv_module \
---with-http_geoip_module
+--with-http_geoip_module \
 --with-http_gunzip_module \
 --with-http_gzip_static_module \
 --with-http_mp4_module \


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

2015-10-02 Thread Bartłomiej Piotrowski
Date: Friday, October 2, 2015 @ 21:19:21
  Author: bpiotrowski
Revision: 248280

Sort enabled modules

Modified:
  nginx/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-10-02 18:22:16 UTC (rev 248279)
+++ PKGBUILD2015-10-02 19:19:21 UTC (rev 248280)
@@ -55,20 +55,20 @@
 --with-ipv6 \
 --with-pcre-jit \
 --with-file-aio \
+--with-http_addition_module \
 --with-http_dav_module \
+--with-http_degradation_module \
+--with-http_flv_module \
+--with-http_geoip_module
 --with-http_gunzip_module \
 --with-http_gzip_static_module \
+--with-http_mp4_module \
 --with-http_realip_module \
+--with-http_secure_link_module \
 --with-http_spdy_module \
 --with-http_ssl_module \
 --with-http_stub_status_module \
---with-http_addition_module \
---with-http_degradation_module \
---with-http_flv_module \
---with-http_mp4_module \
---with-http_secure_link_module \
 --with-http_sub_module \
---with-http_geoip_module
 
   make
 }


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

2015-05-01 Thread Bartłomiej Piotrowski
Date: Friday, May 1, 2015 @ 18:00:53
  Author: bpiotrowski
Revision: 238319

Enable ngx_http_geoip_module

Modified:
  nginx/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-05-01 15:24:39 UTC (rev 238318)
+++ PKGBUILD2015-05-01 16:00:53 UTC (rev 238319)
@@ -12,7 +12,7 @@
 arch=('i686' 'x86_64')
 url='http://nginx.org'
 license=('custom')
-depends=('pcre' 'zlib' 'openssl')
+depends=('pcre' 'zlib' 'openssl' 'geoip')
 makedepends=('hardening-wrapper')
 backup=('etc/nginx/fastcgi.conf'
 'etc/nginx/fastcgi_params'
@@ -67,7 +67,8 @@
 --with-http_flv_module \
 --with-http_mp4_module \
 --with-http_secure_link_module \
---with-http_sub_module
+--with-http_sub_module \
+--with-http_geoip_module
 
   make
 }


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

2015-04-21 Thread Bartłomiej Piotrowski
Date: Tuesday, April 21, 2015 @ 18:16:20
  Author: bpiotrowski
Revision: 237880

upgpkg: nginx 1.8.0-1

new upstream release

Modified:
  nginx/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-04-21 10:16:20 UTC (rev 237879)
+++ PKGBUILD2015-04-21 16:16:20 UTC (rev 237880)
@@ -6,7 +6,7 @@
 # Contributor: Daniel Micay danielmi...@gmail.com
 
 pkgname=nginx
-pkgver=1.6.3
+pkgver=1.8.0
 pkgrel=1
 pkgdesc='Lightweight HTTP server and IMAP/POP3 proxy server'
 arch=('i686' 'x86_64')
@@ -28,7 +28,7 @@
 source=($url/download/nginx-$pkgver.tar.gz
 service
 logrotate)
-md5sums=('ea813aee2c344c2f5b66cdb24a472738'
+md5sums=('3ca4a37931e9fa301964b8ce889da8cb'
  '5dd4d09914a4403b9df778ec1d66167c'
  '19a26a61c8afe78defb8b4544f79a9a0')
 


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

2015-04-08 Thread Bartłomiej Piotrowski
Date: Wednesday, April 8, 2015 @ 20:50:18
  Author: bpiotrowski
Revision: 235754

upgpkg: nginx 1.6.3-1

new upstream release

Modified:
  nginx/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-04-08 18:41:49 UTC (rev 235753)
+++ PKGBUILD2015-04-08 18:50:18 UTC (rev 235754)
@@ -6,8 +6,8 @@
 # Contributor: Daniel Micay danielmi...@gmail.com
 
 pkgname=nginx
-pkgver=1.6.2
-pkgrel=2
+pkgver=1.6.3
+pkgrel=1
 pkgdesc='Lightweight HTTP server and IMAP/POP3 proxy server'
 arch=('i686' 'x86_64')
 url='http://nginx.org'
@@ -28,7 +28,7 @@
 source=($url/download/nginx-$pkgver.tar.gz
 service
 logrotate)
-md5sums=('d1b55031ae6e4bce37f8776b94d8b930'
+md5sums=('ea813aee2c344c2f5b66cdb24a472738'
  '5dd4d09914a4403b9df778ec1d66167c'
  '19a26a61c8afe78defb8b4544f79a9a0')
 


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

2014-10-13 Thread Bartłomiej Piotrowski
Date: Monday, October 13, 2014 @ 08:55:44
  Author: bpiotrowski
Revision: 224257

upgpkg: nginx 1.6.2-2

use http:log for log rotation (FS#42169)

Modified:
  nginx/trunk/PKGBUILD
  nginx/trunk/logrotate

---+
 PKGBUILD  |4 ++--
 logrotate |3 ++-
 2 files changed, 4 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-10-13 06:36:07 UTC (rev 224256)
+++ PKGBUILD2014-10-13 06:55:44 UTC (rev 224257)
@@ -7,7 +7,7 @@
 
 pkgname=nginx
 pkgver=1.6.2
-pkgrel=1
+pkgrel=2
 pkgdesc='Lightweight HTTP server and IMAP/POP3 proxy server'
 arch=('i686' 'x86_64')
 url='http://nginx.org'
@@ -30,7 +30,7 @@
 logrotate)
 md5sums=('d1b55031ae6e4bce37f8776b94d8b930'
  '5dd4d09914a4403b9df778ec1d66167c'
- '3441ce77cdd1aab6f0ab7e212698a8a7')
+ '19a26a61c8afe78defb8b4544f79a9a0')
 
 build() {
   cd $pkgname-$pkgver

Modified: logrotate
===
--- logrotate   2014-10-13 06:36:07 UTC (rev 224256)
+++ logrotate   2014-10-13 06:55:44 UTC (rev 224257)
@@ -1,9 +1,10 @@
 /var/log/nginx/*log {
missingok
create 640 http log
+   su http log
sharedscripts
compress
postrotate
-   test ! -r /var/run/nginx.pid || kill -USR1 `cat 
/var/run/nginx.pid`
+   test ! -r /run/nginx.pid || kill -USR1 `cat /run/nginx.pid`
endscript
 }


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

2014-09-16 Thread Bartłomiej Piotrowski
Date: Tuesday, September 16, 2014 @ 18:02:56
  Author: bpiotrowski
Revision: 221804

upgpkg: nginx 1.6.2-1

new upstream release

Modified:
  nginx/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-09-16 12:17:34 UTC (rev 221803)
+++ PKGBUILD2014-09-16 16:02:56 UTC (rev 221804)
@@ -6,8 +6,8 @@
 # Contributor: Daniel Micay danielmi...@gmail.com
 
 pkgname=nginx
-pkgver=1.6.1
-pkgrel=3
+pkgver=1.6.2
+pkgrel=1
 pkgdesc='Lightweight HTTP server and IMAP/POP3 proxy server'
 arch=('i686' 'x86_64')
 url='http://nginx.org'
@@ -28,7 +28,7 @@
 source=($url/download/nginx-$pkgver.tar.gz
 service
 logrotate)
-md5sums=('45e5a11f48b001644676f7767980a2bf'
+md5sums=('d1b55031ae6e4bce37f8776b94d8b930'
  '5dd4d09914a4403b9df778ec1d66167c'
  '3441ce77cdd1aab6f0ab7e212698a8a7')
 



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

2014-08-14 Thread Bartłomiej Piotrowski
Date: Thursday, August 14, 2014 @ 14:03:56
  Author: bpiotrowski
Revision: 219735

upgpkg: nginx 1.6.1-3

rebuild using hardening-wrapper for at least partial RELRO

Modified:
  nginx/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-08-14 06:14:43 UTC (rev 219734)
+++ PKGBUILD2014-08-14 12:03:56 UTC (rev 219735)
@@ -7,12 +7,13 @@
 
 pkgname=nginx
 pkgver=1.6.1
-pkgrel=2
+pkgrel=3
 pkgdesc='Lightweight HTTP server and IMAP/POP3 proxy server'
 arch=('i686' 'x86_64')
 url='http://nginx.org'
 license=('custom')
 depends=('pcre' 'zlib' 'openssl')
+makedepends=('hardening-wrapper')
 backup=('etc/nginx/fastcgi.conf'
 'etc/nginx/fastcgi_params'
 'etc/nginx/koi-win'



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

2014-08-07 Thread Bartłomiej Piotrowski
Date: Thursday, August 7, 2014 @ 11:25:54
  Author: bpiotrowski
Revision: 219389

upgpkg: nginx 1.6.1-2

include vim syntax files

Modified:
  nginx/trunk/PKGBUILD

--+
 PKGBUILD |   10 +-
 1 file changed, 9 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-08-07 09:25:14 UTC (rev 219388)
+++ PKGBUILD2014-08-07 09:25:54 UTC (rev 219389)
@@ -7,7 +7,7 @@
 
 pkgname=nginx
 pkgver=1.6.1
-pkgrel=1
+pkgrel=2
 pkgdesc='Lightweight HTTP server and IMAP/POP3 proxy server'
 arch=('i686' 'x86_64')
 url='http://nginx.org'
@@ -33,6 +33,7 @@
 
 build() {
   cd $pkgname-$pkgver
+
   ./configure \
 --prefix=/etc/nginx \
 --conf-path=/etc/nginx/nginx.conf \
@@ -74,6 +75,13 @@
   cd $pkgname-$pkgver
   make DESTDIR=$pkgdir install
 
+  install -Dm644 contrib/vim/ftdetect/nginx.vim \
+$pkgdir/usr/share/vim/vimfiles/ftdetect/nginx.vim
+  install -Dm644 contrib/vim/syntax/nginx.vim \
+$pkgdir/usr/share/vim/vimfiles/syntax/nginx.vim
+  install -Dm644 contrib/vim/indent/nginx.vim \
+$pkgdir/usr/share/vim/vimfiles/indent/nginx.vim
+
   sed -e 's|\user\s\+\w\+;|user html;|g' \
 -e '44s|html|/usr/share/nginx/html|' \
 -e '54s|html|/usr/share/nginx/html|' \



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

2014-08-05 Thread Bartłomiej Piotrowski
Date: Tuesday, August 5, 2014 @ 17:51:11
  Author: bpiotrowski
Revision: 219333

upgpkg: nginx 1.6.1-1

new upstream release

Modified:
  nginx/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-08-05 15:46:33 UTC (rev 219332)
+++ PKGBUILD2014-08-05 15:51:11 UTC (rev 219333)
@@ -6,8 +6,8 @@
 # Contributor: Daniel Micay danielmi...@gmail.com
 
 pkgname=nginx
-pkgver=1.6.0
-pkgrel=5
+pkgver=1.6.1
+pkgrel=1
 pkgdesc='Lightweight HTTP server and IMAP/POP3 proxy server'
 arch=('i686' 'x86_64')
 url='http://nginx.org'
@@ -27,7 +27,7 @@
 source=($url/download/nginx-$pkgver.tar.gz
 service
 logrotate)
-md5sums=('8efa354f1c3c2ccf434a50d3fbe82340'
+md5sums=('45e5a11f48b001644676f7767980a2bf'
  '5dd4d09914a4403b9df778ec1d66167c'
  '3441ce77cdd1aab6f0ab7e212698a8a7')
 



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

2014-06-26 Thread Bartłomiej Piotrowski
Date: Thursday, June 26, 2014 @ 11:26:45
  Author: bpiotrowski
Revision: 215473

upgpkg: nginx 1.6.0-5

add missing man page (FS#40925)

Modified:
  nginx/trunk/PKGBUILD

--+
 PKGBUILD |5 -
 1 file changed, 4 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-06-26 09:01:07 UTC (rev 215472)
+++ PKGBUILD2014-06-26 09:26:45 UTC (rev 215473)
@@ -7,7 +7,7 @@
 
 pkgname=nginx
 pkgver=1.6.0
-pkgrel=4
+pkgrel=5
 pkgdesc='Lightweight HTTP server and IMAP/POP3 proxy server'
 arch=('i686' 'x86_64')
 url='http://nginx.org'
@@ -95,6 +95,9 @@
   install -Dm644 LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
 
   rmdir $pkgdir/run
+
+  install -d $pkgdir/usr/share/man/man8/
+  gzip -9c man/nginx.8  $pkgdir/usr/share/man/man8/nginx.8.gz
 }
 
 # vim:set ts=2 sw=2 et:



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

2014-05-22 Thread Bartłomiej Piotrowski
Date: Thursday, May 22, 2014 @ 11:14:10
  Author: bpiotrowski
Revision: 213380

upgpkg: nginx 1.6.0-3

use Type=forking for better service dependencies handling

Modified:
  nginx/trunk/PKGBUILD
  nginx/trunk/service

--+
 PKGBUILD |4 ++--
 service  |3 ++-
 2 files changed, 4 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-05-22 06:29:28 UTC (rev 213379)
+++ PKGBUILD2014-05-22 09:14:10 UTC (rev 213380)
@@ -7,7 +7,7 @@
 
 pkgname=nginx
 pkgver=1.6.0
-pkgrel=2
+pkgrel=3
 pkgdesc='Lightweight HTTP server and IMAP/POP3 proxy server'
 arch=('i686' 'x86_64')
 url='http://nginx.org'
@@ -28,7 +28,7 @@
 service
 logrotate)
 md5sums=('8efa354f1c3c2ccf434a50d3fbe82340'
- 'fed60747cefcf90dc9fbfa5fa93cacd1'
+ '323e01bfce9b0c7b0da21c7001098566'
  '3441ce77cdd1aab6f0ab7e212698a8a7')
 
 build() {

Modified: service
===
--- service 2014-05-22 06:29:28 UTC (rev 213379)
+++ service 2014-05-22 09:14:10 UTC (rev 213380)
@@ -3,7 +3,8 @@
 After=network.target
 
 [Service]
-Type=simple
+Type=forking
+PIDFile=/run/nginx.pid
 PrivateDevices=yes
 SyslogLevel=err
 



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

2014-05-22 Thread Sébastien Luttringer
Date: Friday, May 23, 2014 @ 01:54:52
  Author: seblu
Revision: 213400

upgpkg: nginx 1.6.0-4

- remove daemon off

Modified:
  nginx/trunk/PKGBUILD
  nginx/trunk/service

--+
 PKGBUILD |4 ++--
 service  |2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-05-22 23:02:37 UTC (rev 213399)
+++ PKGBUILD2014-05-22 23:54:52 UTC (rev 213400)
@@ -7,7 +7,7 @@
 
 pkgname=nginx
 pkgver=1.6.0
-pkgrel=3
+pkgrel=4
 pkgdesc='Lightweight HTTP server and IMAP/POP3 proxy server'
 arch=('i686' 'x86_64')
 url='http://nginx.org'
@@ -28,7 +28,7 @@
 service
 logrotate)
 md5sums=('8efa354f1c3c2ccf434a50d3fbe82340'
- '323e01bfce9b0c7b0da21c7001098566'
+ '5dd4d09914a4403b9df778ec1d66167c'
  '3441ce77cdd1aab6f0ab7e212698a8a7')
 
 build() {

Modified: service
===
--- service 2014-05-22 23:02:37 UTC (rev 213399)
+++ service 2014-05-22 23:54:52 UTC (rev 213400)
@@ -8,7 +8,7 @@
 PrivateDevices=yes
 SyslogLevel=err
 
-ExecStart=/usr/bin/nginx -g 'pid /run/nginx.pid; daemon off; error_log stderr;'
+ExecStart=/usr/bin/nginx -g 'pid /run/nginx.pid; error_log stderr;'
 ExecReload=/usr/bin/kill -HUP $MAINPID
 KillSignal=SIGQUIT
 KillMode=mixed



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

2014-05-20 Thread Bartłomiej Piotrowski
Date: Tuesday, May 20, 2014 @ 16:55:22
  Author: bpiotrowski
Revision: 213338

upgpkg: nginx 1.6.0-2

various changes in nginx.service related to FS#40322
- log errors to journald
- use KillSignal and kill to respectively stop and restart nginx
- remove useless config sanity check

Modified:
  nginx/trunk/PKGBUILD
  nginx/trunk/service

--+
 PKGBUILD |4 ++--
 service  |   15 ---
 2 files changed, 10 insertions(+), 9 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-05-20 12:58:24 UTC (rev 213337)
+++ PKGBUILD2014-05-20 14:55:22 UTC (rev 213338)
@@ -7,7 +7,7 @@
 
 pkgname=nginx
 pkgver=1.6.0
-pkgrel=1
+pkgrel=2
 pkgdesc='Lightweight HTTP server and IMAP/POP3 proxy server'
 arch=('i686' 'x86_64')
 url='http://nginx.org'
@@ -28,7 +28,7 @@
 service
 logrotate)
 md5sums=('8efa354f1c3c2ccf434a50d3fbe82340'
- '5c0cd4fd992596938b2d4fd98b2bac41'
+ 'fed60747cefcf90dc9fbfa5fa93cacd1'
  '3441ce77cdd1aab6f0ab7e212698a8a7')
 
 build() {

Modified: service
===
--- service 2014-05-20 12:58:24 UTC (rev 213337)
+++ service 2014-05-20 14:55:22 UTC (rev 213338)
@@ -1,15 +1,16 @@
 [Unit]
 Description=A high performance web server and a reverse proxy server
-After=syslog.target network.target
+After=network.target
 
 [Service]
-Type=forking
-PIDFile=/run/nginx.pid
-ExecStartPre=/usr/bin/nginx -t -q -g 'pid /run/nginx.pid; daemon on; 
master_process on;'
-ExecStart=/usr/bin/nginx -g 'pid /run/nginx.pid; daemon on; master_process on;'
-ExecReload=/usr/bin/nginx -g 'pid /run/nginx.pid; daemon on; master_process 
on;' -s reload
-ExecStop=/usr/bin/nginx -g 'pid /run/nginx.pid;' -s quit
+Type=simple
 PrivateDevices=yes
+SyslogLevel=err
 
+ExecStart=/usr/bin/nginx -g 'pid /run/nginx.pid; daemon off; error_log stderr;'
+ExecReload=/usr/bin/kill -HUP $MAINPID
+KillSignal=SIGQUIT
+KillMode=mixed
+
 [Install]
 WantedBy=multi-user.target



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

2014-04-24 Thread Bartłomiej Piotrowski
Date: Thursday, April 24, 2014 @ 15:42:55
  Author: bpiotrowski
Revision: 211727

upgpkg: nginx 1.6.0-1

new upstream release

Modified:
  nginx/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-04-24 13:40:37 UTC (rev 211726)
+++ PKGBUILD2014-04-24 13:42:55 UTC (rev 211727)
@@ -6,8 +6,8 @@
 # Contributor: Daniel Micay danielmi...@gmail.com
 
 pkgname=nginx
-pkgver=1.4.7
-pkgrel=2
+pkgver=1.6.0
+pkgrel=1
 pkgdesc='Lightweight HTTP server and IMAP/POP3 proxy server'
 arch=('i686' 'x86_64')
 url='http://nginx.org'
@@ -27,7 +27,7 @@
 source=($url/download/nginx-$pkgver.tar.gz
 service
 logrotate)
-md5sums=('aee151d298dcbfeb88b3f7dd3e7a4d17'
+md5sums=('8efa354f1c3c2ccf434a50d3fbe82340'
  '5c0cd4fd992596938b2d4fd98b2bac41'
  '3441ce77cdd1aab6f0ab7e212698a8a7')
 



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

2014-04-10 Thread Daniel Micay
Date: Thursday, April 10, 2014 @ 20:03:17
  Author: thestinger
Revision: 109139

upgpkg: nginx 1.4.7-2

use PrivateDevices=yes

Modified:
  nginx/trunk/PKGBUILD
  nginx/trunk/service

--+
 PKGBUILD |5 +++--
 service  |1 +
 2 files changed, 4 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-04-10 17:34:53 UTC (rev 109138)
+++ PKGBUILD2014-04-10 18:03:17 UTC (rev 109139)
@@ -3,10 +3,11 @@
 # Maintainer: Sébastien Luttringer
 # Contributor: Sergej Pupykin pupykin.s+a...@gmail.com
 # Contributor: Miroslaw Szot m...@czlug.icis.pcz.pl
+# Contributor: Daniel Micay danielmi...@gmail.com
 
 pkgname=nginx
 pkgver=1.4.7
-pkgrel=1
+pkgrel=2
 pkgdesc='Lightweight HTTP server and IMAP/POP3 proxy server'
 arch=('i686' 'x86_64')
 url='http://nginx.org'
@@ -27,7 +28,7 @@
 service
 logrotate)
 md5sums=('aee151d298dcbfeb88b3f7dd3e7a4d17'
- 'ce9a06bcaf66ec4a3c4eb59b636e0dfd'
+ '5c0cd4fd992596938b2d4fd98b2bac41'
  '3441ce77cdd1aab6f0ab7e212698a8a7')
 
 build() {

Modified: service
===
--- service 2014-04-10 17:34:53 UTC (rev 109138)
+++ service 2014-04-10 18:03:17 UTC (rev 109139)
@@ -9,6 +9,7 @@
 ExecStart=/usr/bin/nginx -g 'pid /run/nginx.pid; daemon on; master_process on;'
 ExecReload=/usr/bin/nginx -g 'pid /run/nginx.pid; daemon on; master_process 
on;' -s reload
 ExecStop=/usr/bin/nginx -g 'pid /run/nginx.pid;' -s quit
+PrivateDevices=yes
 
 [Install]
 WantedBy=multi-user.target



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

2014-03-18 Thread Bartłomiej Piotrowski
Date: Tuesday, March 18, 2014 @ 18:19:10
  Author: bpiotrowski
Revision: 107710

upgpkg: nginx 1.4.7-1

new upstream release

Modified:
  nginx/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-03-18 17:01:32 UTC (rev 107709)
+++ PKGBUILD2014-03-18 17:19:10 UTC (rev 107710)
@@ -5,7 +5,7 @@
 # Contributor: Miroslaw Szot m...@czlug.icis.pcz.pl
 
 pkgname=nginx
-pkgver=1.4.6
+pkgver=1.4.7
 pkgrel=1
 pkgdesc='Lightweight HTTP server and IMAP/POP3 proxy server'
 arch=('i686' 'x86_64')
@@ -26,7 +26,7 @@
 source=($url/download/nginx-$pkgver.tar.gz
 service
 logrotate)
-md5sums=('dee0fc2151cebde709c93ca20d8f239f'
+md5sums=('aee151d298dcbfeb88b3f7dd3e7a4d17'
  'ce9a06bcaf66ec4a3c4eb59b636e0dfd'
  '3441ce77cdd1aab6f0ab7e212698a8a7')
 



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

2014-03-04 Thread Bartłomiej Piotrowski
Date: Tuesday, March 4, 2014 @ 17:35:51
  Author: bpiotrowski
Revision: 106489

upgpkg: nginx 1.4.6-1

new upstream release

Modified:
  nginx/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-03-04 15:41:22 UTC (rev 106488)
+++ PKGBUILD2014-03-04 16:35:51 UTC (rev 106489)
@@ -5,7 +5,7 @@
 # Contributor: Miroslaw Szot m...@czlug.icis.pcz.pl
 
 pkgname=nginx
-pkgver=1.4.5
+pkgver=1.4.6
 pkgrel=1
 pkgdesc='Lightweight HTTP server and IMAP/POP3 proxy server'
 arch=('i686' 'x86_64')
@@ -26,7 +26,7 @@
 source=($url/download/nginx-$pkgver.tar.gz
 service
 logrotate)
-md5sums=('1a635e9543570f0c881b8ec9db0c6898'
+md5sums=('dee0fc2151cebde709c93ca20d8f239f'
  'ce9a06bcaf66ec4a3c4eb59b636e0dfd'
  '3441ce77cdd1aab6f0ab7e212698a8a7')
 
@@ -93,7 +93,7 @@
   install -Dm644 ../service $pkgdir/usr/lib/systemd/system/nginx.service
   install -Dm644 LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
 
-  rmdir $pkgdir/run
+  rmdir $pkgdir/run
 }
 
 # vim:set ts=2 sw=2 et:



[arch-commits] Commit in nginx/trunk (PKGBUILD install nginx.install)

2014-02-11 Thread Bartłomiej Piotrowski
Date: Tuesday, February 11, 2014 @ 18:09:23
  Author: bpiotrowski
Revision: 105602

upgpkg: nginx 1.4.5-1

new upstream release

Added:
  nginx/trunk/nginx.install
(from rev 105601, nginx/trunk/install)
Modified:
  nginx/trunk/PKGBUILD
Deleted:
  nginx/trunk/install

---+
 PKGBUILD  |  129 
 install   |   21 -
 nginx.install |   21 +
 3 files changed, 87 insertions(+), 84 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-02-11 12:56:00 UTC (rev 105601)
+++ PKGBUILD2014-02-11 17:09:23 UTC (rev 105602)
@@ -1,12 +1,12 @@
 # $Id$
-# Maintainer: Bartłomiej Piotrowski nos...@bpiotrowski.pl
+# Maintainer: Bartłomiej Piotrowski bpiotrow...@archlinux.org
 # Maintainer: Sébastien Luttringer
 # Contributor: Sergej Pupykin pupykin.s+a...@gmail.com
 # Contributor: Miroslaw Szot m...@czlug.icis.pcz.pl
 
 pkgname=nginx
-pkgver=1.4.4
-pkgrel=2
+pkgver=1.4.5
+pkgrel=1
 pkgdesc='Lightweight HTTP server and IMAP/POP3 proxy server'
 arch=('i686' 'x86_64')
 url='http://nginx.org'
@@ -22,75 +22,78 @@
 'etc/nginx/uwsgi_params'
 'etc/nginx/win-utf'
 'etc/logrotate.d/nginx')
-install=install
-source=(http://nginx.org/download/nginx-$pkgver.tar.gz;
-'service'
-'logrotate')
-sha256sums=('7c989a58e5408c9593da0bebcd0e4ffc3d892d1316ba5042ddb0be5b0b4102b9'
-'05fdc0c0483410944b988d7f4beabb00bec4a44a41bd13ebc9b78585da7d3f9b'
-'272907d3213d69dac3bd6024d6d150caa23cb67d4f121e4171f34ba5581f9e98')
+install=nginx.install
+source=($url/download/nginx-$pkgver.tar.gz
+service
+logrotate)
+md5sums=('1a635e9543570f0c881b8ec9db0c6898'
+ 'ce9a06bcaf66ec4a3c4eb59b636e0dfd'
+ '3441ce77cdd1aab6f0ab7e212698a8a7')
 
 build() {
-cd $pkgname-$pkgver
-./configure \
---prefix=/etc/nginx \
---conf-path=/etc/nginx/nginx.conf \
---sbin-path=/usr/bin/nginx \
---pid-path=/run/nginx.pid \
---lock-path=/run/lock/nginx.lock \
---user=http \
---group=http \
---http-log-path=/var/log/nginx/access.log \
---error-log-path=stderr \
---http-client-body-temp-path=/var/lib/nginx/client-body \
---http-proxy-temp-path=/var/lib/nginx/proxy \
---http-fastcgi-temp-path=/var/lib/nginx/fastcgi \
---http-scgi-temp-path=/var/lib/nginx/scgi \
---http-uwsgi-temp-path=/var/lib/nginx/uwsgi \
---with-imap \
---with-imap_ssl_module \
---with-ipv6 \
---with-pcre-jit \
---with-file-aio \
---with-http_dav_module \
---with-http_gunzip_module \
---with-http_gzip_static_module \
---with-http_realip_module \
---with-http_spdy_module \
---with-http_ssl_module \
---with-http_stub_status_module \
---with-http_addition_module \
---with-http_degradation_module \
---with-http_flv_module \
---with-http_mp4_module \
---with-http_secure_link_module \
---with-http_sub_module
-make
+  cd $pkgname-$pkgver
+  ./configure \
+--prefix=/etc/nginx \
+--conf-path=/etc/nginx/nginx.conf \
+--sbin-path=/usr/bin/nginx \
+--pid-path=/run/nginx.pid \
+--lock-path=/run/lock/nginx.lock \
+--user=http \
+--group=http \
+--http-log-path=/var/log/nginx/access.log \
+--error-log-path=stderr \
+--http-client-body-temp-path=/var/lib/nginx/client-body \
+--http-proxy-temp-path=/var/lib/nginx/proxy \
+--http-fastcgi-temp-path=/var/lib/nginx/fastcgi \
+--http-scgi-temp-path=/var/lib/nginx/scgi \
+--http-uwsgi-temp-path=/var/lib/nginx/uwsgi \
+--with-imap \
+--with-imap_ssl_module \
+--with-ipv6 \
+--with-pcre-jit \
+--with-file-aio \
+--with-http_dav_module \
+--with-http_gunzip_module \
+--with-http_gzip_static_module \
+--with-http_realip_module \
+--with-http_spdy_module \
+--with-http_ssl_module \
+--with-http_stub_status_module \
+--with-http_addition_module \
+--with-http_degradation_module \
+--with-http_flv_module \
+--with-http_mp4_module \
+--with-http_secure_link_module \
+--with-http_sub_module
+
+  make
 }
 
 package() {
-cd $pkgname-$pkgver
-make DESTDIR=$pkgdir install
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
 
-sed -e 's|\user\s\+\w\+;|user html;|g' \
--e '44s|html|/usr/share/nginx/html|' \
--e '54s|html|/usr/share/nginx/html|' \
--i $pkgdir/etc/nginx/nginx.conf
-rm $pkgdir/etc/nginx/*.default
+  sed -e 's|\user\s\+\w\+;|user html;|g' \
+-e '44s|html|/usr/share/nginx/html|' \
+-e '54s|html|/usr/share/nginx/html|' \
+-i $pkgdir/etc/nginx/nginx.conf
 
-install -d $pkgdir/var/lib/nginx
-install -dm700 $pkgdir/var/lib/nginx/proxy
+  rm $pkgdir/etc/nginx/*.default
 
-chmod 750 

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

2013-12-24 Thread Bartłomiej Piotrowski
Date: Tuesday, December 24, 2013 @ 09:43:10
  Author: bpiotrowski
Revision: 102926

upgpkg: nginx 1.4.4-2

- log errors to stderr by default (FS#38011)

Modified:
  nginx/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-12-24 08:38:45 UTC (rev 102925)
+++ PKGBUILD2013-12-24 08:43:10 UTC (rev 102926)
@@ -6,7 +6,7 @@
 
 pkgname=nginx
 pkgver=1.4.4
-pkgrel=1
+pkgrel=2
 pkgdesc='Lightweight HTTP server and IMAP/POP3 proxy server'
 arch=('i686' 'x86_64')
 url='http://nginx.org'
@@ -41,7 +41,7 @@
 --user=http \
 --group=http \
 --http-log-path=/var/log/nginx/access.log \
---error-log-path=/var/log/nginx/error.log \
+--error-log-path=stderr \
 --http-client-body-temp-path=/var/lib/nginx/client-body \
 --http-proxy-temp-path=/var/lib/nginx/proxy \
 --http-fastcgi-temp-path=/var/lib/nginx/fastcgi \



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

2013-11-20 Thread Bartłomiej Piotrowski
Date: Wednesday, November 20, 2013 @ 10:06:24
  Author: bpiotrowski
Revision: 101227

upgpkg: nginx 1.4.4-1

- new upstream release

Modified:
  nginx/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-11-20 07:48:32 UTC (rev 101226)
+++ PKGBUILD2013-11-20 09:06:24 UTC (rev 101227)
@@ -5,7 +5,7 @@
 # Contributor: Miroslaw Szot m...@czlug.icis.pcz.pl
 
 pkgname=nginx
-pkgver=1.4.3
+pkgver=1.4.4
 pkgrel=1
 pkgdesc='Lightweight HTTP server and IMAP/POP3 proxy server'
 arch=('i686' 'x86_64')
@@ -26,7 +26,7 @@
 source=(http://nginx.org/download/nginx-$pkgver.tar.gz;
 'service'
 'logrotate')
-sha256sums=('ae123885c923a6c3f5bab0a8b7296ef21c4fdf6087834667ebbc16338177de84'
+sha256sums=('7c989a58e5408c9593da0bebcd0e4ffc3d892d1316ba5042ddb0be5b0b4102b9'
 '05fdc0c0483410944b988d7f4beabb00bec4a44a41bd13ebc9b78585da7d3f9b'
 '272907d3213d69dac3bd6024d6d150caa23cb67d4f121e4171f34ba5581f9e98')
 



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

2013-10-10 Thread Sébastien Luttringer
Date: Thursday, October 10, 2013 @ 09:57:57
  Author: seblu
Revision: 98428

upgpkg: nginx 1.4.3-1

Modified:
  nginx/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-10-10 07:57:51 UTC (rev 98427)
+++ PKGBUILD2013-10-10 07:57:57 UTC (rev 98428)
@@ -5,8 +5,8 @@
 # Contributor: Miroslaw Szot m...@czlug.icis.pcz.pl
 
 pkgname=nginx
-pkgver=1.4.2
-pkgrel=4
+pkgver=1.4.3
+pkgrel=1
 pkgdesc='Lightweight HTTP server and IMAP/POP3 proxy server'
 arch=('i686' 'x86_64')
 url='http://nginx.org'
@@ -26,7 +26,7 @@
 source=(http://nginx.org/download/nginx-$pkgver.tar.gz;
 'service'
 'logrotate')
-sha256sums=('5361ffb7b0ebf8b1a04369bc3d1295eaed091680c1c58115f88d56c8e51f3611'
+sha256sums=('ae123885c923a6c3f5bab0a8b7296ef21c4fdf6087834667ebbc16338177de84'
 '05fdc0c0483410944b988d7f4beabb00bec4a44a41bd13ebc9b78585da7d3f9b'
 '272907d3213d69dac3bd6024d6d150caa23cb67d4f121e4171f34ba5581f9e98')
 



[arch-commits] Commit in nginx/trunk (PKGBUILD nginx.install)

2013-08-30 Thread Sébastien Luttringer
Date: Friday, August 30, 2013 @ 12:03:38
  Author: seblu
Revision: 96470

upgpkg: nginx 1.4.2-3

- fix FS#36736

Modified:
  nginx/trunk/PKGBUILD
  nginx/trunk/nginx.install

---+
 PKGBUILD  |2 +-
 nginx.install |8 
 2 files changed, 5 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-08-30 09:41:38 UTC (rev 96469)
+++ PKGBUILD2013-08-30 10:03:38 UTC (rev 96470)
@@ -7,7 +7,7 @@
 pkgbase=nginx
 pkgname=(nginx nginx-extra)
 pkgver=1.4.2
-pkgrel=2
+pkgrel=3
 arch=('i686' 'x86_64')
 makedepends=('pcre' 'zlib' 'openssl' 'gd' 'geoip' 'passenger')
 url='http://nginx.org'

Modified: nginx.install
===
--- nginx.install   2013-08-30 09:41:38 UTC (rev 96469)
+++ nginx.install   2013-08-30 10:03:38 UTC (rev 96470)
@@ -12,10 +12,10 @@
 echo '  - bundled *.html files have been moved to 
/usr/share/nginx/html'
 echo '  - /etc/nginx/{html,logs} symbolic links and *.default 
files have been removed'
 fi
-if (( $(vercmp $2 1.4.2-1) = 0 )); then
-echo 'nginx have been splited into 2 packages: nginx and nginx-extra.'
-echo 'nginx include only upstream bundled modules'
-echo 'nginx-extra currently include passenger and auth-pam'
+if (( $(vercmp $2 1.4.2-2) = 0 )); then
+echo 'nginx has been split into two packages: nginx and nginx-extra.'
+echo 'nginx includes only upstream bundled modules'
+echo 'nginx-extra currently includes passenger and auth-pam modules'
 fi
 }
 



[arch-commits] Commit in nginx/trunk (PKGBUILD install nginx.install)

2013-08-30 Thread Sébastien Luttringer
Date: Saturday, August 31, 2013 @ 03:00:22
  Author: seblu
Revision: 96523

upgpkg: nginx 1.4.2-4

https://mailman.archlinux.org/pipermail/arch-dev-public/2013-August/025278.html

Added:
  nginx/trunk/install
(from rev 96522, nginx/trunk/nginx.install)
Modified:
  nginx/trunk/PKGBUILD
Deleted:
  nginx/trunk/nginx.install

---+
 PKGBUILD  |  102 +++-
 install   |   21 +++
 nginx.install |   22 
 3 files changed, 56 insertions(+), 89 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-08-30 23:26:51 UTC (rev 96522)
+++ PKGBUILD2013-08-31 01:00:22 UTC (rev 96523)
@@ -4,14 +4,14 @@
 # Contributor: Sergej Pupykin pupykin.s+a...@gmail.com
 # Contributor: Miroslaw Szot m...@czlug.icis.pcz.pl
 
-pkgbase=nginx
-pkgname=(nginx nginx-extra)
+pkgname=nginx
 pkgver=1.4.2
-pkgrel=3
+pkgrel=4
+pkgdesc='Lightweight HTTP server and IMAP/POP3 proxy server'
 arch=('i686' 'x86_64')
-makedepends=('pcre' 'zlib' 'openssl' 'gd' 'geoip' 'passenger')
 url='http://nginx.org'
 license=('custom')
+depends=('pcre' 'zlib' 'openssl')
 backup=('etc/nginx/fastcgi.conf'
 'etc/nginx/fastcgi_params'
 'etc/nginx/koi-win'
@@ -22,76 +22,53 @@
 'etc/nginx/uwsgi_params'
 'etc/nginx/win-utf'
 'etc/logrotate.d/nginx')
+install=install
 source=(http://nginx.org/download/nginx-$pkgver.tar.gz;
-'http://web.iti.upv.es/~sto/nginx/ngx_http_auth_pam_module-1.2.tar.gz'
 'service'
 'logrotate')
 sha256sums=('5361ffb7b0ebf8b1a04369bc3d1295eaed091680c1c58115f88d56c8e51f3611'
-'5a85970ba61a99f55a26d2536a11d512b39bbd622f5737d25a9a8c10db81efa9'
 '05fdc0c0483410944b988d7f4beabb00bec4a44a41bd13ebc9b78585da7d3f9b'
 '272907d3213d69dac3bd6024d6d150caa23cb67d4f121e4171f34ba5581f9e98')
 
-_base_options=(
-'--prefix=/etc/nginx'
-'--conf-path=/etc/nginx/nginx.conf'
-'--sbin-path=/usr/bin/nginx'
-'--pid-path=/run/nginx.pid'
-'--lock-path=/run/lock/nginx.lock'
-'--user=http'
-'--group=http'
-'--http-log-path=/var/log/nginx/access.log'
-'--error-log-path=/var/log/nginx/error.log'
-'--http-client-body-temp-path=/var/lib/nginx/client-body'
-'--http-proxy-temp-path=/var/lib/nginx/proxy'
-'--http-fastcgi-temp-path=/var/lib/nginx/fastcgi'
-'--http-scgi-temp-path=/var/lib/nginx/scgi'
-'--http-uwsgi-temp-path=/var/lib/nginx/uwsgi'
-'--with-imap'
-'--with-imap_ssl_module'
-'--with-ipv6'
-'--with-pcre-jit'
-'--with-file-aio'
-'--with-http_dav_module'
-'--with-http_gunzip_module'
-'--with-http_gzip_static_module'
-'--with-http_realip_module'
-'--with-http_spdy_module'
-'--with-http_ssl_module'
-'--with-http_stub_status_module'
-)
-
-prepare() {
-cp -a $pkgname-$pkgver $pkgname-extra-$pkgver
-}
-
 build() {
-msg2 'Build standard version'
-cd $srcdir/$pkgname-$pkgver
-./configure ${_base_options[@]}
-make
-
-msg2 'Build extra version'
-cd $srcdir/$pkgname-extra-$pkgver
-./configure ${_base_options[@]} \
+cd $pkgname-$pkgver
+./configure \
+--prefix=/etc/nginx \
+--conf-path=/etc/nginx/nginx.conf \
+--sbin-path=/usr/bin/nginx \
+--pid-path=/run/nginx.pid \
+--lock-path=/run/lock/nginx.lock \
+--user=http \
+--group=http \
+--http-log-path=/var/log/nginx/access.log \
+--error-log-path=/var/log/nginx/error.log \
+--http-client-body-temp-path=/var/lib/nginx/client-body \
+--http-proxy-temp-path=/var/lib/nginx/proxy \
+--http-fastcgi-temp-path=/var/lib/nginx/fastcgi \
+--http-scgi-temp-path=/var/lib/nginx/scgi \
+--http-uwsgi-temp-path=/var/lib/nginx/uwsgi \
+--with-imap \
+--with-imap_ssl_module \
+--with-ipv6 \
+--with-pcre-jit \
+--with-file-aio \
+--with-http_dav_module \
+--with-http_gunzip_module \
+--with-http_gzip_static_module \
+--with-http_realip_module \
+--with-http_spdy_module \
+--with-http_ssl_module \
+--with-http_stub_status_module \
 --with-http_addition_module \
 --with-http_degradation_module \
 --with-http_flv_module \
---with-http_geoip_module \
---with-http_image_filter_module \
 --with-http_mp4_module \
 --with-http_secure_link_module \
---with-http_sub_module \
---add-module=/usr/lib/passenger/ext/nginx \
---add-module=../ngx_http_auth_pam_module-1.2
+--with-http_sub_module
 make
 }
 
-package_nginx() {
-pkgdesc='Lightweight HTTP server and IMAP/POP3 proxy server'
-conflicts=('nginx-extra')
-depends=('pcre' 'zlib' 'openssl')
-install=$pkgname.install
-
+package() {
 cd $pkgname-$pkgver
 make DESTDIR=$pkgdir install
 
@@ -116,13 +93,4 @@
 

[arch-commits] Commit in nginx/trunk (PKGBUILD nginx.install)

2013-08-28 Thread Sébastien Luttringer
Date: Wednesday, August 28, 2013 @ 20:00:39
  Author: seblu
Revision: 96429

upgpkg: nginx 1.5.4-1

- upstream upgrade
- split non-upstream plugin into nginx-extra

Modified:
  nginx/trunk/PKGBUILD
  nginx/trunk/nginx.install

---+
 PKGBUILD  |9 +
 nginx.install |   25 -
 2 files changed, 21 insertions(+), 13 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-08-28 17:05:42 UTC (rev 96428)
+++ PKGBUILD2013-08-28 18:00:39 UTC (rev 96429)
@@ -6,13 +6,12 @@
 
 pkgbase=nginx
 pkgname=(nginx nginx-extra)
-pkgver=1.4.2
-pkgrel=1.2
+pkgver=1.5.4
+pkgrel=1
 arch=('i686' 'x86_64')
 makedepends=('pcre' 'zlib' 'openssl' 'gd' 'geoip' 'passenger')
 url='http://nginx.org'
 license=('custom')
-install=nginx.install
 backup=('etc/nginx/fastcgi.conf'
 'etc/nginx/fastcgi_params'
 'etc/nginx/koi-win'
@@ -27,7 +26,7 @@
 'http://web.iti.upv.es/~sto/nginx/ngx_http_auth_pam_module-1.2.tar.gz'
 'service'
 'logrotate')
-sha256sums=('5361ffb7b0ebf8b1a04369bc3d1295eaed091680c1c58115f88d56c8e51f3611'
+sha256sums=('ad21d7ee5146d5c571917574b8a8bbab658faff6ffbff7cab2e69a3afadd65dc'
 '5a85970ba61a99f55a26d2536a11d512b39bbd622f5737d25a9a8c10db81efa9'
 '05fdc0c0483410944b988d7f4beabb00bec4a44a41bd13ebc9b78585da7d3f9b'
 '272907d3213d69dac3bd6024d6d150caa23cb67d4f121e4171f34ba5581f9e98')
@@ -91,6 +90,7 @@
 pkgdesc='Lightweight HTTP server and IMAP/POP3 proxy server'
 conflicts=('nginx-extra')
 depends=('pcre' 'zlib' 'openssl')
+install=$pkgname.install
 
 cd $pkgname-$pkgver
 make DESTDIR=$pkgdir install
@@ -121,6 +121,7 @@
 
 pkgdesc='Lightweight HTTP server and IMAP/POP3 proxy server with extra 
modules'
 conflicts=('nginx')
+provides=(nginx=$pkgver)
 depends=('pcre' 'zlib' 'openssl' 'gd' 'geoip')
 }
 

Modified: nginx.install
===
--- nginx.install   2013-08-28 17:05:42 UTC (rev 96428)
+++ nginx.install   2013-08-28 18:00:39 UTC (rev 96429)
@@ -1,15 +1,22 @@
 post_upgrade() {
-if [[ $(vercmp $2 1.2.7-4) -le 0 ]]; then
+if (( $(vercmp $2 1.2.7-4) = 0 )); then
 chmod 750 var/log/nginx
 chown http:log var/log/nginx
 fi
-if [[ $(vercmp $2 1.2.1-2) -le 0 ]]; then
-echo   Since 1.2.1-2 several changes has been made in package:
-echo   - *.conf files have been moved to /etc/nginx
-echo   - /etc/conf.d/nginx has been removed
-echo Main configuration file is set to /etc/nginx/nginx.conf
-echo   - access.log and error.log can be found in /var/log/nginx 
by default 
-echo   - bundled *.html files have been moved to 
/usr/share/nginx/html
-echo   - /etc/nginx/{html,logs} symbolic links and *.default 
files have been removed
+if (( $(vercmp $2 1.2.1-2) = 0 )); then
+echo '  Since 1.2.1-2 several changes has been made in package:'
+echo '  - *.conf files have been moved to /etc/nginx'
+echo '  - /etc/conf.d/nginx has been removed'
+echo 'Main configuration file is set to /etc/nginx/nginx.conf'
+echo '  - access.log and error.log can be found in /var/log/nginx 
by default'
+echo '  - bundled *.html files have been moved to 
/usr/share/nginx/html'
+echo '  - /etc/nginx/{html,logs} symbolic links and *.default 
files have been removed'
 fi
+if (( $(vercmp $2 1.5.4-1)  0 )); then
+echo 'nginx have been splited into 2 packages: nginx and nginx-extra.'
+echo 'nginx include only upstream bundled modules'
+echo 'nginx-extra currently include passenger and auth-pam'
+fi
 }
+
+# vim:set ts=4 sw=4 et:



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

2013-08-28 Thread Sébastien Luttringer
Date: Thursday, August 29, 2013 @ 03:21:49
  Author: seblu
Revision: 96444

downpkg: nginx 1.4.2-2

Bartholomej prefers follow stable releases. Fine to me.

Modified:
  nginx/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-08-29 01:12:32 UTC (rev 96443)
+++ PKGBUILD2013-08-29 01:21:49 UTC (rev 96444)
@@ -6,8 +6,8 @@
 
 pkgbase=nginx
 pkgname=(nginx nginx-extra)
-pkgver=1.5.4
-pkgrel=1
+pkgver=1.4.2
+pkgrel=2
 arch=('i686' 'x86_64')
 makedepends=('pcre' 'zlib' 'openssl' 'gd' 'geoip' 'passenger')
 url='http://nginx.org'
@@ -26,7 +26,7 @@
 'http://web.iti.upv.es/~sto/nginx/ngx_http_auth_pam_module-1.2.tar.gz'
 'service'
 'logrotate')
-sha256sums=('ad21d7ee5146d5c571917574b8a8bbab658faff6ffbff7cab2e69a3afadd65dc'
+sha256sums=('5361ffb7b0ebf8b1a04369bc3d1295eaed091680c1c58115f88d56c8e51f3611'
 '5a85970ba61a99f55a26d2536a11d512b39bbd622f5737d25a9a8c10db81efa9'
 '05fdc0c0483410944b988d7f4beabb00bec4a44a41bd13ebc9b78585da7d3f9b'
 '272907d3213d69dac3bd6024d6d150caa23cb67d4f121e4171f34ba5581f9e98')



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

2013-08-05 Thread Sébastien Luttringer
Date: Monday, August 5, 2013 @ 22:01:16
  Author: seblu
Revision: 95117

- fix FS#36239
- update maintainers
- comestics

Modified:
  nginx/trunk/PKGBUILD
  nginx/trunk/logrotate

---+
 PKGBUILD  |   51 ---
 logrotate |2 +-
 2 files changed, 25 insertions(+), 28 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-08-05 19:08:49 UTC (rev 95116)
+++ PKGBUILD2013-08-05 20:01:16 UTC (rev 95117)
@@ -1,31 +1,28 @@
 # $Id$
-# Maintainer:  Sergej Pupykin pupykin.s+a...@gmail.com
-# Maintainer:  Bartłomiej Piotrowski nos...@bpiotrowski.pl
+# Maintainer: Bartłomiej Piotrowski nos...@bpiotrowski.pl
+# Maintainer: Sébastien Luttringer
+# Contributor: Sergej Pupykin pupykin.s+a...@gmail.com
 # Contributor: Miroslaw Szot m...@czlug.icis.pcz.pl
-# Contributor: Sébastien Luttringer
 
-_cfgdir=/etc/nginx
-_tmpdir=/var/lib/nginx
-
 pkgbase=nginx
 pkgname=(nginx nginx-extra)
 pkgver=1.4.2
-pkgrel=1.1
+pkgrel=1.2
 arch=('i686' 'x86_64')
 makedepends=('pcre' 'zlib' 'openssl' 'gd' 'geoip' 'passenger')
 url='http://nginx.org'
 license=('custom')
 install=nginx.install
-backup=(${_cfgdir:1}/fastcgi.conf
-${_cfgdir:1}/fastcgi_params
-${_cfgdir:1}/koi-win
-${_cfgdir:1}/koi-utf
-${_cfgdir:1}/mime.types
-${_cfgdir:1}/nginx.conf
-${_cfgdir:1}/scgi_params
-${_cfgdir:1}/uwsgi_params
-${_cfgdir:1}/win-utf
-etc/logrotate.d/nginx)
+backup=('etc/nginx/fastcgi.conf'
+'etc/nginx/fastcgi_params'
+'etc/nginx/koi-win'
+'etc/nginx/koi-utf'
+'etc/nginx/mime.types'
+'etc/nginx/nginx.conf'
+'etc/nginx/scgi_params'
+'etc/nginx/uwsgi_params'
+'etc/nginx/win-utf'
+'etc/logrotate.d/nginx')
 source=(http://nginx.org/download/nginx-$pkgver.tar.gz;
 'http://web.iti.upv.es/~sto/nginx/ngx_http_auth_pam_module-1.2.tar.gz'
 'service'
@@ -33,11 +30,11 @@
 sha256sums=('5361ffb7b0ebf8b1a04369bc3d1295eaed091680c1c58115f88d56c8e51f3611'
 '5a85970ba61a99f55a26d2536a11d512b39bbd622f5737d25a9a8c10db81efa9'
 '05fdc0c0483410944b988d7f4beabb00bec4a44a41bd13ebc9b78585da7d3f9b'
-'9523a1fdd5eb61bf62f3049f6ee088b198e36d5edcce2d9b08bbeb2930aa5a16')
+'272907d3213d69dac3bd6024d6d150caa23cb67d4f121e4171f34ba5581f9e98')
 
 _base_options=(
---prefix=$_cfgdir
---conf-path=$_cfgdir/nginx.conf
+'--prefix=/etc/nginx'
+'--conf-path=/etc/nginx/nginx.conf'
 '--sbin-path=/usr/bin/nginx'
 '--pid-path=/run/nginx.pid'
 '--lock-path=/run/lock/nginx.lock'
@@ -45,11 +42,11 @@
 '--group=http'
 '--http-log-path=/var/log/nginx/access.log'
 '--error-log-path=/var/log/nginx/error.log'
---http-client-body-temp-path=$_tmpdir/client-body
---http-proxy-temp-path=$_tmpdir/proxy
---http-fastcgi-temp-path=$_tmpdir/fastcgi
---http-scgi-temp-path=$_tmpdir/scgi
---http-uwsgi-temp-path=$_tmpdir/uwsgi
+'--http-client-body-temp-path=/var/lib/nginx/client-body'
+'--http-proxy-temp-path=/var/lib/nginx/proxy'
+'--http-fastcgi-temp-path=/var/lib/nginx/fastcgi'
+'--http-scgi-temp-path=/var/lib/nginx/scgi'
+'--http-uwsgi-temp-path=/var/lib/nginx/uwsgi'
 '--with-imap'
 '--with-imap_ssl_module'
 '--with-ipv6'
@@ -104,8 +101,8 @@
 -i $pkgdir/etc/nginx/nginx.conf
 rm $pkgdir/etc/nginx/*.default
 
-install -d $pkgdir/$_tmpdir
-install -dm700 $pkgdir/$_tmpdir/proxy
+install -d $pkgdir/var/lib/nginx
+install -dm700 $pkgdir/var/lib/nginx/proxy
 
 chmod 750 $pkgdir/var/log/nginx
 chown http:log $pkgdir/var/log/nginx

Modified: logrotate
===
--- logrotate   2013-08-05 19:08:49 UTC (rev 95116)
+++ logrotate   2013-08-05 20:01:16 UTC (rev 95117)
@@ -4,6 +4,6 @@
sharedscripts
compress
postrotate
-   test -r /var/run/nginx.pid  kill -USR1 `cat 
/var/run/nginx.pid`
+   test ! -r /var/run/nginx.pid || kill -USR1 `cat 
/var/run/nginx.pid`
endscript
 }



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

2013-07-26 Thread Sébastien Luttringer
Date: Saturday, July 27, 2013 @ 05:51:50
  Author: seblu
Revision: 94554

Start adding split packages in nginx. Needs testing.

- Move lock and pid into /run
- Add auth-pam module into extra (external module)
- Move passenger into extra (external modules)
- Move geoip into extra (because optional module and heavy dep)
- Add vim modeset
- Enable a lot of optional modules into extra (token,flv,mp4)

Maybe a version without imap proxy might be done.

Modified:
  nginx/trunk/PKGBUILD

--+
 PKGBUILD |  174 +++--
 1 file changed, 101 insertions(+), 73 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-07-26 22:51:51 UTC (rev 94553)
+++ PKGBUILD2013-07-27 03:51:50 UTC (rev 94554)
@@ -2,101 +2,129 @@
 # Maintainer:  Sergej Pupykin pupykin.s+a...@gmail.com
 # Maintainer:  Bartłomiej Piotrowski nos...@bpiotrowski.pl
 # Contributor: Miroslaw Szot m...@czlug.icis.pcz.pl
+# Contributor: Sébastien Luttringer
 
 _cfgdir=/etc/nginx
 _tmpdir=/var/lib/nginx
 
-pkgname=nginx
+pkgbase=nginx
+pkgname=(nginx nginx-extra)
 pkgver=1.4.2
-pkgrel=1
-pkgdesc='Lightweight HTTP server and IMAP/POP3 proxy server'
+pkgrel=1.1
 arch=('i686' 'x86_64')
-depends=('pcre' 'zlib' 'openssl' 'geoip')
-makedepends=('passenger')
-url=http://nginx.org;
+makedepends=('pcre' 'zlib' 'openssl' 'gd' 'geoip' 'passenger')
+url='http://nginx.org'
 license=('custom')
 install=nginx.install
 backup=(${_cfgdir:1}/fastcgi.conf
-   ${_cfgdir:1}/fastcgi_params
-   ${_cfgdir:1}/koi-win
-   ${_cfgdir:1}/koi-utf
-   ${_cfgdir:1}/mime.types
-   ${_cfgdir:1}/nginx.conf
-   ${_cfgdir:1}/scgi_params
-   ${_cfgdir:1}/uwsgi_params
-   ${_cfgdir:1}/win-utf
-   etc/logrotate.d/nginx)
-source=(http://nginx.org/download/nginx-$pkgver.tar.gz
-   service
-   logrotate)
+${_cfgdir:1}/fastcgi_params
+${_cfgdir:1}/koi-win
+${_cfgdir:1}/koi-utf
+${_cfgdir:1}/mime.types
+${_cfgdir:1}/nginx.conf
+${_cfgdir:1}/scgi_params
+${_cfgdir:1}/uwsgi_params
+${_cfgdir:1}/win-utf
+etc/logrotate.d/nginx)
+source=(http://nginx.org/download/nginx-$pkgver.tar.gz;
+'http://web.iti.upv.es/~sto/nginx/ngx_http_auth_pam_module-1.2.tar.gz'
+'service'
+'logrotate')
 sha256sums=('5361ffb7b0ebf8b1a04369bc3d1295eaed091680c1c58115f88d56c8e51f3611'
+'5a85970ba61a99f55a26d2536a11d512b39bbd622f5737d25a9a8c10db81efa9'
 '05fdc0c0483410944b988d7f4beabb00bec4a44a41bd13ebc9b78585da7d3f9b'
 '9523a1fdd5eb61bf62f3049f6ee088b198e36d5edcce2d9b08bbeb2930aa5a16')
 
+_base_options=(
+--prefix=$_cfgdir
+--conf-path=$_cfgdir/nginx.conf
+'--sbin-path=/usr/bin/nginx'
+'--pid-path=/run/nginx.pid'
+'--lock-path=/run/lock/nginx.lock'
+'--user=http'
+'--group=http'
+'--http-log-path=/var/log/nginx/access.log'
+'--error-log-path=/var/log/nginx/error.log'
+--http-client-body-temp-path=$_tmpdir/client-body
+--http-proxy-temp-path=$_tmpdir/proxy
+--http-fastcgi-temp-path=$_tmpdir/fastcgi
+--http-scgi-temp-path=$_tmpdir/scgi
+--http-uwsgi-temp-path=$_tmpdir/uwsgi
+'--with-imap'
+'--with-imap_ssl_module'
+'--with-ipv6'
+'--with-pcre-jit'
+'--with-file-aio'
+'--with-http_dav_module'
+'--with-http_gunzip_module'
+'--with-http_gzip_static_module'
+'--with-http_realip_module'
+'--with-http_spdy_module'
+'--with-http_ssl_module'
+'--with-http_stub_status_module'
+)
+
+prepare() {
+cp -a $pkgname-$pkgver $pkgname-extra-$pkgver
+}
+
 build() {
-   cd $srcdir/$pkgname-$pkgver
+msg2 'Build standard version'
+cd $srcdir/$pkgname-$pkgver
+./configure ${_base_options[@]}
+make
 
-   ./configure \
---prefix=$_cfgdir \
---conf-path=$_cfgdir/nginx.conf \
---sbin-path=/usr/bin/nginx \
---pid-path=/var/run/nginx.pid \
---lock-path=/var/lock/nginx.lock \
---user=http --group=http \
---http-log-path=/var/log/nginx/access.log \
---error-log-path=/var/log/nginx/error.log \
---http-client-body-temp-path=$_tmpdir/client-body \
---http-proxy-temp-path=$_tmpdir/proxy \
---http-fastcgi-temp-path=$_tmpdir/fastcgi \
---http-scgi-temp-path=$_tmpdir/scgi \
---http-uwsgi-temp-path=$_tmpdir/uwsgi \
---with-imap --with-imap_ssl_module \
---with-ipv6 --with-pcre-jit \
---with-file-aio \
---with-http_dav_module \
+msg2 'Build extra version'
+cd $srcdir/$pkgname-extra-$pkgver
+./configure ${_base_options[@]} \
+--with-http_addition_module \
+--with-http_degradation_module \
+--with-http_flv_module \
 --with-http_geoip_module \
---with-http_gunzip_module \
-   

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

2013-07-17 Thread Bartłomiej Piotrowski
Date: Wednesday, July 17, 2013 @ 21:28:38
  Author: bpiotrowski
Revision: 94239

upgpkg: nginx 1.4.2-1

- upstream release

Modified:
  nginx/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-07-17 16:20:49 UTC (rev 94238)
+++ PKGBUILD2013-07-17 19:28:38 UTC (rev 94239)
@@ -7,8 +7,8 @@
 _tmpdir=/var/lib/nginx
 
 pkgname=nginx
-pkgver=1.4.1
-pkgrel=4
+pkgver=1.4.2
+pkgrel=1
 pkgdesc='Lightweight HTTP server and IMAP/POP3 proxy server'
 arch=('i686' 'x86_64')
 depends=('pcre' 'zlib' 'openssl' 'geoip')
@@ -29,7 +29,7 @@
 source=(http://nginx.org/download/nginx-$pkgver.tar.gz
service
logrotate)
-sha256sums=('bca5d1e89751ba29406185e1736c390412603a7e6b604f5b4575281f6565d119'
+sha256sums=('5361ffb7b0ebf8b1a04369bc3d1295eaed091680c1c58115f88d56c8e51f3611'
 '05fdc0c0483410944b988d7f4beabb00bec4a44a41bd13ebc9b78585da7d3f9b'
 '9523a1fdd5eb61bf62f3049f6ee088b198e36d5edcce2d9b08bbeb2930aa5a16')
 



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

2013-07-09 Thread Bartłomiej Piotrowski
Date: Tuesday, July 9, 2013 @ 09:17:40
  Author: bpiotrowski
Revision: 93728

upgpkg: nginx 1.4.1-4

- rebuild against passenger 4.0.5

Modified:
  nginx/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-07-08 23:58:49 UTC (rev 93727)
+++ PKGBUILD2013-07-09 07:17:40 UTC (rev 93728)
@@ -8,7 +8,7 @@
 
 pkgname=nginx
 pkgver=1.4.1
-pkgrel=3
+pkgrel=4
 pkgdesc='Lightweight HTTP server and IMAP/POP3 proxy server'
 arch=('i686' 'x86_64')
 depends=('pcre' 'zlib' 'openssl' 'geoip')



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

2013-05-17 Thread Bartłomiej Piotrowski
Date: Friday, May 17, 2013 @ 08:58:53
  Author: bpiotrowski
Revision: 90995

upgpkg: nginx 1.4.1-3

- rebuild against passenger 4.0.2

Modified:
  nginx/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-05-17 06:50:56 UTC (rev 90994)
+++ PKGBUILD2013-05-17 06:58:53 UTC (rev 90995)
@@ -8,7 +8,7 @@
 
 pkgname=nginx
 pkgver=1.4.1
-pkgrel=2
+pkgrel=3
 pkgdesc='Lightweight HTTP server and IMAP/POP3 proxy server'
 arch=('i686' 'x86_64')
 depends=('pcre' 'zlib' 'openssl' 'geoip')



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

2013-05-12 Thread Bartłomiej Piotrowski
Date: Sunday, May 12, 2013 @ 08:32:07
  Author: bpiotrowski
Revision: 90388

upgpkg: nginx 1.4.1-2

- move binary to /usr/bin

Modified:
  nginx/trunk/PKGBUILD
  nginx/trunk/service

--+
 PKGBUILD |6 +++---
 service  |8 
 2 files changed, 7 insertions(+), 7 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-05-12 06:30:53 UTC (rev 90387)
+++ PKGBUILD2013-05-12 06:32:07 UTC (rev 90388)
@@ -8,7 +8,7 @@
 
 pkgname=nginx
 pkgver=1.4.1
-pkgrel=1
+pkgrel=2
 pkgdesc='Lightweight HTTP server and IMAP/POP3 proxy server'
 arch=('i686' 'x86_64')
 depends=('pcre' 'zlib' 'openssl' 'geoip')
@@ -30,7 +30,7 @@
service
logrotate)
 sha256sums=('bca5d1e89751ba29406185e1736c390412603a7e6b604f5b4575281f6565d119'
-'77da8ce4d8378048606a25e09270ee187d6b226ee750b6cb4313af5549f5156a'
+'05fdc0c0483410944b988d7f4beabb00bec4a44a41bd13ebc9b78585da7d3f9b'
 '9523a1fdd5eb61bf62f3049f6ee088b198e36d5edcce2d9b08bbeb2930aa5a16')
 
 build() {
@@ -39,7 +39,7 @@
./configure \
 --prefix=$_cfgdir \
 --conf-path=$_cfgdir/nginx.conf \
---sbin-path=/usr/sbin/nginx \
+--sbin-path=/usr/bin/nginx \
 --pid-path=/var/run/nginx.pid \
 --lock-path=/var/lock/nginx.lock \
 --user=http --group=http \

Modified: service
===
--- service 2013-05-12 06:30:53 UTC (rev 90387)
+++ service 2013-05-12 06:32:07 UTC (rev 90388)
@@ -5,10 +5,10 @@
 [Service]
 Type=forking
 PIDFile=/run/nginx.pid
-ExecStartPre=/usr/sbin/nginx -t -q -g 'pid /run/nginx.pid; daemon on; 
master_process on;'
-ExecStart=/usr/sbin/nginx -g 'pid /run/nginx.pid; daemon on; master_process 
on;'
-ExecReload=/usr/sbin/nginx -g 'pid /run/nginx.pid; daemon on; master_process 
on;' -s reload
-ExecStop=/usr/sbin/nginx -g 'pid /run/nginx.pid;' -s quit
+ExecStartPre=/usr/bin/nginx -t -q -g 'pid /run/nginx.pid; daemon on; 
master_process on;'
+ExecStart=/usr/bin/nginx -g 'pid /run/nginx.pid; daemon on; master_process on;'
+ExecReload=/usr/bin/nginx -g 'pid /run/nginx.pid; daemon on; master_process 
on;' -s reload
+ExecStop=/usr/bin/nginx -g 'pid /run/nginx.pid;' -s quit
 
 [Install]
 WantedBy=multi-user.target



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

2013-05-07 Thread Bartłomiej Piotrowski
Date: Tuesday, May 7, 2013 @ 14:27:08
  Author: bpiotrowski
Revision: 90145

upgpkg: nginx 1.4.1-1

- upstream release (fixes CVE-2013-2028)

Modified:
  nginx/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-05-07 10:46:19 UTC (rev 90144)
+++ PKGBUILD2013-05-07 12:27:08 UTC (rev 90145)
@@ -7,8 +7,8 @@
 _tmpdir=/var/lib/nginx
 
 pkgname=nginx
-pkgver=1.4.0
-pkgrel=2
+pkgver=1.4.1
+pkgrel=1
 pkgdesc='Lightweight HTTP server and IMAP/POP3 proxy server'
 arch=('i686' 'x86_64')
 depends=('pcre' 'zlib' 'openssl' 'geoip')
@@ -29,7 +29,7 @@
 source=(http://nginx.org/download/nginx-$pkgver.tar.gz
service
logrotate)
-sha256sums=('84aeb7a131fccff036dc80283dd98c989d2844eb84359cfe7c4863475de923a9'
+sha256sums=('bca5d1e89751ba29406185e1736c390412603a7e6b604f5b4575281f6565d119'
 '77da8ce4d8378048606a25e09270ee187d6b226ee750b6cb4313af5549f5156a'
 '9523a1fdd5eb61bf62f3049f6ee088b198e36d5edcce2d9b08bbeb2930aa5a16')
 



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

2013-04-24 Thread Bartłomiej Piotrowski
Date: Wednesday, April 24, 2013 @ 17:31:58
  Author: bpiotrowski
Revision: 5

upgpkg: nginx 1.4.0-1

- upstream release

Modified:
  nginx/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-04-24 15:09:27 UTC (rev 4)
+++ PKGBUILD2013-04-24 15:31:58 UTC (rev 5)
@@ -7,7 +7,7 @@
 _tmpdir=/var/lib/nginx
 
 pkgname=nginx
-pkgver=1.2.8
+pkgver=1.4.0
 pkgrel=1
 pkgdesc='Lightweight HTTP server and IMAP/POP3 proxy server'
 arch=('i686' 'x86_64')
@@ -29,7 +29,7 @@
 source=(http://nginx.org/download/nginx-$pkgver.tar.gz
service
logrotate)
-sha256sums=('d2947c98c5bed311b1e6c04e35a730af92e40e2e6bfe9201fa7f404987457137'
+sha256sums=('84aeb7a131fccff036dc80283dd98c989d2844eb84359cfe7c4863475de923a9'
 '77da8ce4d8378048606a25e09270ee187d6b226ee750b6cb4313af5549f5156a'
 '9523a1fdd5eb61bf62f3049f6ee088b198e36d5edcce2d9b08bbeb2930aa5a16')
 



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

2013-04-24 Thread Bartłomiej Piotrowski
Date: Thursday, April 25, 2013 @ 06:37:15
  Author: bpiotrowski
Revision: 88939

upgpkg: nginx 1.4.0-2

- enable spdy and gunzip modules (FS#34944)

Modified:
  nginx/trunk/PKGBUILD

--+
 PKGBUILD |4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-04-25 02:26:39 UTC (rev 88938)
+++ PKGBUILD2013-04-25 04:37:15 UTC (rev 88939)
@@ -8,7 +8,7 @@
 
 pkgname=nginx
 pkgver=1.4.0
-pkgrel=1
+pkgrel=2
 pkgdesc='Lightweight HTTP server and IMAP/POP3 proxy server'
 arch=('i686' 'x86_64')
 depends=('pcre' 'zlib' 'openssl' 'geoip')
@@ -55,8 +55,10 @@
 --with-file-aio \
 --with-http_dav_module \
 --with-http_geoip_module \
+--with-http_gunzip_module \
 --with-http_gzip_static_module \
 --with-http_realip_module \
+--with-http_spdy_module \
 --with-http_ssl_module \
 --with-http_stub_status_module \
 --add-module=/usr/lib/passenger/ext/nginx \



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

2013-04-02 Thread Bartłomiej Piotrowski
Date: Tuesday, April 2, 2013 @ 21:17:04
  Author: bpiotrowski
Revision: 87541

upgpkg: nginx 1.2.8-1

- upstream release

Modified:
  nginx/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-04-02 19:06:45 UTC (rev 87540)
+++ PKGBUILD2013-04-02 19:17:04 UTC (rev 87541)
@@ -7,8 +7,8 @@
 _tmpdir=/var/lib/nginx
 
 pkgname=nginx
-pkgver=1.2.7
-pkgrel=5
+pkgver=1.2.8
+pkgrel=1
 pkgdesc='Lightweight HTTP server and IMAP/POP3 proxy server'
 arch=('i686' 'x86_64')
 depends=('pcre' 'zlib' 'openssl' 'geoip')
@@ -29,7 +29,7 @@
 source=(http://nginx.org/download/nginx-$pkgver.tar.gz
service
logrotate)
-sha256sums=('2457a878943fb409ec4fcb46b43af222d06a584f93228e17a4f02b0e7bfc9de3'
+sha256sums=('d2947c98c5bed311b1e6c04e35a730af92e40e2e6bfe9201fa7f404987457137'
 '77da8ce4d8378048606a25e09270ee187d6b226ee750b6cb4313af5549f5156a'
 '9523a1fdd5eb61bf62f3049f6ee088b198e36d5edcce2d9b08bbeb2930aa5a16')
 



[arch-commits] Commit in nginx/trunk (PKGBUILD logrotate nginx.install)

2013-03-22 Thread Evangelos Foutras
Date: Friday, March 22, 2013 @ 21:04:36
  Author: foutrelis
Revision: 86845

upgpkg: nginx 1.2.7-5

Change ownership of /var/log/nginx to http so nginx worker processes 
can rotate their logs; set permissions of /var/log/nginx in package() 
and drop post_install() to avoid pacman warning about different 
filesystem permissions.

Modified:
  nginx/trunk/PKGBUILD
  nginx/trunk/logrotate
  nginx/trunk/nginx.install

---+
 PKGBUILD  |9 ++---
 logrotate |2 +-
 nginx.install |   10 +++---
 3 files changed, 10 insertions(+), 11 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-03-22 19:37:29 UTC (rev 86844)
+++ PKGBUILD2013-03-22 20:04:36 UTC (rev 86845)
@@ -8,7 +8,7 @@
 
 pkgname=nginx
 pkgver=1.2.7
-pkgrel=4
+pkgrel=5
 pkgdesc='Lightweight HTTP server and IMAP/POP3 proxy server'
 arch=('i686' 'x86_64')
 depends=('pcre' 'zlib' 'openssl' 'geoip')
@@ -31,7 +31,7 @@
logrotate)
 sha256sums=('2457a878943fb409ec4fcb46b43af222d06a584f93228e17a4f02b0e7bfc9de3'
 '77da8ce4d8378048606a25e09270ee187d6b226ee750b6cb4313af5549f5156a'
-'a21b564eaf83b4b4ce3a436e895bd37e000677fb314b89818f89f30caca6e6d9')
+'9523a1fdd5eb61bf62f3049f6ee088b198e36d5edcce2d9b08bbeb2930aa5a16')
 
 build() {
cd $srcdir/$pkgname-$pkgver
@@ -87,9 +87,12 @@
install -d $pkgdir/$_tmpdir
install -dm700 $pkgdir/$_tmpdir/proxy
 
+   chmod 750 $pkgdir/var/log/nginx
+   chown http:log $pkgdir/var/log/nginx
+
install -d $pkgdir/usr/share/nginx
mv $pkgdir/etc/nginx/html/ $pkgdir/usr/share/nginx
-   
+
install -Dm644 $srcdir/logrotate $pkgdir/etc/logrotate.d/nginx
install -Dm644 $srcdir/service 
$pkgdir/usr/lib/systemd/system/nginx.service
install -Dm644 LICENSE $pkgdir/usr/share/licenses/nginx/LICENSE

Modified: logrotate
===
--- logrotate   2013-03-22 19:37:29 UTC (rev 86844)
+++ logrotate   2013-03-22 20:04:36 UTC (rev 86845)
@@ -1,6 +1,6 @@
 /var/log/nginx/*log {
missingok
-   create 640 root log
+   create 640 http log
sharedscripts
compress
postrotate

Modified: nginx.install
===
--- nginx.install   2013-03-22 19:37:29 UTC (rev 86844)
+++ nginx.install   2013-03-22 20:04:36 UTC (rev 86845)
@@ -1,12 +1,8 @@
-post_install() {
-if [[ -e var/log/nginx ]]; then
+post_upgrade() {
+if [[ $(vercmp $2 1.2.7-4) -le 0 ]]; then
 chmod 750 var/log/nginx
-chown root:log var/log/nginx
+chown http:log var/log/nginx
 fi
-}
-
-post_upgrade() {
-[[ $(vercmp $2 1.2.7-3) -le 0 ]]  post_install
 if [[ $(vercmp $2 1.2.1-2) -le 0 ]]; then
 echo   Since 1.2.1-2 several changes has been made in package:
 echo   - *.conf files have been moved to /etc/nginx



[arch-commits] Commit in nginx/trunk (PKGBUILD logrotate nginx.install)

2013-02-23 Thread Bartłomiej Piotrowski
Date: Saturday, February 23, 2013 @ 21:47:17
  Author: bpiotrowski
Revision: 84729

upgpkg: nginx 1.2.7-3

I definitely wanted 640 here.

Modified:
  nginx/trunk/PKGBUILD
  nginx/trunk/logrotate
  nginx/trunk/nginx.install

---+
 PKGBUILD  |4 ++--
 logrotate |2 +-
 nginx.install |4 ++--
 3 files changed, 5 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-02-23 17:57:52 UTC (rev 84728)
+++ PKGBUILD2013-02-23 20:47:17 UTC (rev 84729)
@@ -8,7 +8,7 @@
 
 pkgname=nginx
 pkgver=1.2.7
-pkgrel=2
+pkgrel=3
 pkgdesc='Lightweight HTTP server and IMAP/POP3 proxy server'
 arch=('i686' 'x86_64')
 depends=('pcre' 'zlib' 'openssl' 'geoip')
@@ -31,7 +31,7 @@
logrotate)
 sha256sums=('2457a878943fb409ec4fcb46b43af222d06a584f93228e17a4f02b0e7bfc9de3'
 '77da8ce4d8378048606a25e09270ee187d6b226ee750b6cb4313af5549f5156a'
-'b0ef6c00e0e94926588242ed910b387922e513d5152fcdb651dc06e2b84e7d85')
+'a21b564eaf83b4b4ce3a436e895bd37e000677fb314b89818f89f30caca6e6d9')
 
 build() {
cd $srcdir/$pkgname-$pkgver

Modified: logrotate
===
--- logrotate   2013-02-23 17:57:52 UTC (rev 84728)
+++ logrotate   2013-02-23 20:47:17 UTC (rev 84729)
@@ -1,6 +1,6 @@
 /var/log/nginx/*log {
missingok
-   create 750 root log
+   create 640 root log
sharedscripts
compress
postrotate

Modified: nginx.install
===
--- nginx.install   2013-02-23 17:57:52 UTC (rev 84728)
+++ nginx.install   2013-02-23 20:47:17 UTC (rev 84729)
@@ -1,12 +1,12 @@
 post_install() {
 if [[ -e var/log/nginx ]]; then
-chmod 750 var/log/nginx
+chmod 640 var/log/nginx
 chown root:log var/log/nginx
 fi
 }
 
 post_upgrade() {
-[[ $(vercmp $2 1.2.7-1) -le 0 ]]  post_install
+[[ $(vercmp $2 1.2.7-2) -le 0 ]]  post_install
 if [[ $(vercmp $2 1.2.1-2) -le 0 ]]; then
 echo   Since 1.2.1-2 several changes has been made in package:
 echo   - *.conf files have been moved to /etc/nginx



[arch-commits] Commit in nginx/trunk (PKGBUILD nginx.install)

2013-02-23 Thread Evangelos Foutras
Date: Sunday, February 24, 2013 @ 00:53:48
  Author: foutrelis
Revision: 84735

upgpkg: nginx 1.2.7-4

Change /var/log/nginx permissions back to 750.

Modified:
  nginx/trunk/PKGBUILD
  nginx/trunk/nginx.install

---+
 PKGBUILD  |2 +-
 nginx.install |4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-02-23 21:33:37 UTC (rev 84734)
+++ PKGBUILD2013-02-23 23:53:48 UTC (rev 84735)
@@ -8,7 +8,7 @@
 
 pkgname=nginx
 pkgver=1.2.7
-pkgrel=3
+pkgrel=4
 pkgdesc='Lightweight HTTP server and IMAP/POP3 proxy server'
 arch=('i686' 'x86_64')
 depends=('pcre' 'zlib' 'openssl' 'geoip')

Modified: nginx.install
===
--- nginx.install   2013-02-23 21:33:37 UTC (rev 84734)
+++ nginx.install   2013-02-23 23:53:48 UTC (rev 84735)
@@ -1,12 +1,12 @@
 post_install() {
 if [[ -e var/log/nginx ]]; then
-chmod 640 var/log/nginx
+chmod 750 var/log/nginx
 chown root:log var/log/nginx
 fi
 }
 
 post_upgrade() {
-[[ $(vercmp $2 1.2.7-2) -le 0 ]]  post_install
+[[ $(vercmp $2 1.2.7-3) -le 0 ]]  post_install
 if [[ $(vercmp $2 1.2.1-2) -le 0 ]]; then
 echo   Since 1.2.1-2 several changes has been made in package:
 echo   - *.conf files have been moved to /etc/nginx



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

2013-02-13 Thread Bartłomiej Piotrowski
Date: Wednesday, February 13, 2013 @ 15:42:32
  Author: bpiotrowski
Revision: 84197

upgpkg: nginx 1.2.7-1

Modified:
  nginx/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-02-13 14:31:32 UTC (rev 84196)
+++ PKGBUILD2013-02-13 14:42:32 UTC (rev 84197)
@@ -7,8 +7,8 @@
 _tmpdir=/var/lib/nginx
 
 pkgname=nginx
-pkgver=1.2.6
-pkgrel=2
+pkgver=1.2.7
+pkgrel=1
 pkgdesc='Lightweight HTTP server and IMAP/POP3 proxy server'
 arch=('i686' 'x86_64')
 depends=('pcre' 'zlib' 'openssl' 'geoip')
@@ -30,10 +30,10 @@
rc.d
service
nginx.logrotate)
-md5sums=('1350d26eb9b66364d9143fb3c4366ab6'
- 'f62c7c9b5a53471d4666a4c49ad363fb'
- '62d494d23aef31d0b867161f9fffa6eb'
- 'b38744739022876554a0444d92e6603b')
+sha256sums=('2457a878943fb409ec4fcb46b43af222d06a584f93228e17a4f02b0e7bfc9de3'
+'4f6bd31d684956ca143f7dc68dbd3caa67e835fb84dc44d1a94217b9214c6cfd'
+'77da8ce4d8378048606a25e09270ee187d6b226ee750b6cb4313af5549f5156a'
+'613b0ed3fe4b5ee505ddb5122ee41604f464a5049be81c97601ee93970763a23')
 
 build() {
cd $srcdir/$pkgname-$pkgver



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

2013-01-30 Thread Bartłomiej Piotrowski
Date: Wednesday, January 30, 2013 @ 10:07:34
  Author: bpiotrowski
Revision: 83351

upgpkg: nginx 1.2.6-2

provide missing directory (FS#33582)

Modified:
  nginx/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-01-30 08:49:21 UTC (rev 83350)
+++ PKGBUILD2013-01-30 09:07:34 UTC (rev 83351)
@@ -8,7 +8,7 @@
 
 pkgname=nginx
 pkgver=1.2.6
-pkgrel=1
+pkgrel=2
 pkgdesc='Lightweight HTTP server and IMAP/POP3 proxy server'
 arch=('i686' 'x86_64')
 depends=('pcre' 'zlib' 'openssl' 'geoip')
@@ -90,6 +90,7 @@
rm $pkgdir/etc/nginx/*.default
 
install -d $pkgdir/$_tmpdir
+   install -dm700 $pkgdir/$_tmpdir/proxy
 
install -d $pkgdir/usr/share/nginx
mv $pkgdir/etc/nginx/html/ $pkgdir/usr/share/nginx