aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWilliam Pitcock <nenolod@dereferenced.org>2011-06-04 21:39:09 -0500
committerWilliam Pitcock <nenolod@dereferenced.org>2011-06-04 21:39:09 -0500
commitd397d61d96c083285b1c9c915c1de3d2275ae2d3 (patch)
tree770364224082476070812530bcb65332d17cc878
parent3b1118406c721a0d74ced146ad7a1a529d85170e (diff)
parente0bf12c4496d94640698bc1e9713e7439234055c (diff)
downloadaports-d397d61d96c083285b1c9c915c1de3d2275ae2d3.tar.bz2
aports-d397d61d96c083285b1c9c915c1de3d2275ae2d3.tar.xz
Merge git://git.alpinelinux.org/jbilyk/aports
-rw-r--r--main/nginx/APKBUILD9
1 files changed, 5 insertions, 4 deletions
diff --git a/main/nginx/APKBUILD b/main/nginx/APKBUILD
index c188a76e26..d6727fb4e8 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"