Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 702320 - www-apps/cgit - add libressl support
Summary: www-apps/cgit - 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: Jason A. Donenfeld
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: libressl-support
  Show dependency tree
 
Reported: 2019-12-09 07:07 UTC by Reuben Farrelly
Modified: 2020-01-02 03:02 UTC (History)
1 user (show)

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 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(-)