mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-19 00:13:33 +00:00
net-p2p/bazarr: Update to 1.3.1
While here add missing WWW ChangeLog: https://github.com/morpheus65535/bazarr/releases/tag/v1.3.1 * HDBits provider: add search filters * EmbeddedSubtitles provider: add blacklist support * HDBits provider: handle JSON errors * Exposed subtitle file size through API * Fixed hosszupuska website parsing issue. * Improved throttling duration for some common configuration or connection issues. * Fixed history logging of downloaded and uploaded subtitles. * Improved synchronization speed for Sonarr and Radarr. * Fixed history logging issue for episodes and movies subtitles. * EmbeddedSubtitles provider: update subtitles checker * HDBits provider: improve episode matching * Fixed an additional issue with * Add HDBits.org provider * Fixed database migration process causing UNIQUE constraint in some edge cases where duplicate ID root folders where stored. * Fixed latest migration that cleared history for sqlite users. * Added error logging when trying to determine malformed audio track languages. * Added logging for opensubtitles.com 400 error. * Fixed Postgres issues while creating new database with v1.3.0. * Subdivx provider: improve movies matches * Update providers exception regex for Windows * Fixed some code to prevent arbitrary file read and blind SSRF. * Removed sucha provider that doesn't exist anymore. PR: 274485 Reported by: michiel@vanbaak.eu (maintainer)
This commit is contained in:
parent
21fff661cc
commit
98530ec49e
@ -1,6 +1,6 @@
|
||||
PORTNAME= bazarr
|
||||
DISTVERSIONPREFIX= v
|
||||
DISTVERSION= 1.3.0
|
||||
DISTVERSION= 1.3.1
|
||||
CATEGORIES= net-p2p python
|
||||
MASTER_SITES= https://github.com/morpheus65535/bazarr/releases/download/${DISTVERSIONPREFIX}${DISTVERSION}/
|
||||
DISTNAME= bazarr
|
||||
@ -8,6 +8,7 @@ DIST_SUBDIR= ${PORTNAME}/${DISTVERSION}
|
||||
|
||||
MAINTAINER= michiel@vanbaak.eu
|
||||
COMMENT= Automatic subtitle downloader for Radarr and Sonarr
|
||||
WWW= https://www.bazarr.media
|
||||
|
||||
LICENSE= GPLv3
|
||||
|
||||
@ -24,13 +25,13 @@ USES= python zip
|
||||
|
||||
USE_RC_SUBR= bazarr
|
||||
|
||||
NO_ARCH= yes
|
||||
SUB_FILES= ${PORTNAME} package_info
|
||||
SUB_LIST= MAINTAINER=${MAINTAINER} \
|
||||
PKGVERSION=${PKGVERSION} \
|
||||
PYTHON_CMD=${PYTHON_CMD} \
|
||||
USERS=${USERS}
|
||||
|
||||
NO_ARCH= yes
|
||||
NO_WRKSUBDIR= yes
|
||||
|
||||
USERS= bazarr
|
||||
|
@ -1,3 +1,3 @@
|
||||
TIMESTAMP = 1694860371
|
||||
SHA256 (bazarr/1.3.0/bazarr.zip) = 7fd2ca2595fe7594541aafa0fcf1ef0b337c5290e2069115bea10ee8264fa001
|
||||
SIZE (bazarr/1.3.0/bazarr.zip) = 26815872
|
||||
TIMESTAMP = 1697293293
|
||||
SHA256 (bazarr/1.3.1/bazarr.zip) = 02150caef9d9a28d1731f27a17d062e260b4864e53dc49103d7fece2d1d67227
|
||||
SIZE (bazarr/1.3.1/bazarr.zip) = 26819790
|
||||
|
@ -436,9 +436,9 @@
|
||||
%%DATADIR%%/bin/frontend/build/assets/@mantine/modals-06fc84bc.js
|
||||
%%DATADIR%%/bin/frontend/build/assets/@mantine/notifications-19fa8d62.js
|
||||
%%DATADIR%%/bin/frontend/build/assets/index-5c5baf89.css
|
||||
%%DATADIR%%/bin/frontend/build/assets/index-7f5c040b.js
|
||||
%%DATADIR%%/bin/frontend/build/assets/index-80bf5e18.js
|
||||
%%DATADIR%%/bin/frontend/build/assets/index-f711df91.js
|
||||
%%DATADIR%%/bin/frontend/build/assets/index-840de852.js
|
||||
%%DATADIR%%/bin/frontend/build/assets/index-934ec18a.js
|
||||
%%DATADIR%%/bin/frontend/build/assets/index-df4809cf.js
|
||||
%%DATADIR%%/bin/frontend/build/assets/roboto-all-300-normal-6d79427c.woff
|
||||
%%DATADIR%%/bin/frontend/build/assets/roboto-cyrillic-300-normal-47aa3bfa.woff2
|
||||
%%DATADIR%%/bin/frontend/build/assets/roboto-cyrillic-ext-300-normal-435e4b7f.woff2
|
||||
@ -9480,6 +9480,8 @@
|
||||
%%DATADIR%%/bin/libs/subliminal_patch/providers/__pycache__/greeksubs%%PYTHON_EXT_SUFFIX%%.pyc
|
||||
%%DATADIR%%/bin/libs/subliminal_patch/providers/__pycache__/greeksubtitles%%PYTHON_EXT_SUFFIX%%.opt-1.pyc
|
||||
%%DATADIR%%/bin/libs/subliminal_patch/providers/__pycache__/greeksubtitles%%PYTHON_EXT_SUFFIX%%.pyc
|
||||
%%DATADIR%%/bin/libs/subliminal_patch/providers/__pycache__/hdbits%%PYTHON_EXT_SUFFIX%%.opt-1.pyc
|
||||
%%DATADIR%%/bin/libs/subliminal_patch/providers/__pycache__/hdbits%%PYTHON_EXT_SUFFIX%%.pyc
|
||||
%%DATADIR%%/bin/libs/subliminal_patch/providers/__pycache__/hosszupuska%%PYTHON_EXT_SUFFIX%%.opt-1.pyc
|
||||
%%DATADIR%%/bin/libs/subliminal_patch/providers/__pycache__/hosszupuska%%PYTHON_EXT_SUFFIX%%.pyc
|
||||
%%DATADIR%%/bin/libs/subliminal_patch/providers/__pycache__/karagarga%%PYTHON_EXT_SUFFIX%%.opt-1.pyc
|
||||
@ -9570,6 +9572,7 @@
|
||||
%%DATADIR%%/bin/libs/subliminal_patch/providers/gestdown.py
|
||||
%%DATADIR%%/bin/libs/subliminal_patch/providers/greeksubs.py
|
||||
%%DATADIR%%/bin/libs/subliminal_patch/providers/greeksubtitles.py
|
||||
%%DATADIR%%/bin/libs/subliminal_patch/providers/hdbits.py
|
||||
%%DATADIR%%/bin/libs/subliminal_patch/providers/hosszupuska.py
|
||||
%%DATADIR%%/bin/libs/subliminal_patch/providers/karagarga.py
|
||||
%%DATADIR%%/bin/libs/subliminal_patch/providers/ktuvit.py
|
||||
@ -11697,8 +11700,11 @@
|
||||
%%DATADIR%%/bin/migrations/versions/__pycache__/195144da1f7e_%%PYTHON_EXT_SUFFIX%%.pyc
|
||||
%%DATADIR%%/bin/migrations/versions/__pycache__/95cd4cf40d7a_%%PYTHON_EXT_SUFFIX%%.opt-1.pyc
|
||||
%%DATADIR%%/bin/migrations/versions/__pycache__/95cd4cf40d7a_%%PYTHON_EXT_SUFFIX%%.pyc
|
||||
%%DATADIR%%/bin/migrations/versions/__pycache__/cee6a710cb71_%%PYTHON_EXT_SUFFIX%%.opt-1.pyc
|
||||
%%DATADIR%%/bin/migrations/versions/__pycache__/cee6a710cb71_%%PYTHON_EXT_SUFFIX%%.pyc
|
||||
%%DATADIR%%/bin/migrations/versions/__pycache__/dc09994b7e65_%%PYTHON_EXT_SUFFIX%%.opt-1.pyc
|
||||
%%DATADIR%%/bin/migrations/versions/__pycache__/dc09994b7e65_%%PYTHON_EXT_SUFFIX%%.pyc
|
||||
%%DATADIR%%/bin/migrations/versions/cee6a710cb71_.py
|
||||
%%DATADIR%%/bin/migrations/versions/dc09994b7e65_.py
|
||||
%%DATADIR%%/bin/postgres-requirements.txt
|
||||
%%DATADIR%%/bin/requirements.txt
|
||||
|
Loading…
Reference in New Issue
Block a user