From 2a5f0d38436743f191a700e32b61c6ac5927b0654d948aeb6e2f00a313d827dc Mon Sep 17 00:00:00 2001 From: Alexandre Rogoski Date: Tue, 24 Apr 2012 11:07:52 +0000 Subject: [PATCH] - 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). OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-tornado?expand=0&rev=15 --- python-tornado.changes | 13 +++++++++++++ python-tornado.spec | 6 +++--- tornado-2.2.1.tar.bz2 | 3 +++ tornado-2.2.tar.gz | 3 --- 4 files changed, 19 insertions(+), 6 deletions(-) create mode 100644 tornado-2.2.1.tar.bz2 delete mode 100644 tornado-2.2.tar.gz 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