Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-cpp/commoncpp2/files/
Date: Mon, 03 May 2021 18:46:41
Message-Id: 1620067545.dae8e77fe7ab3335ad81fb480fd4283c98d58aa7.sam@gentoo
1 commit: dae8e77fe7ab3335ad81fb480fd4283c98d58aa7
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Mon May 3 18:37:10 2021 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Mon May 3 18:45:45 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dae8e77f
7
8 dev-cpp/commoncpp2: 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 dev-cpp/commoncpp2/files/1.8.1-libressl.patch | 15 ---------------
14 1 file changed, 15 deletions(-)
15
16 diff --git a/dev-cpp/commoncpp2/files/1.8.1-libressl.patch b/dev-cpp/commoncpp2/files/1.8.1-libressl.patch
17 deleted file mode 100644
18 index 9779a53d8fa..00000000000
19 --- a/dev-cpp/commoncpp2/files/1.8.1-libressl.patch
20 +++ /dev/null
21 @@ -1,15 +0,0 @@
22 -Upstream-Status: Submitted [bug-commoncpp@×××.org]
23 -
24 -diff --git a/src/ssl.cpp b/src/ssl.cpp
25 -index 5bf526d..3cd7040 100644
26 ---- a/src/ssl.cpp
27 -+++ b/src/ssl.cpp
28 -@@ -386,7 +386,7 @@ bool SSLStream::getSession(void)
29 - if(so == INVALID_SOCKET)
30 - return false;
31 -
32 -- ctx = SSL_CTX_new(SSLv3_client_method());
33 -+ ctx = SSL_CTX_new(SSLv23_client_method());
34 - if(!ctx) {
35 - SSL_CTX_free(ctx);
36 - return false;