Changelog for
python-devel-2.7-8.48.1.i586.rpm :
* Fri Sep 13 2013 lijewski.stefanAATTgmail.com- handle NULL bytes in certain fields of SSL certificates (CVE-2013-4238, bnc#834601, CVE-2013-4238_py27.patch)- added pre_checkin.sh script to ensure correct patches in python,python-base and python-doc
* Wed Mar 28 2012 jmatejekAATTsuse.com- fix for XMLRPC Server DoS (CVE-2012-0845, bnc#747125)- fix for hash randomization issues (CVE-2012-1150, bnc#751718)- fix for insecure creation of .pypirc (CVE-2011-4944, bnc#754447)
* Thu Feb 23 2012 jcnengelAATTgooglemail.com- Fix regression in acceptance of unicode strings in add_option calls (http://bugs.python.org/issue9161)
* Thu Jan 12 2012 toddrme2178AATTgmail.com- Exclude /usr/bin/2to3 script to avoid conflicts with python3-2to3 (bnc#739536)
* Mon May 02 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)- fixed race condition in Makefile which randomly failed parallel builds ( http://bugs.python.org/issue10013 )
* Thu Feb 17 2011 pthAATTsuse.de- Prefix DATE and TIME with PY_BUILD_ and COMPILER with PYTHON_ as to not break external code (bnc#673071).
* Mon Jan 17 2011 cooloAATTnovell.com- provide pyxml to avoid touching tons of packages
* Thu Nov 18 2010 cooloAATTnovell.com- add patch from http://psf.upfronthosting.co.za/roundup/tracker/issue9960 to fix build on ppc64
* Fri Oct 01 2010 jmatejekAATTnovell.com- moved unittest to python-base (it is a testing framework, not a testsuite, so it clearly belongs into stdlib)- fixed smtpd.py DoS (bnc#638233, CVE probably not assigned)
* Tue Sep 21 2010 cooloAATTnovell.com- fix baselibs.conf
* Thu Aug 26 2010 suse-tuxAATTgmx.de- fix for urllib2 (http://bugs.python.org/issue9639)
* Thu Aug 26 2010 jmatejekAATTnovell.com- fixed distutils test- dropped autoconf version requirement (it builds just fine with other versions)
* Thu Aug 26 2010 jmatejekAATTnovell.com- update to version 2.7
* improved handling of numeric types
* deprecation warnings are now silent by default
* new argparse module for command line arguments
* many new features, see http://docs.python.org/dev/whatsnew/2.7.html for complete list
*
*
* 2.7 is supposed to be the last version from the 2.x series, so its (upstream) maintenance period will probably be longer than usual. However, upstream development now focuses on 3.x series.- cleaned up spec and patches
* Fri Jul 02 2010 jengelhAATTmedozas.de- add patch from http://bugs.python.org/issue6029- use %_smp_mflags
* Mon May 17 2010 matejcikAATTsuse.cz- dropped audioop.so because of security vulnerabilities (bnc#603255)
* Wed Apr 07 2010 matejcikAATTsuse.cz- update to 2.6.5 (rpm version 2.6.5)- patched test_distutils to work
* Thu Mar 11 2010 matejcikAATTsuse.cz- update to 2.6.5rc2 (rpm version is 2.6.4.92)
* bugfix-only release- removed fwrapv patch - no longer needed- removed expat patches (this version also fixes expat vulnerabilities from bnc#581765 )- removed readline spacing patch - no longer needed- removed https_proxy patch - no longer needed- removed test_distutils patch - no longer needed- disabled test_distutils because of spurious failure,
* TODO reenable at release
* Thu Feb 04 2010 matejcikAATTsuse.cz- removed precompiled exe files (as noted in bnc#577032)
* Fri Jan 29 2010 matejcikAATTsuse.cz- enabled ipv6 in configure (bnc#572673)
* Wed Dec 23 2009 ajAATTsuse.de- Apply patches with fuzz=0
* Mon Dec 14 2009 jengelhAATTmedozas.de- add baselibs.conf as source
* Wed Oct 28 2009 crrodriguezAATTopensuse.org- python-devel Requires glibc-devel
* Fri Sep 04 2009 matejcikAATTsuse.cz- fixed potential DoS in python\'s copy of expat (bnc#534721)
* Sun Aug 02 2009 jansimon.moellerAATTopensuse.org- fix files section for ARM, as bz2.so isn\'t built on ARM.
* Fri Jul 31 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 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 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 2009 cooloAATTnovell.com- disable as-needed to fix build
* Mon Apr 27 2009 matejcikAATTsuse.cz- update to 2.6.2
* bugfix-only release for 2.6 series