diff options
author | Patrick J Volkerding <volkerdi@slackware.com> | 2018-08-21 18:39:27 +0000 |
---|---|---|
committer | Eric Hameleers <alien@slackware.com> | 2018-08-22 09:00:30 +0200 |
commit | cfe7baffeee46ddf054cd19a6570bdab8b0cf7bd (patch) | |
tree | 94d1326175567b364b117e65e66bf6164bdb2b48 /source/t/texlive | |
parent | 536db4a134a0ade7c5ef2a2fa1dd92dbacc35093 (diff) | |
download | current-cfe7baffeee46ddf054cd19a6570bdab8b0cf7bd.tar.gz |
Tue Aug 21 18:39:27 UTC 201820180821183927
a/openssl-solibs-1.1.0i-x86_64-2.txz: Rebuilt.
ap/cups-filters-1.21.0-x86_64-1.txz: Upgraded.
Compiled against poppler-0.68.0.
ap/qpdf-8.2.1-x86_64-1.txz: Upgraded.
kde/calligra-2.9.11-x86_64-25.txz: Rebuilt.
Recompiled against poppler-0.68.0.
l/babl-0.1.56-x86_64-1.txz: Upgraded.
l/gdbm-1.18-x86_64-1.txz: Upgraded.
l/gegl-0.4.8-x86_64-1.txz: Upgraded.
l/jmtpfs-0.5-x86_64-1.txz: Added.
l/pango-1.42.4-x86_64-1.txz: Upgraded.
l/poppler-0.68.0-x86_64-1.txz: Upgraded.
Shared library .so-version bump.
n/dhcpcd-7.0.8-x86_64-1.txz: Upgraded.
n/openssl-1.1.0i-x86_64-2.txz: Rebuilt.
Fixed c_rehash script.
n/php-7.2.9-x86_64-1.txz: Upgraded.
t/texlive-2018.180820-x86_64-1.txz: Upgraded.
Compiled against poppler-0.68.0.
texdoc fixed - a cache file was missing
synctex header was missing (for building third-party apps)
xindy was broken - recompiled from source
Thanks to Johannes Schoepfer.
x/libX11-1.6.6-x86_64-1.txz: Upgraded.
This update fixes some security issues:
Fixed crash on invalid reply (CVE-2018-14598).
Fixed off-by-one writes (CVE-2018-14599).
Fixed out of boundary write (CVE-2018-14600).
For more information, see:
https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2018-14598
https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2018-14599
https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2018-14600
(* Security fix *)
xap/gimp-2.10.6-x86_64-1.txz: Upgraded.
xfce/tumbler-0.2.1-x86_64-6.txz: Rebuilt.
Recompiled against poppler-0.68.0.
Diffstat (limited to 'source/t/texlive')
-rwxr-xr-x | source/t/texlive/texlive.SlackBuild | 4 | ||||
-rw-r--r-- | source/t/texlive/texlive.url | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/source/t/texlive/texlive.SlackBuild b/source/t/texlive/texlive.SlackBuild index b3884ca3..47450b11 100755 --- a/source/t/texlive/texlive.SlackBuild +++ b/source/t/texlive/texlive.SlackBuild @@ -32,8 +32,8 @@ cd $(dirname $0) ; CWD=$(pwd) PKGNAM=texlive SOURCEVERSION=${SOURCEVERSION:-20180414} -VERSION=${VERSION:-2018.180630} -BUILD=${BUILD:-2} +VERSION=${VERSION:-2018.180820} +BUILD=${BUILD:-1} TMP=${TMP:-/tmp} PKG=$TMP/package-texlive diff --git a/source/t/texlive/texlive.url b/source/t/texlive/texlive.url index 05024a48..cf5c69bd 100644 --- a/source/t/texlive/texlive.url +++ b/source/t/texlive/texlive.url @@ -1,2 +1,2 @@ http://mirrors.ctan.org/systems/texlive/Source/texlive-20180414-source.tar.xz -http://slackware.schoepfer.info/slackbuilds/texlive/2018/texlive/texlive-base-2018.180630.tar.xz +http://slackware.schoepfer.info/slackbuilds/texlive/2018/texlive/texlive-base-2018.180820.tar.xz |