Matej Stuchlik
159ddfd3dd
Added fix for CVE-2013-4238 (rhbz#998430)
2013-08-21 15:07:44 +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
7d2a68252b
Merge branch 'master' into f19
...
Conflicts:
python.spec
2013-07-08 11:38:19 +02: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
1526d92d52
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:32:03 +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
d2b9971f17
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:53:21 -04: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
695023596e
Add patch that enables building on ppc64p7.
2013-05-02 09:20:03 +02:00
Bohuslav Kabrda
cd7ed90ba4
Add patch that enables building on ppc64p7.
2013-05-02 09:12:06 +02:00
Bohuslav Kabrda
383dbe37b6
Allow arbitrary timeout in Condition.wait (rhbz#917709).
2013-04-22 09:10:58 +02:00
Bohuslav Kabrda
a31104cb33
Allow arbitrary timeout in Condition.wait (rhbz#917709).
2013-04-22 09:09:16 +02:00
Kalev Lember
8cbd1db2b1
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 14:48:20 +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
302c82620e
Again that annoying dist-git but which makes it seems that staged files were commited, but they werent...
2013-04-11 10:23:18 +02:00
Bohuslav Kabrda
6a2d1e30e2
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-11 10:23:04 +02:00
Bohuslav Kabrda
a30193e75f
Again that annoying dist-git but which makes it seems that staged files were commited, but they werent...
2013-04-10 10:29:51 +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
David Malcolm
f9657ea51b
2.7.3-14: add BR on bluez-libs-devel (rhbz#879720)
2012-12-11 15:38:01 -05:00
Bohuslav Kabrda
095994d780
Modify the conditional dependencies to also cover rhel.
2012-10-10 10:31:01 +02:00
David Malcolm
94afdf8175
2.7.3-13: remove f18 conditional from patch 159
2012-08-09 10:57:09 -04:00
David Malcolm
4baa563fe9
add notes on python3 patches
2012-08-06 16:27:00 -04:00
Dennis Gilmore
0653dca0d0
Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
2012-07-27 01:12:15 -05:00
Bohuslav Kabrda
53b3ff6168
fix db4 include path for libdb4 package (f18 and above)
2012-07-24 08:51:48 +02:00
Bohuslav Kabrda
5fd54b3bd3
fix memory leak in module _hashlib (patch 158, rhbz#836285)
2012-07-24 08:51:00 +02:00
David Malcolm
7e989460de
2.7.3-10: fix missing include in uid/gid handling patch (patch 157; rhbz#830405)
2012-06-26 14:53:28 -04:00
David Malcolm
663654f40f
2.7.3-9: use rpm macro for power64 (rhbz#834653)
2012-06-22 13:30:17 -04:00
David Malcolm
a96f75325b
2.7.3-8: update uid/gid handling (patch 157; rhbz#697470)
...
* Tue May 15 2012 David Malcolm <dmalcolm@redhat.com> - 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)
2012-05-18 14:53:34 -04:00