Commit Graph

312 Commits

Author SHA1 Message Date
Slavek Kabrda 6739927946 Enable loading sqlite extensions.
Resolves: rhbz#1066708
2014-02-19 14:29:31 +01:00
Tomas Radej 645b355bed Fixed buffer overflow (upstream patch)
Resolves: rhbz#1062375
2014-02-10 14:38:26 +01:00
Slavek Kabrda 01c16031a5 Install macros in _rpmconfigdir. 2014-02-04 13:32:10 +01:00
Tomas Radej 112f64375b Patched failing NOOP test 2014-01-30 12:35:44 +01:00
Tomas Radej 9b754ebeb6 Changelog 2014-01-29 15:32:33 +01:00
Tomas Radej 8339259035 Removed hostname-check-bypass patch (fixed upstream) 2014-01-29 15:18:12 +01:00
Tomas Radej 3bea150658 Removed marshal.c patch (fixed upstream) 2014-01-29 15:11:45 +01:00
Tomas Radej b64e81110d Fixed tty-fail patch 2014-01-29 14:33:01 +01:00
Tomas Radej b2766547f5 Fixed stdin-test patch 2014-01-29 14:29:18 +01:00
Tomas Radej 485c86512c Updated to v2.7.6 2014-01-29 11:17:53 +01:00
Matej Stuchlik 19530b3653 Make library-files user writable 2014-01-16 11:06:12 +01:00
Dennis Gilmore d86077a9e2 enable valgrind support on 32 bit arm 2014-01-14 09:31:55 -06:00
Tomas Radej c8f7a0a385 Import get_python_version in bdist_rpm
Resolves: rhbz#1029082
2013-11-12 14:19:24 +01:00
Tomas Radej 8adf4f656c Removed trailing whitespace in spec 2013-11-12 13:53:47 +01:00
Bohuslav Kabrda c86b2c6e57 Fix processing gdb py-bt command in eval calls.
Resolves: rhbz#1008154
2013-10-08 14:04:54 +02:00
Bohuslav Kabrda 3df1286ee4 Removed ancient Obsolete: python-sqlite2. 2013-09-03 10:45:32 +02:00
Bohuslav Kabrda 4e26fc2842 Merge branch 'f19' into f20
Conflicts:
	python.spec
