Created attachment 240633 [details] 0001-net-p2p-sonarr-Update-to-3.0.10.1566.patch poudriere ok This release has the needed fixes to work correctly with the latest sqlite3 part that has 'DQS' disabled, as is the default in the upstream sqlite3 project. The libmediainfo issue is still present, as this is _NOT_ a sonarr issue, but something that should be fixed in the libmediainfo port. See https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=269601 With one of the proposed patches for that port (in my case I tested with the revert of the commits as asked here: https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=268709#c7) sonarr v3 is back in a working state. So with that addition: runs in production in my setup (3 instances of sonarr on 13.1 amd64)
Is there a changelog for this update?
Changelog (not provided as URL, taken from the Releases page inside the sonarr app) New: Improve messaging for rejected quality upgrades Preserve language tags when importing subtitle files Add maximum single episode age option (per indexer) Fixed: Migrations on SQLite 3.41.0 Improve WebDL and WebRip Parsing Logging when series folder is moved successfully Improve moving file to location where another one exists
A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=756e603ce4e86d3a33a376cbe53140a8cdf77a6b commit 756e603ce4e86d3a33a376cbe53140a8cdf77a6b Author: Michiel van Baak Jansen <michiel@vanbaak.eu> AuthorDate: 2023-03-06 10:50:51 +0000 Commit: Robert Clausecker <fuz@FreeBSD.org> CommitDate: 2023-03-08 10:18:22 +0000 net-p2p/sonarr: Update to 3.0.10.1566 Upstream changes: - Improve messaging for rejected quality upgrades - Preserve language tags when importing subtitle files - Add maximum single episode age option (per indexer) - Migrations on SQLite 3.41.0 - Improve WebDL and WebRip Parsing - Logging when series folder is moved successfully - Improve moving file to location where another one exists PR: 270004 net-p2p/sonarr/Makefile | 2 +- net-p2p/sonarr/distinfo | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-)
Thank you for your contribution.