diff options
author | Patrick J Volkerding <volkerdi@slackware.com> | 2019-10-14 21:39:02 +0000 |
---|---|---|
committer | Eric Hameleers <alien@slackware.com> | 2019-10-15 08:59:46 +0200 |
commit | 6e7b66a8ed16321cec52c0c2b246e9f65aaf7fef (patch) | |
tree | b03e717ea3c34fe9a429bdb78b9420405fe1fd09 /source/a | |
parent | 5d65e7741e0ac50a0c28d9e5c3575a0ae60fb66e (diff) | |
download | current-6e7b66a8ed16321cec52c0c2b246e9f65aaf7fef.tar.gz current-6e7b66a8ed16321cec52c0c2b246e9f65aaf7fef.tar.xz |
Mon Oct 14 21:39:02 UTC 201920191014213902
ap/sudo-1.8.28-x86_64-1.txz: Upgraded.
Fixed a bug where an sudo user may be able to run a command as root when
the Runas specification explicitly disallows root access as long as the
ALL keyword is listed first.
For more information, see:
https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2019-14287
(* Security fix *)
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 | 9 |
2 files changed, 3 insertions, 8 deletions
diff --git a/source/a/aaa_elflibs/aaa_elflibs.SlackBuild b/source/a/aaa_elflibs/aaa_elflibs.SlackBuild index b0ff2bad7..7d49a23ce 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:-12} +BUILD=${BUILD:-13} # 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 f2f0aed98..42ac7dde2 100644 --- a/source/a/aaa_elflibs/symlinks-to-tracked-libs-tmp +++ b/source/a/aaa_elflibs/symlinks-to-tracked-libs-tmp @@ -11,11 +11,6 @@ /usr/lib/libgmp.so.10 /usr/lib/libgmpxx.so.4 # -# Add the shared libraries from icu4c-64.2 until third party packages catch up: +# Add the shared library from libdvdread-6.0.1 until third party packages catch up: # -/usr/lib/libicudata.so.64 -/usr/lib/libicui18n.so.64 -/usr/lib/libicuio.so.64 -/usr/lib/libicutest.so.64 -/usr/lib/libicutu.so.64 -/usr/lib/libicuuc.so.64 +/usr/lib/libdvdread.so.4 |