app-mobilephone/smssend, dev-libs/skyutils: fix SSLv3 support.
authorMichael Orlitzky <mjo@gentoo.org>
Sun, 7 Aug 2016 22:26:57 +0000 (18:26 -0400)
committerMichael Orlitzky <mjo@gentoo.org>
Sun, 7 Aug 2016 22:32:19 +0000 (18:32 -0400)
commit8b119a6c8aab5ac6a6b2cb3b79171229be895108
tree2d3cb48bd5be7e84f5eb72e7185c017bb61560d4
parent8341c0afea19e504d5e25529e8e88d1f85bbe5cc
app-mobilephone/smssend, dev-libs/skyutils: fix SSLv3 support.

In commits 790eacc and ac28332, I added an "sslv3" USE flag to
dev-libs/skyutils and revisioned app-mobilephone/smssend to depend on
it. This fix was insufficient; any other programs linking to
libskyutils would suffer the same problem, as Michał Górny pointed
out.

Two new revisions of the affected packages remove the "sslv3" option
for dev-libs/skyutils, and make it depend on openssl[sslv3] when the
user asks for SSL support. Note: this required the removal of LibreSSL
support on skyutils. The new revision of app-mobilephone/smssend now
depends on the fixed revision of skyutils.

An additional fix was made, and now smssend depends on
skyutils[ssl]. Without SSL support in libskyutils, many SMS providers
simply don't work.

Gentoo-Bug: 588326
app-mobilephone/smssend/smssend-3.4-r2.ebuild [moved from app-mobilephone/smssend/smssend-3.4-r1.ebuild with 80% similarity]
dev-libs/skyutils/metadata.xml
dev-libs/skyutils/skyutils-2.8-r5.ebuild [moved from dev-libs/skyutils/skyutils-2.8-r4.ebuild with 81% similarity]