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
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(-)
Committed, thanks!