svn commit: r313456 - head/www/nginx-devel
Sergey A. Osokin
osa at FreeBSD.org
Tue Mar 5 15:49:44 UTC 2013
Author: osa
Date: Tue Mar 5 15:49:43 2013
New Revision: 313456
URL: http://svnweb.freebsd.org/changeset/ports/313456
Log:
Update from 1.3.13 to 1.3.14.
Update SPDY patch from version 65 to 66.
<ChangeLog>
*) Feature: $connections_active, $connections_reading, and
$connections_writing variables in the ngx_http_stub_status_module.
*) Feature: support of WebSocket connections in the
ngx_http_uwsgi_module and ngx_http_scgi_module.
*) Bugfix: in virtual servers handling with SNI.
*) Bugfix: new sessions were not always stored if the "ssl_session_cache
shared" directive was used and there was no free space in shared
memory.
Thanks to Piotr Sikora.
*) Bugfix: multiple X-Forwarded-For headers were handled incorrectly.
Thanks to Neal Poole for sponsoring this work.
*) Bugfix: in the ngx_http_mp4_module.
Thanks to Gernot Vormayr.
</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 5 15:31:39 2013 (r313455)
+++ head/www/nginx-devel/Makefile Tue Mar 5 15:49:43 2013 (r313456)
@@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= nginx
-PORTVERSION= 1.3.13
+PORTVERSION= 1.3.14
CATEGORIES= www
MASTER_SITES= http://nginx.org/download/
MASTER_SITES+= ${MASTER_SITE_LOCAL}
@@ -786,7 +786,7 @@ CONFIGURE_ARGS+=--add-module=${WRKDIR}/a
.if ${PORT_OPTIONS:MSPDY}
USE_OPENSSL_PORT= yes
USE_HTTP_SSL= yes
-NGINX_SPDY_VERSION= 65
+NGINX_SPDY_VERSION= 66
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 Mar 5 15:31:39 2013 (r313455)
+++ head/www/nginx-devel/distinfo Tue Mar 5 15:49:43 2013 (r313456)
@@ -1,5 +1,5 @@
-SHA256 (nginx-1.3.13.tar.gz) = 2136d5ffa3180632fb051ab4df12fcd93bcddb59d53814e9c60aca1d90dc62b1
-SIZE (nginx-1.3.13.tar.gz) = 747470
+SHA256 (nginx-1.3.14.tar.gz) = b7ea92ac5e3d716c1b43b927547d3a89b0e35e3a6edecad64cf1914f82494950
+SIZE (nginx-1.3.14.tar.gz) = 749457
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,5 @@ 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-65_1.3.13.txt) = e51c998e70f9033e326e859151428894c5cd8f529a7054d055445265aba93349
-SIZE (patch.spdy-65_1.3.13.txt) = 231773
+SHA256 (patch.spdy-66_1.3.14.txt) = 6cdaa2758ccce6ca8f7d92e79038f1b42b69000171f53516ae896720bb967d24
+SIZE (patch.spdy-66_1.3.14.txt) = 169202
More information about the svn-ports-head
mailing list