New version

This commit is contained in:
Arti Zirk 2017-08-14 10:28:47 +03:00
parent 7c3829ee7c
commit ee349abc52
2 changed files with 8 additions and 7 deletions

View File

@ -6,14 +6,13 @@
# Contributor: Arti Zirk <arti.zirk@gmail.com>
pkgname=nginx-ilves
pkgver=1.13.2
pkgver=1.13.4
pkgrel=1
pkgdesc='Lightweight HTTP server and IMAP/POP3 proxy server, mainline release'
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'
@ -30,16 +29,16 @@ conflicts=('nginx' 'nginx-mainline')
source=($url/download/nginx-$pkgver.tar.gz{,.asc}
service
logrotate
ngx_davext.tar.gz::https://github.com/arut/nginx-dav-ext-module/archive/v0.0.3.tar.gz
ngx_davext.tar.gz::https://github.com/arut/nginx-dav-ext-module/archive/v0.1.0.tar.gz
fix-displayName.patch
ngx_fancyindex.tar.gz::https://github.com/aperezdc/ngx-fancyindex/archive/v0.4.1.tar.gz
ngx_headers_more.tar.gz::https://github.com/openresty/headers-more-nginx-module/archive/v0.32.tar.gz)
validpgpkeys=('B0F4253373F8F6F510D42178520A9993A1C052F8') # Maxim Dounin <mdounin@mdounin.ru>
md5sums=('a2dd56ca33f4887f3cdaf232796de147'
md5sums=('42a3ca70cd292a149ba4f60862599245'
'SKIP'
'09862c34cd9593bc40da81f88c5fc4b2'
'ef491e760e7c1ffec9ca25441a150c83'
'6a01fb17af86f03707c8ae60f98a2dc2'
'2cb502dbda335be4ebd5fed0b3182bae'
'a7a0a6c265977b346c55926caedbf41e'
'16c5dbad002ae88eadb66aa1a13389c2'
'e1dd79f0ec82415bbf8a1cb938988955'
'5ce112f12afe155749e2c504997861f7')
@ -101,6 +100,8 @@ build() {
--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[@]} \
${_mainline_flags[@]} \
--add-module=../ngx_davext \

View File

@ -1,6 +1,6 @@
[Unit]
Description=A high performance web server and a reverse proxy server
After=network.target
After=network.target network-online.target nss-lookup.target
[Service]
Type=forking