From: Rosen Penev Date: Sat, 20 Oct 2018 19:15:47 +0000 (-0700) Subject: python-crypto: Fix faulty patch X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=03102bc2031e56c5e7655a51d396542486b0ad94;p=openwrt-packages.git python-crypto: Fix faulty patch Buildbots are currently breaking because of this. Signed-off-by: Rosen Penev --- diff --git a/lang/python/python-crypto/patches/100-CVE-2013-74459.patch b/lang/python/python-crypto/patches/100-CVE-2013-7459.patch similarity index 100% rename from lang/python/python-crypto/patches/100-CVE-2013-74459.patch rename to lang/python/python-crypto/patches/100-CVE-2013-7459.patch diff --git a/lang/python/python-crypto/patches/101-CVE-2018-6594.patch b/lang/python/python-crypto/patches/101-CVE-2018-6594.patch index 22c3719d4..8e8c55820 100644 --- a/lang/python/python-crypto/patches/101-CVE-2018-6594.patch +++ b/lang/python/python-crypto/patches/101-CVE-2018-6594.patch @@ -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