diff options
author | Patrick J Volkerding <volkerdi@slackware.com> | 2020-01-31 20:46:25 +0000 |
---|---|---|
committer | Eric Hameleers <alien@slackware.com> | 2020-02-01 08:59:50 +0100 |
commit | 4e955dc4b6fff43956d47c0286bb698e03f14b11 (patch) | |
tree | 8821f786c06617480dce97b28c23ee78836010c2 /source/xfce | |
parent | 0012caf61824ffcca7bbe5cd19b79612d6445307 (diff) | |
download | current-4e955dc4b6fff43956d47c0286bb698e03f14b11.tar.gz |
Fri Jan 31 20:46:25 UTC 202020200131204625
a/util-linux-2.35.1-x86_64-1.txz: Upgraded.
a/zerofree-1.1.1-x86_64-1.txz: Added.
Also queued up for the next installer build. Thanks to bifferos.
ap/sudo-1.8.31-x86_64-1.txz: Upgraded.
This update fixes a security issue:
In Sudo before 1.8.31, if pwfeedback is enabled in /etc/sudoers, users can
trigger a stack-based buffer overflow in the privileged sudo process.
(pwfeedback is a default setting in some Linux distributions; however, it
is not the default for upstream or in Slackware, and would exist only if
enabled by an administrator.) The attacker needs to deliver a long string
to the stdin of getln() in tgetpass.c.
For more information, see:
https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2019-18634
(* Security fix *)
n/NetworkManager-1.22.6-x86_64-1.txz: Upgraded.
n/openldap-client-2.4.49-x86_64-1.txz: Upgraded.
xfce/Thunar-1.8.11-x86_64-1.txz: Removed.
xfce/thunar-1.8.12-x86_64-1.txz: Added.
Changed package name from "Thunar" to "thunar" to follow upstream's naming.
Diffstat (limited to 'source/xfce')
-rw-r--r-- | source/xfce/Thunar/Thunar.url | 1 | ||||
-rw-r--r-- | source/xfce/thunar/slack-desc (renamed from source/xfce/Thunar/slack-desc) | 22 | ||||
-rwxr-xr-x | source/xfce/thunar/thunar.SlackBuild (renamed from source/xfce/Thunar/Thunar.SlackBuild) | 4 | ||||
-rw-r--r-- | source/xfce/thunar/thunar.url | 1 |
4 files changed, 14 insertions, 14 deletions
diff --git a/source/xfce/Thunar/Thunar.url b/source/xfce/Thunar/Thunar.url deleted file mode 100644 index 981cf800..00000000 --- a/source/xfce/Thunar/Thunar.url +++ /dev/null @@ -1 +0,0 @@ -http://archive.xfce.org/src/xfce/thunar/1.8/thunar-1.8.11.tar.bz2 diff --git a/source/xfce/Thunar/slack-desc b/source/xfce/thunar/slack-desc index f78b6af6..3adf42a3 100644 --- a/source/xfce/Thunar/slack-desc +++ b/source/xfce/thunar/slack-desc @@ -6,14 +6,14 @@ # customary to leave one space after the ':'. |-----handy-ruler------------------------------------------------------| -Thunar: Thunar (file manager) -Thunar: -Thunar: Thunar is a modern file manager for the Xfce Desktop Environment. -Thunar: Thunar has been designed from the ground up to be fast and -Thunar: easy-to-use. Its user interface is clean and intuitive, and does not -Thunar: include any confusing or useless options. Thunar is fast and -Thunar: responsive with a good start up time and directory load time. -Thunar: -Thunar: Homepage: http://thunar.xfce.org -Thunar: -Thunar: +thunar: thunar (file manager) +thunar: +thunar: Thunar is a modern file manager for the Xfce Desktop Environment. +thunar: Thunar has been designed from the ground up to be fast and +thunar: easy-to-use. Its user interface is clean and intuitive, and does not +thunar: include any confusing or useless options. Thunar is fast and +thunar: responsive with a good start up time and directory load time. +thunar: +thunar: Homepage: http://thunar.xfce.org +thunar: +thunar: diff --git a/source/xfce/Thunar/Thunar.SlackBuild b/source/xfce/thunar/thunar.SlackBuild index ac5e8da0..7d46bc4f 100755 --- a/source/xfce/Thunar/Thunar.SlackBuild +++ b/source/xfce/thunar/thunar.SlackBuild @@ -1,6 +1,6 @@ #!/bin/bash -# Copyright 2012, 2018 Patrick J. Volkerding, Sebeka, Minnesota, USA +# Copyright 2012, 2018, 2020 Patrick J. Volkerding, Sebeka, Minnesota, USA # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -22,7 +22,7 @@ cd $(dirname $0) ; CWD=$(pwd) -PKGNAM=Thunar +PKGNAM=thunar VERSION=${VERSION:-$(echo $PKGNAM-*.tar.?z | rev | cut -f 3- -d . | cut -f 1 -d - | rev)} BUILD=${BUILD:-1} diff --git a/source/xfce/thunar/thunar.url b/source/xfce/thunar/thunar.url new file mode 100644 index 00000000..ec8f2301 --- /dev/null +++ b/source/xfce/thunar/thunar.url @@ -0,0 +1 @@ +http://archive.xfce.org/src/xfce/thunar/1.8/thunar-1.8.12.tar.bz2 |