-
python2.7 (2.7.1-5ubuntu2.2) natty-security; urgency=low
* SECURITY UPDATE: fix hash randomization DoS
- debian/patches/CVE-2012-1150.diff: add -R command-line option and
PYTHONHASHSEED environment variable, to provide an opt-in way to protect
against denial of service attacks due to hash collisions within the dict
and set types.
- CVE-2012-1150
* SECURITY UPDATE: xmlrpc: Fix an endless loop in SimpleXMLRPCServer upon
malformed POST request
- debian/patches/CVE-2012-0845.diff: break if don't receive EOF in
Lib/SimpleXMLRPCServer.py
- CVE-2012-0845
* SECURITY UPDATE: update urllib and urllib2 for invalid redirections
- debian/patches/CVE-2011-1521.diff: only process Location headers for
http, https, and ftp
- http://bugs.python.org/issue11662
- CVE-2011-1521
* SECURITY UPDATE: fix XSS in SimpleHTTPServer
- debian/patches/CVE-2011-4940.diff: add a charset parameter to the
Content-type
- CVE-2011-4940
* SECURE UPDATE: http://bugs.python.org/issue13512
- debian/patches/CVE-2011-4944.diff: create ~/.pypirc securely
- CVE-2011-4944
-- Jamie Strandboge <email address hidden> Thu, 27 Sep 2012 15:38:07 -0500
-
python2.7 (2.7.1-5ubuntu2) natty; urgency=low
* Force linking the curses module against libncursesw.
-- Matthias Klose <email address hidden> Mon, 11 Apr 2011 11:54:52 +0200
-
python2.7 (2.7.1-5ubuntu1) natty; urgency=low
* debian/patches/deb-setup.diff: DEB_GNU_TYPE was never being set, so
the expected multiarch path support wasn't working. Consolidate to
a single call to dpkg-architecture -qDEB_HOST_MULTIARCH in setup.py.
LP: #738213.
-- Steve Langasek <email address hidden> Wed, 23 Mar 2011 15:02:47 -0700
-
python2.7 (2.7.1-5) experimental; urgency=low
* Update to 20110224, taken from the 2.7 branch.
* Update patches.
* Re-enable profile guided build.
python2.7 (2.7.1-4) experimental; urgency=low
* Update to 20110119, taken from the 2.7 branch.
-- Matthias Klose <email address hidden> Thu, 24 Feb 2011 14:42:25 +0000
-
python2.7 (2.7.1-3) experimental; urgency=low
* Do not run test_multiprocessing when running the testsuite.
Fails on armel and powerpc on some buildds.
-- Matthias Klose <email address hidden> Fri, 24 Dec 2010 09:51:23 +0000
-
python2.7 (2.7.1-2) experimental; urgency=low
* Update to 20101222, taken from the 2.7 branch.
* Re-enable the distutils-sysconfig.diff patch, apparently
lost when updating the patches for 2.7.
* Disable the profiled builds on all architectures.
-- Matthias Klose <email address hidden> Thu, 23 Dec 2010 12:28:55 +0000
-
python2.7 (2.7.1-1ubuntu4) natty; urgency=low
* python2.7-minimal: Really remove break on python-minimal (<< 2.7.1~).
-- Matthias Klose <email address hidden> Tue, 14 Dec 2010 20:25:34 +0100
-
python2.7 (2.7.1-1ubuntu3) natty; urgency=low
* python2.7-minimal: Remove break on python-minimal (<< 2.7.1~).
-- Matthias Klose <email address hidden> Tue, 14 Dec 2010 17:52:52 +0100
-
python2.7 (2.7.1-1ubuntu2) natty; urgency=low
* python2.7-minimal: Add break on python-minimal (<< 2.7.1~).
LP: #689615.
-- Matthias Klose <email address hidden> Mon, 13 Dec 2010 19:17:03 +0100
-
python2.7 (2.7.1-1ubuntu1) natty; urgency=low
* Raise the package priorities, now the default version.
-- Matthias Klose <email address hidden> Fri, 10 Dec 2010 15:42:20 +0100
-
python2.7 (2.7.1-1) experimental; urgency=low
* Python 2.7.1 release.
-- Matthias Klose <email address hidden> Sun, 28 Nov 2010 16:57:46 +0000
-
python2.7 (2.7.1~rc1-2) experimental; urgency=low
* Move the pyconfig.h file into the -min package, required by sysconfig.
Closes: #603237.
python2.7 (2.7.1~rc1-1) experimental; urgency=low
* Python 2.7.1 release candidate 1.
* Move the Makefile into the -min package, required by sysconfig.
Closes: #603237.
-- Matthias Klose <email address hidden> Sun, 14 Nov 2010 20:44:57 +0000
-
python2.7 (2.7-9ubuntu2) natty; urgency=low
* Correct il-considered attempt to disable the already disabled profiled
build for powerpc in the last upload
* Disable threading test on powerpc for buildd builds only since it passes on
non-buildd builds and appears to be a false positive
-- Scott Kitterman <email address hidden> Mon, 01 Nov 2010 09:14:22 -0400
-
python2.7 (2.7-9ubuntu1) natty; urgency=low
* Disable profiled build on powerpc
-- Scott Kitterman <email address hidden> Fri, 22 Oct 2010 10:01:45 -0400
-
python2.7 (2.7-9) experimental; urgency=low
* Update to 20101016, taken from the 2.7 branch.
python2.7 (2.7-8) experimental; urgency=low
* Disabled the profiled build on armel.
python2.7 (2.7-7) experimental; urgency=low
* Update to 20100922, taken from the 2.7 branch.
* Update GNU/Hurd patches (Pino Toscano). Closes: #597419.
-- Matthias Klose <email address hidden> Mon, 18 Oct 2010 16:33:45 +0000
-
python2.7 (2.7-6) experimental; urgency=low
* Update to 20100915, taken from the 2.7 branch.
- Fix issue #9729, Unconnected SSLSocket.{send,recv} raises TypeError
(Andrew Bennetts). LP: #637821.
* Add copyright information for expat, libffi and zlib. Addresses: #596276.
* Apply proposed fix for issue 9054, configure --with-system-expat.
* Provide Lib/plat-gnukfreebsd[78] (Jakub Wilk). Addresses: #593818.
python2.7 (2.7-5) experimental; urgency=low
* Update to 20100829, taken from the 2.7 branch.
* Don't configure --with-system-expat, segfaults the interpreter in the
testsuite.
* Disable more tests on hppa and hurd-i386, which fail on the buildds.
-- Matthias Klose <email address hidden> Wed, 15 Sep 2010 17:40:10 +0000