Includes changes (already in 1.6) for the following advisory:
Trusted Firmware A Security Advisory TFV 7
Trusted Firmware-A exposure to cache speculation vulnerability Variant 4
tested on rk3399
ok jsg@
Changes since 1.2.x include:
- Improvements to the VAD and speech/music classification using an RNN
- Support for ambisonics coding using channel mapping families 2 and 3
- Improvements to stereo speech coding at low bitrate
- Using wideband encoding down to 9 kb/s
- Making it possible to use SILK down to bitrates around 5 kb/s
- Minor quality improvement on tones
- Enabling the spec fixes in RFC 8251 by default
- Security/hardening improvements
Notable bug fixes include:
- Fixes to the CELT PLC
- Bandwidth detection fixes
Updated to the following versions:
- phonon-4.10.1
- phonon-backend-gstreamer-4.9.0
- phonon-backend-vlc-0.10.1 (enable qt5 FLAVOR)
- phonon-qt5-4.10.1
- Many Makefile tweaks
- Switch HOMEPAGE to HTTPS
All consumers were built fine. Runtime tests with many KDE4/KDE5 applications.
Fixes my playback MKV/x264/AC3 issue with kde4/dragon.
Remove the dep on py-keyczar, noticed thanks to Edward Lopez-Acosta
Our patch for bcrypt has been addressed in a different way upstream, we
still need to patch for '2a' vs '2b'.
Backport two commits that were commited upstream for the reboot module.
tests from jca@ and sthen@; ok sthen@ jasper@ (maintainer)
Since the last qt-creator update qmake don't respect USE_SYSTEM_BOTON. It looks
like QBS build only supports this.
- revert r1.43
- add patches to take system botan2 with qmake
Spotted by espie@ in a new bulk. Thanks!
To quote Elias Mariani:
+ Now devel/py-dtopt is free of consumers.
+ The project hasn't been updated since Aug 10, 2007.
+ I think that the py3 version has errors, there is no comments on the
compatibility with python 3 on the pypi site.
+ The repository seems to be down for a while now...
+ I don't think that is useful anymore.
+ it has a file conflicting between py- and py3-
This is a backport of the subprocess standard library module from
Python 3.2 - 3.5 for use on Python 2.
It includes bugfixes and some new features. On POSIX systems it is
guaranteed to be reliable when used in threaded applications. It
includes timeout support from Python 3.3 and the run() API from 3.5
but otherwise matches 3.2's API.
OK daniel@
Kiwi is an efficient C++ implementation of the Cassowary constraint
solving algorithm. Kiwi is an implementation of the algorithm based
on the seminal Cassowary paper. It is not a refactoring of the
original C++ solver. Kiwi has been designed from the ground up to
be lightweight and fast. Kiwi ranges from 10x to 500x faster than
the original Cassowary solver with typical use cases gaining a 40x
improvement. Memory savings are consistently > 5x.
In addition to the C++ solver, Kiwi ships with hand-rolled Python
bindings.
OK daniel@
Kiwi is an efficient C++ implementation of the Cassowary constraint
solving algorithm. Kiwi is an implementation of the algorithm based
on the seminal Cassowary paper. It is not a refactoring of the
original C++ solver. Kiwi has been designed from the ground up to
be lightweight and fast. Kiwi ranges from 10x to 500x faster than
the original Cassowary solver with typical use cases gaining a 40x
improvement. Memory savings are consistently > 5x.
In addition to the C++ solver, Kiwi ships with hand-rolled Python
bindings.
OK daniel@