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-pda/libimobiledevice/files/
Date: Mon, 03 May 2021 18:46:39
Message-Id: 1620067544.20588adc7f72a012b04a2ea277039e29a8f7424b.sam@gentoo
1 commit: 20588adc7f72a012b04a2ea277039e29a8f7424b
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Mon May 3 18:37:03 2021 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Mon May 3 18:45:44 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=20588adc
7
8 app-pda/libimobiledevice: 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 .../files/libimobiledevice-1.3.0-libressl.patch | 25 ----------------------
14 1 file changed, 25 deletions(-)
15
16 diff --git a/app-pda/libimobiledevice/files/libimobiledevice-1.3.0-libressl.patch b/app-pda/libimobiledevice/files/libimobiledevice-1.3.0-libressl.patch
17 deleted file mode 100644
18 index 0957c9132cb..00000000000
19 --- a/app-pda/libimobiledevice/files/libimobiledevice-1.3.0-libressl.patch
20 +++ /dev/null
21 @@ -1,25 +0,0 @@
22 -From 170e1c445e8c930f4ee9dddfb9f1bcf24c089962 Mon Sep 17 00:00:00 2001
23 -From: Nikias Bassen <nikias@×××.li>
24 -Date: Thu, 6 Aug 2020 20:43:08 +0200
25 -Subject: [PATCH] idevice: Fix build with LibreSSL
26 -
27 -Upstream-Status: Accepted
28 -[https://github.com/libimobiledevice/libimobiledevice/commit/170e1c445e8c930f4ee9dddfb9f1bcf24c089962]
29 -Signed-off-by: Stefan Strogin <steils@g.o>
30 ----
31 - src/idevice.c | 2 +-
32 - 1 file changed, 1 insertion(+), 1 deletion(-)
33 -
34 -diff --git a/src/idevice.c b/src/idevice.c
35 -index fea1e03f..47c9ab4d 100644
36 ---- a/src/idevice.c
37 -+++ b/src/idevice.c
38 -@@ -1015,7 +1015,7 @@ LIBIMOBILEDEVICE_API idevice_error_t idevice_connection_enable_ssl(idevice_conne
39 - return ret;
40 - }
41 -
42 --#if OPENSSL_VERSION_NUMBER >= 0x10100000L
43 -+#if OPENSSL_VERSION_NUMBER >= 0x10100000L && !defined(LIBRESSL_VERSION_NUMBER)
44 - SSL_CTX_set_security_level(ssl_ctx, 0);
45 - #endif
46 -