Created attachment 235864 [details] 0001-net-p2p-prowlarr-Drop-hard-dependency-on-openssl-sin.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=f29dc078845f8189e781748af93ba18d661ce3a5 commit f29dc078845f8189e781748af93ba18d661ce3a5 Author: Michiel van Baak Jansen <michiel@vanbaak.eu> AuthorDate: 2022-08-12 13:07:31 +0000 Commit: Felix Palmen <zirias@FreeBSD.org> CommitDate: 2022-08-12 17:52:41 +0000 net-p2p/prowlarr: Drop hard dependency on openssl Replace with USES=ssl:run, any version works. PR: 265791 Approved by: tcberner (mentor) Differential Revision: https://reviews.freebsd.org/D36177 net-p2p/prowlarr/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-)
Committed, thanks!