dev-cpp/commoncpp2: add patch for openssl-1.1 and libressl support
authorStefan Strogin <stefan.strogin@gmail.com>
Wed, 20 Feb 2019 21:37:45 +0000 (23:37 +0200)
committerAaron Bauman <bman@gentoo.org>
Fri, 22 Feb 2019 23:36:28 +0000 (18:36 -0500)
commit88ff70ab3b857a8e6aa63061028d8475b63816bc
treee3cd3deddd86c4a67e8fe87691a89a37a8acbe46
parentc9ef851344067d8b1dd2efa827faefa74f25b6a4
dev-cpp/commoncpp2: add patch for openssl-1.1 and libressl support

SSLv3_client_method() is deprecated in openssl-1.1 and libressl.
They suggest to use SSLv23_client_method.

Closes: https://bugs.gentoo.org/674416
Package-Manager: Portage-2.3.61, Repoman-2.3.12
Signed-off-by: Stefan Strogin <stefan.strogin@gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/11120
Signed-off-by: Aaron Bauman <bman@gentoo.org>
dev-cpp/commoncpp2/commoncpp2-1.8.1-r4.ebuild [new file with mode: 0644]
dev-cpp/commoncpp2/files/1.8.1-libressl.patch [new file with mode: 0644]