Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-boot/vboot-utils/files/
Date: Mon, 03 May 2021 18:46:42
Message-Id: 1620067551.34e16989ba1a98f262d4a0ba3bd2af3458a51192.sam@gentoo
1 commit: 34e16989ba1a98f262d4a0ba3bd2af3458a51192
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Mon May 3 18:38:13 2021 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Mon May 3 18:45:51 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=34e16989
7
8 sys-boot/vboot-utils: drop obsolete LibreSSL patch(es)
9
10 Package-Manager: Portage-3.0.18-prefix, Repoman-3.0.3
11 Signed-off-by: Sam James <sam <AT> gentoo.org>
12
13 .../vboot-utils/files/vboot-utils-72_p20181229-libressl.patch | 11 -----------
14 1 file changed, 11 deletions(-)
15
16 diff --git a/sys-boot/vboot-utils/files/vboot-utils-72_p20181229-libressl.patch b/sys-boot/vboot-utils/files/vboot-utils-72_p20181229-libressl.patch
17 deleted file mode 100644
18 index 6702a9f590b..00000000000
19 --- a/sys-boot/vboot-utils/files/vboot-utils-72_p20181229-libressl.patch
20 +++ /dev/null
21 @@ -1,11 +0,0 @@
22 ---- a/host/include/openssl_compat.h 2019-01-03 17:32:20.000000000 -0500
23 -+++ b/host/include/openssl_compat.h 2019-02-23 13:40:27.521664838 -0500
24 -@@ -12,7 +12,7 @@
25 -
26 - #include <openssl/rsa.h>
27 -
28 --#if OPENSSL_VERSION_NUMBER < 0x10100000L
29 -+#if OPENSSL_VERSION_NUMBER < 0x10100000L || LIBRESSL_VERSION_NUMBER < 0x2080000L
30 -
31 - static inline void RSA_get0_key(const RSA *rsa, const BIGNUM **n,
32 - const BIGNUM **e, const BIGNUM **d)