Skip to content
Snippets Groups Projects
Commit c2971775 authored by Matt's avatar Matt Committed by Robert Clausecker
Browse files

news/sabnzbdplus: update to 4.0.0 and rename to news/sabnzbd

Changes since 3.7.2
In this major update we optimized a core part of the SSL handling.
This results in large performance increases when downloading from news
servers with SSL enabled. In addition, the general connection handling
was improved, resulting in performance improvements for all news servers.
Special thanks to: mnightingale, puzzledsab and animetosho!
There are multiple settings that can tweak performance, see:
When adding a new news server, SSL is enabled by default.
File assembly performance significantly improved by relying on the
CRC32 instead of the MD5 to perform QuickCheck of files.
Slowdown more gracefully when the cache fills up.
Replaced separate Series/Movie/Date Sorting with general Sorter.
HTTPS files are included in the Backup.
Improved Watched Folder scanning and processing.
Ignore resource fork files created by macOS.
Deobfuscate final filenames is enabled for new installations.
Dropped support for Python 3.7.

Bugfixes since 3.7.2
Restore applying History Retention setting at startup.
Windows: Not all invalid characters were removed from filenames.
Windows: Firewall rules were not removed by uninstaller.

Approved by:	james@french.id.au (maintainer)
PR:		271125
parent 44ebeb5e
No related branches found
No related tags found
No related merge requests found
......@@ -7535,3 +7535,4 @@ x11-wm/hyprland-devel|x11-wm/hyprland|2023-05-03|Out of date: use x11-wm/hyprlan
emulators/qemu70|emulators/qemu7|2023-05-04|Use emulators/qemu or emulators/qemu-devel
www/resin3||2023-05-06|Deprecated version, unsupported by upstream for years
news/py-sabyenc3|news/py-sabctools|2023-05-08|Renamed upstream
news/sabnzbdplus|news/sabnzbd|2023-05-08|Update to proper upstream name
......@@ -54,7 +54,7 @@
SUBDIR += py-sabctools
SUBDIR += rntrack
SUBDIR += s-news
SUBDIR += sabnzbdplus
SUBDIR += sabnzbd
SUBDIR += slrn
SUBDIR += slrnface
SUBDIR += suck
......
PORTNAME= sabnzbdplus
DISTVERSION= 3.7.2
PORTEPOCH= 1
PORTNAME= sabnzbd
DISTVERSION= 4.0.0
CATEGORIES= news
MASTER_SITES= https://github.com/sabnzbd/sabnzbd/releases/download/${DISTVERSION}/
DISTNAME= SABnzbd-${DISTVERSION}-src
......@@ -20,14 +19,14 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}cheetah3>=0:devel/py-cheetah3@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}feedparser>=6.0.0:textproc/py-feedparser@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}portend>=0:net/py-portend@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}sqlite3>=0:databases/py-sqlite3@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}sabyenc3>=0:news/py-sabyenc3@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}sabctools>=0:news/py-sabctools@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}guessit>0:multimedia/py-guessit@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}puremagic>0:sysutils/py-puremagic@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}pysocks>0:net/py-pysocks@${PY_FLAVOR} \
par2repair:archivers/par2cmdline \
unrar:archivers/unrar
USES= python:3.7+ shebangfix gettext
USES= python:3.8+ shebangfix gettext
USE_RC_SUBR= sabnzbd
SHEBANG_FILES= SABnzbd.py tools/msgfmt.py
......
TIMESTAMP = 1682683069
SHA256 (SABnzbd-4.0.0-src.tar.gz) = 32e6073a238d25747ef86919ff0804725cf59ddbcfab60c812e21c998ce2ed71
SIZE (SABnzbd-4.0.0-src.tar.gz) = 5079964
File moved
File moved
File moved
TIMESTAMP = 1676026649
SHA256 (SABnzbd-3.7.2-src.tar.gz) = 01250ecd09cdb50da8be8829e4f44f33f0bf1bcf1fcff136ad6045e5f4a2a172
SIZE (SABnzbd-3.7.2-src.tar.gz) = 5108729
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment