diff options
author | osa <osa@FreeBSD.org> | 2013-03-05 23:49:43 +0800 |
---|---|---|
committer | osa <osa@FreeBSD.org> | 2013-03-05 23:49:43 +0800 |
commit | c19efda045763a3baa180e7b50074ec5bd0c4940 (patch) | |
tree | 1b94fbf86c78a33f35dd57151883ceea29d67070 /www | |
parent | 8b082f6978ec1f64a8741a9fe627a5471e6d728a (diff) | |
download | freebsd-ports-gnome-c19efda045763a3baa180e7b50074ec5bd0c4940.tar.gz freebsd-ports-gnome-c19efda045763a3baa180e7b50074ec5bd0c4940.tar.zst freebsd-ports-gnome-c19efda045763a3baa180e7b50074ec5bd0c4940.zip |
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>
Diffstat (limited to 'www')
-rw-r--r-- | www/nginx-devel/Makefile | 4 | ||||
-rw-r--r-- | www/nginx-devel/distinfo | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/www/nginx-devel/Makefile b/www/nginx-devel/Makefile index 477946c7ff8c..00c161ee5555 100644 --- a/www/nginx-devel/Makefile +++ b/www/nginx-devel/Makefile @@ -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}/agentzh-xss-nginx-module-${GIT_XSS_VERSIO .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 diff --git a/www/nginx-devel/distinfo b/www/nginx-devel/distinfo index f8052bb81939..3a06a20a4dad 100644 --- a/www/nginx-devel/distinfo +++ b/www/nginx-devel/distinfo @@ -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.07-0-g78de845.tar.gz) = d5b2c42a3b9fd29 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 |