Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 26 Mar 2013 14:29:11 +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: r315301 - head/www/nginx-devel
Message-ID:  <201303261429.r2QETB2w086830@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: osa
Date: Tue Mar 26 14:29:10 2013
New Revision: 315301
URL: http://svnweb.freebsd.org/changeset/ports/315301

Log:
  Update from 1.3.14 to 1.3.15.
  Remove SPDY patch, it has been incorporated into upstream.
  
  <ChangeLog>
  
  *) Change: opening and closing a connection without sending any data in
     it is no longer logged to access_log with error code 400.
  
  *) Feature: the ngx_http_spdy_module.
     Thanks to Automattic for sponsoring this work.
  
  *) Feature: the "limit_req_status" and "limit_conn_status" directives.
     Thanks to Nick Marden.
  
  *) Feature: the "image_filter_interlace" directive.
     Thanks to Ian Babrou.
  
  *) Feature: $connections_waiting variable in the
     ngx_http_stub_status_module.
  
  *) Feature: the mail proxy module now supports IPv6 backends.
  
  *) Bugfix: request body might be transmitted incorrectly when retrying a
     request to the next upstream server; the bug had appeared in 1.3.9.
     Thanks to Piotr Sikora.
  
  *) Bugfix: in the "client_body_in_file_only" directive; the bug had
     appeared in 1.3.9.
  
  *) Bugfix: responses might hang if subrequests were used and a DNS error
     happened during subrequest processing.
     Thanks to Lanshun Zhou.
  
  *) Bugfix: in backend usage accounting.
  
  </ChangeLog>

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

Modified: head/www/nginx-devel/Makefile
==============================================================================
--- head/www/nginx-devel/Makefile	Tue Mar 26 14:27:33 2013	(r315300)
+++ head/www/nginx-devel/Makefile	Tue Mar 26 14:29:10 2013	(r315301)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	nginx
-PORTVERSION=	1.3.14
+PORTVERSION=	1.3.15
 CATEGORIES=	www
 MASTER_SITES=	http://nginx.org/download/
 MASTER_SITES+=	${MASTER_SITE_LOCAL}
@@ -784,10 +784,6 @@ CONFIGURE_ARGS+=--add-module=${WRKDIR}/a
 .if ${PORT_OPTIONS:MSPDY}
 USE_OPENSSL_PORT=	yes
 USE_HTTP_SSL=	yes
-NGINX_SPDY_VERSION=	69
-PATCH_SITES=	http://nginx.org/patches/spdy/:spdy
-PATCHFILES=	patch.spdy-${NGINX_SPDY_VERSION}_${PORTVERSION}.txt:spdy
-PATCH_DIST_STRIP=	-p1
 CONFIGURE_ARGS+=--with-http_spdy_module
 .endif
 

Modified: head/www/nginx-devel/distinfo
==============================================================================
--- head/www/nginx-devel/distinfo	Tue Mar 26 14:27:33 2013	(r315300)
+++ head/www/nginx-devel/distinfo	Tue Mar 26 14:29:10 2013	(r315301)
@@ -1,5 +1,5 @@
-SHA256 (nginx-1.3.14.tar.gz) = b7ea92ac5e3d716c1b43b927547d3a89b0e35e3a6edecad64cf1914f82494950
-SIZE (nginx-1.3.14.tar.gz) = 749457
+SHA256 (nginx-1.3.15.tar.gz) = 3267574f007cba5d947ad04d2aebd45ffec06565d019791bc536229bbc6d3b84
+SIZE (nginx-1.3.15.tar.gz) = 772759
 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
@@ -108,5 +108,3 @@ SHA256 (calio-form-input-nginx-module-v0
 SIZE (calio-form-input-nginx-module-v0.07-0-g78de845.tar.gz) = 10580
 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-69_1.3.14.txt) = b54df75ab5b4e0c74723f453e5a51822f41fbf58ef8f2fd90ac897fb7d63c2cb
-SIZE (patch.spdy-69_1.3.14.txt) = 169749



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