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: Sun, 02 Sep 2018 11:04:59
Message-Id: 1535886282.4a5bda720ba7e786f91c46ac4875a532a2092126.titanofold@gentoo
1 commit: 4a5bda720ba7e786f91c46ac4875a532a2092126
2 Author: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com>
3 AuthorDate: Wed Aug 29 15:24:27 2018 +0000
4 Commit: Aaron Swenson <titanofold <AT> gentoo <DOT> org>
5 CommitDate: Sun Sep 2 11:04:42 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4a5bda72
7
8 dev-python/cryptography: remove unused patch
9
10 Closes: https://github.com/gentoo/gentoo/pull/9731
11
12 .../files/cryptography-1.7.1-libressl251.patch | 17 -----------------
13 1 file changed, 17 deletions(-)
14
15 diff --git a/dev-python/cryptography/files/cryptography-1.7.1-libressl251.patch b/dev-python/cryptography/files/cryptography-1.7.1-libressl251.patch
16 deleted file mode 100644
17 index a23ed7658f8..00000000000
18 --- a/dev-python/cryptography/files/cryptography-1.7.1-libressl251.patch
19 +++ /dev/null
20 @@ -1,17 +0,0 @@
21 -diff -Naur cryptography-1.7.1.orig/src/_cffi_src/openssl/x509_vfy.py cryptography-1.7.1/src/_cffi_src/openssl/x509_vfy.py
22 ---- cryptography-1.7.1.orig/src/_cffi_src/openssl/x509_vfy.py 2017-02-01 12:29:59.080728417 -0800
23 -+++ cryptography-1.7.1/src/_cffi_src/openssl/x509_vfy.py 2017-02-01 12:31:48.017895844 -0800
24 -@@ -221,10 +221,13 @@
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 -+#if !CRYPTOGRAPHY_OPENSSL_102BETA2_OR_GREATER || \
29 -+ (defined(LIBRESSL_VERSION_NUMBER) && LIBRESSL_VERSION_NUMBER < 0x2050100fL)
30 - static const long X509_V_ERR_HOSTNAME_MISMATCH = 0;
31 - static const long X509_V_ERR_EMAIL_MISMATCH = 0;
32 - static const long X509_V_ERR_IP_ADDRESS_MISMATCH = 0;
33 -+#endif
34 - #endif
35 -
36 - /* OpenSSL 1.0.2beta2+ verification parameters */
37 - #if CRYPTOGRAPHY_OPENSSL_102BETA2_OR_GREATER && \