Compare commits
No commits in common. 'i9' and 'f38' have entirely different histories.
@ -1 +1 @@
|
|||||||
SOURCES/pycrypto-2.6.1.tar.gz
|
/pycrypto-[0-9.]*.tar.gz
|
||||||
|
@ -1 +0,0 @@
|
|||||||
aeda3ed41caf1766409d4efc689b9ca30ad6aeb2 SOURCES/pycrypto-2.6.1.tar.gz
|
|
@ -0,0 +1,21 @@
|
|||||||
|
## PyCrypto - The Python Cryptography Toolkit
|
||||||
|
|
||||||
|
**This software is no longer maintained**
|
||||||
|
|
||||||
|
See upstream notice at https://www.pycrypto.org/
|
||||||
|
|
||||||
|
PyCrypto 2.x is unmaintained and obsolete. Known security vulnerabilities
|
||||||
|
have been patched downstream by backporting code from PyCryptodome (see below).
|
||||||
|
|
||||||
|
Please choose one of the following alternatives:
|
||||||
|
|
||||||
|
[Cryptography](https://src.fedoraproject.org/rpms/python-cryptography)
|
||||||
|
|
||||||
|
* Recommended for new applications
|
||||||
|
* Newer API with fewer gotchas
|
||||||
|
|
||||||
|
[PyCryptodome](https://src.fedoraproject.org/rpms/python-pycryptodomex)
|
||||||
|
|
||||||
|
* Recommended for existing software that depends on PyCrypto
|
||||||
|
* Fork of PyCrypto - most applications should run unmodified
|
||||||
|
|
@ -0,0 +1,5 @@
|
|||||||
|
from Config import *
|
||||||
|
|
||||||
|
# LICENSE.orig is not a backup file
|
||||||
|
addFilter("backup-file-in-package /usr/share/licenses/python-crypto/LEGAL/copy/LICENSE.orig")
|
||||||
|
|
Loading…
Reference in new issue