Updated to nginx 1.9.5
Changes from 1.9.4 *) Feature: the ngx_http_v2_module (replaces ngx_http_spdy_module). Thanks to Dropbox and Automattic for sponsoring this work. *) Change: now the "output_buffers" directive uses two buffers by default. *) Change: now nginx limits subrequests recursion, not simultaneous subrequests. *) Change: now nginx checks the whole cache key when returning a response from cache. Thanks to Gena Makhomed and Sergey Brester. *) Bugfix: "header already sent" alerts might appear in logs when using cache; the bug had appeared in 1.7.5. *) Bugfix: "writev() failed (4: Interrupted system call)" errors might appear in logs when using CephFS and the "timer_resolution" directive on Linux. *) Bugfix: in invalid configurations handling. Thanks to Markus Linnala. *) Bugfix: a segmentation fault occurred in a worker process if the "sub_filter" directive was used at http level; the bug had appeared in 1.9.4. Updated naxsi to 0.54 From 0.53-2 "AppleJack": * increased PCRE output vector from 6 to 30 (from 2 match groups to 10) * removed negative rule on content-types (naxsi_core.rules) as naxsi supports json * Fixed broken EXLOG on |NAME match zones (issues/110) * Integrated libinjection (xss/sqli)
This commit is contained in:
parent
c81704420c
commit
902c0e422d
2 changed files with 10 additions and 9 deletions
|
@ -1,6 +1,7 @@
|
|||
# $NetBSD: Makefile,v 1.16 2015/09/03 09:15:18 fhajny Exp $
|
||||
# $NetBSD: Makefile,v 1.17 2015/09/29 13:50:46 imil Exp $
|
||||
|
||||
DISTNAME= nginx-1.9.4
|
||||
DISTNAME= nginx-1.9.5
|
||||
MAINTAINER= imil@NetBSD.org
|
||||
NGINX_HTTP_V2= yes
|
||||
|
||||
.include "../../www/nginx/Makefile.common"
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
$NetBSD: distinfo,v 1.15 2015/09/24 06:13:50 wiz Exp $
|
||||
$NetBSD: distinfo,v 1.16 2015/09/29 13:50:46 imil Exp $
|
||||
|
||||
SHA1 (array-var-nginx-module-0.03.tar.gz) = b2666aa3c092060fcd3931a6d45798a5745c1ad6
|
||||
RMD160 (array-var-nginx-module-0.03.tar.gz) = 171c2d9bd02d7a7ede9f87ab348ef035cea14aec
|
||||
|
@ -18,12 +18,12 @@ Size (headers-more-nginx-module-0.25.tar.gz) = 27973 bytes
|
|||
SHA1 (lua-nginx-module-0.9.5.tar.gz) = c9c752461f407ccae40870d4cabfbf2bd8c81bac
|
||||
RMD160 (lua-nginx-module-0.9.5.tar.gz) = 180331a69680278bac26f0a9ccd0de52fd88a7ea
|
||||
Size (lua-nginx-module-0.9.5.tar.gz) = 476124 bytes
|
||||
SHA1 (naxsi-0.53-2.tar.gz) = e29101b3193f434e4ec503671c41d0bacc64ff39
|
||||
RMD160 (naxsi-0.53-2.tar.gz) = 198ff9d2faf55ce3ed72332615f9e555e3afc155
|
||||
Size (naxsi-0.53-2.tar.gz) = 165690 bytes
|
||||
SHA1 (nginx-1.9.4.tar.gz) = 51ed79d79572be63fc683cfeb300b6cf525336d2
|
||||
RMD160 (nginx-1.9.4.tar.gz) = fca0f38bc8d0e915d1b53c30099ed4b68093c8ea
|
||||
Size (nginx-1.9.4.tar.gz) = 866423 bytes
|
||||
SHA1 (naxsi-0.54.tar.gz) = d5db25db19a564358af7763d4935e978d05bf6f5
|
||||
RMD160 (naxsi-0.54.tar.gz) = 094b09c198cf690ec24b3e9d3763647e06ebee64
|
||||
Size (naxsi-0.54.tar.gz) = 163809 bytes
|
||||
SHA1 (nginx-1.9.5.tar.gz) = 669f1653f539358ad1d1b8281041f962597ec637
|
||||
RMD160 (nginx-1.9.5.tar.gz) = a186f01bb27a7164b2d2ab5cb20d9f2dbf39f3db
|
||||
Size (nginx-1.9.5.tar.gz) = 884023 bytes
|
||||
SHA1 (nginx_http_push_module-0.692.tar.gz) = 72103084cad8f4d3d9a49a6b04cf780e4541605d
|
||||
RMD160 (nginx_http_push_module-0.692.tar.gz) = 9d2be16074cf28115af0f1d8f3646937cda649ad
|
||||
Size (nginx_http_push_module-0.692.tar.gz) = 29119 bytes
|
||||
|
|
Loading…
Reference in a new issue