nginx: update to 1.4.1.
This commit is contained in:
parent
bcdc6c4a44
commit
c03993b7f9
1 changed files with 4 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'nginx'
|
# Template file for 'nginx'
|
||||||
pkgname=nginx
|
pkgname=nginx
|
||||||
version=1.4.0
|
version=1.4.1
|
||||||
revision=1
|
revision=1
|
||||||
makedepends="pcre-devel>=8.30 openssl-devel"
|
makedepends="pcre-devel>=8.30 openssl-devel"
|
||||||
short_desc="A high performance web and reverse proxy server"
|
short_desc="A high performance web and reverse proxy server"
|
||||||
|
@ -8,7 +8,7 @@ maintainer="Juan RP <xtraeme@gmail.com>"
|
||||||
license="Simplified BSD"
|
license="Simplified BSD"
|
||||||
homepage="http://nginx.org"
|
homepage="http://nginx.org"
|
||||||
distfiles="http://nginx.org/download/nginx-$version.tar.gz"
|
distfiles="http://nginx.org/download/nginx-$version.tar.gz"
|
||||||
checksum=84aeb7a131fccff036dc80283dd98c989d2844eb84359cfe7c4863475de923a9
|
checksum=bca5d1e89751ba29406185e1736c390412603a7e6b604f5b4575281f6565d119
|
||||||
|
|
||||||
do_configure() {
|
do_configure() {
|
||||||
local cfgdir=/etc/nginx
|
local cfgdir=/etc/nginx
|
||||||
|
@ -30,6 +30,8 @@ do_configure() {
|
||||||
--with-imap --with-imap_ssl_module \
|
--with-imap --with-imap_ssl_module \
|
||||||
--with-ipv6 --with-pcre-jit \
|
--with-ipv6 --with-pcre-jit \
|
||||||
--with-file-aio \
|
--with-file-aio \
|
||||||
|
--with-http_gunzip_module \
|
||||||
|
--with-http_spdy_module \
|
||||||
--with-http_dav_module \
|
--with-http_dav_module \
|
||||||
--with-http_gzip_static_module \
|
--with-http_gzip_static_module \
|
||||||
--with-http_realip_module \
|
--with-http_realip_module \
|
||||||
|
|
Loading…
Reference in a new issue