pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

sabnzbd: update to 4.3.2



Module Name:	pkgsrc-wip
Committed By:	Olaf Seibert <rhialto%falu.nl@localhost>
Pushed By:	rhialto
Date:		Wed May 29 18:40:55 2024 +0200
Changeset:	4c6b56cdda278313306e4094a81063c368f4ba70

Modified Files:
	sabnzbd/Makefile
	sabnzbd/PLIST
	sabnzbd/distinfo

Log Message:
sabnzbd: update to 4.3.2

Bug fixes and changes since 4.3.1

    Added Special option disable_archive for jobs to always be permanently deleted.
    Specific AppRise notifications could fail to send.
    Update of the article decoder core (rapidyenc).
    Windows: After some time the interface would no longer load.
    Windows: Custom shortcuts would be removed by the installer.
    Windows/macOS: Updated Unrar to 7.01 and 7zip to 24.05.

Key changes since 4.2.0

    Archive:
        When jobs are removed from the History, they are moved to the Archive.
        Keep your History clean and still be able to reliably use Duplicate Detection.

    Apprise Integrated:
        Send notifications using Apprise to almost any notification service.
        Supported notifications: https://github.com/caronc/apprise/wiki
        Notification Script SABnzbd-notify.py is no longer needed.

    Added IPv6-staging option:
        Enable ipv6_staging in Config - Specials to get additional IPv6 features:
            Add IPv6 hostnames during address selection.
            Internet Bandwidth is measured separately for IPv4 and IPv6.

    Other:
        The text output format is removed from the API, json is the default.
        Handling of multiple inputs to several API methods was improved.
        File browser dialog is available to select file paths in the Config.
        Users will be warned if they configure an Indexer as a Server.
        Added SAB_API_KEY and SAB_API_URL to script environment variables.
        Windows/macOS: Updated Python to 3.12.3, Multipar to v1.3.3.2,
        Unrar to 7.00 and 7zip to 24.03.

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=4c6b56cdda278313306e4094a81063c368f4ba70

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 sabnzbd/Makefile | 4 ++--
 sabnzbd/PLIST    | 5 +++--
 sabnzbd/distinfo | 6 +++---
 3 files changed, 8 insertions(+), 7 deletions(-)

diffs:
diff --git a/sabnzbd/Makefile b/sabnzbd/Makefile
index 9f95da60eb..1f3937ebe0 100644
--- a/sabnzbd/Makefile
+++ b/sabnzbd/Makefile
@@ -1,7 +1,7 @@
 # $NetBSD$
 
 DISTNAME=	sabnzbd-${DISTVERSION}
-DISTVERSION=	4.2.1
+DISTVERSION=	4.3.2
 CATEGORIES=	news
 MASTER_SITES=	${MASTER_SITE_GITHUB:=sabnzbd/}
 GITHUB_PROJECT=	sabnzbd
@@ -25,7 +25,7 @@ DEPENDS+=	${PYPKGPREFIX}-puremagic>=1.11:../../sysutils/py-puremagic
 DEPENDS+=	${PYPKGPREFIX}-sabctools>=8.1.0:../../wip/py-sabctools
 # Optional:
 #DEPENDS+=	${PYPKGPREFIX}-dbus>=1.3.2:../../sysutils/py-dbus
-# 
+
 DEPENDS+=	par2-[0-9]*:../../archivers/par2
 DEPENDS+=	unrar-[0-9]*:../../archivers/unrar
 DEPENDS+=	unzip-[0-9]*:../../archivers/unzip
diff --git a/sabnzbd/PLIST b/sabnzbd/PLIST
index e17b439872..50b7789201 100644
--- a/sabnzbd/PLIST
+++ b/sabnzbd/PLIST
@@ -50,12 +50,10 @@ ${PYSITELIB}/sabnzbd/utils/diskspeed.py
 ${PYSITELIB}/sabnzbd/utils/file_extension.py
 ${PYSITELIB}/sabnzbd/utils/getperformance.py
 ${PYSITELIB}/sabnzbd/utils/kronos.py
