diff --git a/cross/sabnzbd/Makefile b/cross/sabnzbd/Makefile index 08c78d5c00e..299138b3b3c 100644 --- a/cross/sabnzbd/Makefile +++ b/cross/sabnzbd/Makefile @@ -1,5 +1,5 @@ PKG_NAME = SABnzbd -PKG_VERS = 4.2.1 +PKG_VERS = 4.2.2 PKG_EXT = tar.gz PKG_DIST_NAME = $(PKG_NAME)-$(PKG_VERS)-src.$(PKG_EXT) PKG_DIST_SITE = https://github.com/sabnzbd/sabnzbd/releases/download/$(PKG_VERS) diff --git a/cross/sabnzbd/digests b/cross/sabnzbd/digests index 860371d495d..605b1f5b700 100644 --- a/cross/sabnzbd/digests +++ b/cross/sabnzbd/digests @@ -1,3 +1,3 @@ -SABnzbd-4.2.1-src.tar.gz SHA1 642a1d8fbeea42b7f7273675ab5e4f7f1a0d921e -SABnzbd-4.2.1-src.tar.gz SHA256 0d59eefd883774fcb9e3f58a073f4e53467341b34026db08dce506625052ab49 -SABnzbd-4.2.1-src.tar.gz MD5 b5489f668a5e528d4176930e9bead006 +SABnzbd-4.2.2-src.tar.gz SHA1 6c67bf493314fc17ffd4af333f6f4f7b297c66ad +SABnzbd-4.2.2-src.tar.gz SHA256 c4996a2ba65f279af81c93b1330591d8a58c2144b718d134972878cf4b527cd1 +SABnzbd-4.2.2-src.tar.gz MD5 b839e793ded8c15f7518ff2e7f0ec61a diff --git a/cross/sabnzbd/patches/001-disable_new_version_check.patch b/cross/sabnzbd/patches/001-disable_new_version_check.patch new file mode 100644 index 00000000000..fe6d519fd2f --- /dev/null +++ b/cross/sabnzbd/patches/001-disable_new_version_check.patch @@ -0,0 +1,28 @@ +--- interfaces/Config/templates/config_general.tmpl ++++ interfaces/Config/templates/config_general.tmpl +@@ -165,14 +165,6 @@ + 0 then 'checked="checked"' else ""#--> /> + $T('explain-auto_browser') + +-
+- +- +-
+
+ + 0 then 'checked="checked"' else ""#--> /> +--- sabnzbd/misc.py ++++ sabnzbd/misc.py +@@ -470,6 +470,8 @@ + they are already using an alpha/beta/rc. + RC's are valued higher than Beta's, which are valued higher than Alpha's. + """ ++ logging.info("Version check disabled by SynoCommunity packaging") ++ return + + if not cfg.version_check(): + return diff --git a/spk/sabnzbd/Makefile b/spk/sabnzbd/Makefile index 7b6d440dfb8..f52cc3c79b4 100644 --- a/spk/sabnzbd/Makefile +++ b/spk/sabnzbd/Makefile @@ -1,6 +1,6 @@ SPK_NAME = sabnzbd -SPK_VERS = 4.2.1 -SPK_REV = 67 +SPK_VERS = 4.2.2 +SPK_REV = 68 SPK_ICON = src/sabnzbd.png PYTHON_PACKAGE = python311 @@ -15,7 +15,7 @@ DESCRIPTION_FRE = SABnzbd rend Usenet aussi simple et automatisé que possible. DESCRIPTION_SPN = SABnzbd hace que Usenet sea lo más simple posible, automatizando todo lo que se puede. Todo lo que tienes que hacer es agregar un archivo .nzb. SABnzbd empieza desde ahí. Tus archivos serán automáticamente descargados, verificados, reparados, descomprimidos y archivados. DISPLAY_NAME = SABnzbd STARTABLE = yes -CHANGELOG = "Update SABnzbd to 4.2.1." +CHANGELOG = "Update SABnzbd to 4.2.2." HOMEPAGE = https://sabnzbd.org LICENSE = GPL diff --git a/spk/sabnzbd/src/requirements-pure.txt b/spk/sabnzbd/src/requirements-pure.txt index 1fa90d0ff68..15ed0ece34b 100644 --- a/spk/sabnzbd/src/requirements-pure.txt +++ b/spk/sabnzbd/src/requirements-pure.txt @@ -9,7 +9,7 @@ jaraco.collections==5.0.0 jaraco.text==3.8.1 # Newer version introduces irrelevant extra dependencies jaraco.classes==3.3.0 jaraco.context==4.3.0 -more-itertools==10.1.0 +more-itertools==10.2.0 zc.lockfile==3.0.post1 python-dateutil==2.8.2 tempora==5.5.0