diff --git a/python-tornado.changes b/python-tornado.changes index b727680..867e1e8 100644 --- a/python-tornado.changes +++ b/python-tornado.changes @@ -1,3 +1,16 @@ +------------------------------------------------------------------- +Tue Apr 24 11:01:28 UTC 2012 - alexandre@exatati.com.br + +- Update to 2.2.1: + - tornado.web.RequestHandler.set_header now properly sanitizes + input values to protect against header injection, response + splitting, etc. (it has always attempted to do this, but the + check was incorrect). Note that redirects, the most likely + source of such bugs, are protected by a separate check in + RequestHandler.redirect. + - Colored logging configuration in tornado.options is compatible + with Python 3.2.3 (and 3.3). + ------------------------------------------------------------------- Wed Mar 21 18:51:00 UTC 2012 - saschpe@gmx.de diff --git a/python-tornado.spec b/python-tornado.spec index fbdb253..95ac3bd 100644 --- a/python-tornado.spec +++ b/python-tornado.spec @@ -11,19 +11,19 @@ # case the license is the MIT License). An "Open Source License" is a # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. - +# # Please submit bugfixes or comments via http://bugs.opensuse.org/ # Name: python-tornado -Version: 2.2 +Version: 2.2.1 Release: 0 Url: http://www.tornadoweb.org Summary: Open source version of scalable, non-blocking web server that power FriendFeed License: Apache-2.0 Group: Development/Languages/Python -Source: http://github.com/downloads/facebook/tornado/tornado-%{version}.tar.gz +Source: tornado-%{version}.tar.bz2 BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: python-devel Requires: python-pycurl diff --git a/tornado-2.2.1.tar.bz2 b/tornado-2.2.1.tar.bz2 new file mode 100644 index 0000000..55dd1fb --- /dev/null +++ b/tornado-2.2.1.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e146a1b6b743012a2bb0febe1e874b2a51cf0927d05701a4c4a4132b84930a2c +size 285828 diff --git a/tornado-2.2.tar.gz b/tornado-2.2.tar.gz deleted file mode 100644 index 758acb0..0000000 --- a/tornado-2.2.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:246f9c7cd476fc17a09c86cbcbab2350353dc0c6d9220e1acc8814186a1a0466 -size 330317