summaryrefslogtreecommitdiffstats
path: root/main/nginx
diff options
context:
space:
mode:
authorJeff Bilyk <jbilyk@gmail.com>2011-06-05 02:22:07 +0000
committerJeff Bilyk <jbilyk@gmail.com>2011-06-05 02:22:07 +0000
commite0bf12c4496d94640698bc1e9713e7439234055c (patch)
treef595631914237d33fa4a3acc093304f16c4877d3 /main/nginx
parentefcbbcd0c1d4dae7242834692d01c2578b546b34 (diff)
downloadaports-e0bf12c4496d94640698bc1e9713e7439234055c.tar.bz2
aports-e0bf12c4496d94640698bc1e9713e7439234055c.tar.xz
main/nginx: update to 1.0.4 and enable ipv6
fix #621
Diffstat (limited to 'main/nginx')
-rw-r--r--main/nginx/APKBUILD9
1 files 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 <cbanta@gmail.com>
+# Contributor: Jeff Bilyk <jbilyk@gmail.com>
# Maintainer: Cameron Banta <cbanta@gmail.com>
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"