svn commit: r434493 - head/www/nginx-devel
Sergey A. Osokin
osa at FreeBSD.org
Tue Feb 21 00:41:19 UTC 2017
Author: osa
Date: Tue Feb 21 00:41:18 2017
New Revision: 434493
URL: https://svnweb.freebsd.org/changeset/ports/434493
Log:
Upgrade from 1.11.9 to 1.11.10.
<ChangeLog>
*) Change: cache header format has been changed, previously cached
responses will be invalidated.
*) Feature: support of "stale-while-revalidate" and "stale-if-error"
extensions in the "Cache-Control" backend response header line.
*) Feature: the "proxy_cache_background_update",
"fastcgi_cache_background_update", "scgi_cache_background_update",
and "uwsgi_cache_background_update" directives.
*) Feature: nginx is now able to cache responses with the "Vary" header
line up to 128 characters long (instead of 42 characters in previous
versions).
*) Feature: the "build" parameter of the "server_tokens" directive.
Thanks to Tom Thorogood.
*) Bugfix: "[crit] SSL_write() failed" messages might appear in logs
when handling requests with the "Expect: 100-continue" request header
line.
*) Bugfix: the ngx_http_slice_module did not work in named locations.
*) Bugfix: a segmentation fault might occur in a worker process when
using AIO after an "X-Accel-Redirect" redirection.
*) Bugfix: reduced memory consumption for long-lived requests using
gzipping.
</ChangeLog>
Modified:
head/www/nginx-devel/Makefile
head/www/nginx-devel/distinfo
Modified: head/www/nginx-devel/Makefile
==============================================================================
--- head/www/nginx-devel/Makefile Mon Feb 20 23:43:21 2017 (r434492)
+++ head/www/nginx-devel/Makefile Tue Feb 21 00:41:18 2017 (r434493)
@@ -2,8 +2,7 @@
# $FreeBSD$
PORTNAME= nginx
-PORTVERSION= 1.11.9
-PORTREVISION= 1
+PORTVERSION= 1.11.10
CATEGORIES= www
MASTER_SITES= http://nginx.org/download/
MASTER_SITES+= LOCAL/osa
@@ -792,6 +791,7 @@ GH_ACCOUNT+= evanmiller:mod_zip
GH_PROJECT+= mod_zip:mod_zip
GH_TAGNAME+= ${NGINX_ZIP_VERSION}:mod_zip
CONFIGURE_ARGS+=--add-module=${WRKDIR}/mod_zip-${NGINX_ZIP_VERSION}
+IGNORE= HTTP_ZIP: a patch requires
.endif
.if ${PORT_OPTIONS:MDRIZZLE}
Modified: head/www/nginx-devel/distinfo
==============================================================================
--- head/www/nginx-devel/distinfo Mon Feb 20 23:43:21 2017 (r434492)
+++ head/www/nginx-devel/distinfo Tue Feb 21 00:41:18 2017 (r434493)
@@ -1,6 +1,6 @@
-TIMESTAMP = 1487041847
-SHA256 (nginx-1.11.9.tar.gz) = dc22b71f16b551705930544dc042f1ad1af2f9715f565187ec22c7a4b2625748
-SIZE (nginx-1.11.8.tar.gz) = 965463
+TIMESTAMP = 1487637530
+SHA256 (nginx-1.11.10.tar.gz) = 778b3cabb07633f754cd9dee32fc8e22582bce22bfa407be76a806abd935533d
+SIZE (nginx-1.11.10.tar.gz) = 967773
SHA256 (ngx_http_auth_pam_module-1.2.tar.gz) = 5a85970ba61a99f55a26d2536a11d512b39bbd622f5737d25a9a8c10db81efa9
SIZE (ngx_http_auth_pam_module-1.2.tar.gz) = 5424
SHA256 (ngx_cache_purge-2.3.tar.gz) = 279e0d8a46d3b1521fd43b3f78bc1c08b263899142a7cc5058c1c0361a92c89c
More information about the svn-ports-all
mailing list