Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 730294 - sys-block/mbuffer - add libressl support
Summary: sys-block/mbuffer - add libressl support
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo's Team for Core System packages
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: libressl-support
  Show dependency tree
 
Reported: 2020-06-30 19:32 UTC by Jannik Glückert
Modified: 2020-08-16 11:04 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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(-)