Update to sabnzbd-3.5.2

Changes: https://github.com/sabnzbd/sabnzbd/releases/tag/3.5.2
This commit is contained in:
bket 2022-03-11 19:22:27 +00:00
parent af6a79943b
commit 093202d064
4 changed files with 7 additions and 6 deletions

View File

@ -1,6 +1,6 @@
COMMENT = retrieve and process nzb-files via web interface
VERSION = 3.5.1
VERSION = 3.5.2
DISTNAME = SABnzbd-${VERSION}
PKGNAME = sabnzbd-${VERSION}
@ -31,7 +31,7 @@ RUN_DEPENDS = archivers/par2cmdline \
multimedia/py-guessit${MODPY_FLAVOR} \
net/py-portend${MODPY_FLAVOR} \
net/py-socks${MODPY_FLAVOR} \
news/py-sabyenc${MODPY_FLAVOR}>=4.0.0 \
news/py-sabyenc${MODPY_FLAVOR}>=5.1.0 \
security/py-cryptography${MODPY_FLAVOR} \
textproc/py-chardet${MODPY_FLAVOR} \
textproc/py-feedparser${MODPY_FLAVOR} \

View File

@ -1,2 +1,2 @@
SHA256 (SABnzbd-3.5.1-src.tar.gz) = 5Q1C20Km2vLiD/gVPb9z/RoGI0mgdXaoUSr0V+KqDqw=
SIZE (SABnzbd-3.5.1-src.tar.gz) = 5099292
SHA256 (SABnzbd-3.5.2-src.tar.gz) = WqhsLcyXKRfihXI8XMpd5zd2dY3QYYOtoLOEOh24yTc=
SIZE (SABnzbd-3.5.2-src.tar.gz) = 5099963

View File

@ -3,4 +3,4 @@ ${PREFIX}/bin/sabnzbd and do the initial configuration via
http://localhost:8080/
If you have an existing configuration, it can be copied to _sabnzbd's
home directory (/var/sabnzbd/)
home directory (${LOCALSTATEDIR}/sabnzbd/)

View File

@ -1,6 +1,7 @@
#!/bin/ksh
daemon="${MODPY_BIN} ${TRUEPREFIX}/lib/python${MODPY_VERSION}/site-packages/sabnzbd/SABnzbd.py -d"
daemon_flags="-b 0 -f /var/sabnzbd"
daemon_flags="-b 0 -f ${LOCALSTATEDIR}/sabnzbd"
daemon_timeout=120
daemon_user="_sabnzbd"