summaryrefslogtreecommitdiff
path: root/nginx
diff options
context:
space:
mode:
authorMatt Housh <jaeger@crux.ninja>2016-10-12 14:01:43 -0500
committerMatt Housh <jaeger@crux.ninja>2016-10-12 14:01:43 -0500
commitde88e42487e9989cc616591708e8680c52696979 (patch)
tree8c4778e1a4e1399822f620e471d61bdcd8e69535 /nginx
parentf26fa6c2da29100d841546da7fc33e8d295f1786 (diff)
downloadcontrib-de88e42487e9989cc616591708e8680c52696979.tar.gz
contrib-de88e42487e9989cc616591708e8680c52696979.tar.xz
nginx: updated to version 1.11.5
Diffstat (limited to 'nginx')
-rw-r--r--nginx/.md5sum2
-rw-r--r--nginx/Pkgfile5
2 files changed, 3 insertions, 4 deletions
diff --git a/nginx/.md5sum b/nginx/.md5sum
index f410ed9e9..abfc6b17f 100644
--- a/nginx/.md5sum
+++ b/nginx/.md5sum
@@ -1,3 +1,3 @@
-92666d60410f429ddbdb10060369a480 nginx-1.11.4.tar.gz
+db43f2b19746f6f47401c3afc3924dc6 nginx-1.11.5.tar.gz
93b358681200fe294581cb559d529aee nginx.conf
06712aa2b72397850b0725f2e9d20627 nginx.rc
diff --git a/nginx/Pkgfile b/nginx/Pkgfile
index 39003b8f7..aff3b474b 100644
--- a/nginx/Pkgfile
+++ b/nginx/Pkgfile
@@ -4,7 +4,7 @@
# Depends on: libpcre zlib openssl
name=nginx
-version=1.11.4
+version=1.11.5
release=1
source=(http://nginx.org/download/$name-$version.tar.gz \
$name.conf $name.rc)
@@ -21,8 +21,7 @@ build() {
--with-http_ssl_module \
--with-pcre \
--user=$name \
- --group=$name \
- --with-ipv6
+ --group=$name
make
make DESTDIR=$PKG install

Generated by cgit