nginxtra 1.4.3.9 → 1.4.4.9
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/bin/nginxtra +1 -1
- data/bin/nginxtra_rails +1 -1
- data/lib/nginxtra/version.rb +1 -1
- data/vendor/nginx/CHANGES +8 -0
- data/vendor/nginx/CHANGES.ru +8 -0
- data/vendor/nginx/src/core/nginx.h +2 -2
- data/vendor/nginx/src/http/ngx_http_parse.c +2 -0
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: e1593ffeccbe522ab4d9a3f44489adaa158cbe9d
|
|
4
|
+
data.tar.gz: eb15917c3201fb99073d79e2073ad522b2b74679
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 67043314e52762e016640ae83c238017d51ba48cfc6cf53e517ea6c413cce9de17edfa0bcbe4ff366913dafc9f751c47bb02c1effbb35ab04c1b3907ec351d77
|
|
7
|
+
data.tar.gz: 5100c75a0437abdfa52628b49c944c3d450bf3d7db572817843fccea9b3ea85ac696655c92a0a1b4c52b279b4033ea78f9726c8bdc24a17ee2f0b309d9d27a2c
|
data/bin/nginxtra
CHANGED
data/bin/nginxtra_rails
CHANGED
data/lib/nginxtra/version.rb
CHANGED
data/vendor/nginx/CHANGES
CHANGED
|
@@ -1,4 +1,12 @@
|
|
|
1
1
|
|
|
2
|
+
Changes with nginx 1.4.4 19 Nov 2013
|
|
3
|
+
|
|
4
|
+
*) Security: a character following an unescaped space in a request line
|
|
5
|
+
was handled incorrectly (CVE-2013-4547); the bug had appeared in
|
|
6
|
+
0.8.41.
|
|
7
|
+
Thanks to Ivan Fratric of the Google Security Team.
|
|
8
|
+
|
|
9
|
+
|
|
2
10
|
Changes with nginx 1.4.3 08 Oct 2013
|
|
3
11
|
|
|
4
12
|
*) Bugfix: a segmentation fault might occur in a worker process if the
|
data/vendor/nginx/CHANGES.ru
CHANGED
|
@@ -1,4 +1,12 @@
|
|
|
1
1
|
|
|
2
|
+
Изменения в nginx 1.4.4 19.11.2013
|
|
3
|
+
|
|
4
|
+
*) Безопасность: символ, следующий за незакодированным пробелом в строке
|
|
5
|
+
запроса, обрабатывался неправильно (CVE-2013-4547); ошибка появилась
|
|
6
|
+
в 0.8.41.
|
|
7
|
+
Спасибо Ivan Fratric из Google Security Team.
|
|
8
|
+
|
|
9
|
+
|
|
2
10
|
Изменения в nginx 1.4.3 08.10.2013
|
|
3
11
|
|
|
4
12
|
*) Исправление: в рабочем процессе мог произойти segmentation fault,
|
|
@@ -614,6 +614,7 @@ ngx_http_parse_request_line(ngx_http_request_t *r, ngx_buf_t *b)
|
|
|
614
614
|
default:
|
|
615
615
|
r->space_in_uri = 1;
|
|
616
616
|
state = sw_check_uri;
|
|
617
|
+
p--;
|
|
617
618
|
break;
|
|
618
619
|
}
|
|
619
620
|
break;
|
|
@@ -667,6 +668,7 @@ ngx_http_parse_request_line(ngx_http_request_t *r, ngx_buf_t *b)
|
|
|
667
668
|
default:
|
|
668
669
|
r->space_in_uri = 1;
|
|
669
670
|
state = sw_uri;
|
|
671
|
+
p--;
|
|
670
672
|
break;
|
|
671
673
|
}
|
|
672
674
|
break;
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: nginxtra
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.4.
|
|
4
|
+
version: 1.4.4.9
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Mike Virata-Stone
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2013-
|
|
11
|
+
date: 2013-11-19 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: thor
|