Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-wireless/crda/files/
Date: Mon, 03 May 2021 18:46:37
Message-Id: 1620067540.f9b88456d7fa931fa71262528e35bd99424e9521.sam@gentoo
1 commit: f9b88456d7fa931fa71262528e35bd99424e9521
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Mon May 3 18:33:21 2021 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Mon May 3 18:45:40 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f9b88456
7
8 net-wireless/crda: drop obsolete LibreSSL patch
9
10 Signed-off-by: Sam James <sam <AT> gentoo.org>
11
12 net-wireless/crda/files/crda-libressl.patch | 11 -----------
13 1 file changed, 11 deletions(-)
14
15 diff --git a/net-wireless/crda/files/crda-libressl.patch b/net-wireless/crda/files/crda-libressl.patch
16 deleted file mode 100644
17 index 817f2e0328c..00000000000
18 --- a/net-wireless/crda/files/crda-libressl.patch
19 +++ /dev/null
20 @@ -1,11 +0,0 @@
21 ---- crda-3.18/reglib.c 2018-10-26 12:39:19.128083735 +1100
22 -+++ crda-3.18.a/reglib.c 2018-10-26 12:42:39.737916626 +1100
23 -@@ -111,7 +111,7 @@ int reglib_verify_db_signature(uint8_t *
24 - goto out;
25 - }
26 -
27 --#if OPENSSL_VERSION_NUMBER < 0x10100000L
28 -+#if OPENSSL_VERSION_NUMBER < 0x10100000L || (defined(LIBRESSL_VERSION_NUMBER) && LIBRESSL_VERSION_NUMBER < 0x2070000fL)
29 - rsa->e = rsa_e;
30 - rsa->n = rsa_n;
31 - #else