Resolve CVE-2011-431

This commit is contained in:
Affix 2011-11-17 17:16:52 +00:00
parent e99af5f24e
commit cc11b87fcb
3 changed files with 7 additions and 2 deletions

1
.gitignore vendored
View File

@ -8,3 +8,4 @@ x86_64/
/nginx-1.0.0.tar.gz
/nginx-1.0.5.tar.gz
/nginx-1.0.8.tar.gz
/nginx-1.0.10.tar.gz

View File

@ -8,7 +8,7 @@
%define nginx_webroot %{nginx_datadir}/html
Name: nginx
Version: 1.0.8
Version: 1.0.10
Release: 1%{?dist}
Summary: Robust, small and high performance HTTP and reverse proxy server
Group: System Environment/Daemons
@ -191,6 +191,10 @@ fi
%changelog
* Thu Nov 17 2011 Keiran "Affix" Smith <fedora@affix.me> - 1.0.10-1
- Bugfix: a segmentation fault might occur in a worker process if resolver got a big DNS response. Thanks to Ben Hawkes.
- Bugfix: in cache key calculation if internal MD5 implementation wasused; the bug had appeared in 1.0.4.
- Bugfix: the module ngx_http_mp4_module sent incorrect "Content-Length" response header line if the "start" argument was used. Thanks to Piotr Sikora.
* Thu Oct 27 2011 Keiran "Affix" Smith <fedora@affix.me> - 1.0.8-1
- Update to new 1.0.8 stable release

View File

@ -1 +1 @@
1049e5fc6e80339f6ba8668fadfb75f9 nginx-1.0.8.tar.gz
930b297b00fa1018fb0a1dd3e6b7e17e nginx-1.0.10.tar.gz