From e0bf12c4496d94640698bc1e9713e7439234055c Mon Sep 17 00:00:00 2001 From: Jeff Bilyk Date: Sun, 5 Jun 2011 02:22:07 +0000 Subject: main/nginx: update to 1.0.4 and enable ipv6 fix #621 --- main/nginx/APKBUILD | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/main/nginx/APKBUILD b/main/nginx/APKBUILD index c188a76e2..d6727fb4e 100644 --- a/main/nginx/APKBUILD +++ b/main/nginx/APKBUILD @@ -1,8 +1,8 @@ -# Contributor: Cameron Banta +# Contributor: Jeff Bilyk # Maintainer: Cameron Banta pkgname=nginx -pkgver=0.8.54 -pkgrel=1 +pkgver=1.0.4 +pkgrel=0 pkgdesc="nginx [engine x] is a HTTP and reverse proxy server" url="http://www.nginx.org" arch="all" @@ -41,6 +41,7 @@ build() { --http-fastcgi-temp-path=/tmp/$pkgname/fastcgi \ --with-mail \ --with-mail_ssl_module \ + --with-ipv6 \ || return 1 make || return 1 } @@ -55,6 +56,6 @@ package() { install -m644 -D LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE } -md5sums="44df4eb6a22d725021288c570789046f nginx-0.8.54.tar.gz +md5sums="d23f6e6b07b57ac061e790b1ed64bb98 nginx-1.0.4.tar.gz b06f6e23753385be0076539ba1806cb6 nginx.initd 8823274a834332d3db4f62bf7dd1fb7d nginx.logrotate" -- cgit v1.2.3