Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 3 Jan 2015 17:13:55 +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: r376137 - head/www/nginx-devel
Message-ID:  <201501031713.t03HDt2f057204@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: osa
Date: Sat Jan  3 17:13:54 2015
New Revision: 376137
URL: https://svnweb.freebsd.org/changeset/ports/376137
QAT: https://qat.redports.org/buildarchive/r376137/

Log:
  Upgrade from 1.7.8 to 1.7.9.
  
  <ChangeLog>
  
  Changes with nginx 1.7.9                                         23 Dec 2014
  
  *) Feature: variables support in the "proxy_cache", "fastcgi_cache",
     "scgi_cache", and "uwsgi_cache" directives.
  
  *) Feature: variables support in the "expires" directive.
  
  *) Feature: loading of secret keys from hardware tokens with OpenSSL
     engines.
     Thanks to Dmitrii Pichulin.
  
  *) Feature: the "autoindex_format" directive.
  
  *) Bugfix: cache revalidation is now only used for responses with 200
     and 206 status codes.
     Thanks to Piotr Sikora.
  
  *) Bugfix: the "TE" client request header line was passed to backends
     while proxying.
  
  *) Bugfix: the "proxy_pass", "fastcgi_pass", "scgi_pass", and
     "uwsgi_pass" directives might not work correctly inside the "if" and
     "limit_except" blocks.
  
  *) Bugfix: the "proxy_store" directive with the "on" parameter was
     ignored if the "proxy_store" directive with an explicitly specified
     file path was used on a previous level.
  
  *) Bugfix: nginx could not be built with BoringSSL.
     Thanks to Lukas Tribus.
  
  </ChangeLog>

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

Modified: head/www/nginx-devel/Makefile
==============================================================================
--- head/www/nginx-devel/Makefile	Sat Jan  3 17:13:53 2015	(r376136)
+++ head/www/nginx-devel/Makefile	Sat Jan  3 17:13:54 2015	(r376137)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	nginx
-PORTVERSION=	1.7.8
+PORTVERSION=	1.7.9
 CATEGORIES=	www
 MASTER_SITES=	http://nginx.org/download/
 MASTER_SITES+=	${MASTER_SITE_LOCAL}

Modified: head/www/nginx-devel/distinfo
==============================================================================
--- head/www/nginx-devel/distinfo	Sat Jan  3 17:13:53 2015	(r376136)
+++ head/www/nginx-devel/distinfo	Sat Jan  3 17:13:54 2015	(r376137)
@@ -1,5 +1,5 @@
-SHA256 (nginx-1.7.8.tar.gz) = 12f75ec302d3d3b841408e59bbf5116d38527b8c679abfcba7ceb866be60e8e5
-SIZE (nginx-1.7.8.tar.gz) = 823122
+SHA256 (nginx-1.7.9.tar.gz) = 1aafc7f0f530ddaa86d4ba24c14941ce0a584cc896f8261d6218f99625318f8a
+SIZE (nginx-1.7.9.tar.gz) = 827263
 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?201501031713.t03HDt2f057204>