|
|
|
|
Changelog for python-devel-2.7.5-76.el7.i686.rpm :
Mon Sep 10 14:00:00 2018 Charalampos Stratakis - 2.7.5-76 - Remove an unversioned obsoletes tag Resolves: rhbz#1627059
Mon Jul 16 14:00:00 2018 Charalampos Stratakis - 2.7.5-75 - Provide the /usr/libexec/platform-python symlink to the main binary Resolves: rhbz#1599159
Tue Jun 12 14:00:00 2018 Charalampos Stratakis - 2.7.5-74 - Fix OSERROR 17 due to _multiprocessing/semaphore.c assuming a one-to-one Pid -> process mapping Resolves: rhbz#1579432
Wed May 30 14:00:00 2018 Charalampos Stratakis - 2.7.5-73 - Remove 3DS cipher to mitigate CVE-2016-2183 (sweet32). Resolves: rhbz#1581901
Thu May 3 14:00:00 2018 Charalampos Stratakis - 2.7.5-72 - Fix CVE-2018-1060 and CVE-2018-1061 Resolves: rhbz#1563454 and rhbz#1549192 - Provide python2-libs from the python-libs subpackage Resolves: rhbz#1557460
Wed Apr 18 14:00:00 2018 Charalampos Stratakis - 2.7.5-71 - Limit the number of CPU cores when building the package on power architectures Resolves: rhbz#1568974
Tue Apr 17 14:00:00 2018 Charalampos Stratakis - 2.7.5-70 - Do not send IP addresses in SNI TLS extension Resolves: rhbz#1555314
Tue Apr 17 14:00:00 2018 Charalampos Stratakis - 2.7.5-69 - Fix nondeterministic read in test_pty Resolves: rhbz#1512160
Mon Feb 19 13:00:00 2018 Tomas Orsava - 2.7.5-68 - Add Conflicts tag with old virtualenv versions due to new behaviour of httplib (patch 295) Resolves: rhbz#1483438
Mon Feb 19 13:00:00 2018 Tomas Orsava - 2.7.5-67 - Re-add the private `_set_hostport` api to httplib (Patch 296) Resolves: rhbz#1546351
Fri Feb 9 13:00:00 2018 Charalampos Stratakis - 2.7.5-66 - Fix https connections behind a proxy. Resolves: rhbz#1483438
Fri Dec 8 13:00:00 2017 Charalampos Stratakis - 2.7.5-65 - Fix hanging of all threads when trying to access an inaccessible NFS server. Resolves: rhbz#1520068
Tue Oct 17 14:00:00 2017 Charalampos Stratakis - 2.7.5-64 - Fix an issue with the context parameter addition to xmlrpclib.ServerProxy Resolves: rhbz#1490392
Fri Oct 13 14:00:00 2017 Petr Viktorin - 2.7.5-63 - Make it more likely for the system allocator to release free()d memory arenas Resolves: rhbz#1468410
Wed Oct 11 14:00:00 2017 Charalampos Stratakis - 2.7.5-62 - Add context parameter to xmlrpclib.ServerProxy Resolves: rhbz#1490392
Tue Oct 3 14:00:00 2017 Charalampos Stratakis - 2.7.5-61 - Increase imaplib\'s MAXLINE to accommodate modern mailbox sizes. Resolves: rhbz#1489858
Tue Oct 3 14:00:00 2017 Charalampos Stratakis - 2.7.5-60 - Fix fcntl() with integer argument on 64-bit big-endian platforms. Resolves: rhbz#1489858
Tue Oct 3 14:00:00 2017 Charalampos Stratakis - 2.7.5-59 - Increase timeouts in test_smtplib. Resolves: rhbz#1497795
Wed May 3 14:00:00 2017 Charalampos Stratakis - 2.7.5-58 - Set stream to None in case an _open() fails. Resolves: rhbz#1432003
Tue Apr 11 14:00:00 2017 Charalampos Stratakis - 2.7.5-57 - Fix implicit declaration warnings of functions added by patches 147 and 265 Resolves: rhbz#1441237
Mon Apr 10 14:00:00 2017 Charalampos Stratakis - 2.7.5-56 - Fix shutil.make_archive ignoring empty directories when creating zip files Resolves: rhbz#1439734
Thu Mar 23 13:00:00 2017 Tomas Orsava - 2.7.5-55 - Update Python RPM macros with new ones from EPEL7 to simplify packaging Resolves: rhbz#1297522
Wed Mar 22 13:00:00 2017 Charalampos Stratakis - 2.7.5-54 - Protect key list during fork() Resolves: rhbz#1268226
Mon Mar 13 13:00:00 2017 Charalampos Stratakis - 2.7.5-53 - Fix _ssl.c reference leaks Resolves: rhbz#1272562
Mon Feb 27 13:00:00 2017 Charalampos Stratakis - 2.7.5-52 - Workaround Python\'s threading library issue with non returning wait, for signals with timeout Resolves: rhbz#1368076
Mon Jan 23 13:00:00 2017 Charalampos Stratakis - 2.7.5-51 - Enable certificate verification by default Resolves: rhbz#1219110
Wed Jan 18 13:00:00 2017 Charalampos Stratakis - 2.7.5-50 - Fix incorrect parsing of certain regular expressions Resolves: rhbz#1373363
Tue Jan 17 13:00:00 2017 Charalampos Stratakis - 2.7.5-49 - Fix ssl module\'s parsing of GEN_RID subject alternative name fields in X.509 certs Resolves: rhbz#1364444
Mon Aug 1 14:00:00 2016 Charalampos Stratakis - 2.7.5-48 - Fix for CVE-2016-1000110 HTTPoxy attack Resolves: rhbz#1359164
Mon Jul 11 14:00:00 2016 Charalampos Stratakis - 2.7.5-47 - Fix for CVE-2016-5636: possible integer overflow and heap corruption in zipimporter.get_data() Resolves: rhbz#1356364
Mon Jul 11 14:00:00 2016 Charalampos Stratakis - 2.7.5-46 - Drop patch 221 that backported sslwrap function since it was introducing regressions - Refactor patch 227 Resolves: rhbz#1331425
Tue Jun 21 14:00:00 2016 Tomas Orsava - 2.7.5-45 - Fix for CVE-2016-0772 python: smtplib StartTLS stripping attack (rhbz#1303647) Raise an error when STARTTLS fails (upstream patch) - Fix for CVE-2016-5699 python: http protocol steam injection attack (rhbz#1303699) Disabled HTTP header injections in httplib (upstream patch) Resolves: rhbz#1346357
Wed May 4 14:00:00 2016 Charalampos Stratakis - 2.7.5-44 - Fix iteration over files with very long lines Resolves: rhbz#1271760
Tue May 3 14:00:00 2016 Charalampos Stratakis - 2.7.5-43 - Move python.conf from /etc/tmpfiles.d/ to /usr/lib/tmpfiles.d/ Resolves: rhbz#1288426
Mon Apr 4 14:00:00 2016 Charalampos Stratakis - 2.7.5-42 - JSON decoder lone surrogates fix Resolves: rhbz#1301017
Mon Apr 4 14:00:00 2016 Charalampos Stratakis - 2.7.5-41 - Updated PEP493 implementation Resolves: rhbz#1315758
Thu Mar 31 14:00:00 2016 Charalampos Stratakis - 2.7.5-40 - Backport of Computed Goto dispatch Resolves: rhbz#1289277
Mon Mar 21 13:00:00 2016 Charalampos Stratakis - 2.7.5-39 - Removal of the \'$Date$\' placeholder on the python(1) man page footer, which does not expand during build Resolves: rhbz#1268310
Thu Mar 17 13:00:00 2016 Charalampos Stratakis - 2.7.5-38 - Fix hashlib algorithms breaking by initializing OpenSSL_add_all_digests function in _hashlib library Resolves: rhbz#1295459
Thu Mar 17 13:00:00 2016 Charalampos Stratakis - 2.7.5-37 - Change HTTPS certificate verification to platform_default Resolves: rhbz#1278429
Wed Mar 16 13:00:00 2016 Charalampos Stratakis - 2.7.5-36 - Force all child threads to terminate in TestForkInThread Resolves: rhbz#1313259
Thu Mar 10 13:00:00 2016 Charalampos Stratakis - 2.7.5-35 - Adjusted tests to acknowledge lack of SSLv2 support Resolves: rhbz#1315310
Fri Oct 9 14:00:00 2015 Matej Stuchlik - 2.7.5-34 - Revert fix for rhbz#1117751 as it leads to regressions Resolves: rhbz#1117751
Tue Sep 15 14:00:00 2015 Matej Stuchlik - 2.7.5-33 - Only restore SIG_PIPE when Popen called with restore_sigpipe Resolves: rhbz#1117751
Fri Sep 4 14:00:00 2015 Robert Kuska - 2.7.5-32 - Backport SSLSocket.version function - Temporary disable test_gdb on ppc64le rhbz#1260558 Resolves: rhbz#1259421
Thu Aug 6 14:00:00 2015 Robert Kuska - 2.7.5-31 - Update load_cert_chain function to accept None keyfile Resolves: rhbz#1250611
Tue Jul 7 14:00:00 2015 Robert Kuska - 2.7.5-30 - Change Patch224 according to latest update in PEP493 Resolves:rhbz#1219108
Tue Jul 7 14:00:00 2015 Matej Stuchlik - 2.7.5-29 - Popen shouldn\'t ignore SIG_PIPE Resolves: rhbz#1117751
Tue Jul 7 14:00:00 2015 Matej Stuchlik - 2.7.5-28 - Exclude python subprocess temp files from cleaning Resolves: rhbz#1058482
Wed Jul 1 14:00:00 2015 Robert Kuska - 2.7.5-27 - Add list for cprofile sort option Resolves:rhbz#1237107
Mon Jun 29 14:00:00 2015 Robert Kuska - 2.7.5-26 - Add switch to toggle cert verification on or off globally Resolves:rhbz#1219108
Mon Jun 29 14:00:00 2015 Robert Kuska - 2.7.5-25 - PEP476 enable cert verifications by default Resolves:rhbz#1219110
Mon Jun 29 14:00:00 2015 Robert Kuska - 2.7.5-24 - Massive backport of ssl module from python3 aka PEP466 Resolves: rhbz#1111461
Tue Jun 23 14:00:00 2015 Matej Stuchlik - 2.7.5-23 - Fixed CVE-2013-1753, CVE-2013-1752, CVE-2014-4616, CVE-2014-4650, CVE-2014-7185 Resolves: rhbz#1206574
Mon Jun 22 14:00:00 2015 Matej Stuchlik - 2.7.5-22 - Fix importing readline producing erroneous output Resolves: rhbz#1189301
Mon Jun 22 14:00:00 2015 Matej Stuchlik - 2.7.5-21 - Add missing import in bdist_rpm Resolves: rhbz#1177613
Mon Jun 22 14:00:00 2015 Matej Stuchlik - 2.7.5-20 - Avoid double close of subprocess pipes Resolves: rhbz#1103452
Thu Apr 9 14:00:00 2015 Robert Kuska - 2.7.5-19 - make multiprocessing ignore EINTR Resolves: rhbz#1181624
Wed Sep 3 14:00:00 2014 Peter Robinson 2.7.5-18 - valgrind is now supported on aarch64/ppc64le Resolves: rhbz#1137039
Thu Aug 7 14:00:00 2014 Slavek Kabrda - 2.7.5-17 - Fix building on ppc64le (fix test_gdb, disable valgrind support). Resolves: rhbz#1125657
Mon Feb 10 13:00:00 2014 Tomas Radej - 2.7.5-16 - Fix buffer overflow (upstream patch) Resolves: rhbz#1062376
Tue Jan 28 13:00:00 2014 Daniel Mach - 2.7.5-15 - Mass rebuild 2014-01-24
Tue Jan 14 13:00:00 2014 Matej Stuchlik - 2.7.5-14 - Fix missing documentation for some keywords Resolves: rhbz#1032116
Mon Jan 13 13:00:00 2014 Matej Stuchlik - 2.7.5-13 - Make library-files user writable Resolves: rhbz#1046276
Fri Jan 10 13:00:00 2014 Bohuslav Kabrda - 2.7.5-12 - Use -O3 when building on ppc64. Resolves: rhbz#1051076
Fri Dec 27 13:00:00 2013 Daniel Mach - 2.7.5-11 - Mass rebuild 2013-12-27
Thu Nov 7 13:00:00 2013 Matej Stuchlik - 2.7.5-10 - Added an explicit RPATH to _elementtree.so Resolves: rhbz#1019345
Thu Nov 7 13:00:00 2013 Matej Stuchlik - 2.7.5-9 - Fixed instances of #!/usr/bin/env python Resolves: rhbz#1019336
Wed Oct 9 14:00:00 2013 Bohuslav Kabrda - 2.7.5-8 - Fix gdb bindings on ppc64. Resolves: rhbz#835053
Tue Aug 20 14:00:00 2013 Matej Stuchlik - 2.7.5-7 - Added fix for CVE-2013-4238 Resolves: rhbz#998781
Tue Aug 20 14:00:00 2013 Bohuslav Kabrda - 2.7.5-6 - Add explicit RPATH to pyexpat pointing at system libexpat (rhbz#996665).
Mon Aug 5 14:00:00 2013 Bohuslav Kabrda - 2.7.5-5 - Fix memory leak in marshal.c, fixes rhbz#990554.
Wed Jul 24 14:00:00 2013 Robert Kuska - 2.7.5-4 - Change shebangs of scripts in tools subpackage (rhbz#987038)
Wed Jul 17 14:00:00 2013 Matej Stuchlik - 2.7.5-3 - Added patch that makes urllib2 honor no_proxy variable for ftp URLs (rhbz#971267)
Wed Jul 17 14:00:00 2013 Matej Stuchlik - 2.7.5-2 - Pulled patch fixing build with libffi containing multilib wrapper for ffi.h from Fedora (rhbz#979696)
Thu May 16 14:00:00 2013 Bohuslav Kabrda - 2.7.5-1 - Updated to Python 2.7.5. - Refreshed patches: 0 (config), 102 (lib64), 121 (add Modules to build path), 153 (gdb test noise) - Dropped patches: 126, 127 (big endian issues, both fixed upstream), 175 (configure -Wformat, fixed upstream) - Synced patch numbers with python3.spec.
Tue May 14 14:00:00 2013 David Malcolm - 2.7.4-5 - fix multilib issue in python-tools due to /usr/bin/pynche (source 7; rhbz#831437)
Thu May 2 14:00:00 2013 Bohuslav Kabrda - 2.7.4-4 - Add patch that enables building on ppc64p7.
Mon Apr 22 14:00:00 2013 Bohuslav Kabrda - 2.7.4-3 - Allow arbitrary timeout in Condition.wait (rhbz#917709).
Thu Apr 11 14:00:00 2013 Kalev Lember - 2.7.4-2 - Build with libdb 5.3 instead of libdb4 - Refreshed patches: 0 (config), 102 (lib64) - Dropped patches: 54 (db4 version), 159 (db4 include path adjustment)
Mon Apr 8 14:00:00 2013 Bohuslav Kabrda - 2.7.4-1 - Updated to Python 2.7.4. - Refreshed patches: 0 (config), 7 (sqlite encoding), 16 (rpath in config), 55 (systemtap), 111 (no static lib), 112 (debug build), 113 (more configuration flags), 130 (add extension to python config), 134 (fix COUNT_ALLOCS in test_sys), 146 (haslib FIPS), 147 (add debug malloc stats), 153 (fix gdb test noise), 157 (uid, gid overflow - fixed upstream, just keeping few more downstream tests), 165 (crypt module salt backport), 175 (fix configure Wformat), 5000 (regenerated autotooling patch) - Dropped patches: 101 (lib64 regex; merged upstream), 171 (exception on missing /dev/urandom; merged upstream), 172 (poll for multiprocessing socket connection; merged upstream)
Mon Mar 25 13:00:00 2013 David Malcolm - 2.7.3-35 - fix gcc 4.8 incompatibility (rhbz#927358); regenerate autotool intermediates
Wed Mar 6 13:00:00 2013 David Malcolm - 2.7.3-34 - restrict scope of workaround for cmpi-bindings issue to avoid breaking in-tree running of test_sys and test_subprocess (rhbz#817554)
Wed Mar 6 13:00:00 2013 David Malcolm - 2.7.3-33 - add workaround for cmpi-bindings issue (rhbz#817554)
Mon Mar 4 13:00:00 2013 David Malcolm - 2.7.3-32 - add workaround for ENOPROTOOPT seen running selftests in Koji (rhbz#913732)
Mon Mar 4 13:00:00 2013 David Malcolm - 2.7.3-31 - remove config flag from /etc/rpm/macros.python2
Fri Feb 22 13:00:00 2013 David Malcolm - 2.7.3-30 - remove __debug_package macro from comment
Fri Feb 22 13:00:00 2013 David Malcolm - 2.7.3-29 - drop -b from application of patch 157 (uid/gid overflows)
Fri Feb 22 13:00:00 2013 David Malcolm - 2.7.3-28 - fix bogus dates in changelog
Thu Feb 21 13:00:00 2013 David Malcolm - 2.7.3-27 - port _multiprocessing.Connection.poll() to use the \"poll\" syscall, rather than \"select\", allowing large numbers of subprocesses (patch 172; rhbz#849992)
Thu Feb 21 13:00:00 2013 David Malcolm - 2.7.3-26 - raise correct exception in os.urandom() when /dev/urandom is missing (patch 171; rhbz#907383)
Wed Feb 20 13:00:00 2013 David Malcolm - 2.7.3-25 - in debug builds, try to print repr() when a C-level assert fails in the garbage collector (typically indicating a reference-counting error somewhere else e.g in an extension module) (patch 170; rhbz#850013)
Wed Feb 20 13:00:00 2013 David Malcolm - 2.7.3-24 - move lib2to3/tests from python-libs to python-test (rhbz#850056)
Wed Feb 20 13:00:00 2013 David Malcolm - 2.7.3-23 - use SHA-256 rather than implicitly using MD5 within the challenge handling in multiprocessing.connection (patch 169; rhbz#879695)
Wed Feb 20 13:00:00 2013 David Malcolm - 2.7.3-22 - fix a problem with distutils.sysconfig when CFLAGS is defined in the environment (patch 168; rhbz#849994)
Wed Feb 20 13:00:00 2013 David Malcolm - 2.7.3-21 - don\'t run any stack navigation tests in test_gdb for optimized builds (patch 167; rhbz#912025)
Wed Feb 20 13:00:00 2013 David Malcolm - 2.7.3-20 - s/cryptmodule/_cryptmodule/ in package payload (rhbz#835021)
Tue Feb 19 13:00:00 2013 David Malcolm - 2.7.3-19 - bulletproof the gdb debugging hooks against a failure seen in ARM builds (patch 166; rhbz#912025) - re-enable make check on ARM (rhbz#912025)
Tue Feb 19 13:00:00 2013 David Malcolm - 2.7.3-18 - backport pre-canned ways of salting a password to the \"crypt\" module from 3.3 (rhbz#835021)
Tue Feb 19 13:00:00 2013 David Malcolm - 2.7.3-17 - remove \"_default_patch_fuzz\" directive to avoid patches being silently misapplied (refresh patch 1, patch 101, patch 102, patch 111, patch 121, patch 158; rename patch 1, patch 101, patch 121; apply patch 54 before the lib64 patches to avoid fuzz problems caused by the conditional application of the lib64 patches)
Mon Feb 18 13:00:00 2013 Peter Robinson 2.7.3-16 - disable make check on ARM for the moment until 912025 is fixed
Mon Feb 11 13:00:00 2013 David Malcolm - 2.7.3-15 - add aarch64 (rhbz#909783)
Thu Nov 29 13:00:00 2012 David Malcolm - 2.7.3-14 - add BR on bluez-libs-devel (rhbz#879720)
Thu Aug 9 14:00:00 2012 David Malcolm - 2.7.3-13 - remove f18 conditional from patch 159
Fri Jul 27 14:00:00 2012 Fedora Release Engineering - 2.7.3-12 - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
Tue Jul 17 14:00:00 2012 Bohuslav Kabrda - 2.7.3-11 - fix memory leak in module _hashlib (patch 158, rhbz#836285) - fix db4 include path for libdb4 package (f18 and above) (patch 159)
Tue Jun 26 14:00:00 2012 David Malcolm - 2.7.3-10 - fix missing include in uid/gid handling patch (patch 157; rhbz#830405)
Fri Jun 22 14:00:00 2012 David Malcolm - 2.7.3-9 - use rpm macro for power64 (rhbz#834653)
Tue May 15 14:00:00 2012 David Malcolm - 2.7.3-8 - update uid/gid handling to avoid int overflows seen with uid/gid values >= 2^31 on 32-bit architectures (patch 157; rhbz#697470)
Fri May 4 14:00:00 2012 David Malcolm - 2.7.3-7 - renumber autotools patch from 300 to 5000 - specfile cleanups
Mon Apr 30 14:00:00 2012 David Malcolm - 2.7.3-6 - try again to fix test_gdb.py (patch 156; rhbz#817072)
Mon Apr 30 14:00:00 2012 David Malcolm - 2.7.3-5 - fix test_gdb.py (patch 156; rhbz#817072)
Fri Apr 20 14:00:00 2012 David Malcolm - 2.7.3-4 - avoid allocating thunks in ctypes unless absolutely necessary, to avoid generating SELinux denials on \"import ctypes\" and \"import uuid\" when embedding Python within httpd (patch 155; rhbz#814391)
Thu Apr 19 14:00:00 2012 David Malcolm - 2.7.3-3 - add explicit version requirements on expat to avoid linkage problems with XML_SetHashSalt
Wed Apr 18 14:00:00 2012 David Malcolm - 2.7.3-2 - fix -config symlinks (patch 112; rhbz#813836)
Wed Apr 11 14:00:00 2012 David Malcolm - 2.7.3-1 - 2.7.3: refresh patch 102 (lib64); drop upstream patches 11 (ascii-to-lower), 115 (pydoc robustness), 145 (linux2), 148 (gdbm magic values), 151 (deadlock in fork); refresh patch 112 (debug build); revise patch 127 (test_structmember); fix test_gdb (patch 153); refresh patch 137 (distutils tests); add python2.pc to python-devel; regenerate the autotool intermediates patch (patch 300)
Sat Feb 25 13:00:00 2012 Thomas Spura - 2.7.2-20 - fix deadlock issue (#787712)
Fri Feb 17 13:00:00 2012 Toshio Kuratomi - 2.7.2-19 - Obsolete python-sqlite2
Thu Nov 24 13:00:00 2011 Ville Skyttä - 2.7.2-18 - Build with $RPM_LD_FLAGS (#756862). - Use xz-compressed source tarball.
Wed Oct 26 14:00:00 2011 Fedora Release Engineering - 2.7.2-17 - Rebuilt for glibc bug#747377
Fri Sep 30 14:00:00 2011 David Malcolm - 2.7.2-16 - re-enable gdbm (patch 148; rhbz#742242)
Fri Sep 16 14:00:00 2011 David Malcolm - 2.7.2-15 - add a sys._debugmallocstats() function (patch 147)
Wed Sep 14 14:00:00 2011 David Malcolm - 2.7.2-14 - support OpenSSL FIPS mode in _hashlib and hashlib; don\'t build the _md5 and _sha * modules, relying on _hashlib in hashlib, and thus within md5 etc (rhbz#563986; patch 146)
Wed Sep 14 14:00:00 2011 David Malcolm - 2.7.2-13 - force sys.platform to be \"linux2\" (patch 145)
Tue Sep 13 14:00:00 2011 David Malcolm - 2.7.2-12 - disable gdbm module to prepare for gdbm soname bump
Mon Sep 12 14:00:00 2011 David Malcolm - 2.7.2-11 - rename and renumber patches for consistency with python3.spec (55, 111, 113, 114, 125, 131, 129 to 143)
Sat Sep 10 14:00:00 2011 David Malcolm - 2.7.2-10 - rewrite of \"check\", introducing downstream-only hooks for skipping specific cases in an rpmbuild (patch 132), and fixing/skipping failing tests in a more fine-grained manner than before (patches 104, 133-142)
Thu Sep 1 14:00:00 2011 David Malcolm - 2.7.2-9 - run selftests with \"--verbose\" - disable parts of test_io on ppc (rhbz#732998)
Tue Aug 23 14:00:00 2011 David Malcolm - 2.7.2-8 - add --extension-suffix option to python-config (patch 130; rhbz#732808)
Tue Aug 23 14:00:00 2011 David Malcolm - 2.7.2-7 - re-enable and fix the --with-tsc option on ppc64, and rework it on 32-bit ppc to avoid aliasing violations (patch 129; rhbz#698726)
Tue Aug 23 14:00:00 2011 David Malcolm - 2.7.2-6 - don\'t use --with-tsc on ppc64 debug builds (rhbz#698726)
Thu Aug 18 14:00:00 2011 David Malcolm - 2.7.2-5 - add rpm macros file (rhbz#731800)
Fri Jul 8 14:00:00 2011 David Malcolm - 2.7.2-4 - cleanup of BuildRequires; add comment headings to specfile sections
Wed Jun 22 14:00:00 2011 David Malcolm - 2.7.2-3 - reorganize test exclusions (test_openpty and test_pty seem to be failing on every arch, not just the explicitly-listed ones)
Mon Jun 13 14:00:00 2011 Dan Horák - 2.7.2-2 - add s390(x) excluded tests
Mon Jun 13 14:00:00 2011 David Malcolm - 2.7.2-1 - 2.7.2; drop upstreamed patches: patch 122 (parallel make fix), patch 124 (test_commands and SELinux), patch 130 (ppc preprocessor macro in debug build); patch 131 (decimal in Turkish locale); regenerate the autotool intermediates patch (patch 300)
Tue Jun 7 14:00:00 2011 Dennis Gilmore - 2.7.1-9 - fix sparc building by excluding failing tests RHBZ#711584
Mon May 23 14:00:00 2011 Peter Robinson - 2.7.1-8 - fix compile on ARM by excluding failing tests on arm - RHBZ #706253
Tue Apr 12 14:00:00 2011 David Malcolm - 2.7.1-7 - fix \"import decimal\" in the Turkish locale (patch 131; rhbz#694928)
Wed Feb 9 13:00:00 2011 Fedora Release Engineering - 2.7.1-6 - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
Fri Jan 21 13:00:00 2011 Toshio Kuratomi - 2.7.1-5 - Switch from setting OPT to setting EXTRA_CFLAGS so we don\'t overwrite the DNDEBUG flag
Fri Jan 7 13:00:00 2011 David Malcolm - 2.7.1-4 - for now, drop \"obsoletes\" of python-argparse, since it interracts badly with multilib (rhbz#667984)
Fri Jan 7 13:00:00 2011 Thomas Spura - 2.7.1-3 - obsolete/provide python-argparse (new in 2.7)
Thu Jan 6 13:00:00 2011 David Malcolm - 2.7.1-2 - fix the ppc build of the debug configuration (patch 130; rhbz#661510)
Thu Dec 23 13:00:00 2010 David Malcolm - 2.7.1-1 - 2.7.1, reworking patch 0 (config), patch 102 (lib64); drop upstream patch 56 (cfgparse), patch 110 (ctypes/SELinux/noexecmem), patch 119 (expat compat), patch 123 (2to3 on \"from itertools import *\") - fix test_abc\'s test_cache_leak in the debug build (patch 128) - drop _weakref.so from manifest (_weakref became a core module in r84230)
Wed Sep 29 14:00:00 2010 jkeating - 2.7-13 - Rebuilt for gcc bug 634757
Mon Sep 27 14:00:00 2010 David Malcolm - 2.7-12 - fix test_structmember on 64bit-bigendian (patch 127)
Fri Sep 24 14:00:00 2010 David Malcolm - 2.7-11 - fix dbm_contains on 64bit-bigendian (patch 126; rhbz#626756)
Thu Sep 16 14:00:00 2010 Toshio Kuratomi - 2.7-10 - backport a patch to fix a change in behaviour in configparse.
Thu Sep 9 14:00:00 2010 David Malcolm - 2.7-9 - move most of the payload of the core package to the libs subpackage, given that the libs aren\'t meaningfully usable without the standard libraries
Wed Aug 18 14:00:00 2010 David Malcolm - 2.7-8 - add %check section - update lib64 patch (patch 102) to fix expected output in test_site.py on 64-bit systems - patch test_commands.py to work with SELinux (patch 124) - patch the debug build\'s usage of COUNT_ALLOCS to be less verbose (patch 125)
Mon Jul 26 14:00:00 2010 David Malcolm - 2.7-7 - fixup missing -lcrypt to \"crypt\" module in config patch (patch 0)
Mon Jul 26 14:00:00 2010 David Malcolm - 2.7-6 - re-enable systemtap - cherrypick upstream patch to 2to3 for \"from itertools import *\" traceback (patch 123)
Thu Jul 22 14:00:00 2010 David Malcolm - 2.7-5 - disable systemtap for now (dtrace is failing on startup due to the bug mentioned in 2.7-4) - provide relative path to python binary when running pathfix.py - fix parallel make (patch 122)
Thu Jul 22 14:00:00 2010 David Malcolm - 2.7-4 - fix reference to pyconfig.h in sysconfig that led to failure on startup if python-devel was not installed
Thu Jul 8 14:00:00 2010 David Malcolm - 2.7-3 - add patch to fixup the new sysconfig.py for our multilib support on 64-bit (patch 103)
Thu Jul 8 14:00:00 2010 David Malcolm - 2.7-2 - add machinery for regenerating the \"configure\" script in the face of mismatching autoconf versions (patch 300)
Tue Jul 6 14:00:00 2010 David Malcolm - 2.7-1 - 2.7 final; drop alphatag - drop patch 117 (upstream), patch 120 (upstreamed) - fix the commented-out __python_ver from 26 to 27
Tue Jun 22 14:00:00 2010 David Malcolm - 2.7-0.1.rc2 - 2.7rc2 - revert r79310 (patch 121) - remove modulator: upstream removed it in r78338 - rename mathmodule(_d).so to math(_d).so in manifests (appears to be changed by r76861) - _bytesio(_d).so and _filesio(_d).so were consolidated into _io(_d).so in r73394 (upstream issue 6215) - use the gdb hooks from the upstream tarball, rather than keeping our own copy. The upstream version has some whitespace changes, a new write_repr for unicode objects, and various bulletproofings for being run on older gdbs
Tue Jun 22 14:00:00 2010 David Malcolm - 2.7-0.1.rc1 - 2.7rc1: - rework patches to apply against 2.7 (which among other changes has had a whitespace cleanup of the .c code): .rhconfig (patch0), .binutils-no-dep (patch10), .ascii-tolower (patch11), .socketmodule (patch13), .socketmodule2 (patch14), .systemtap (patch55), .lib64 (patch102), .selinux (patch110), .no-static-lib (patch111), .debug-build (patch112), .statvfs-f-flag-constants (patch114), ..CVE-2010-2089 (patch117) - drop upstream patches: .expat (patch3), .brprpm (patch51), .valgrind (patch52), .db48 (patch53), .CVE-2010-1634 (patch 116), .CVE-2008-5983 (patch 118)
Tue Jun 22 14:00:00 2010 David Malcolm - 2.6.5-17 - Stop python bailing out with an assertion failure when UnicodeDecodeErrors occur on very large buffers (patch 120, upstream issue 9058)
Mon Jun 21 14:00:00 2010 David Malcolm - 2.6.5-16 - Fix an incompatibility between pyexpat and the system expat-2.0.1 that led to a segfault running test_pyexpat.py (patch 119; upstream issue 9054)
Tue Jun 8 14:00:00 2010 David Malcolm - 2.6.5-15 - add a flag to make it easy to turn off the debug build when troubleshooting the rpm build
Sat Jun 5 14:00:00 2010 Dan Horák - 2.6.5-14 - reading the timestamp counter is available only on some arches (see Python/ceval.c) - disable --with-valgrind on s390(x) arches
Fri Jun 4 14:00:00 2010 David Malcolm - 2.6.5-13 - ensure that the compiler is invoked with \"-fwrapv\" (rhbz#594819) - CVE-2010-1634: fix various integer overflow checks in the audioop module (patch 116) - CVE-2010-2089: further checks within the audioop module (patch 117) - CVE-2008-5983: the new PySys_SetArgvEx entry point from r81399 (patch 118)
Thu May 27 14:00:00 2010 David Malcolm - 2.6.5-12 - make \"pydoc -k\" more robust in the face of broken modules (rhbz:461419, patch115)
Wed May 26 14:00:00 2010 David Malcolm - 2.6.5-11 - add flags for statvfs.f_flag to the constant list in posixmodule (i.e. \"os\") (patch 114)
Tue May 25 14:00:00 2010 David Malcolm - 2.6.5-10 - add configure-time support for COUNT_ALLOCS and CALL_PROFILE debug options (patch 113); enable them and the WITH_TSC option within the debug build
Tue May 18 14:00:00 2010 David Malcolm - 2.6.5-9 - build and install two different configurations of Python: debug and standard, packaging the debug build in a new \"python-debug\" subpackage (patch 112)
Tue May 4 14:00:00 2010 David Malcolm - 2.6.5-8 - don\'t delete wsgiref.egg-info (rhbz:588426)
Mon Apr 26 14:00:00 2010 David Malcolm - 2.6.5-7 - disable --with-valgrind on sparc arches
Mon Apr 12 14:00:00 2010 David Malcolm - 2.6.5-6 - move the \"bdist_wininst\" command\'s template .exe files from the core package to the devel subpackage, to save space (rhbz:525469) - fix stray doublelisting of config directory wildcard in devel subpackage
Wed Mar 31 14:00:00 2010 David Malcolm - 2.6.5-5 - update python-gdb.py from v4 to v5 (improving performance and stability, adding commands)
Thu Mar 25 13:00:00 2010 David Malcolm - 2.6.5-4 - update python-gdb.py from v3 to v4 (fixing infinite recursion on reference cycles and tracebacks on bytes 0x80-0xff in strings, adding handlers for sets and exceptions)
Wed Mar 24 13:00:00 2010 David Malcolm - 2.6.5-3 - refresh gdb hooks to v3 (reworking how they are packaged)
Mon Mar 22 13:00:00 2010 David Malcolm - 2.6.5-2 - remove unnecessary arch-conditionality for patch 101
Fri Mar 19 13:00:00 2010 David Malcolm - 2.6.5-1 - update to 2.6.5: http://www.python.org/download/releases/2.6.5/ - replace our patch to compile against db4.8 with a patch from upstream (patch 53, from r78974); update patch 54 since part of it is now in that upstream patch - update patch 110 so that it still applies in the face of upstream r78380
Tue Mar 16 13:00:00 2010 David Malcolm - 2.6.4-23 - fixup distutils/unixccompiler.py to remove standard library path from rpath (patch 17) - delete DOS batch files
Fri Mar 12 13:00:00 2010 David Malcolm - 2.6.4-22 - add pyfuntop.stp; allow systemtap support to be disabled - remove trailing period from tkinter summary - don\'t own /usr/bin/python-config if you\'re not the main python
Thu Mar 11 13:00:00 2010 Marcela Mašláňová - 2.6.4-21 - rebuild with new gdbm
Thu Feb 11 13:00:00 2010 David Malcolm - 2.6.4-20 - avoid having the \"test\" subdirectory and the files within it that are in the core subpackage also be owned by the test subpackage (rhbz:467588)
Wed Feb 10 13:00:00 2010 David Malcolm - 2.6.4-19 - revise the systemtap patch (patch 55:python-2.6.4-dtrace.patch) to the new version by mjw in attachment 390110 of rhbz:545179, as this should eliminate the performance penalty for the case where the probes aren\'t in use, and eliminate all architecture-specific code (rhbz:563541; except on sparc)
Tue Feb 9 13:00:00 2010 David Malcolm - 2.6.4-18 - add a systemtap tapset defining \"python.function.entry\" and \"python.function.return\" to make it easy to use the static probepoint within Python; add an example of using the tapset to the docs
Tue Feb 9 13:00:00 2010 David Malcolm - 2.6.4-17 - add systemtap static probes (wcohen; patch 55; rh bug #545179) - update some comments in specfile relating to gdb work - manually byte-compile the gdb.py file with the freshly-built python to ensure that .pyx and .pyo files make it into the debuginfo manifest if they are later byte-compiled after find-debuginfo.sh is run
Mon Feb 8 13:00:00 2010 David Malcolm - 2.6.4-16 - move the -gdb.py file from %{_libdir}/INSTSONAME-gdb.py to %{_prefix}/lib/debug/%{_libdir}/INSTSONAME.debug-gdb.py to avoid noise from ldconfig (bug 562980), and which should also ensure it becomes part of the debuginfo subpackage, rather than the libs subpackage - introduce %{py_SOVERSION} and %{py_INSTSONAME} to reflect the upstream configure script, and to avoid fragile scripts that try to figure this out dynamically (e.g. for the -gdb.py change)
Mon Feb 8 13:00:00 2010 David Malcolm - 2.6.4-15 - work around bug 562906 by supplying a fixed version of pythondeps.sh - set %{_python_bytecompile_errors_terminate_build} to 0 to prevent the broken test files from killing the build on buildroots where python is installed
Fri Feb 5 13:00:00 2010 David Malcolm - 2.6.4-14 - add gdb hooks for easier debugging
Fri Jan 29 13:00:00 2010 David Malcolm - 2.6.4-13 - document all patches, and remove the commented-out ones
Tue Jan 26 13:00:00 2010 David Malcolm - 2.6.4-12 - Address some of the issues identified in package review (bug 226342): - update libs requirement on base package to use %{name} for consistency\'s sake - convert from backticks to $() syntax throughout - wrap value of LD_LIBRARY_PATH in quotes - convert \"/usr/bin/find\" requirement to \"findutils\" - remove trailing periods from summaries of -devel and -tools subpackages - fix spelling mistake in description of -test subpackage - convert usage of $$RPM_BUILD_ROOT to %{buildroot} throughout, for stylistic consistency - supply dirmode arguments to defattr directives
Mon Jan 25 13:00:00 2010 David Malcolm - 2.6.4-11 - update python-2.6.2-config.patch to remove downstream customization of build of pyexpat and elementtree modules - add patch adapted from upstream (patch 3) to add support for building against system expat; add --with-system-expat to \"configure\" invocation - remove embedded copy of expat from source tree during \"prep\"
Mon Jan 25 13:00:00 2010 David Malcolm - 2.6.4-10 - introduce macros for 3 directories, replacing expanded references throughout: %{pylibdir}, %{dynload_dir}, %{site_packages} - explicitly list all lib-dynload files, rather than dynamically gathering the payload into a temporary text file, so that we can be sure what we are shipping; remove now-redundant testing for presence of certain .so files - remove embedded copy of zlib from source tree before building
Mon Jan 25 13:00:00 2010 David Malcolm - 2.6.4-9 - change python-2.6.2-config.patch to remove our downstream change to curses configuration in Modules/Setup.dist, so that the curses modules are built using setup.py with the downstream default (linking against libncursesw.so, rather than libncurses.so), rather than within the Makefile; add a test to %install to verify the dso files that the curses module is linked against the correct DSO (bug 539917; changes _cursesmodule.so -> _curses.so)
Fri Jan 22 13:00:00 2010 David Malcolm - 2.6.4-8 - rebuild (bug 556975)
Wed Jan 20 13:00:00 2010 David Malcolm - 2.6.4-7 - move lib2to3 from -tools subpackage to main package (bug 556667)
Mon Jan 18 13:00:00 2010 David Malcolm - 2.6.4-6 - patch Makefile.pre.in to avoid building static library (patch111, bug 556092) - split up the \"configure\" invocation flags onto individual lines
Fri Jan 15 13:00:00 2010 David Malcolm - 2.6.4-5 - replace usage of %define with %global - use the %{_isa} macro to ensure that the python-devel dependency on python is for the correct multilib arch (#555943) - delete bundled copy of libffi to make sure we use the system one - replace references to /usr with %{_prefix}; replace references to /usr/include with %{_includedir}
Wed Dec 16 13:00:00 2009 David Malcolm - 2.6.4-4 - automatically disable arena allocator when run under valgrind (upstream issue 2422; patch 52) - add patch from Josh Boyer containing diff against upstream PyBSDDB to make the bsddb module compile against db-4.8 (patch 53, #544275); bump the necessary version of db4-devel to 4.8 - patch setup.py so that it searches for db-4.8, and enable debug output for said search; make Setup.dist use db-4.8 (patch 54)
Thu Nov 12 13:00:00 2009 David Malcolm - 2.6.4-3 - fixup the build when __python_ver is set (Zach Sadecki; bug 533989); use pybasever in the files section
Thu Oct 29 13:00:00 2009 David Malcolm - 2.6.4-2 - \"Makefile\" and the config-32/64.h file are needed by distutils/sysconfig.py _init_posix(), so we include them in the core package, along with their parent directories (bug 531901)
Mon Oct 26 13:00:00 2009 David Malcolm - 2.6.4-1 - Update to 2.6.4
Fri Aug 21 14:00:00 2009 Tomas Mraz - 2.6.2-2 - rebuilt with new openssl
Mon Jul 27 14:00:00 2009 James Antill - 2.6.2-1 - Update to 2.6.2
Sun Jul 26 14:00:00 2009 Fedora Release Engineering - 2.6-11 - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
Sat Jul 4 14:00:00 2009 Jonathan Steffan - 2.6-10 - Move python-config to devel subpackage (#506153) - Update BuildRoot for new standard
Sun Jun 28 14:00:00 2009 Jonathan Steffan - 2.6-9 - Update python-tools description (#448940)
Wed Apr 15 14:00:00 2009 Ignacio Vazquez-Abrams 2.6-8 - Replace python-hashlib and python-uuid (#484715)
Tue Mar 17 13:00:00 2009 James Antill - 2.6-7 - Use system libffi - Resolves: bug#490573 - Fix SELinux execmem problems - Resolves: bug#488396
Thu Feb 26 13:00:00 2009 Fedora Release Engineering - 2.6-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
Fri Jan 16 13:00:00 2009 Tomas Mraz - 2.6-4 - rebuild with new openssl
Tue Jan 6 13:00:00 2009 James Antill - 2.6-3 - Fix distutils generated rpms. - Resolves: bug#236535
Wed Dec 10 13:00:00 2008 Ignacio Vazquez-Abrams - 2.6-2 - Enable -lcrypt for cryptmodule
Fri Nov 28 13:00:00 2008 Ignacio Vazquez-Abrams - 2.6-1 - Update to 2.6
Tue Sep 30 14:00:00 2008 James Antill - 2.5.2-1 - Move to 2.5.2 - Fix CVE-2008-2316 hashlib overflow.
Thu Jul 17 14:00:00 2008 Jeremy Katz - 2.5.1-30 - Fix up the build for new rpm - And actually build against db4-4.7 (#455170)
Thu Jul 10 14:00:00 2008 Tom \"spot\" Callaway - 2.5.1-27 - fix license tag - enable support for db4-4.7
Sun Jun 15 14:00:00 2008 James Antill - 2.5.1-26 - Fix sporadic listdir problem - Resolves: bug#451494
Mon Apr 7 14:00:00 2008 James Antill - 2.5.1-25 - Rebuild to re-gen autoconf file due to glibc change. - Resolves: bug#441003
Tue Mar 25 13:00:00 2008 James Antill - 2.5.1-24 - Add more constants to socketmodule
Sat Mar 8 13:00:00 2008 James Antill - 2.5.1-22 - Add constants to socketmodule - Resolves: bug#436560
Tue Feb 19 13:00:00 2008 Fedora Release Engineering - 2.5.1-22 - Autorebuild for GCC 4.3
Sun Jan 13 13:00:00 2008 Tom \"spot\" Callaway - 2.5.1-21 - rebuild for new tk in rawhide
Mon Jan 7 13:00:00 2008 James Antill - 2.5.1-20 - Add valgrind support files, as doc, to python-devel - Relates: rhbz#418621 - Add new API from 2.6, set_wakeup_fd ... use at own risk, presumably won\'t - change but I have no control to guarantee that. - Resolves: rhbz#427794 - Add gdbinit support file, as doc, to python-devel
Fri Jan 4 13:00:00 2008 Tom \"spot\" Callaway - 2.5.1-19 - rebuild for new tcl/tk in rawhide
Fri Dec 7 13:00:00 2007 James Antill - 2.5.1-18 - Create a python-test sub-module, over 3MB of stuff noone wants. - Don\'t remove egginfo files, try this see what happens ... may revert. - Resolves: rhbz#414711
Mon Dec 3 13:00:00 2007 Jeremy Katz - 2.5.1-17 - rebuild for new libssl
Fri Nov 30 13:00:00 2007 James Antill - 2.5.1-16 - Fix pyconfig.h comment typo. - Add back test_support.py and the __init__.py file. - Resolves: rhbz#387401
Tue Oct 30 13:00:00 2007 James Antill - 2.5.1-15 - Do codec lowercase in C Locale. - Resolves: 207134 191096 - Fix stupid namespacing in pysqlite, minimal upgrade to 2.3.3 pysqlite - Resolves: 263221
Wed Oct 24 14:00:00 2007 James Antill - 2.5.1-14 - Remove bintuils dep. for live CD ... add work around for ctypes
Mon Oct 22 14:00:00 2007 James Antill - 2.5.1-13 - Add tix buildprereq - Add tkinter patch - Resolves: #281751 - Fix ctypes loading of libraries, add requires on binutils - Resolves: #307221 - Possible fix for CVE-2007-4965 possible exploitable integer overflow - Resolves: #295971
Tue Oct 16 14:00:00 2007 Mike Bonnet - 2.5.1-12 - fix marshalling of objects in xmlrpclib (python bug #1739842)
Fri Sep 14 14:00:00 2007 Jeremy Katz - 2.5.1-11 - fix encoding of sqlite .py files to work around weird encoding problem in Turkish (#283331)
Mon Sep 10 14:00:00 2007 Jeremy Katz - 2.5.1-10 - work around problems with multi-line plural specification (#252136)
Tue Aug 28 14:00:00 2007 Jeremy Katz - 2.5.1-9 - rebuild against new expat
Tue Aug 14 14:00:00 2007 Jeremy Katz - 2.5.1-8 - build against db4.6
Tue Aug 14 14:00:00 2007 Dennis Gilmore - 2.5.1-7 - add sparc64 to the list of archs for _pyconfig64_h
Fri Aug 10 14:00:00 2007 Jeremy Katz - 2.5.1-6 - fix ctypes again on some arches (Hans de Goede, #251637)
Fri Jul 6 14:00:00 2007 Jeremy Katz - 2.5.1-5 - link curses modules with ncursesw (#246385)
Wed Jun 27 14:00:00 2007 Jeremy Katz - 2.5.1-4 - fix _elementtree.so build (#245703) - ensure that extension modules we expect are actually built rather than having them silently fall out of the package
Tue Jun 26 14:00:00 2007 Jeremy Katz - 2.5.1-3 - link with system expat (#245703)
Thu Jun 21 14:00:00 2007 Jeremy Katz - 2.5.1-2 - rebuild to take advantage of hardlinking between identical pyc/pyo files
Thu May 31 14:00:00 2007 Jeremy Katz - 2.5.1-1 - update to python 2.5.1
Mon Mar 19 13:00:00 2007 Jeremy Katz - 2.5.3-12 - fix alpha build (#231961)
Tue Feb 13 13:00:00 2007 Jeremy Katz - 2.5.3-11 - tcl/tk was reverted; rebuild again
Thu Feb 1 13:00:00 2007 Jeremy Katz - 2.5.3-10 - rebuild for new tcl/tk
Tue Jan 16 13:00:00 2007 Miroslav Lichvar - 2.5.3-9 - link with ncurses
Sat Jan 6 13:00:00 2007 Jeremy Katz - 2.5.3-8 | |