svn commit: r368536 - head/www/nginx-devel
Sergey A. Osokin
osa at FreeBSD.org
Fri Sep 19 00:56:19 UTC 2014
Author: osa
Date: Fri Sep 19 00:56:18 2014
New Revision: 368536
URL: http://svnweb.freebsd.org/changeset/ports/368536
QAT: https://qat.redports.org/buildarchive/r368536/
Log:
Security update from 1.7.4 to 1.7.5.
Temporary disable two third-party modules: supervisord and rtmp.
<ChangeLog>
*) Security: it was possible to reuse SSL sessions in unrelated contexts
if a shared SSL session cache or the same TLS session ticket key was
used for multiple "server" blocks (CVE-2014-3616).
Thanks to Antoine Delignat-Lavaud.
*) Change: now the "stub_status" directive does not require a parameter.
*) Feature: the "always" parameter of the "add_header" directive.
*) Feature: the "proxy_next_upstream_tries",
"proxy_next_upstream_timeout", "fastcgi_next_upstream_tries",
"fastcgi_next_upstream_timeout", "memcached_next_upstream_tries",
"memcached_next_upstream_timeout", "scgi_next_upstream_tries",
"scgi_next_upstream_timeout", "uwsgi_next_upstream_tries", and
"uwsgi_next_upstream_timeout" directives.
*) Bugfix: in the "if" parameter of the "access_log" directive.
*) Bugfix: in the ngx_http_perl_module.
Thanks to Piotr Sikora.
*) Bugfix: the "listen" directive of the mail proxy module did not allow
to specify more than two parameters.
*) Bugfix: the "sub_filter" directive did not work with a string to
replace consisting of a single character.
*) Bugfix: requests might hang if resolver was used and a timeout
occurred during a DNS request.
*) Bugfix: in the ngx_http_spdy_module when using with AIO.
*) Bugfix: a segmentation fault might occur in a worker process if the
"set" directive was used to change the "$http_...", "$sent_http_...",
or "$upstream_http_..." variables.
*) Bugfix: in memory allocation error handling.
Thanks to Markus Linnala and Feng Gu.
</ChangeLog>
Modified:
head/www/nginx-devel/Makefile
head/www/nginx-devel/distinfo
Modified: head/www/nginx-devel/Makefile
==============================================================================
--- head/www/nginx-devel/Makefile Fri Sep 19 00:50:37 2014 (r368535)
+++ head/www/nginx-devel/Makefile Fri Sep 19 00:56:18 2014 (r368536)
@@ -2,8 +2,7 @@
# $FreeBSD$
PORTNAME= nginx
-PORTVERSION= 1.7.4
-PORTREVISION= 1
+PORTVERSION= 1.7.5
CATEGORIES= www
MASTER_SITES= http://nginx.org/download/
MASTER_SITES+= ${MASTER_SITE_LOCAL}
@@ -688,6 +687,7 @@ CONFIGURE_ARGS+=--add-module=${WRKDIR}/o
.endif
.if ${PORT_OPTIONS:MRTMP}
+IGNORE= RTMP: update require
NGINX_RTMP_VERSION= 1.1.4
MASTER_SITES+= https://github.com/arut/nginx-rtmp-module/archive/v${NGINX_RTMP_VERSION}/:rtmp
DISTFILES+= rtmp-nginx-module-v${NGINX_RTMP_VERSION}.tar.gz:rtmp
@@ -728,6 +728,7 @@ CONFIGURE_ARGS+=--add-module=${WRKDIR}/o
.endif
.if ${PORT_OPTIONS:MSUPERVISORD}
+IGNORE= SUPERVISORD: update require
NGINX_SUPERVISORD_VERSION= 1.4
MASTER_SITES+= http://labs.frickle.com/files/:supervisord
DISTFILES+= ngx_supervisord-${NGINX_SUPERVISORD_VERSION}.tar.gz:supervisord
Modified: head/www/nginx-devel/distinfo
==============================================================================
--- head/www/nginx-devel/distinfo Fri Sep 19 00:50:37 2014 (r368535)
+++ head/www/nginx-devel/distinfo Fri Sep 19 00:56:18 2014 (r368536)
@@ -1,5 +1,5 @@
-SHA256 (nginx-1.7.4.tar.gz) = 935c5a5f35d8691d73d3477db2f936b2bbd3ee73668702af3f61b810587fbf68
-SIZE (nginx-1.7.4.tar.gz) = 817174
+SHA256 (nginx-1.7.5.tar.gz) = d670006fbeca226d1dd18ad749d9fe6f8b18642f94de3377e0ac69a660e3ca9b
+SIZE (nginx-1.7.5.tar.gz) = 817599
SHA256 (giom-nginx_accept_language_module-2f69842.tar.gz) = fbcdf792160a1eff7b9549aeb5209d6e76716ff8e86b05e42c90b2d2f858e011
SIZE (giom-nginx_accept_language_module-2f69842.tar.gz) = 3399
SHA256 (nginx-accesskey-2.0.3.tar.gz) = d9e94321e78a02de16c57f3e048fd31059fd8116ed03d6de7180f435c52502b1
More information about the svn-ports-all
mailing list