diff options
author | Patrick J Volkerding <volkerdi@slackware.com> | 2019-11-10 21:12:16 +0000 |
---|---|---|
committer | Eric Hameleers <alien@slackware.com> | 2019-11-11 08:59:40 +0100 |
commit | ccd1c3535c8dddf0cc8df21b4d3bdf6dac2b39bd (patch) | |
tree | f816ce7398a5fbcf3ea105994696f53bbb5c1e78 /source/a | |
parent | cdea680437e2afe627210ed696c16969e268ad84 (diff) | |
download | current-ccd1c3535c8dddf0cc8df21b4d3bdf6dac2b39bd.tar.gz current-ccd1c3535c8dddf0cc8df21b4d3bdf6dac2b39bd.tar.xz |
Sun Nov 10 21:12:16 UTC 201920191110211216
a/aaa_elflibs-15.0-x86_64-15.txz: Rebuilt.
Upgraded: libtiff.so.5.5.0, libtiffxx.so.5.5.0.
Added: libexiv2.so.26.0.0, libraw.so.16.0.0, libraw_r.so.16.0.0.
a/kernel-generic-4.19.83-x86_64-1.txz: Upgraded.
a/kernel-huge-4.19.83-x86_64-1.txz: Upgraded.
a/kernel-modules-4.19.83-x86_64-1.txz: Upgraded.
d/kernel-headers-4.19.83-x86-1.txz: Upgraded.
e/emacs-26.3-x86_64-2.txz: Rebuilt.
Patched and recompiled against imagemagick-7.0.9_2.
k/kernel-source-4.19.83-noarch-1.txz: Upgraded.
l/imagemagick-7.0.9_2-x86_64-1.txz: Upgraded.
Shared library .so-version bump.
l/qt-4.8.7-x86_64-15.txz: Rebuilt.
Disallow SSLv3 connections. Thanks to PJ Beers.
xap/xine-lib-1.2.9-x86_64-7.txz: Rebuilt.
Patched and recompiled against imagemagick-7.0.9_2.
xap/xlockmore-5.59-x86_64-2.txz: Rebuilt.
Recompiled without ImageMagick support.
isolinux/initrd.img: Rebuilt.
kernels/*: Upgraded.
usb-and-pxe-installers/usbboot.img: Rebuilt.
Diffstat (limited to 'source/a')
-rwxr-xr-x | source/a/aaa_elflibs/aaa_elflibs.SlackBuild | 2 | ||||
-rw-r--r-- | source/a/aaa_elflibs/symlinks-to-tracked-libs-tmp | 4 |
2 files changed, 5 insertions, 1 deletions
diff --git a/source/a/aaa_elflibs/aaa_elflibs.SlackBuild b/source/a/aaa_elflibs/aaa_elflibs.SlackBuild index ea866996e..6d8db3ed3 100755 --- a/source/a/aaa_elflibs/aaa_elflibs.SlackBuild +++ b/source/a/aaa_elflibs/aaa_elflibs.SlackBuild @@ -23,7 +23,7 @@ cd $(dirname $0) ; CWD=$(pwd) PKGNAM=aaa_elflibs VERSION=${VERSION:-15.0} -BUILD=${BUILD:-14} +BUILD=${BUILD:-15} # Automatically determine the architecture we're building on: if [ -z "$ARCH" ]; then diff --git a/source/a/aaa_elflibs/symlinks-to-tracked-libs-tmp b/source/a/aaa_elflibs/symlinks-to-tracked-libs-tmp index 42ac7dde2..b7919fe8b 100644 --- a/source/a/aaa_elflibs/symlinks-to-tracked-libs-tmp +++ b/source/a/aaa_elflibs/symlinks-to-tracked-libs-tmp @@ -14,3 +14,7 @@ # Add the shared library from libdvdread-6.0.1 until third party packages catch up: # /usr/lib/libdvdread.so.4 +# Need these saved here during the KDE4 -> Plasma 5 transition: +/usr/lib/libexiv2.so.26 +/usr/lib/libraw.so.16 +/usr/lib/libraw_r.so.16 |