Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 7 Apr 2015 23:37:49 +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: r383550 - head/www/nginx
Message-ID:  <201504072337.t37Nbn9I025758@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: osa
Date: Tue Apr  7 23:37:48 2015
New Revision: 383550
URL: https://svnweb.freebsd.org/changeset/ports/383550

Log:
  Upgrade from 1.6.2 to 1.6.3.
  
  <ChangeLog>
  
  *) Feature: now the "tcp_nodelay" directive works with SPDY connections.
  
  *) Bugfix: in error handling.
     Thanks to Yichun Zhang and Daniil Bondarev.
  
  *) Bugfix: alerts "header already sent" appeared in logs if the
     "post_action" directive was used; the bug had appeared in 1.5.4.
  
  *) Bugfix: alerts "sem_post() failed" might appear in logs.
  
  *) Bugfix: in hash table handling.
     Thanks to Chris West.
  
  *) Bugfix: in integer overflow handling.
     Thanks to RĂ©gis Leroy.
  
  </ChangeLog>

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

Modified: head/www/nginx/Makefile
==============================================================================
--- head/www/nginx/Makefile	Tue Apr  7 23:34:29 2015	(r383549)
+++ head/www/nginx/Makefile	Tue Apr  7 23:37:48 2015	(r383550)
@@ -2,8 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	nginx
-PORTVERSION=	1.6.2
-PORTREVISION=	1
+PORTVERSION=	1.6.3
 PORTEPOCH=	2
 CATEGORIES=	www
 MASTER_SITES=	http://nginx.org/download/

Modified: head/www/nginx/distinfo
==============================================================================
--- head/www/nginx/distinfo	Tue Apr  7 23:34:29 2015	(r383549)
+++ head/www/nginx/distinfo	Tue Apr  7 23:37:48 2015	(r383550)
@@ -1,5 +1,5 @@
-SHA256 (nginx-1.6.2.tar.gz) = b5608c2959d3e7ad09b20fc8f9e5bd4bc87b3bc8ba5936a513c04ed8f1391a18
-SIZE (nginx-1.6.2.tar.gz) = 804164
+SHA256 (nginx-1.6.3.tar.gz) = 0a98e95b366e4d6042f331e1fa4d70e18fd1e49d8993e589008e70e742b7e757
+SIZE (nginx-1.6.3.tar.gz) = 805253
 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?201504072337.t37Nbn9I025758>