From 03102bc2031e56c5e7655a51d396542486b0ad94 Mon Sep 17 00:00:00 2001 From: Rosen Penev Date: Sat, 20 Oct 2018 12:15:47 -0700 Subject: [PATCH] python-crypto: Fix faulty patch Buildbots are currently breaking because of this. Signed-off-by: Rosen Penev --- .../{100-CVE-2013-74459.patch => 100-CVE-2013-7459.patch} | 0 lang/python/python-crypto/patches/101-CVE-2018-6594.patch | 4 ++-- 2 files changed, 2 insertions(+), 2 deletions(-) rename lang/python/python-crypto/patches/{100-CVE-2013-74459.patch => 100-CVE-2013-7459.patch} (100%) 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