-${PYSITELIB}/sabnzbd/utils/pathbrowser.py
 ${PYSITELIB}/sabnzbd/utils/pybonjour.py
 ${PYSITELIB}/sabnzbd/utils/pystone.py
 ${PYSITELIB}/sabnzbd/utils/rarfile.py
 ${PYSITELIB}/sabnzbd/utils/rarvolinfo.py
-${PYSITELIB}/sabnzbd/utils/servertests.py
 ${PYSITELIB}/sabnzbd/utils/sleepless.py
 ${PYSITELIB}/sabnzbd/utils/ssdp.py
 ${PYSITELIB}/sabnzbd/utils/systrayiconthread.py
@@ -184,6 +182,7 @@ share/sabnzbd/po/email/es.po
 share/sabnzbd/po/email/fi.po
 share/sabnzbd/po/email/fr.po
 share/sabnzbd/po/email/he.po
+share/sabnzbd/po/email/it.po
 share/sabnzbd/po/email/nb.po
 share/sabnzbd/po/email/nl.po
 share/sabnzbd/po/email/pl.po
@@ -202,6 +201,7 @@ share/sabnzbd/po/main/es.po
 share/sabnzbd/po/main/fi.po
 share/sabnzbd/po/main/fr.po
 share/sabnzbd/po/main/he.po
+share/sabnzbd/po/main/it.po
 share/sabnzbd/po/main/nb.po
 share/sabnzbd/po/main/nl.po
 share/sabnzbd/po/main/pl.po
@@ -220,6 +220,7 @@ share/sabnzbd/po/nsis/es.po
 share/sabnzbd/po/nsis/fi.po
 share/sabnzbd/po/nsis/fr.po
 share/sabnzbd/po/nsis/he.po
+share/sabnzbd/po/nsis/it.po
 share/sabnzbd/po/nsis/nb.po
 share/sabnzbd/po/nsis/nl.po
 share/sabnzbd/po/nsis/pl.po
diff --git a/sabnzbd/distinfo b/sabnzbd/distinfo
index 137981ba39..7534699a13 100644
--- a/sabnzbd/distinfo
+++ b/sabnzbd/distinfo
@@ -1,7 +1,7 @@
 $NetBSD: distinfo,v 1.1 2013/10/01 20:25:20 wongk Exp $
 
-BLAKE2s (sabnzbd-4.2.1.tar.gz) = b0f061dd2d088a919c28a720d293a1f9355b96e0599a3fd089ae9799585e9969
-SHA512 (sabnzbd-4.2.1.tar.gz) = c920c4c3af2b4a93c3a9ecacf8966f2d0aee0081bc8b8fc5281b887fbeedcc7bb39b899b961def8dc61ef0ca52ca0e11b042f27dd0f7b82d2d1802e64b00c9a3
-Size (sabnzbd-4.2.1.tar.gz) = 10941865 bytes
+BLAKE2s (sabnzbd-4.3.2.tar.gz) = 95ce4ea45a9a96fbd64afdba2b4049fc6be97d6ab07e0d4b662d2e70b07acfbe
+SHA512 (sabnzbd-4.3.2.tar.gz) = b6a18cf98ba27ad6b8fd3626dc8914ab6ea1a498a45ce51573ba8501f1bbbc87323878e46ea3842bcf4369caaadfb3faef8b91f775c172a2465e02b18158dbb8
+Size (sabnzbd-4.3.2.tar.gz) = 11215050 bytes
 SHA1 (patch-SABnzbd.py) = 33019b1b87cc81cea38f3b0c68a27ca37807aaa4
 SHA1 (patch-sabnzbd_cfg.py) = 49a262d8d9c27c741077ea8c2676c425dd63ee6a


Home | Main Index | Thread Index | Old Index