summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Väth <mvath@google.com>2020-03-14 17:40:10 +0100
committerMartin Väth <mvath@google.com>2020-03-14 17:40:10 +0100
commitf007e57fbdc9fec36dfb0abe040eebf46a71c274 (patch)
tree6b38202f0c22ce6ab97d5d1e1abdeca6ccb25b9a /dev-lang/python/files
parentx11-themes/fvwm-crystal: Bump, picking from https://bugs.gentoo.org/710512 (diff)
downloadmv-f007e57fbdc9fec36dfb0abe040eebf46a71c274.tar.gz
mv-f007e57fbdc9fec36dfb0abe040eebf46a71c274.tar.bz2
mv-f007e57fbdc9fec36dfb0abe040eebf46a71c274.zip
dev-lang/python: Version bump
Signed-off-by: Martin Väth <mvath@google.com>
Diffstat (limited to 'dev-lang/python/files')
-rw-r--r--dev-lang/python/files/python-3.7.5-hashlib.patch25
1 files changed, 0 insertions, 25 deletions
diff --git a/dev-lang/python/files/python-3.7.5-hashlib.patch b/dev-lang/python/files/python-3.7.5-hashlib.patch
deleted file mode 100644
index a70a4796..00000000
--- a/dev-lang/python/files/python-3.7.5-hashlib.patch
+++ /dev/null
@@ -1,25 +0,0 @@
-From 2c0c356ca109d1550bfb09b0da7dec3f80db77a3 Mon Sep 17 00:00:00 2001
-From: Mike Gilbert <floppym@gentoo.org>
-Date: Fri, 18 Oct 2019 16:39:16 -0400
-Subject: [PATCH] Call OPENSSL_init_crypto for openssl >= 1.1.0
-
----
- Modules/_hashopenssl.c | 2 ++
- 1 file changed, 2 insertions(+)
-
-diff --git a/Modules/_hashopenssl.c b/Modules/_hashopenssl.c
-index b13ade60496..8abbde5120f 100644
---- a/Modules/_hashopenssl.c
-+++ b/Modules/_hashopenssl.c
-@@ -1077,6 +1077,8 @@ PyInit__hashlib(void)
- /* Load all digest algorithms and initialize cpuid */
- OPENSSL_add_all_algorithms_noconf();
- ERR_load_crypto_strings();
-+#else
-+ OPENSSL_init_crypto(OPENSSL_INIT_ADD_ALL_CIPHERS|OPENSSL_INIT_ADD_ALL_DIGESTS, NULL);
- #endif
-
- /* TODO build EVP_functions openssl_* entries dynamically based
---
-2.23.0
-