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/n | |
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/n')
-rw-r--r-- | source/n/dhcpcd/dhcpcd-7.0.7.tar.xz.distinfo | 1 | ||||
-rw-r--r-- | source/n/dhcpcd/dhcpcd-7.0.8.tar.xz.distinfo | 1 | ||||
-rw-r--r-- | source/n/openssl/openssl-1.1.0h.fix_c_rehash_quoting.diff | 13 | ||||
-rwxr-xr-x | source/n/openssl/openssl.SlackBuild | 5 | ||||
-rwxr-xr-x | source/n/php/fetch-php.sh | 4 |
5 files changed, 4 insertions, 20 deletions
diff --git a/source/n/dhcpcd/dhcpcd-7.0.7.tar.xz.distinfo b/source/n/dhcpcd/dhcpcd-7.0.7.tar.xz.distinfo deleted file mode 100644 index 6494bc08..00000000 --- a/source/n/dhcpcd/dhcpcd-7.0.7.tar.xz.distinfo +++ /dev/null @@ -1 +0,0 @@ -SHA256 (dhcpcd-7.0.7.tar.xz) = af23f11cf7a6d6cbbe236ac7c4b45db5765a4c1e468e88f2ef37ac2fa2de3a49 diff --git a/source/n/dhcpcd/dhcpcd-7.0.8.tar.xz.distinfo b/source/n/dhcpcd/dhcpcd-7.0.8.tar.xz.distinfo new file mode 100644 index 00000000..dc0f7bae --- /dev/null +++ b/source/n/dhcpcd/dhcpcd-7.0.8.tar.xz.distinfo @@ -0,0 +1 @@ +SHA256 (dhcpcd-7.0.8.tar.xz) = 96968e883369ab4afd11eba9dfd9bb109f5dfff65b2814ce6c432f36362dc9b5 diff --git a/source/n/openssl/openssl-1.1.0h.fix_c_rehash_quoting.diff b/source/n/openssl/openssl-1.1.0h.fix_c_rehash_quoting.diff deleted file mode 100644 index 6a9cce8f..00000000 --- a/source/n/openssl/openssl-1.1.0h.fix_c_rehash_quoting.diff +++ /dev/null @@ -1,13 +0,0 @@ ---- ./tools/c_rehash.in.orig 2018-03-27 08:50:41.000000000 -0500 -+++ ./tools/c_rehash.in 2018-05-14 13:47:20.553710437 -0500 -@@ -11,8 +11,8 @@ - # Perl c_rehash script, scan all files in a directory - # and add symbolic links to their hash values. - --my $dir = {- quotify1($config{openssldir}) -}; --my $prefix = {- quotify1($config{prefix}) -}; -+my $dir = "{- quotify1($config{openssldir}) -}"; -+my $prefix = "{- quotify1($config{prefix}) -}"; - - my $errorcount = 0; - my $openssl = $ENV{OPENSSL} || "openssl"; diff --git a/source/n/openssl/openssl.SlackBuild b/source/n/openssl/openssl.SlackBuild index 2ee674eb..e8aa3bfb 100755 --- a/source/n/openssl/openssl.SlackBuild +++ b/source/n/openssl/openssl.SlackBuild @@ -28,7 +28,7 @@ TMP=${TMP:-/tmp} PKGNAM=openssl VERSION=${VERSION:-$(echo openssl-*.tar.gz | rev | cut -f 3- -d . | cut -f 1 -d - | rev)} -BUILD=${BUILD:-1} +BUILD=${BUILD:-2} # Automatically determine the architecture we're building on: if [ -z "$ARCH" ]; then @@ -85,9 +85,6 @@ elif [ "$ARCH" = "x86_64" ]; then LIBDIRSUFFIX="64" fi -# Fix a lack of quotes in two c_rehash lines: -zcat $CWD/openssl-1.1.0h.fix_c_rehash_quoting.diff.gz | patch -p1 --verbose || exit 1 - # OpenSSL has a (nasty?) habit of bumping the internal version number with # every release. This wouldn't be so bad, but some applications are so # paranoid that they won't run against a different OpenSSL version than diff --git a/source/n/php/fetch-php.sh b/source/n/php/fetch-php.sh index c6943be8..3cc7ac84 100755 --- a/source/n/php/fetch-php.sh +++ b/source/n/php/fetch-php.sh @@ -1,2 +1,2 @@ -lftpget http://us.php.net/distributions/php-7.2.8.tar.xz.asc -lftpget http://us.php.net/distributions/php-7.2.8.tar.xz +lftpget http://us.php.net/distributions/php-7.2.9.tar.xz.asc +lftpget http://us.php.net/distributions/php-7.2.9.tar.xz |