2013-08-26 09:39:29 +02:00
Bohuslav Kabrda a9f6e899c8 Sync back/renumber patches to stay consistent with rhel. 2013-08-26 09:37:19 +02:00
Matej Stuchlik 748ca84fca Added fix for CVE-2013-4238 (rhbz#998430) 2013-08-22 10:09:03 +02:00
Matej Stuchlik 6f65730920 Added fix for CVE-2013-4238 (rhbz#998430) 2013-08-21 20:05:58 +02:00
Dennis Gilmore 3fcf68f0db - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild 2013-08-04 01:10:51 -05:00
Bohuslav Kabrda dfec9da098 Fix build with libffi containing multilib wrapper for ffi.h (rhbz#979696). 2013-07-08 10:36:47 +02:00
Bohuslav Kabrda 337742430d Obsolete PyXML as requested in rhbz#981137. 2013-07-08 09:48:59 +02:00
Bohuslav Kabrda 7b42f48700 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.
2013-05-16 15:25:31 +02:00
David Malcolm e0483e0c2a 2.7.4-5: fix multilib issue in python-tools due to pynche (rhbz#831437)
* Tue May 14 2013 David Malcolm <dmalcolm@redhat.com> - 2.7.4-5
- fix multilib issue in python-tools due to /usr/bin/pynche (source 7;
rhbz#831437)
2013-05-14 15:49:20 -04:00
Bohuslav Kabrda cd7ed90ba4 Add patch that enables building on ppc64p7. 2013-05-02 09:12:06 +02:00
Bohuslav Kabrda a31104cb33 Allow arbitrary timeout in Condition.wait (rhbz#917709). 2013-04-22 09:09:16 +02:00
Kalev Lember 4fd811cc74 Build with libdb 5.3 instead of libdb4
- Refreshed patches: 0 (config), 102 (lib64)
- Dropped patches: 54 (db4 version), 159 (db4 include path adjustment)
2013-04-11 13:29:01 +02:00
Bohuslav Kabrda 43e7c42fba 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)
2013-04-09 11:24:18 +02:00
David Malcolm bc9fa6b868 2.7.3-35: fix gcc 4.8 incompatibility (rhbz#927358)
* Mon Mar 25 2013 David Malcolm <dmalcolm@redhat.com> - 2.7.3-35
- fix gcc 4.8 incompatibility (rhbz#927358); regenerate autotool intermediates
2013-03-25 15:40:44 -04:00
David Malcolm 1b2a274a94 2.7.3-34: restrict scope of workaround for cmpi-bindings issue (rhbz#817554)
* Wed Mar  6 2013 David Malcolm <dmalcolm@redhat.com> - 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)
2013-03-06 16:38:05 -05:00
David Malcolm 4e8ad3c099 2.7.3-33: add workaround for cmpi-bindings issue (rhbz#817554)
* Wed Mar  6 2013 David Malcolm <dmalcolm@redhat.com> - 2.7.3-33
- add workaround for cmpi-bindings issue (rhbz#817554)
2013-03-06 15:03:56 -05:00
David Malcolm d542bae2c2 2.7.3-32: add workaround for ENOPROTOOPT seen running selftests in Koji (rhbz#913732)
* Mon Mar  4 2013 David Malcolm <dmalcolm@redhat.com> - 2.7.3-32
- add workaround for ENOPROTOOPT seen running selftests in Koji
(rhbz#913732)
2013-03-04 16:18:16 -05:00
David Malcolm 6b3f9096ed 2.7.3-31: remove config flag from /etc/rpm/macros.python2
See https://fedorahosted.org/fpc/ticket/259
2013-03-03 20:01:53 -05:00
David Malcolm 4ad35ac4a7 2.7.3-30: remove __debug_package macro from comment
* Fri Feb 22 2013 David Malcolm <dmalcolm@redhat.com> - 2.7.3-30
- remove __debug_package macro from comment
2013-02-22 13:36:34 -05:00
David Malcolm 899afa849c 2.7.3-29: drop -b from application of patch 157 (uid/gid overflows)
* Fri Feb 22 2013 David Malcolm <dmalcolm@redhat.com> - 2.7.3-29
- drop -b from application of patch 157 (uid/gid overflows)
2013-02-22 13:03:09 -05:00
David Malcolm 169b37d778 2.7.3-28: fix bogus dates in changelog
* Fri Feb 22 2013 David Malcolm <dmalcolm@redhat.com> - 2.7.3-28
- fix bogus dates in changelog

rpm was emitting:
  warning: bogus date in %changelog: Wed Jun  7 2003 Mihai Ibanescu <misa@redhat.com> 2.2.3-2
  warning: bogus date in %changelog: Tue Jun  6 2003 Mihai Ibanescu <misa@redhat.com> 2.2.3-1

Note that commit bfd896bfaf has:

  Author: cvsdist <cvsdist@fedoraproject.org>
  Date:   Thu Sep 9 11:03:21 2004 +0000

    auto-import changelog data from python-2.2.3-7.src.rpm

    [...snip...]

    Sat Jun 07 2003 Mihai Ibanescu <misa@redhat.com> 2.2.3-2
    - Rebuilt
    Fri Jun 06 2003 Mihai Ibanescu <misa@redhat.com> 2.2.3-1
    - Upgraded to 2.2.3

and:

$ python -c "from datetime import *; d1 = date(2003, 6, 7); print(d1.isoformat()); print(d1.isoweekday())"
2003-06-07
6

where isoweekday 6 is indeed Saturday
2013-02-22 12:10:58 -05:00
David Malcolm 2938c66197 2.7.3-27: port _multiprocessing.Connection to use the "poll" syscall (patch 172; rhbz#849992)
* Thu Feb 21 2013 David Malcolm <dmalcolm@redhat.com> - 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)
2013-02-21 17:11:13 -05:00
David Malcolm c9c381fa33 2.7.3-26: raise correct exception in os.urandom() when /dev/urandom is missing (patch 171; rhbz#907383)
* Thu Feb 21 2013 David Malcolm <dmalcolm@redhat.com> - 2.7.3-26
- raise correct exception in os.urandom() when /dev/urandom is missing
(patch 171; rhbz#907383)
2013-02-21 14:44:28 -05:00
David Malcolm 6a2708e308 2.7.3-25: in debug builds, try to print repr() when a C-level assert fails in the garbage collector (patch 170; rhbz#850013)
* Wed Feb 20 2013 David Malcolm <dmalcolm@redhat.com> - 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)
2013-02-20 16:45:56 -05:00
David Malcolm 8b81967525 2.7.3-24: move lib2to3/tests from python-libs to python-test (rhbz#850056)
* Wed Feb 20 2013 David Malcolm <dmalcolm@redhat.com> - 2.7.3-24
- move lib2to3/tests from python-libs to python-test (rhbz#850056)
2013-02-20 15:50:47 -05:00
David Malcolm 41aa0d34f7 2.7.3-23: use SHA-256 rather than MD5 in multiprocessing.connection (patch 169; rhbz#879695)
* Wed Feb 20 2013 David Malcolm <dmalcolm@redhat.com> - 2.7.3-23
- use SHA-256 rather than implicitly using MD5 within the challenge handling
in multiprocessing.connection (patch 169; rhbz#879695)
2013-02-20 15:25:17 -05:00
David Malcolm 01cf2c167e 2.7.3-22: fix a problem with distutils.sysconfig when CFLAGS is defined in the environment (patch 168; rhbz#849994)
* Wed Feb 20 2013 David Malcolm <dmalcolm@redhat.com> - 2.7.3-22
- fix a problem with distutils.sysconfig when CFLAGS is defined in the
environment (patch 168; rhbz#849994)
2013-02-20 13:57:29 -05:00
David Malcolm d63f6bd94f 2.7.3-21: don't run any stack navigation tests in test_gdb for optimized builds (rhbz#912025)
* Wed Feb 20 2013 David Malcolm <dmalcolm@redhat.com> - 2.7.3-21
- don't run any stack navigation tests in test_gdb for optimized builds
(patch 167; rhbz#912025)
2013-02-20 12:34:28 -05:00
David Malcolm 187fefb3fb 2.7.3-20: s/cryptmodule/_cryptmodule/ in package payload (rhbz#835021)
* Wed Feb 20 2013 David Malcolm <dmalcolm@redhat.com> - 2.7.3-20
- s/cryptmodule/_cryptmodule/ in package payload (rhbz#835021)
2013-02-19 20:52:54 -05:00
David Malcolm a0eea8701e 2.7.3-19: bulletproof gdb debugging hooks to fix FTFBS on ARM (rhbz#912025)
* Tue Feb 19 2013 David Malcolm <dmalcolm@redhat.com> - 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)
2013-02-19 17:22:57 -05:00
David Malcolm 9fa4f38a5b 2.7.3-18: backport pre-canned ways of salting a password to the "crypt" module from 3.3 (rhbz#835021)
* Tue Feb 19 2013 David Malcolm <dmalcolm@redhat.com> - 2.7.3-18
- backport pre-canned ways of salting a password to the "crypt" module from 3.3
(rhbz#835021)
2013-02-19 17:05:23 -05:00
David Malcolm 42d74be742 2.7.3-17: remove "_default_patch_fuzz" directive
* Tue Feb 19 2013 David Malcolm <dmalcolm@redhat.com> - 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)
2013-02-19 15:20:28 -05:00
Peter Robinson c4cd8d3495 disable make check on ARM for the moment until 912025 is fixed 2013-02-18 13:27:21 +00:00
David Malcolm 8ac2b8e352 2.7.3-15: add aarch64 (rhbz#909783) 2013-02-10 23:28:21 -05:00