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/l/libdvdnav | |
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/l/libdvdnav')
-rwxr-xr-x | source/l/libdvdnav/libdvdnav.SlackBuild | 2 | ||||
-rw-r--r-- | source/l/libdvdnav/libdvdnav.url | 1 |
2 files changed, 2 insertions, 1 deletions
diff --git a/source/l/libdvdnav/libdvdnav.SlackBuild b/source/l/libdvdnav/libdvdnav.SlackBuild index 0e69e33ab..0c06e997c 100755 --- a/source/l/libdvdnav/libdvdnav.SlackBuild +++ b/source/l/libdvdnav/libdvdnav.SlackBuild @@ -27,7 +27,7 @@ cd $(dirname $0) ; CWD=$(pwd) PKGNAM=libdvdnav VERSION=${VERSION:-$(echo $PKGNAM-*.tar.?z | rev | cut -f 3- -d . | cut -f 1 -d - | rev)} -BUILD=${BUILD:-2} +BUILD=${BUILD:-1} # Automatically determine the architecture we're building on: if [ -z "$ARCH" ]; then diff --git a/source/l/libdvdnav/libdvdnav.url b/source/l/libdvdnav/libdvdnav.url new file mode 100644 index 000000000..5fbfefde6 --- /dev/null +++ b/source/l/libdvdnav/libdvdnav.url @@ -0,0 +1 @@ +https://download.videolan.org/pub/videolan/libdvdnav/ |