Bug 274114 - news/sabnzbd: Update to 4.1.0
Summary: news/sabnzbd: Update to 4.1.0
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: Fernando Apesteguía
URL: https://github.com/sabnzbd/sabnzbd/re...
Keywords:
Depends on:
Blocks:
 
Reported: 2023-09-27 01:37 UTC by James French
Modified: 2023-09-28 08:44 UTC (History)
1 user (show)

See Also:


Attachments
Patch to 4.1.0 (7.41 KB, patch)
2023-09-27 01:37 UTC, James French
james: maintainer-approval+
Details | Diff
Poudriere build log (Py39) (36.27 KB, text/plain)
2023-09-27 01:37 UTC, James French
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description James French 2023-09-27 01:37:14 UTC
Created attachment 245263 [details]
Patch to 4.1.0

Maintainer Upload

Port Changes since 4.0.2:
- Removed patch to workaround Linux assumptions with 7-zip, upstream has refactored this code and as a byproduct it is more universal
- Removed patch for updated sabctools, 7.[0-1].x is natively supported by this version

Upstream Changes:
https://github.com/sabnzbd/sabnzbd/releases/tag/4.1.0
Comment 1 James French 2023-09-27 01:37:43 UTC
Created attachment 245264 [details]
Poudriere build log (Py39)
Comment 2 Fernando Apesteguía freebsd_committer freebsd_triage 2023-09-27 06:20:37 UTC
^Triage: Please set the maintainer-approval attachment flag (to +) on patches for ports you maintain to signify approval.
--
Attachment -> Details -> maintainer-approval [+]


Thanks!
Comment 3 Fernando Apesteguía freebsd_committer freebsd_triage 2023-09-28 08:43:52 UTC
Committed,

Thanks!
Comment 4 commit-hook freebsd_committer freebsd_triage 2023-09-28 08:44:14 UTC
A commit in branch main references this bug:

URL: https://cgit.FreeBSD.org/ports/commit/?id=fba7d62c39c329fc92434056bd54dd84937afa84

commit fba7d62c39c329fc92434056bd54dd84937afa84
Author:     James French <james@french.id.au>
AuthorDate: 2023-09-27 06:18:39 +0000
Commit:     Fernando Apesteguía <fernape@FreeBSD.org>
CommitDate: 2023-09-28 08:43:31 +0000

    news/sabnzbd: Update to 4.1.0

    ChangeLog: https://github.com/sabnzbd/sabnzbd/releases/tag/4.1.0

    Changes since 4.0.3

     * Added a dark mode for the Config, Login, and Wizard pages.
     * Added multi-select to the History.
     * Show the number of items in post-processing when in Tabbed mode.
     * Added option verify_xff_header to include X-Forwarded-For when
     * validating if connections should be accepted when using a proxy.
     * Added option to purge log files from the Folders Config page.
     * Moved Server IP address selection and On failure, try alternative NZB to
       Special settings.
     * Special setting ipv6_servers changed to on/off.
     * Only use 7zip to unpack .zip files.
     * Windows: Added option enable_multipar to use par2cmdline-turbo
     * instead of Multipar for verification and repair. It is faster,
     * but on Windows it can fail on special (UTF8) filenames.
     * macOS: Switched to par2cmdline-turbo for verification and repair.
     * Linux: Detect more recent versions of 7zip.
     * Windows: Use All Users locations during installation of shortcuts.
     * Windows/macOS: Updated Python to 3.11.5, 7Zip to 23.01 and
     * UnRar to 6.23. All these updates include security fixes.

    Bugfixes since 4.0.3

     * Series duplicate detection did not detect duplicates.
     * Sorting would append .1 to some filenames.
     * If a paused queue contained items with Force priority,
     * items with a lower priority would also be downloaded.
     * Not all API-keys were removed during log-sanitization.
     * In certain situations, not all data would be written to disk.
     * Folder names could be sanitized too eagerly.
     * Some articles would fail to decode.
     * QuickCheck could wrongly rename files with identical content.
     * Warning about Scripts Folder location was triggered incorrectly.

    PR:             274114
    Reported by:    james@french.id.au (maintainer)

 news/sabnzbd/Makefile                              |   3 +-
 news/sabnzbd/distinfo                              |   6 +-
 news/sabnzbd/files/patch-sabctools (gone)          | 116 ---------------------
 .../files/patch-sabnzbd_newsunpack.py (gone)       |  11 --
 news/sabnzbd/pkg-plist                             |   2 +
 5 files changed, 6 insertions(+), 132 deletions(-)