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

Bug 702320

Summary: www-apps/cgit - add libressl support
Product: Gentoo Linux Reporter: Reuben Farrelly <reuben-gentoo-bugzilla>
Component: Current packagesAssignee: Jason A. Donenfeld <zx2c4>
Status: RESOLVED FIXED    
Severity: normal CC: web-apps
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Bug Depends on:    
Bug Blocks: 561854    

Description Reuben Farrelly 2019-12-09 07:07:08 UTC
Can we please have the cgit ebuild modified to support libressl rather than a fixed hard build requirement on OpenSSL?

Currently the ebuild has:

dev-libs/openssl:0

Request something like:

        ssl? (
                !libressl? ( dev-libs/openssl:0= )
                libressl? ( dev-libs/libressl:0= )
        )

Presumably a libressl flag will need to be added to IUSE as well.

I have built and run this package with LibreSSL installed for some months now without issue.
Comment 1 Stefan Strogin gentoo-dev 2019-12-31 20:55:39 UTC
Tested the build with LibreSSL 3.0.2. It's all right.
Comment 2 Larry the Git Cow gentoo-dev 2020-01-02 03:02:04 UTC
The bug has been closed via the following commit(s):

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

commit 4033b898b72e8ac6a1c10bf085cbcea9b8fbdf57
Author:     Stefan Strogin <steils@gentoo.org>
AuthorDate: 2020-01-02 02:59:50 +0000
Commit:     Stefan Strogin <steils@gentoo.org>
CommitDate: 2020-01-02 03:01:09 +0000

    www-apps/cgit: add USE=libressl
    
    Closes: https://bugs.gentoo.org/702320
    Package-Manager: Portage-2.3.84, Repoman-2.3.20
    Signed-off-by: Stefan Strogin <steils@gentoo.org>

 www-apps/cgit/cgit-1.2.1.ebuild | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)