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

Bug 730294

Summary: sys-block/mbuffer - add libressl support
Product: Gentoo Linux Reporter: Jannik Glückert <jannik.glueckert>
Component: Current packagesAssignee: Gentoo's Team for Core System packages <base-system>
Status: RESOLVED FIXED    
Severity: normal    
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Bug Depends on:    
Bug Blocks: 561854    

Description Jannik Glückert 2020-06-30 19:32:30 UTC
mbuffer includes one openssl header:
./hashing.c:43:#include <openssl/md5.h>
which is also provided by libressl. It builds fine and passes tests (with sandbox disabled, as they are skipped otherwise)
Tested with version 20191016 and 20200505 on arm64
Comment 1 Larry the Git Cow gentoo-dev 2020-08-16 11:04:31 UTC
The bug has been closed via the following commit(s):

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

commit 9511f5af8bc1385bbea7a9cd47d130ddda671624
Author:     Stefan Strogin <steils@gentoo.org>
AuthorDate: 2020-08-16 11:02:49 +0000
Commit:     Stefan Strogin <steils@gentoo.org>
CommitDate: 2020-08-16 11:04:01 +0000

    sys-block/mbuffer: add USE=libressl
    
    Do not duplicate the dependency on openssl/libressl, because USE=ssl is
    required by USE=test in REQUIRED_USE.
    
    Closes: https://bugs.gentoo.org/730294
    Package-Manager: Portage-3.0.2, Repoman-2.3.23
    Signed-off-by: Stefan Strogin <steils@gentoo.org>

 sys-block/mbuffer/mbuffer-20200505.ebuild | 10 ++++++----
 1 file changed, 6 insertions(+), 4 deletions(-)