|
![](/images/spacer.gif) |
![](/images/spacer.gif) |
![](/images/spacer.gif) |
Changelog for python-debuginfo-2.3.4-14.10.el4.x86_64.rpm :
Fri Apr 15 00:00:00 2011 David Malcolm - add patch adapted from upstream (patch 208) to add support for building against system expat; add --with-system-expat to \"configure\" invocation; remove embedded copy of expat 1.95.7 from the source tree during \"prep\" - ensure pyexpat.so gets built by explicitly listing all C modules in the payload in %files, rather than using dynfiles Related: CVE-2009-3720 - fixes for other security bugs (patches 44, 45, 46, 47, 48) Resolves: CVE-2010-3493 Resolves: CVE-2011-1015 Resolves: CVE-2011-1521 Resolves: CVE-2010-1634 Resolves: CVE-2010-2089
Tue Jan 11 23:00:00 2011 David Malcolm - 2.3.4-14.9 - rgbimg module integer overflows (CVE-2010-1450) Resolves: rhbz#650936
Thu Oct 28 00:00:00 2010 David Malcolm - 2.3.4-14.8 - Backport fix for socket.htons on s390x from 2.4 (patch 37) - Resolves: rhbz#513341 - Backport fixes for grp.getgrgid (patch 38) and for pwd.getpwuid (patch 39) - Resolves: rhbz#497540 - Backport fixes to _strptime from 2.3.6 to 2.3.4 (patch40) - Resolves: rhbz#436001
Fri Jul 17 00:00:00 2009 Jan iankko Lieskovsky - 2.3.4-14.7.el4_8.2 - Fix all of the low priority security bugs: - Resolves: rhbz#486329 - Multiple integer overflows in python core (CVE-2008-2315) - Resolves: 455008 - PyString_FromStringAndSize does not check for negative size values (CVE-2008-1887) - Resolves: 443810 - Multiple integer overflows discovered by Google (CVE-2008-3143) - Resolves: 455013 - Multiple buffer overflows in unicode processing (CVE-2008-3142) - Resolves: 454990 - Potential integer underflow and overflow in the PyOS_vsnprintf C API function (CVE-2008-3144) - Resolves: 455018 - imageop module multiple integer overflows (CVE-2008-4864) - Resolves: 469656 - stringobject, unicodeobject integer overflows (CVE-2008-5031) - Resolves: 470915 - integer signedness error in the zlib extension module (CVE-2008-1721) - Resolves: 442005 - imageop module integer overflows (CVE-2008-1679) - CVE-2008-1679 patch is part of python-2.3.4-CVE-2008-4864-imageop-{1,2}.patch - Resolves: 441306
Mon Feb 18 23:00:00 2008 James Antill - 2.3.4-14.7 - Fix decompressing zip archives on 64bit - Resolves: rhbz#231286 - Fix symlink loops with os.path.realpath (#173891) - Resolves: rhbz#243909 - Related: 173891
Tue Nov 20 23:00:00 2007 James Antill - 2.3.4-14.6 - Fix possible integer overflow in image ops - Fix off by one strxfrm malloc - Fix pypcre bugs - Resolves: rhbz#392051
Tue Jan 9 23:00:00 2007 Jeremy Katz - 2.3.4-14.4 - Fix symlink loops with os.path.realpath (#173891)
Wed Sep 27 00:00:00 2006 Mihai Ibanescu - 2.3.4-14.3 - Fixed bug #208162 / CVE-2006-4980: repr unicode buffer overflow
Mon Feb 6 23:00:00 2006 Mihai Ibanescu 2.3.4-14.2 - Fixed bug #166335, CVE-2005-2491 - PCRE heap overflow
Wed Feb 2 23:00:00 2005 Mihai Ibanescu 2.3.4-14.1 - Fixed security issue in SimpleXMLRPCServer.py (#146649)
Thu Nov 4 23:00:00 2004 Mihai Ibanescu 2.3.4-14 - Fixed bugs #138110 #138112 (python overflows stack buffer) - SF bug 105470
Tue Nov 2 23:00:00 2004 Mihai Ibanescu 2.3.4-12 - Fixed bugs #131439 #136023 #137863 (.pyc/.pyo files had the buildroot added)
Wed Oct 27 00:00:00 2004 Mihai Ibanescu 2.3.4-11 - Fixed bug #136654 (python has sketchy audio clip)
Wed Sep 1 00:00:00 2004 Mihai Ibanescu 2.3.4-10 - Fixed bug #77418 (Demo dir not packaged) - More tweaking on #19347 (Moved Tools/ under /usr/lib/python2.3/Tools)
Sat Aug 14 00:00:00 2004 Mihai Ibanescu 2.3.4-8 - Fixed bug #129769: Makefile in new python conflicts with older version found in old python-devel - Reorganized the spec file to get rid of the aspython2 define; __python_ver is more powerful.
Wed Aug 4 00:00:00 2004 Mihai Ibanescu 2.3.4-7 - Including html documentation for non-i386 arches - Fixed #125362 (python-doc html files have japanese character encoding) - Fixed #128923 (missing dependency between python and python-devel)
Sat Jul 31 00:00:00 2004 Mihai Ibanescu 2.3.4-6 - Fixed #128030 (help() not printing anything) - Fixed #125472 (distutils.sysconfig.get_python_lib() not returning the right path on 64-bit systems) - Fixed #127357 (building python as a shared library) - Fixed #19347 (including the contents of Tools/scripts/ in python-tools)
Wed Jun 16 00:00:00 2004 Elliot Lee - rebuilt
Wed Jun 9 00:00:00 2004 Mihai Ibanescu 2.3.4-3 - Added an optik.py that provides the same interface from optparse for backward compatibility; obsoleting python-optik
Tue Jun 8 00:00:00 2004 Mihai Ibanescu 2.3.4-2 - Patched bdist_rpm to allow for builds of multiple binary rpms (bug #123598)
Sat Jun 5 00:00:00 2004 Mihai Ibanescu 2.3.4-1 - Updated to 2.3.4-1 with Robert Scheck\'s help (bug #124764) - Added BuildRequires: tix-devel (bug #124918)
Sat May 8 00:00:00 2004 Mihai Ibanescu 2.3.3-6 - Correct fix for #122304 from upstream: http://sourceforge.net/tracker/?func=detail&atid=105470&aid=931848&group_id=5470
Fri May 7 00:00:00 2004 Mihai Ibanescu 2.3.3-4 - Fix for bug #122304 : splitting the domain name fails on 64-bit arches - Fix for bug #120879 : including Makefile into the main package
- Requires XFree86-devel instead of -libs (see bug #118442)
Tue Mar 16 23:00:00 2004 Mihai Ibanescu 2.3.3-3 - Requires XFree86-devel instead of -libs (see bug #118442)
Tue Mar 2 23:00:00 2004 Elliot Lee - rebuilt
Fri Feb 13 23:00:00 2004 Elliot Lee - rebuilt
Fri Dec 19 23:00:00 2003 Jeff Johnson 2.3.3-1 - upgrade to 2.3.3.
Sat Dec 13 23:00:00 2003 Jeff Johnson 2.3.2-9 - rebuild against db-4.2.52.
Fri Dec 12 23:00:00 2003 Jeremy Katz 2.3.2-8 - more rebuilding for new tcl/tk
Wed Dec 3 23:00:00 2003 Jeff Johnson 2.3.2-7.1 - rebuild against db-4.2.42.
Fri Nov 28 23:00:00 2003 Mihai Ibanescu 2.3.2-7 - rebuilt against newer tcl/tk
Mon Nov 24 23:00:00 2003 Mihai Ibanescu 2.3.2-6 - added a Provides: python-abi
Wed Nov 12 23:00:00 2003 Mihai Ibanescu 2.3.2-5 - force CC (#109268)
Sun Nov 9 23:00:00 2003 Jeremy Katz 2.3.2-4 - cryptmodule still needs -lcrypt
Wed Nov 5 23:00:00 2003 Mihai Ibanescu 2.3.2-2 - Added patch for missing mkhowto
Fri Oct 17 00:00:00 2003 Mihai Ibanescu 2.3.2-1 - Updated to 2.3.2
Fri Sep 26 00:00:00 2003 Mihai Ibanescu 2.3.1-1 - 2.3.1 final
Wed Sep 24 00:00:00 2003 Mihai Ibanescu 2.3.1-0.8.RC1 - Building the python 2.3.1 release candidate - Updated the lib64 patch
Thu Jul 31 00:00:00 2003 Mihai Ibanescu 2.3-0.2 - Building python 2.3 - Added more BuildRequires - Updated the startup files for modulator and pynche; idle installs its own now.
Fri Jul 4 00:00:00 2003 Mihai Ibanescu 2.2.3-4 - Rebuilt against newer db4 packages (bug #98539)
Tue Jun 10 00:00:00 2003 Elliot Lee 2.2.3-3 - rebuilt
Sun Jun 8 00:00:00 2003 Mihai Ibanescu 2.2.3-2 - Rebuilt
Sat Jun 7 00:00:00 2003 Mihai Ibanescu 2.2.3-1 - Upgraded to 2.2.3
Thu Apr 3 00:00:00 2003 Mihai Ibanescu 2.2.2-28 - Rebuilt
Thu Apr 3 00:00:00 2003 Mihai Ibanescu 2.2.2-27 - Modified the ftpuri patch conforming to http://ietf.org/rfc/rfc1738.txt
Mon Feb 24 23:00:00 2003 Elliot Lee - rebuilt
Mon Feb 24 23:00:00 2003 Mihai Ibanescu 2.2.2-25 - Fixed bug #84886: pydoc dies when run w/o arguments - Fixed bug #84205: add python shm module back (used to be shipped with 1.5.2) - Fixed bug #84966: path in byte-compiled code still wrong
Thu Feb 20 23:00:00 2003 Jeremy Katz 2.2.2-23 - ftp uri\'s should be able to specify being rooted at the root instead of where you login via ftp (#84692)
Mon Feb 10 23:00:00 2003 Mihai Ibanescu 2.2.2-22 - Using newer Japanese codecs (1.4.9). Thanks to Peter Bowen for pointing this out.
Thu Feb 6 23:00:00 2003 Mihai Ibanescu 2.2.2-21 - Rebuild
Wed Feb 5 23:00:00 2003 Mihai Ibanescu 2.2.2-20 - Release number bumped really high: turning on UCS4 (ABI compatibility breakage)
Fri Jan 31 23:00:00 2003 Mihai Ibanescu 2.2.2-13 - Attempt to look both in /usr/lib64 and /usr/lib/python2.2/site-packages/: some work on python-2.2.2-lib64.patch
Thu Jan 30 23:00:00 2003 Mihai Ibanescu 2.2.2-12 - Rebuild to incorporate the removal of .lib64 and - files.
Thu Jan 30 23:00:00 2003 Mihai Ibanescu 2.2.2-11.7.3 - Fixed bug #82544: Errata removes most tools - Fixed bug #82435: Python 2.2.2 errata breaks redhat-config-users - Removed .lib64 and - files that get installed after we fix the multilib .py files.
Wed Jan 22 23:00:00 2003 Tim Powers - rebuilt
Wed Jan 15 23:00:00 2003 Jens Petersen 2.2.2-10 - rebuild to update tkinter\'s tcltk deps - convert changelog to utf-8
Tue Jan 7 23:00:00 2003 Nalin Dahyabhai 2.2.2-9 - rebuild
Fri Jan 3 23:00:00 2003 Nalin Dahyabhai - pick up OpenSSL cflags and ldflags from pkgconfig if available
Thu Jan 2 23:00:00 2003 Jeremy Katz 2.2.2-8 - urllib2 didn\'t support non-anonymous ftp. add support based on how urllib did it (#80676, #78168)
Mon Dec 16 23:00:00 2002 Mihai Ibanescu 2.2.2-7 - Fix bug #79647 (Rebuild of SRPM fails if python isn\'t installed) - Added a bunch of missing BuildRequires found while fixing the above-mentioned bug
Tue Dec 10 23:00:00 2002 Tim Powers 2.2.2-6 - rebuild to fix broken tcltk deps for tkinter
Fri Nov 22 23:00:00 2002 Mihai Ibanescu 2.2.2-3.7.3 - Recompiled for 7.3 (to fix the -lcrypt bug) - Fix for the spurious error message at the end of the build (build-requires gets confused by executable files starting with \"\"\"\"): make the tests non-executable.
Wed Nov 20 23:00:00 2002 Mihai Ibanescu 2.2.2-5 - Fixed configuration patch to add -lcrypt when compiling cryptmodule.c
2.2.2-4 - Spec file change from Matt Wilson to disable linking with the C++ compiler.
Mon Nov 11 23:00:00 2002 Mihai Ibanescu 2.2.2-3. * - Merged patch from Karsten Hopp from 2.2.1-17hammer to use %{_libdir} - Added XFree86-libs as BuildRequires (because of tkinter) - Fixed duplicate listing of plat-linux2 - Fixed exclusion of lib-dynload/japanese - Added lib64 patch for the japanese codecs - Use setup magic instead of using tar directly on JapaneseCodecs
Tue Nov 5 23:00:00 2002 Mihai Ibanescu 2.2.2-2 - Fix #76912 (python-tools contains idle, which uses tkinter, but there is no requirement of tkinter from python-tools). - Fix #74013 (rpm is missing the /usr/lib/python2.2/test directory)
Mon Nov 4 23:00:00 2002 Mihai Ibanescu - builds as python2 require a different libdb - changed the buildroot name of python to match python2 builds
Fri Nov 1 23:00:00 2002 Mihai Ibanescu - updated python to 2.2.2 and adjusted the patches accordingly
Tue Oct 22 00:00:00 2002 Mihai Ibanescu - Fix #53930 (Python-2.2.1-buildroot-bytecode.patch) - Added BuildPrereq dependency on gcc-c++
Sat Aug 31 00:00:00 2002 Trond Eivind Glomsrød 2.2.1-17 - security fix for _execvpe
Wed Aug 14 00:00:00 2002 Trond Eivind Glomsrød 2.2.1-16 - Fix #71011,#71134, #58157
Thu Aug 8 00:00:00 2002 Trond Eivind Glomsrød 2.2.1-15 - Resurrect tkinter - Fix for distutils (#67671) - Fix #69962
Fri Jul 26 00:00:00 2002 Trond Eivind Glomsrød 2.2.1-14 - Obsolete tkinter/tkinter2 (#69838)
Wed Jul 24 00:00:00 2002 Trond Eivind Glomsrød 2.2.1-13 - Doc fixes (#53951) - not on alpha at the momemt
Tue Jul 9 00:00:00 2002 Trond Eivind Glomsrød 2.2.1-12 - fix pydoc (#68082)
Tue Jul 9 00:00:00 2002 Trond Eivind Glomsrød 2.2.1-11 - Add db4-devel as a BuildPrereq
Sat Jun 22 00:00:00 2002 Tim Powers 2.2.1-10 - automated rebuild
Tue Jun 18 00:00:00 2002 Trond Eivind Glomsrød 2.2.1-9 - Add Japanese codecs (#66352)
Wed Jun 12 00:00:00 2002 Trond Eivind Glomsrød 2.2.1-8 - No more tkinter...
Thu May 30 00:00:00 2002 Trond Eivind Glomsrød 2.2.1-7 - Rebuild
Wed May 22 00:00:00 2002 Trond Eivind Glomsrød 2.2.1-6 - Add the email subcomponent (#65301)
Sat May 11 00:00:00 2002 Trond Eivind Glomsrød 2.2.1-5 - Rebuild
Fri May 3 00:00:00 2002 Than Ngo 2.2.1-4 - rebuild i new enviroment
Wed Apr 24 00:00:00 2002 Trond Eivind Glomsrød - Use ucs2, not ucs4, to avoid breaking tkinter (#63965)
Tue Apr 23 00:00:00 2002 Trond Eivind Glomsrød 2.2.1-2 - Make it use db4
Sat Apr 13 00:00:00 2002 Trond Eivind Glomsrød 2.2.1-1 - 2.2.1 - a bugfix-only release
Sat Apr 13 00:00:00 2002 Trond Eivind Glomsrød 2.2-16 - the same, but in builddirs - this will remove them from the docs package, which doesn\'t look in the buildroot for files.
Sat Apr 13 00:00:00 2002 Trond Eivind Glomsrød 2.2-15 - Get rid of temporary files and .cvsignores included in the tarball and make install
Sat Apr 6 00:00:00 2002 Trond Eivind Glomsrød 2.2-14 - Don\'t own lib-tk in main package, only in tkinter (#62753)
Mon Mar 25 23:00:00 2002 Trond Eivind Glomsrød 2.2-13 - rebuild
Mon Mar 25 23:00:00 2002 Trond Eivind Glomsrød 2.2-12 - rebuild
Fri Mar 1 23:00:00 2002 Trond Eivind Glomsrød 2.2-11 - Add a not to the Distutils obsoletes test (doh!)
Fri Mar 1 23:00:00 2002 Trond Eivind Glomsrød 2.2-10 - Rebuild
Mon Feb 25 23:00:00 2002 Trond Eivind Glomsrød 2.2-9 - Only obsolete Distutils when built as python
Thu Feb 21 23:00:00 2002 Trond Eivind Glomsrød 2.2-8 - Make files in /usr/bin install side by side with python 1.5 when - Drop explicit requirement of db4 built as python2
Thu Jan 31 23:00:00 2002 Elliot Lee 2.2-7 - Use version and pybasever macros to make updating easy - Use _smp_mflags macro
Tue Jan 29 23:00:00 2002 Trond Eivind Glomsrød 2.2-6 - Add db4-devel to BuildPrereq
Fri Jan 25 23:00:00 2002 Nalin Dahyabhai 2.2-5 - disable ndbm support, which is db2 in disguise (really interesting things can happen when you mix db2 and db4 in a single application)
Thu Jan 24 23:00:00 2002 Trond Eivind Glomsrød 2.2-4 - Obsolete subpackages if necesarry - provide versioned python2 - build with db4
Wed Jan 16 23:00:00 2002 Trond Eivind Glomsrød 2.2-3 - Alpha toolchain broken. Disable build on alpha. - New openssl
Wed Dec 26 23:00:00 2001 Trond Eivind Glomsrød 2.2-1 - 2.2 final
Fri Dec 14 23:00:00 2001 Trond Eivind Glomsrød 2.2-0.11c1 - 2.2 RC 1 - Don\'t include the _tkinter module in the main package - it\'s already in the tkiter packace - Turn off the mpzmodule, something broke in the buildroot
Wed Nov 28 23:00:00 2001 Trond Eivind Glomsrød 2.2-0.10b2 - Use -fPIC for OPT as well, in lack of a proper libpython.so
Mon Nov 26 23:00:00 2001 Matt Wilson 2.2-0.9b2 - changed DESTDIR to point to / so that distutils will install dynload modules properly in the installroot
Fri Nov 16 23:00:00 2001 Matt Wilson 2.2-0.8b2 - 2.2b2
Sat Oct 27 00:00:00 2001 Matt Wilson 2.2-0.7b1 - python2ify
Sat Oct 20 00:00:00 2001 Trond Eivind Glomsrød 2.2-0.5b1 - 2.2b1
Mon Oct 1 00:00:00 2001 Trond Eivind Glomsrød 2.2-0.4a4 - 2.2a4 - Enable UCS4 support - Enable IPv6 - Provide distutils - Include msgfmt.py and pygettext.py
Sat Sep 15 00:00:00 2001 Trond Eivind Glomsrød 2.2-0.3a3 - Obsolete Distutils, which is now part of the main package - Obsolete python2
Fri Sep 14 00:00:00 2001 Trond Eivind Glomsrød 2.2-0.2a3 - Add docs, tools and tkinter subpackages, to match the 1.5 layout
Thu Sep 13 00:00:00 2001 Trond Eivind Glomsrød 2.2-0.1a3 - 2.2a3 - don\'t build tix and blt extensions
Tue Aug 14 00:00:00 2001 Trond Eivind Glomsrød - Add tk and tix to build dependencies
Sun Jul 22 00:00:00 2001 Trond Eivind Glomsrød - 2.1.1 bugfix release - with a GPL compatible license
Sat Jul 21 00:00:00 2001 Trond Eivind Glomsrød - Add new build dependencies (#49753)
Wed Jun 27 00:00:00 2001 Nalin Dahyabhai - build with -fPIC
Sat Jun 2 00:00:00 2001 Trond Eivind Glomsrød - 2.1 - reorganization of file includes
Wed Dec 20 23:00:00 2000 Trond Eivind Glomsrød - fix the \"requires\" clause, it lacked a space causing problems - use %{_tmppath} - don\'t define name, version etc - add the available patches from the Python home page
Fri Dec 15 23:00:00 2000 Matt Wilson - added devel subpackage
Fri Dec 15 23:00:00 2000 Matt Wilson - modify all files to use \"python2.0\" as the intrepter - don\'t build the Expat bindings - build against db1
Tue Oct 17 00:00:00 2000 Jeremy Hylton - updated for 2.0 final
Tue Oct 10 00:00:00 2000 Jeremy Hylton - updated for 2.0c1 - build audioop, imageop, and rgbimg extension modules - include xml.parsers subpackage - add test.xml.out to files list
Fri Oct 6 00:00:00 2000 Jeremy Hylton - added bin/python2.0 to files list (suggested by Martin v. L?)
Wed Sep 27 00:00:00 2000 Jeremy Hylton - updated for release 1 of 2.0b2 - use .bz2 version of Python source
Wed Sep 13 00:00:00 2000 Jeremy Hylton - Version 2 of 2.0b1 - Make the package relocatable. Thanks to Suchandra Thapa. - Exclude Tkinter from main RPM. If it is in a separate RPM, it is easier to track Tk releases.
|
|
|