svn commit: r369648 - head/www/nginx-devel

Sergey A. Osokin osa at FreeBSD.org
Tue Sep 30 17:08:24 UTC 2014


Author: osa
Date: Tue Sep 30 17:08:23 2014
New Revision: 369648
URL: http://svnweb.freebsd.org/changeset/ports/369648
QAT: https://qat.redports.org/buildarchive/r369648/

Log:
  Update from 1.7.5 to 1.7.6.
  
  <ChangeLog>
  
  *) Change: the deprecated "limit_zone" directive is not supported
     anymore.
  
  *) Feature: the "limit_conn_zone" and "limit_req_zone" directives now
     can be used with combinations of multiple variables.
  
  *) Bugfix: request body might be transmitted incorrectly when retrying a
     FastCGI request to the next upstream server.
  
  *) Bugfix: in logging to syslog.
  
  </ChangeLog>

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

Modified: head/www/nginx-devel/Makefile
==============================================================================
--- head/www/nginx-devel/Makefile	Tue Sep 30 17:06:40 2014	(r369647)
+++ head/www/nginx-devel/Makefile	Tue Sep 30 17:08:23 2014	(r369648)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	nginx
-PORTVERSION=	1.7.5
+PORTVERSION=	1.7.6
 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 Sep 30 17:06:40 2014	(r369647)
+++ head/www/nginx-devel/distinfo	Tue Sep 30 17:08:23 2014	(r369648)
@@ -1,5 +1,5 @@
-SHA256 (nginx-1.7.5.tar.gz) = d670006fbeca226d1dd18ad749d9fe6f8b18642f94de3377e0ac69a660e3ca9b
-SIZE (nginx-1.7.5.tar.gz) = 817599
+SHA256 (nginx-1.7.6.tar.gz) = 08e2efc169c9f9d511ce53ea16f17d8478ab9b0f7a653f212c03c61c52101599
+SIZE (nginx-1.7.6.tar.gz) = 817265
 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-head mailing list