python-crypto: Fix faulty patch
authorRosen Penev <redacted>
Sat, 20 Oct 2018 19:15:47 +0000 (12:15 -0700)
committerRosen Penev <redacted>
Sun, 21 Oct 2018 06:05:44 +0000 (23:05 -0700)
Buildbots are currently breaking because of this.

Signed-off-by: Rosen Penev <redacted>
lang/python/python-crypto/patches/100-CVE-2013-7459.patch [moved from lang/python/python-crypto/patches/100-CVE-2013-74459.patch with 100% similarity]
lang/python/python-crypto/patches/101-CVE-2018-6594.patch

index 22c3719d41a14a921c44962195aa64440b8082cc..8e8c55820653bf2da250987824d03c5764e41512 100644 (file)
@@ -1,5 +1,5 @@
---- lib/Crypto/PublicKey/ElGamal.py
-+++ lib/Crypto/PublicKey/ElGamal.py
+--- a/lib/Crypto/PublicKey/ElGamal.py
++++ b/lib/Crypto/PublicKey/ElGamal.py
 @@ -153,33 +153,33 @@ def generate(bits, randfunc, progress_fu
          if number.isPrime(obj.p, randfunc=randfunc):
              break
git clone https://git.99rst.org/PROJECT