Bug 265793 - net-p2p/readarr: Drop hard dependency on openssl, since base and libressl work as well
Summary: net-p2p/readarr: Drop hard dependency on openssl, since base and libressl wor...
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Some People
Assignee: Felix Palmen
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2022-08-12 14:01 UTC by Michiel van Baak Jansen
Modified: 2022-08-12 17:57 UTC (History)
1 user (show)

See Also:


Attachments
0001-net-p2p-readarr-Drop-hard-dependency-on-openssl-sinc.patch (1.05 KB, patch)
2022-08-12 14:01 UTC, Michiel van Baak Jansen
michiel: maintainer-approval+
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Michiel van Baak Jansen 2022-08-12 14:01:38 UTC
Created attachment 235866 [details]
0001-net-p2p-readarr-Drop-hard-dependency-on-openssl-sinc.patch

As discussed and tested in #263840 the *arr applications (.net) run with base ssl and libressl as well.

poudriere ok
Runs in production on my setup (13.1 amd64 clean jail without any of the *ssl packages installed)

Tested (all 13.1 amd64):
- clean jail without any *ssl packages installed
- clean jail with only openssl package installed
- clean jail with only libressl package installed
Comment 1 commit-hook freebsd_committer freebsd_triage 2022-08-12 17:55:37 UTC
A commit in branch main references this bug:

URL: https://cgit.FreeBSD.org/ports/commit/?id=6b5581ae40fe1db883229628b7ded99537a6c38a

commit 6b5581ae40fe1db883229628b7ded99537a6c38a
Author:     Michiel van Baak Jansen <michiel@vanbaak.eu>
AuthorDate: 2022-08-12 13:06:31 +0000
Commit:     Felix Palmen <zirias@FreeBSD.org>
CommitDate: 2022-08-12 17:53:01 +0000

    net-p2p/readarr: Drop hard dependency on openssl

    Replace with USES=ssl:run, any version works.

    PR:                     265793
    Approved by:            tcberner (mentor)
    Differential Revision:  https://reviews.freebsd.org/D36178

 net-p2p/readarr/Makefile | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)
Comment 2 Felix Palmen freebsd_committer freebsd_triage 2022-08-12 17:57:03 UTC
Committed, thanks!