Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 5 Feb 2013 17:16:34 +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: r311724 - head/www/nginx-devel
Message-ID:  <201302051716.r15HGYGD061869@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: osa
Date: Tue Feb  5 17:16:33 2013
New Revision: 311724
URL: http://svnweb.freebsd.org/changeset/ports/311724

Log:
  Update from 1.3.11 to 1.3.12.
  Update SPDY patch from version 60 to 61.
  
  <ChangeLog>
  
  *) Feature: variables support in the "proxy_bind", "fastcgi_bind",
     "memcached_bind", "scgi_bind", and "uwsgi_bind" directives.
  
  *) Feature: the $pipe, $request_length, $time_iso8601, and $time_local
     variables can now be used not only in the "log_format" directive.
     Thanks to Kiril Kalchev.
  
  *) Feature: IPv6 support in the ngx_http_geoip_module.
     Thanks to Gregor Kaliе║nik.
  
  *) Bugfix: in the "proxy_method" directive.
  
  *) Bugfix: a segmentation fault might occur in a worker process if
     resolver was used with the poll method.
  
  *) Bugfix: nginx might hog CPU during SSL handshake with a backend if
     the select, poll, or /dev/poll methods were used.
  
  *) Bugfix: the "[crit] SSL_write() failed (SSL:)" error.
  
  *) Bugfix: in the "client_body_in_file_only" directive; the bug had
     appeared in 1.3.9.
  
  *) Bugfix: in the "fastcgi_keep_conn" directive.
  
  </ChangeLog>

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

Modified: head/www/nginx-devel/Makefile
==============================================================================
--- head/www/nginx-devel/Makefile	Tue Feb  5 16:40:35 2013	(r311723)
+++ head/www/nginx-devel/Makefile	Tue Feb  5 17:16:33 2013	(r311724)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	nginx
-PORTVERSION=	1.3.11
+PORTVERSION=	1.3.12
 CATEGORIES=	www
 MASTER_SITES=	http://nginx.org/download/
 MASTER_SITES+=	${MASTER_SITE_LOCAL}
@@ -768,7 +768,7 @@ CONFIGURE_ARGS+=--add-module=${WRKDIR}/a
 .if ${PORT_OPTIONS:MSPDY}
 USE_OPENSSL_PORT=	yes
 USE_HTTP_SSL=	yes
-NGINX_SPDY_VERSION=	60
+NGINX_SPDY_VERSION=	61
 PATCH_SITES=	http://nginx.org/patches/spdy/:spdy
 PATCHFILES=	patch.spdy-${NGINX_SPDY_VERSION}_${PORTVERSION}.txt:spdy
 PATCH_DIST_STRIP=	-p1

Modified: head/www/nginx-devel/distinfo
==============================================================================
--- head/www/nginx-devel/distinfo	Tue Feb  5 16:40:35 2013	(r311723)
+++ head/www/nginx-devel/distinfo	Tue Feb  5 17:16:33 2013	(r311724)
@@ -1,5 +1,5 @@
-SHA256 (nginx-1.3.11.tar.gz) = a3e0921e0021e7049dd0fd60206aa1725c24019ffc64eba162df3e35712ce07e
-SIZE (nginx-1.3.11.tar.gz) = 744064
+SHA256 (nginx-1.3.12.tar.gz) = 48fc903735d18268619e5786c7d4cbd9674b334dfd8caa56d3ecbed99505c736
+SIZE (nginx-1.3.12.tar.gz) = 745989
 SHA256 (giom-nginx_accept_language_module-02262ce.tar.gz) = 3191f4caa70d9a8942c4f10b6abaaa96af451991d4b5e1e3d7b991376b00bf0c
 SIZE (giom-nginx_accept_language_module-02262ce.tar.gz) = 3398
 SHA256 (nginx-accesskey-2.0.3.tar.gz) = d9e94321e78a02de16c57f3e048fd31059fd8116ed03d6de7180f435c52502b1
@@ -106,5 +106,5 @@ SHA256 (calio-form-input-nginx-module-v0
 SIZE (calio-form-input-nginx-module-v0.07rc5-0-gd41681d.tar.gz) = 11048
 SHA256 (calio-iconv-nginx-module-v0.10rc7-0-gabdac17.tar.gz) = bc35d461efccb29b7affda5a397d86d89f5c860fcd9d300ac2d6d7f7667c22b1
 SIZE (calio-iconv-nginx-module-v0.10rc7-0-gabdac17.tar.gz) = 12060
-SHA256 (patch.spdy-60_1.3.11.txt) = 12c67ddf43cb1b530d10a5a6523eab66ca3d8b709d372175e733766a8041025a
-SIZE (patch.spdy-60_1.3.11.txt) = 233548
+SHA256 (patch.spdy-61_1.3.12.txt) = 7e86839433c2250c8acddc46d3c0b353078d30d28aff8645b8150c90b1462207
+SIZE (patch.spdy-61_1.3.12.txt) = 228879



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201302051716.r15HGYGD061869>