Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-crypt/efitools/files/
Date: Mon, 03 May 2021 18:46:37
Message-Id: 1620067541.3f4121e7e372c1009b984881906e0aa254124309.sam@gentoo
1 commit: 3f4121e7e372c1009b984881906e0aa254124309
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Mon May 3 18:33:50 2021 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Mon May 3 18:45:41 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3f4121e7
7
8 app-crypt/efitools: drop obsolete LibreSSL patch
9
10 Signed-off-by: Sam James <sam <AT> gentoo.org>
11
12 .../files/efitools-1.8.1-libressl-compatibility.patch | 11 -----------
13 1 file changed, 11 deletions(-)
14
15 diff --git a/app-crypt/efitools/files/efitools-1.8.1-libressl-compatibility.patch b/app-crypt/efitools/files/efitools-1.8.1-libressl-compatibility.patch
16 deleted file mode 100644
17 index 876baae16f8..00000000000
18 --- a/app-crypt/efitools/files/efitools-1.8.1-libressl-compatibility.patch
19 +++ /dev/null
20 @@ -1,11 +0,0 @@
21 ---- a/cert-to-efi-hash-list.c 2018-04-21 20:59:24.814748503 +0200
22 -+++ b/cert-to-efi-hash-list.c 2018-04-21 20:59:51.868581307 +0200
23 -@@ -135,7 +135,7 @@
24 - X509 *cert = PEM_read_bio_X509(cert_bio, NULL, NULL, NULL);
25 - unsigned char *cert_buf = NULL;
26 -
27 --#if OPENSSL_VERSION_NUMBER < 0x10100000L
28 -+#if OPENSSL_VERSION_NUMBER < 0x10100000L || defined(LIBRESSL_VERSION_NUMBER)
29 - int cert_len = i2d_X509_CINF(cert->cert_info, &cert_buf);
30 - #else
31 - int cert_len = i2d_re_X509_tbs(cert, &cert_buf);