Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 9 Aug 2014 18:29:45 +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: r364458 - head/www/nginx-devel
Message-ID:  <53e66899.2b3e.496fb1fd@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: osa
Date: Sat Aug  9 18:29:44 2014
New Revision: 364458
URL: http://svnweb.freebsd.org/changeset/ports/364458
QAT: https://qat.redports.org/buildarchive/r364458/

Log:
  Update from 1.7.3 to 1.7.4.
  
  <ChangeLog>
  
  *) Security: pipelined commands were not discarded after STARTTLS
     command in SMTP proxy (CVE-2014-3556); the bug had appeared in 1.5.6.
     Thanks to Chris Boulton.
  
  *) Change: URI escaping now uses uppercase hexadecimal digits.
     Thanks to Piotr Sikora.
  
  *) Feature: now nginx can be build with BoringSSL and LibreSSL.
     Thanks to Piotr Sikora.
  
  *) Bugfix: requests might hang if resolver was used and a DNS server
     returned a malformed response; the bug had appeared in 1.5.8.
  
  *) Bugfix: in the ngx_http_spdy_module.
     Thanks to Piotr Sikora.
  
  *) Bugfix: the $uri variable might contain garbage when returning errors
     with code 400.
     Thanks to Sergey Bobrov.
  
  *) Bugfix: in error handling in the "proxy_store" directive and the
     ngx_http_dav_module.
     Thanks to Feng Gu.
  
  *) Bugfix: a segmentation fault might occur if logging of errors to
     syslog was used; the bug had appeared in 1.7.1.
  
  *) Bugfix: the $geoip_latitude, $geoip_longitude, $geoip_dma_code, and
     $geoip_area_code variables might not work.
     Thanks to Yichun Zhang.
  
  *) Bugfix: in memory allocation error handling.
     Thanks to Tatsuhiko Kubo and Piotr Sikora.
  
  </ChangeLog>

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

Modified: head/www/nginx-devel/Makefile
==============================================================================
--- head/www/nginx-devel/Makefile	Sat Aug  9 18:28:53 2014	(r364457)
+++ head/www/nginx-devel/Makefile	Sat Aug  9 18:29:44 2014	(r364458)
@@ -2,8 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	nginx
-PORTVERSION=	1.7.3
-PORTREVISION=	1
+PORTVERSION=	1.7.4
 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 Aug  9 18:28:53 2014	(r364457)
+++ head/www/nginx-devel/distinfo	Sat Aug  9 18:29:44 2014	(r364458)
@@ -1,5 +1,5 @@
-SHA256 (nginx-1.7.3.tar.gz) = 337380c9e2c69dede82c709c110c036aead3ffe7087bb25185ed88e7f93a9504
-SIZE (nginx-1.7.3.tar.gz) = 816455
+SHA256 (nginx-1.7.4.tar.gz) = 935c5a5f35d8691d73d3477db2f936b2bbd3ee73668702af3f61b810587fbf68
+SIZE (nginx-1.7.4.tar.gz) = 817174
 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?53e66899.2b3e.496fb1fd>