This fixes CVE-2018-16140 and CVE-2019-14275.
Since version 3.2.7a, the X bitmaps files are not installed anymore.
From upstream CHANGES:
o Distribute the X bitmaps files within fig2dev, no need to install
these files. The files were needed for Tk and Perl/Tk output.
OK rsadowski@
Documented as a preferred mirror by upstream, has https, and doesn't
have all the problems ftp://tug.org has (overloaded, keepalive broken).
ok sthen@ edd@ (maintainer)
A few notes:
This year, we install the interpreter symlinks when the supporting texmf
files become available. Before we installed them all in texlive_base and
you could get dangling symlinks and confused users.
There are also a lot of Ruby-1.8 scripts in TeX Live, but we no longer
package such an old Ruby. There's too much to systematically test, so
for now we re-write the #! to a newer Ruby, and we can fix any problems
that arise on a case-by-case basis.
Tested by: matthieu@, cwen@, Jon Bernard and jca@.
Additional input from sthen@ and cwen@.
OK cwen@ and jca@.
Thank you all for your help!
This is a filter program for use with CUPS (Common UNIX Printing System)
offering high quality printing with Seiko Epson colour ink jet printers.
It can only be used with printers that support the Epson ESC/P-R language.
most of the porting work done by sthen@
most patches from FreeBSD
ok sthen@
When boost is detected during configure time, poppler uses small_vector,
which is a header-only class of boost. This can lead to build
failures if boost is removed (e.g. by dpb) shortly after the build
of poppler starts, as noticed by naddy@.
This doesn't restrict the arches where poppler can be built, because
it c++11 is needed anyway (noted by sthen@).
- 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.