[Bug 291736] net-p2p/sonarr: SSL version bump in FreeBSD 15.0 breaks init script

From: <bugzilla-noreply_at_freebsd.org>
Date: Wed, 17 Dec 2025 06:38:24 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=291736

            Bug ID: 291736
           Summary: net-p2p/sonarr: SSL version bump in FreeBSD 15.0
                    breaks init script
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Only Me
          Priority: ---
         Component: Individual Port(s)
          Assignee: ports-bugs@FreeBSD.org
          Reporter: james@french.id.au
                CC: michiel@vanbaak.eu
                CC: michiel@vanbaak.eu
             Flags: maintainer-feedback?(michiel@vanbaak.eu)

Created attachment 266282
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=266282&action=edit
Patch to sonarr.in

By default Sonarr (Mono?) is looking for libssl.so.3.

This was worked around in the 14.X series by setting an environment override in
the shipped init script to tell the executable to instead look for libssl.so.30

The attached patch updates the override for FreeBSD >= 15.0-RELEASE so that it
now looks for libssl.so.35 without removing the workaround for FreeBSD 14.X

Without this patch Sonarr exits code 6 and is restarted continuously.

-- 
You are receiving this mail because:
You are the assignee for the bug.