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-libs/serf/files/
Date: Mon, 03 May 2021 18:46:40
Message-Id: 1620067548.9cab1d5d9b7bc71116d0d23f0f7ea306c647209d.sam@gentoo
1 commit: 9cab1d5d9b7bc71116d0d23f0f7ea306c647209d
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Mon May 3 18:37:50 2021 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Mon May 3 18:45:48 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9cab1d5d
7
8 net-libs/serf: 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 net-libs/serf/files/serf-1.3.9-libressl.patch | 13 -------------
14 1 file changed, 13 deletions(-)
15
16 diff --git a/net-libs/serf/files/serf-1.3.9-libressl.patch b/net-libs/serf/files/serf-1.3.9-libressl.patch
17 deleted file mode 100644
18 index fe9319fffa8..00000000000
19 --- a/net-libs/serf/files/serf-1.3.9-libressl.patch
20 +++ /dev/null
21 @@ -1,13 +0,0 @@
22 -diff --git a/buckets/ssl_buckets.c b/buckets/ssl_buckets.c
23 -index b01e535..6fadb0c 100644
24 ---- a/buckets/ssl_buckets.c
25 -+++ b/buckets/ssl_buckets.c
26 -@@ -1156,7 +1156,7 @@ static void init_ssl_libraries(void)
27 - }
28 - #endif
29 -
30 --#ifdef USE_OPENSSL_1_1_API
31 -+#if defined(USE_OPENSSL_1_1_API) && !defined(LIBRESSL_VERSION_NUMBER)
32 - OPENSSL_malloc_init();
33 - #else
34 - CRYPTO_malloc_init();