Gentoo Archives: gentoo-commits

From: Aaron Swenson <titanofold@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/cryptography/files/
Date: Fri, 05 Jan 2018 11:44:36
Message-Id: 1515152661.869ebb989a37c1e2586978f9b2f393f4e359131e.titanofold@gentoo
1 commit: 869ebb989a37c1e2586978f9b2f393f4e359131e
2 Author: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com>
3 AuthorDate: Thu Jan 4 19:34:03 2018 +0000
4 Commit: Aaron Swenson <titanofold <AT> gentoo <DOT> org>
5 CommitDate: Fri Jan 5 11:44:21 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=869ebb98
7
8 dev-python/cryptography: remove unused patch
9
10 Closes: https://github.com/gentoo/gentoo/pull/6747
11
12 .../files/cryptography-1.7.2-libressl-2.5.1.patch | 16 ----------------
13 1 file changed, 16 deletions(-)
14
15 diff --git a/dev-python/cryptography/files/cryptography-1.7.2-libressl-2.5.1.patch b/dev-python/cryptography/files/cryptography-1.7.2-libressl-2.5.1.patch
16 deleted file mode 100644
17 index 38fce99a5ef..00000000000
18 --- a/dev-python/cryptography/files/cryptography-1.7.2-libressl-2.5.1.patch
19 +++ /dev/null
20 @@ -1,16 +0,0 @@
21 -diff -urN cryptography-1.7.2.orig/src/_cffi_src/openssl/x509_vfy.py cryptography-1.7.2/src/_cffi_src/openssl/x509_vfy.py
22 ---- cryptography-1.7.2.orig/src/_cffi_src/openssl/x509_vfy.py 2017-01-27 15:09:52.000000000 +0000
23 -+++ cryptography-1.7.2/src/_cffi_src/openssl/x509_vfy.py 2017-02-26 15:15:09.889855740 +0000
24 -@@ -221,10 +221,12 @@
25 - static const long X509_V_ERR_SUITE_B_INVALID_SIGNATURE_ALGORITHM = 0;
26 - static const long X509_V_ERR_SUITE_B_LOS_NOT_ALLOWED = 0;
27 - static const long X509_V_ERR_SUITE_B_CANNOT_SIGN_P_384_WITH_P_256 = 0;
28 -+#ifndef X509_V_ERR_HOSTNAME_MISMATCH
29 - static const long X509_V_ERR_HOSTNAME_MISMATCH = 0;
30 - static const long X509_V_ERR_EMAIL_MISMATCH = 0;
31 - static const long X509_V_ERR_IP_ADDRESS_MISMATCH = 0;
32 - #endif
33 -+#endif
34 -
35 - /* OpenSSL 1.0.2beta2+ verification parameters */
36 - #if CRYPTOGRAPHY_OPENSSL_102BETA2_OR_GREATER && \