- CVE-2019-8696 and CVE-2019-8675: Fixed SNMP buffer overflows
- Fixed IPP buffer overflow
- Fixed memory disclosure issue in the scheduler
- Fixed DoS issues in the scheduler
Extra tests on sparc64 by jca@ -- thanks!
In contrast to the update I sent to ports@, this only contains a minor
bump to libpoppler-glib (spotted by jca@).
while here, switch HOMEPAGE to https
Announce: https://discuss.tryton.org/t/release-of-relatorio-0-9-0/1615
Relatorio is a templating library which provides a way to easily output several kinds of files but mainly OpenDocument.
This is a minor release that adds new features:
- Support out parameter of render
- Write opendocument stream directly to the ZipFile
ok kmos@
internal replacement function. Following the changes to make realpath(3) use the
__realpath() syscall these no longer detect broken realpath i.e. produce different
code. Bump REVISION to ensure that users get the new version.
Follow the upstream recommendations for packagers and switch to
multi-packages:
devel/gettext -> devel/gettext,-runtime
devel/gettext-tools -> devel/gettext,-tools
(new) devel/gettext,-textstyle
lang/python port module. I've not yet come up with a port that
would not need this and one can always set MODPY_TESTDEP to "no"
to prevent the module from touching TEST_DEPENDS.
Idea from afresh1 who pointed out the cpan module already does this.
aja "I support this move."
OK sthen@
This does *not* contain the major bump for the poppler-qt5 shared
library from the diff I initially sent to ports, because that isn't
needed (as pointed out by jca@).
Also build-tested with gcc-8 by jca@, thanks!
The included dvisvgm contains a bundled version of brotli, that uses
__has_attribute(), only available with gcc>=5. Spotted by landry@,
tested successfully on sparc64 (jca@), macppc (landry@) and amd64 (me).
OK jca@, edd@ (MAINTAINER)