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>
This commit is contained in:
parent
e9b2445a4c
commit
362875ec54
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=315301
2 changed files with 3 additions and 9 deletions
|
@ -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}/agentzh-xss-nginx-module-${GIT_XSS_VERSIO
|
|||
.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
|
||||
|
||||
|
|
|
@ -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.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-69_1.3.14.txt) = b54df75ab5b4e0c74723f453e5a51822f41fbf58ef8f2fd90ac897fb7d63c2cb
|
||||
SIZE (patch.spdy-69_1.3.14.txt) = 169749
|
||||
|
|
Loading…
Reference in a new issue