Changelog for
python-base-32bit-2.6.2-6.9.2.x86_64.rpm :
Mon May 2 14:00:00 2011 jmatejekAATTnovell.com
- fixed a security flaw where malicious sites could redirect
Python application from http to a local file
(CVE-2011-1521, bnc#682554)
Thu Mar 17 13:00:00 2011 jmatejekAATTnovell.com
- fixed information disclosure in CGIHTTPServer (CVE-2011-1015,
bnc#674646)
- fixed race condition in Makefile which randomly failed
parallel builds ( http://bugs.python.org/issue10013 )
Wed Oct 27 14:00:00 2010 jmatejekAATTnovell.com
- fixed smtpd.py DoS vulnerability (CVE-2010-3493, bnc#638233)
- fixed various vulnerabilities in audioop, tracked in
bnc#603255 and bnc#609761
Wed Jun 16 14:00:00 2010 matejcikAATTsuse.cz
- added a bunch of EINTR retry wrappers
(bnc#612305, SWAMPID 33932)
Fri Mar 26 13:00:00 2010 matejcikAATTsuse.cz
- fixed expat\'s CVE-2009-3560 and CVE-2009-3720 (bnc#581765,
SWAMPID 31364)
* this replaces the original \"python-2.6.2-expat\" patch with
\"expat-CVE-2009-3720\" for clarity. contents of patch are the same,
except for missing python testcase
- refreshed a couple of patches to apply with fuzz=0
Fri Sep 4 14:00:00 2009 matejcikAATTsuse.cz
- fixed potential DoS in python\'s copy of expat (bnc#534721)
Sun Aug 2 14:00:00 2009 jansimon.moellerAATTopensuse.org
- fix files section for ARM, as bz2.so isn\'t built on ARM.
Fri Jul 31 14:00:00 2009 matejcikAATTsuse.cz
- added /usr/lib/python2.6{,/site-packages} to the package even if
it is on lib64 arch
- added %python_sitelib and %python_sitearch for fedora compatibility
Thu Jul 30 14:00:00 2009 matejcikAATTsuse.cz
- fixed test in test_distutils suite that would generate a warning
when the log threshold was set too low by preceding tests
Wed Jul 29 14:00:00 2009 matejcikAATTsuse.cz
- support noarch python packages (modified multilib patch
to differentiate between purelib and platlib, added /usr/lib
to search path in all cases
Thu Jul 16 14:00:00 2009 cooloAATTnovell.com
- disable as-needed to fix build
Mon Apr 27 14:00:00 2009 matejcikAATTsuse.cz
- update to 2.6.2
* bugfix-only release for 2.6 series
Fri Feb 6 13:00:00 2009 matejcikAATTsuse.cz
- excluded pyconfig.h and Makefile and Setup from -devel subpackage
to prevent file conflicts of python-base and python-devel
Thu Jan 15 13:00:00 2009 matejcikAATTsuse.cz
- fixed gettext.py problem with empty plurals line (bnc#462375)
Wed Jan 7 13:00:00 2009 olhAATTsuse.de
- obsolete old -XXbit packages (bnc#437293)
Mon Dec 15 13:00:00 2008 matejcikAATTsuse.cz
- removed bsddb directory from python-base, reenabled in python
Mon Oct 20 14:00:00 2008 matejcikAATTsuse.cz
- added libpython and python-base to baselibs.conf (bnc#432677)
- disabled test_smtplib for ia64 so that the package actually
gets built (bnc#436966)
Thu Oct 9 14:00:00 2008 matejcikAATTsuse.cz
- update to 2.6 final (version name is 2.6.0 to make upgrade from
2.6rc2 possible)
- replaced site.py hack with a .pth file to do the same thing
(cleaner solution that doesn\'t mess up documented behavior
and also fixes virtualenv, bnc#430761)
- enabled profile optimized build
- fixed %py_requires macro (bnc#346490)
- provide %name = 2.6
Fri Sep 19 14:00:00 2008 matejcikAATTsuse.cz
- moved tests to %check section
- update to 2.6rc2
- included patch for https proxy support that resolves bnc#214983
(in a proper way) and bnc#298378
Wed Sep 17 14:00:00 2008 matejcikAATTsuse.cz
- included /etc/rpm/macros.python to fix the split-caused breakage
Tue Sep 16 14:00:00 2008 matejcikAATTsuse.cz
- applied bug-no-proxy patch from python#3879, which should improve
backwards compatibility (important i.e. for bzr)
- moved python-xml to a subpackage of this (brings no additional
dependencies, so it can as well stay)
- moved Makefile and pyconfig.h to python-base, removing the need
to have python-devel for installation
- improved compatibility with older distros for 11.0
- moved ssl.py and sqlite3 module to python package - they won\'t work
without their respective binary modules anyway
Mon Sep 15 14:00:00 2008 matejcikAATTsuse.cz
- updated to 2.6rc1 - bugfix-only pre-stable release
- renamed python-base-devel to python-devel as it should be
- removed macros from libpython package name
Fri Sep 12 14:00:00 2008 matejcikAATTsuse.cz
- moved python-devel to a subpackage of this
- created libpython subpackage
- moved essential files from -devel to -base, so that distutils
should now be able to install without -devel package
Tue Sep 9 14:00:00 2008 matejcikAATTsuse.cz
- initial release of python-base