Package: python-crypto / 2.6.1-5
Metadata
| Package | Version | Patches format |
|---|---|---|
| python-crypto | 2.6.1-5 | 3.0 (quilt) |
Patch series
view the series file| Patch | File delta | Description |
|---|---|---|
| dont drop g.patch | (download) |
setup.py |
5 0 + 5 - 0 ! |
don't drop -g and optimization values from the call to gcc The binaries will be stripped later anyway and CFLAGS contains the correct flags. |
| fix unresolved reference size.patch | (download) |
src/_fastmath.c |
2 1 + 1 - 0 ! |
fix build issues if built without optimization. If built with -O0 the call to size won't be inlined and thus _fastmath cannot be loaded due to an unresolved symbol. |
| fix epydoc ignore.patch | (download) |
Doc/epydoc-config |
3 1 + 2 - 0 ! |
fix exclude-introspect stanza in epydoc-config |
| fix cipher iv documentation.patch | (download) |
lib/Crypto/Cipher/AES.py |
3 1 + 2 - 0 ! |
update doctring to document actual behavior. |
| reenable redefined tests.patch | (download) |
lib/Crypto/SelfTest/Cipher/test_pkcs1_oaep.py |
11 6 + 5 - 0 ! |
re-enable redefined tests. The test suite contains tests that are disabled because they have the same name as other tests. Renaming them enables them again. . PKCS1_OAEP_Tests.testEncryptDecrypt1 is updated to work with the new interface of PKCS1_OAEP. |
| fix py3 errors.patch | (download) |
lib/Crypto/PublicKey/RSA.py |
6 3 + 3 - 0 ! |
fix python 3 erros uncovered by reenable-redefined-tests.patch. |
| fix except shadows builtin.patch | (download) |
lib/Crypto/PublicKey/RSA.py |
2 1 + 1 - 0 ! |
fix 'except shadows builtin' error. Thanks to lintian4python for finding it. |
| multiprocessing test.patch | (download) |
lib/Crypto/SelfTest/Random/test__UserFriendlyRNG.py |
5 5 + 0 - 0 ! |
do not run multiprocessing test if multiprocessing.synchronize is not working On platforms that do not have a working sem_open implementation, importing multiprocessing.synchronize will fail with an ImportError. While creating a multiprocessing.Pool instance, multiprocessing.synchronize will be imported and might throw an ImportError. |
| unittest stream.patch | (download) |
lib/Crypto/SelfTest/__init__.py |
4 3 + 1 - 0 ! |
fix handling of the output stream in selftest |
| deprecated test methods.patch | (download) |
lib/Crypto/SelfTest/Cipher/test_pkcs1_oaep.py |
2 1 + 1 - 0 ! |
replace deprecated unittest methods |
| asn1 decoding.patch | (download) |
lib/Crypto/Util/asn1.py |
4 2 + 2 - 0 ! |
fix typeerror in asn1 implementation |
