aboutsummaryrefslogtreecommitdiff
path: root/lang
diff options
context:
space:
mode:
authorRosen Penev <rosenp@gmail.com>2018-10-20 12:15:47 -0700
committerRosen Penev <rosenp@gmail.com>2018-10-20 23:05:44 -0700
commit03102bc2031e56c5e7655a51d396542486b0ad94 (patch)
treeb317571ac2d596f10c160793adf1aa89f37e0c99 /lang
parentf81bf02f160e9bb059e56fd12f4ea400cf963e69 (diff)
python-crypto: Fix faulty patch
Buildbots are currently breaking because of this. Signed-off-by: Rosen Penev <rosenp@gmail.com>
Diffstat (limited to 'lang')
-rw-r--r--lang/python/python-crypto/patches/100-CVE-2013-7459.patch (renamed from lang/python/python-crypto/patches/100-CVE-2013-74459.patch)0
-rw-r--r--lang/python/python-crypto/patches/101-CVE-2018-6594.patch4
2 files changed, 2 insertions, 2 deletions
diff --git a/lang/python/python-crypto/patches/100-CVE-2013-74459.patch b/lang/python/python-crypto/patches/100-CVE-2013-7459.patch
index db1f740b5..db1f740b5 100644
--- a/lang/python/python-crypto/patches/100-CVE-2013-74459.patch
+++ b/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