DESCR: GuessIt is a python library that extracts as much information as
possible from a video filename.
It has a very powerful matcher that allows to guess properties from a
video using its filename only. This matcher works with both movies and
tv shows episodes.
This is a new dependency for news/sabnzbd.
OK sthen@
DESCR:
BabelFish provides scripts, countries and languages from their
respective ISO standards and a handy way to manipulate them with
converters.
This port is part of a new set of dependencies for sabnzbd.
OK sthen@
DESCR:
ReBulk is a python library that performs advanced searches in strings
that would be hard to implement using re module or String methods only.
It includes some features like Patterns, Match, Rule that allows
developers to build a custom and complex string matcher using a readable
and extendable API.
This port is part of a new set of dependencies for sabnzbd.
OK sthen@
DESCR:
Puremagic is a pure python module that will identify a file based off
it's magic numbers. It is designed to be minimalistic and inherently
cross platform compatible. It is also designed to be a stand in for
python-magic.
It does NOT try to match files off non-magic string. In other words it
will not search for a string within a certain window of bytes like
others might.
This is a new dependency for news/sabnzbd.
OK sthen@
necessary. Most of these code paths re-implement functions we have
had in libcrypto for a long time. Do warn on use of tls1_method:
if anything triggers this warning, we want to fix it!
insufficient. ok giovanni@
"It was found that the fix for CVE-2021-41773 in Apache HTTP Server
2.4.50 was insufficient. An attacker could use a path traversal attack
to map URLs to files outside the directories configured by Alias-like
directives.
If files outside of these directories are not protected by the usual
default configuration "require all denied", these requests can succeed.
If CGI scripts are also enabled for these aliased pathes, this could
allow for remote code execution.
This issue only affects Apache 2.4.49 and Apache 2.4.50 and not earlier
versions."
there are some new compiler warnings due to incorrect use of strlcpy
(passing strlen of source as the length), the code appears to not
be worse than the previous strn* just that the compiler knows how
to warn about it now so I'm committing it anyway, but yeuw