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

Sergey A. Osokin osa at FreeBSD.org
Sun Jul 13 23:13:33 UTC 2014


Author: osa
Date: Sun Jul 13 23:13:32 2014
New Revision: 361724
URL: http://svnweb.freebsd.org/changeset/ports/361724
QAT: https://qat.redports.org/buildarchive/r361724/

Log:
  Update from 1.7.2 to 1.7.3.
  
  <ChangeLog>
  
  *) Feature: weak entity tags are now preserved on response
     modifications, and strong ones are changed to weak.
  
  *) Feature: cache revalidation now uses If-None-Match header if
     possible.
  
  *) Feature: the "ssl_password_file" directive.
  
  *) Bugfix: the If-None-Match request header line was ignored if there
     was no Last-Modified header in a response returned from cache.
  
  *) Bugfix: "peer closed connection in SSL handshake" messages were
     logged at "info" level instead of "error" while connecting to
     backends.
  
  *) Bugfix: in the ngx_http_dav_module module in nginx/Windows.
  
  *) Bugfix: SPDY connections might be closed prematurely if caching was
     used.
  
  </ChangeLog>

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

Modified: head/www/nginx-devel/Makefile
==============================================================================
--- head/www/nginx-devel/Makefile	Sun Jul 13 23:10:53 2014	(r361723)
+++ head/www/nginx-devel/Makefile	Sun Jul 13 23:13:32 2014	(r361724)
@@ -2,8 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	nginx
-PORTVERSION=	1.7.2
-PORTREVISION=	2
+PORTVERSION=	1.7.3
 CATEGORIES=	www
 MASTER_SITES=	http://nginx.org/download/
 MASTER_SITES+=	${MASTER_SITE_LOCAL}

Modified: head/www/nginx-devel/distinfo
==============================================================================
--- head/www/nginx-devel/distinfo	Sun Jul 13 23:10:53 2014	(r361723)
+++ head/www/nginx-devel/distinfo	Sun Jul 13 23:13:32 2014	(r361724)
@@ -1,5 +1,5 @@
-SHA256 (nginx-1.7.2.tar.gz) = 693508fcad31c6b64b69edf6839299eb4e4fe44dcb145e75deb90959cd880f75
-SIZE (nginx-1.7.1.tar.gz) = 814079
+SHA256 (nginx-1.7.3.tar.gz) = 337380c9e2c69dede82c709c110c036aead3ffe7087bb25185ed88e7f93a9504
+SIZE (nginx-1.7.3.tar.gz) = 816455
 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