Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 29 Oct 2014 11:37:18 +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: r371674 - head/www/nginx-devel
Message-ID:  <201410291137.s9TBbIni084609@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: osa
Date: Wed Oct 29 11:37:17 2014
New Revision: 371674
URL: https://svnweb.freebsd.org/changeset/ports/371674
QAT: https://qat.redports.org/buildarchive/r371674/

Log:
  Upgrade from 1.7.6 to 1.7.7.
  
  <ChangeLog>
  
  *) Change: now nginx takes into account the "Vary" header line in a
     backend response while caching.
  
  *) Feature: the "proxy_force_ranges", "fastcgi_force_ranges",
     "scgi_force_ranges", and "uwsgi_force_ranges" directives.
  
  *) Feature: the "proxy_limit_rate", "fastcgi_limit_rate",
     "scgi_limit_rate", and "uwsgi_limit_rate" directives.
  
  *) Feature: the "Vary" parameter of the "proxy_ignore_headers",
     "fastcgi_ignore_headers", "scgi_ignore_headers", and
     "uwsgi_ignore_headers" directives.
  
  *) Bugfix: the last part of a response received from a backend with
     unbufferred proxy might not be sent to a client if "gzip" or "gunzip"
     directives were used.
  
  *) Bugfix: in the "proxy_cache_revalidate" directive.
     Thanks to Piotr Sikora.
  
  *) Bugfix: in error handling.
     Thanks to Yichun Zhang and Daniil Bondarev.
  
  *) Bugfix: in the "proxy_next_upstream_tries" and
     "proxy_next_upstream_timeout" directives.
     Thanks to Feng Gu.
  
  *) Bugfix: nginx/Windows could not be built with MinGW-w64 gcc.
     Thanks to Kouhei Sutou.
  
  </ChangeLog>

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

Modified: head/www/nginx-devel/Makefile
==============================================================================
--- head/www/nginx-devel/Makefile	Wed Oct 29 10:44:12 2014	(r371673)
+++ head/www/nginx-devel/Makefile	Wed Oct 29 11:37:17 2014	(r371674)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	nginx
-PORTVERSION=	1.7.6
+PORTVERSION=	1.7.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	Wed Oct 29 10:44:12 2014	(r371673)
+++ head/www/nginx-devel/distinfo	Wed Oct 29 11:37:17 2014	(r371674)
@@ -1,5 +1,5 @@
-SHA256 (nginx-1.7.6.tar.gz) = 08e2efc169c9f9d511ce53ea16f17d8478ab9b0f7a653f212c03c61c52101599
-SIZE (nginx-1.7.6.tar.gz) = 817265
+SHA256 (nginx-1.7.7.tar.gz) = 7e015a0a7a82cea5580f3507ae92cd8bb7cdeb6de0ab78f1e61044edcdc0bfd2
+SIZE (nginx-1.7.7.tar.gz) = 819949
 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



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