Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 19 Nov 2013 18:00:23 +0000 (UTC)
From:      "Sergey A. Osokin" <osa@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r334337 - head/www/nginx-devel
Message-ID:  <201311191800.rAJI0NYN010862@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: osa
Date: Tue Nov 19 18:00:22 2013
New Revision: 334337
URL: http://svnweb.freebsd.org/changeset/ports/334337

Log:
  Security update from 1.5.6 to 1.5.7.
  
  <ChangeLog>
  
  *) Security: a character following an unescaped space in a request line
     was handled incorrectly (CVE-2013-4547); the bug had appeared in
     0.8.41.
     Thanks to Ivan Fratric of the Google Security Team.
  
  *) Change: a logging level of auth_basic errors about no user/password
     provided has been lowered from "error" to "info".
  
  *) Feature: the "proxy_cache_revalidate", "fastcgi_cache_revalidate",
     "scgi_cache_revalidate", and "uwsgi_cache_revalidate" directives.
  
  *) Feature: the "ssl_session_ticket_key" directive.
     Thanks to Piotr Sikora.
  
  *) Bugfix: the directive "add_header Cache-Control ''" added a
     "Cache-Control" response header line with an empty value.
  
  *) Bugfix: the "satisfy any" directive might return 403 error instead of
     401 if auth_request and auth_basic directives were used.
     Thanks to Jan Marc Hoffmann.
  
  *) Bugfix: the "accept_filter" and "deferred" parameters of the "listen"
     directive were ignored for listen sockets created during binary
     upgrade.
     Thanks to Piotr Sikora.
  
  *) Bugfix: some data received from a backend with unbufferred proxy
     might not be sent to a client immediately if "gzip" or "gunzip"
     directives were used.
     Thanks to Yichun Zhang.
  
  *) Bugfix: in error handling in ngx_http_gunzip_filter_module.
  
  *) Bugfix: responses might hang if the ngx_http_spdy_module was used
     with the "auth_request" directive.
  
  *) Bugfix: memory leak in nginx/Windows.
  
  </ChangeLog>

Modified:
  head/www/nginx-devel/Makefile
  head/www/nginx-devel/distinfo

Modified: head/www/nginx-devel/Makefile
==============================================================================
--- head/www/nginx-devel/Makefile	Tue Nov 19 17:55:31 2013	(r334336)
+++ head/www/nginx-devel/Makefile	Tue Nov 19 18:00:22 2013	(r334337)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	nginx
-PORTVERSION=	1.5.6
+PORTVERSION=	1.5.7
 CATEGORIES=	www
 MASTER_SITES=	http://nginx.org/download/
 MASTER_SITES+=	${MASTER_SITE_LOCAL}

Modified: head/www/nginx-devel/distinfo
==============================================================================
--- head/www/nginx-devel/distinfo	Tue Nov 19 17:55:31 2013	(r334336)
+++ head/www/nginx-devel/distinfo	Tue Nov 19 18:00:22 2013	(r334337)
@@ -1,5 +1,5 @@
-SHA256 (nginx-1.5.6.tar.gz) = 39c4dc40831f633fae7638173c0744bc731a8a1b66f476ad75a9b882fc291ca9
-SIZE (nginx-1.5.6.tar.gz) = 776352
+SHA256 (nginx-1.5.7.tar.gz) = 96a5ac866323e4fef502e774d098b445dd898e44cdaea6afa68a68ab5de2e7f1
+SIZE (nginx-1.5.7.tar.gz) = 779985
 SHA256 (giom-nginx_accept_language_module-02262ce.tar.gz) = 3191f4caa70d9a8942c4f10b6abaaa96af451991d4b5e1e3d7b991376b00bf0c
 SIZE (giom-nginx_accept_language_module-02262ce.tar.gz) = 3398
 SHA256 (nginx-accesskey-2.0.3.tar.gz) = d9e94321e78a02de16c57f3e048fd31059fd8116ed03d6de7180f435c52502b1



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201311191800.rAJI0NYN010862>