diff options
author | Patrick J Volkerding <volkerdi@slackware.com> | 2021-04-09 20:21:07 +0000 |
---|---|---|
committer | Eric Hameleers <alien@slackware.com> | 2021-04-10 08:59:51 +0200 |
commit | 0b6c0a0531b1ebd83557f88a8280c2c398ecb247 (patch) | |
tree | 7392f8d5c7405caca4ce91c08485d312d56e8fbe /source/a | |
parent | eb0d409bd7bed52cad64bf3044c7cdaf1afba18c (diff) | |
download | current-0b6c0a0531b1ebd83557f88a8280c2c398ecb247.tar.gz |
Fri Apr 9 20:21:07 UTC 202120210409202107
a/aaa_libraries-15.0-x86_64-5.txz: Rebuilt.
Added: libcares.so.2.4.2.
Upgraded: libexpat.so.1.7.0, libglib-2.0.so.0.6800.1,
libgmodule-2.0.so.0.6800.1, libgobject-2.0.so.0.6800.1, libgthread-2.0.so.0.6800.1.
d/python-setuptools-56.0.0-x86_64-1.txz: Upgraded.
kde/kservice-5.80.0-x86_64-2.txz: Rebuilt.
In the profile scripts, don't add a directory to the $PATH unless it exists.
Thanks to Lockywolf and pghvlaans.
l/gdk-pixbuf2-2.42.6-x86_64-1.txz: Upgraded.
n/c-ares-1.17.1-x86_64-1.txz: Added.
Adding this since curl can make use of it, and some programs expect this
functionality.
n/curl-7.76.0-x86_64-2.txz: Rebuilt.
Recompiled to link with c-ares-1.17.1. Thanks to babydr.
xap/mozilla-thunderbird-78.9.1-x86_64-1.txz: Upgraded.
This release contains security fixes and improvements.
For more information, see:
https://www.mozilla.org/en-US/thunderbird/78.9.1/releasenotes/
https://www.mozilla.org/en-US/security/advisories/mfsa2021-13/
https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-23991
https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-23993
https://www.mozilla.org/en-US/security/advisories/mfsa2021-13/#MOZ-2021-23992
(* Security fix *)
xap/pidgin-2.14.3-x86_64-1.txz: Upgraded.
Diffstat (limited to 'source/a')
-rwxr-xr-x | source/a/aaa_libraries/aaa_libraries.SlackBuild | 2 | ||||
-rw-r--r-- | source/a/aaa_libraries/symlinks-to-tracked-libs | 1 |
2 files changed, 2 insertions, 1 deletions
diff --git a/source/a/aaa_libraries/aaa_libraries.SlackBuild b/source/a/aaa_libraries/aaa_libraries.SlackBuild index 5d4dbae7..81461a42 100755 --- a/source/a/aaa_libraries/aaa_libraries.SlackBuild +++ b/source/a/aaa_libraries/aaa_libraries.SlackBuild @@ -23,7 +23,7 @@ cd $(dirname $0) ; CWD=$(pwd) PKGNAM=aaa_libraries VERSION=${VERSION:-15.0} -BUILD=${BUILD:-4} +BUILD=${BUILD:-5} # Automatically determine the architecture we're building on: if [ -z "$ARCH" ]; then diff --git a/source/a/aaa_libraries/symlinks-to-tracked-libs b/source/a/aaa_libraries/symlinks-to-tracked-libs index 29407b31..4c946be5 100644 --- a/source/a/aaa_libraries/symlinks-to-tracked-libs +++ b/source/a/aaa_libraries/symlinks-to-tracked-libs @@ -36,6 +36,7 @@ /lib/libzstd.so.1 /usr/lib/libasound.so.2 /usr/lib/libatomic.so.1 +/usr/lib/libcares.so.2 /usr/lib/libcurl.so.4 /usr/lib/libexpat.so.1 /usr/lib/libffi.so.6 |