AST-2019-002: Remote crash vulnerability with MESSAGE messages:
A specially crafted SIP in-dialog MESSAGE message can cause Asterisk to crash.
AST-2019-003: Remote Crash Vulnerability in chan_sip channel driver:
When T.38 faxing is done in Asterisk a T.38 reinvite may be sent to an
endpoint to switch it to T.38. If the endpoint responds with an improperly
formatted SDP answer including both a T.38 UDPTL stream and an audio or video
stream containing only codecs not allowed on the SIP peer or user a crash will
occur. The code incorrectly assumes that there will be at least one common
codec when T.38 is also in the SDP answer.
DESCR:
xxHash is an extremely fast non-cryptographic hash algorithm, running at
RAM speed limits. Code is highly portable, and hashes are identical on
all platforms (little / big endian).
Comments/suggestions from sthen@, juanfra@, and kn@. Thanks!
OK sthen@, kn@
and new features.
ok sthen@ on a slighter different version
pkg/DESCR
DBD::MariaDB is the Perl5 Database Interface driver for MariaDB and
MySQL databases. In other words: DBD::MariaDB is an interface between
the Perl programming language and the MariaDB/MySQL programming API
that comes with the MariaDB/MySQL relational database management
system. Most functions provided by this programming API are supported.
are a single cdn backed server and issue a redirect to https://www.php.net/.
replace MASTER_SITES with the single https://www.php.net/distributions/.
this also suggests the mishmash of working and broken backends for
www.php.net that resulted in using secure.php.net as the homepage have
been cleaned up, so switch that back to https://www.php.net/.
for some reason tests are supposed to use CXX/CC from the env, but with
TEST_ENV = CC=${CC} CXX=${CXX} seems its not working, so adapt the patch
accordingly. same 4 tests still fail.