aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorosa <osa@FreeBSD.org>2009-03-02 21:06:51 +0800
committerosa <osa@FreeBSD.org>2009-03-02 21:06:51 +0800
commit85f4ec6c50d0d38ff8d3d70092a9818fba4f7e98 (patch)
tree8fa3b0a7fde1f11567eb7189e80e5ac6a8c72ec7
parent6c4142711f18b9a247c1dd1730404e77988dcd26 (diff)
downloadfreebsd-ports-gnome-85f4ec6c50d0d38ff8d3d70092a9818fba4f7e98.tar.gz
freebsd-ports-gnome-85f4ec6c50d0d38ff8d3d70092a9818fba4f7e98.tar.zst
freebsd-ports-gnome-85f4ec6c50d0d38ff8d3d70092a9818fba4f7e98.zip
Update from 0.7.38 to 0.7.39.
Add IPv6 support (introduced in 0.7.36). <ChangeLog> *) Bugfix: large response with SSI might hang, if gzipping was enabled; the bug had appeared in 0.7.28. Thanks to Artem Bokhan. *) Bugfix: a segmentation fault might occur in worker process, if short static variants are used in a "try_files" directive. </ChangeLog>
-rw-r--r--www/nginx-devel/Makefile8
-rw-r--r--www/nginx-devel/distinfo6
2 files changed, 10 insertions, 4 deletions
diff --git a/www/nginx-devel/Makefile b/www/nginx-devel/Makefile
index 6f8300269adb..edb703371efa 100644
--- a/www/nginx-devel/Makefile
+++ b/www/nginx-devel/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= nginx
-PORTVERSION= 0.7.38
+PORTVERSION= 0.7.39
CATEGORIES= www
MASTER_SITES= http://sysoev.ru/nginx/
MASTER_SITES+= ${MASTER_SITE_LOCAL}
@@ -18,6 +18,7 @@ MAINTAINER= osa@FreeBSD.org
COMMENT= Robust and small WWW server
OPTIONS= DEBUG "Enable nginx debugging" off \
+ IPV6 "Enable IPv6" off \
GOOGLE_PERFTOOLS "Enable google perftools module" off \
HTTP_MODULE "Enable HTTP module" on \
HTTP_ACCESSKEY_MODULE "Enable http_accesskey module" off \
@@ -80,6 +81,11 @@ CONFIGURE_ARGS+=--with-debug
STRIP= #do not strip if nginx with debug information
.endif
+.if defined(WITH_IPV6)
+CONFIGURE_ARGS+=--with-ipv6
+CATEGORIES+= ipv6
+.endif
+
.if defined(WITH_GOOGLE_PERFTOOLS)
LIB_DEPENDS+= profiler.0:${PORTSDIR}/devel/google-perftools
CONFIGURE_ARGS+=--with-google_perftools_module
diff --git a/www/nginx-devel/distinfo b/www/nginx-devel/distinfo
index c51c12b883a0..5581d54f4864 100644
--- a/www/nginx-devel/distinfo
+++ b/www/nginx-devel/distinfo
@@ -1,6 +1,6 @@
-MD5 (nginx-0.7.38.tar.gz) = f47d2d7daf63b6fdd3a83615868c535b
-SHA256 (nginx-0.7.38.tar.gz) = 9ef3aafe70c3a7c246b989f5b17deb7743a67640d6fa8aefb80095fec4137e2a
-SIZE (nginx-0.7.38.tar.gz) = 570586
+MD5 (nginx-0.7.39.tar.gz) = ad4b65849612d7ac3818227365c36e4b
+SHA256 (nginx-0.7.39.tar.gz) = fac6e9df6fe251d16a72155e44e0a12d0cb1ad6a08850f56a6b1ccc00b371868
+SIZE (nginx-0.7.39.tar.gz) = 571096
MD5 (nginx-accesskey-2.0.3.tar.gz) = 9b5304346d5139b1841f5baa01ab0cbe
SHA256 (nginx-accesskey-2.0.3.tar.gz) = d9e94321e78a02de16c57f3e048fd31059fd8116ed03d6de7180f435c52502b1
SIZE (nginx-accesskey-2.0.3.tar.gz) = 2632