Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 683990

Summary: net-vpn/openvpn: [QA] misuses USE=libressl semantics
Product: Gentoo Linux Reporter: David Seifert <soap>
Component: Current packagesAssignee: Patrick McLean <chutzpah>
Status: RESOLVED FIXED    
Severity: normal CC: libressl, qa
Priority: Normal Keywords: PullRequest
Version: unspecified   
Hardware: All   
OS: Linux   
See Also: https://github.com/gentoo/gentoo/pull/11843
Whiteboard:
Package list:
Runtime testing required: ---
Bug Depends on:    
Bug Blocks: 683982    

Description David Seifert gentoo-dev 2019-04-21 16:18:36 UTC
Dear maintainer,
net-vpn/openvpn currently misuses USE=libressl by making it mutually exclusive with the USE=mbedtls flag in REQUIRED_USE. Please fix this bug in order to reduce spurious REQUIRED_USE violations, which make switching between OpenSSL and LibreSSL a less than pleasant experience.
Comment 1 Larry the Git Cow gentoo-dev 2019-04-27 20:28:29 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fa508597570deec743b18a1d5d0405c1c970c222

commit fa508597570deec743b18a1d5d0405c1c970c222
Author:     David Seifert <soap@gentoo.org>
AuthorDate: 2019-04-27 16:35:03 +0000
Commit:     David Seifert <soap@gentoo.org>
CommitDate: 2019-04-27 20:27:48 +0000

    net-vpn/openvpn: [QA] Fix USE=libressl semantics
    
    Closes: https://bugs.gentoo.org/683990
    Package-Manager: Portage-2.3.64, Repoman-2.3.12
    Signed-off-by: David Seifert <soap@gentoo.org>

 net-vpn/openvpn/openvpn-2.4.6-r1.ebuild | 3 +--
 net-vpn/openvpn/openvpn-2.4.6.ebuild    | 9 ++++-----
 net-vpn/openvpn/openvpn-2.4.7-r1.ebuild | 3 +--
 net-vpn/openvpn/openvpn-9999.ebuild     | 4 ++--
 4 files changed, 8 insertions(+), 11 deletions(-)