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