Created attachment 269410 [details] Patch to update news/nzbget to v26.0 Please find attached a patch to update news/nzbget to v26.0. Release notes : https://github.com/nzbgetcom/nzbget/releases/tag/v26.0 Tested using poudriere on 14.3-RELEASE
Hi, Thank you for your submission. I have tested the patch in Poudriere (14.3-RELEASE-p9, amd64, main(c927d063a7ee)) and it seems OK including `make test`. I need to ask for approval from my mentors first. Thanks.
Bug fixes: Fixed potential deadlocks and Undefined Behavior (UB) #686; Fixed JSON parser to correctly handle nested arrays and objects #702; Fixed UU decoding issues #710; Fixed ScriptOrder having no effect for extensions #714; Added environment size check to log a warning if it exceeds the system limit on POSIX #721.
A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=07708ad9abbbc6766fac5d84024c876baf37531d commit 07708ad9abbbc6766fac5d84024c876baf37531d Author: Alexandre Levy <a13xlevy@pm.me> AuthorDate: 2026-04-06 10:23:47 +0000 Commit: Yusuf Yaman <nxjoseph@FreeBSD.org> CommitDate: 2026-04-06 15:31:31 +0000 news/nzbget: Update 25.4 => 26.0 Changelog: https://github.com/nzbgetcom/nzbget/releases/tag/v26.0 PR: 294282 Reported by: Alex Levy <a13xlevy@pm.me> (maintainer) Approved by: maintainer, vvd (co-mentor) MFH: 2026Q2 news/nzbget/Makefile | 2 +- news/nzbget/distinfo | 6 +++--- news/nzbget/pkg-plist | 5 +++++ 3 files changed, 9 insertions(+), 4 deletions(-)
A commit in branch 2026Q2 references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=31663b332f31ae4cf94ef45acb1eacf3eb341a02 commit 31663b332f31ae4cf94ef45acb1eacf3eb341a02 Author: Alexandre Levy <a13xlevy@pm.me> AuthorDate: 2026-04-06 10:23:47 +0000 Commit: Yusuf Yaman <nxjoseph@FreeBSD.org> CommitDate: 2026-04-06 15:32:16 +0000 news/nzbget: Update 25.4 => 26.0 Changelog: https://github.com/nzbgetcom/nzbget/releases/tag/v26.0 PR: 294282 Reported by: Alex Levy <a13xlevy@pm.me> (maintainer) Approved by: maintainer, vvd (co-mentor) MFH: 2026Q2 (cherry picked from commit 07708ad9abbbc6766fac5d84024c876baf37531d) news/nzbget/Makefile | 2 +- news/nzbget/distinfo | 6 +++--- news/nzbget/pkg-plist | 5 +++++ 3 files changed, 9 insertions(+), 4 deletions(-)
(In reply to Vladimir Druzenko from comment #2) Thank you, I was checking for CVEs but will check for bug fixes from now on too. Committed, thanks.