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

Bug 683998

Summary: net-libs/libwebsockets: [QA] misuses USE=libressl semantics
Product: Gentoo Linux Reporter: David Seifert <soap>
Component: Current packagesAssignee: Jaco Kroon <jaco>
Status: RESOLVED FIXED    
Severity: normal CC: libressl, proxy-maint, 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:29:30 UTC
Dear maintainer,
net-libs/libwebsockets currently misuses USE=libressl by requiring USE=ssl to be enabled in REQUIRED_USE. This is not in line with its purpose being an implementation-discriminating flag, and not an optional-feature enabling flag. 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:23 UTC
The bug has been closed via the following commit(s):

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

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

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

 net-libs/libwebsockets/libwebsockets-1.7.9.ebuild | 12 +++++-------
 net-libs/libwebsockets/libwebsockets-2.0.2.ebuild | 12 +++++-------
 net-libs/libwebsockets/libwebsockets-2.1.1.ebuild |  5 ++---
 net-libs/libwebsockets/libwebsockets-2.4.2.ebuild |  5 ++---
 4 files changed, 14 insertions(+), 20 deletions(-)