Bug 294282 - news/nzbget: update to v26.0
Summary: news/nzbget: update to v26.0
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Some People
Assignee: Yusuf Yaman
URL: https://github.com/nzbgetcom/nzbget/r...
Keywords:
Depends on:
Blocks:
 
Reported: 2026-04-06 12:09 UTC by Alex Levy
Modified: 2026-04-06 15:35 UTC (History)
3 users (show)

See Also:
vvd: maintainer-feedback+
nxjoseph: merge-quarterly+


Attachments
Patch to update news/nzbget to v26.0 (2.44 KB, patch)
2026-04-06 12:09 UTC, Alex Levy
a13xlevy: maintainer-approval+
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Alex Levy 2026-04-06 12:09:44 UTC
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
Comment 1 Yusuf Yaman freebsd_committer freebsd_triage 2026-04-06 14:49:37 UTC
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.
Comment 2 Vladimir Druzenko freebsd_committer freebsd_triage 2026-04-06 15:27:34 UTC
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.
Comment 3 commit-hook freebsd_committer freebsd_triage 2026-04-06 15:32:23 UTC
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(-)
Comment 4 commit-hook freebsd_committer freebsd_triage 2026-04-06 15:33:24 UTC
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(-)
Comment 5 Yusuf Yaman freebsd_committer freebsd_triage 2026-04-06 15:34:25 UTC
(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.