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 /slackware64/xfce | |
parent | 0012caf61824ffcca7bbe5cd19b79612d6445307 (diff) | |
download | current-4e955dc4b6fff43956d47c0286bb698e03f14b11.tar.gz current-4e955dc4b6fff43956d47c0286bb698e03f14b11.tar.xz |
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 'slackware64/xfce')
-rw-r--r-- | slackware64/xfce/maketag | 6 | ||||
-rw-r--r-- | slackware64/xfce/maketag.ez | 6 | ||||
-rw-r--r-- | slackware64/xfce/tagfile | 2 |
3 files changed, 7 insertions, 7 deletions
diff --git a/slackware64/xfce/maketag b/slackware64/xfce/maketag index babf829d6..8f894f3c2 100644 --- a/slackware64/xfce/maketag +++ b/slackware64/xfce/maketag @@ -11,13 +11,13 @@ from series XFCE. Use the UP/DOWN keys to scroll through the list, and \ the SPACE key to deselect any items you don't want to install. \ Press ENTER when you are done." \ 20 70 10 \ -"Thunar" "Xfce file manager" "on" \ "exo" "libexo extension library" "on" \ "garcon" "menu implementation for Xfce" "on" \ "gtk-xfce-engine" "Xfce Gtk+ engines" "on" \ "libxfce4ui" "Xfce widget library" "on" \ "libxfce4util" "basic utility library for Xfce" "on" \ "orage" "Xfce's calendar" "on" \ +"thunar" "Xfce file manager" "on" \ "thunar-volman" "Thunar Volume Manager for Xfce" "on" \ "tumbler" "thumbnail generator" "on" \ "xfce4-appfinder" "Application finder" "on" \ @@ -42,7 +42,7 @@ if [ $? = 1 -o $? = 255 ]; then rm -f $TMP/SeTpkgs > $TMP/SeTnewtag for pkg in \ -Thunar exo garcon gtk-xfce-engine libxfce4ui libxfce4util orage thunar-volman tumbler xfce4-appfinder xfce4-clipman-plugin xfce4-dev-tools xfce4-notifyd xfce4-panel xfce4-power-manager xfce4-pulseaudio-plugin xfce4-screenshooter xfce4-session xfce4-settings xfce4-systemload-plugin xfce4-taskmanager xfce4-terminal xfce4-weather-plugin xfconf xfdesktop xfwm4 \ +exo garcon gtk-xfce-engine libxfce4ui libxfce4util orage thunar thunar-volman tumbler xfce4-appfinder xfce4-clipman-plugin xfce4-dev-tools xfce4-notifyd xfce4-panel xfce4-power-manager xfce4-pulseaudio-plugin xfce4-screenshooter xfce4-session xfce4-settings xfce4-systemload-plugin xfce4-taskmanager xfce4-terminal xfce4-weather-plugin xfconf xfdesktop xfwm4 \ ; do echo "$pkg: SKP" >> $TMP/SeTnewtag done @@ -50,7 +50,7 @@ Thunar exo garcon gtk-xfce-engine libxfce4ui libxfce4util orage thunar-volman tu fi cat /dev/null > $TMP/SeTnewtag for PACKAGE in \ -Thunar exo garcon gtk-xfce-engine libxfce4ui libxfce4util orage thunar-volman tumbler xfce4-appfinder xfce4-clipman-plugin xfce4-dev-tools xfce4-notifyd xfce4-panel xfce4-power-manager xfce4-pulseaudio-plugin xfce4-screenshooter xfce4-session xfce4-settings xfce4-systemload-plugin xfce4-taskmanager xfce4-terminal xfce4-weather-plugin xfconf xfdesktop xfwm4 \ +exo garcon gtk-xfce-engine libxfce4ui libxfce4util orage thunar thunar-volman tumbler xfce4-appfinder xfce4-clipman-plugin xfce4-dev-tools xfce4-notifyd xfce4-panel xfce4-power-manager xfce4-pulseaudio-plugin xfce4-screenshooter xfce4-session xfce4-settings xfce4-systemload-plugin xfce4-taskmanager xfce4-terminal xfce4-weather-plugin xfconf xfdesktop xfwm4 \ ; do if grep "\(^\| \)$PACKAGE\( \|$\)" $TMP/SeTpkgs 1> /dev/null 2> /dev/null ; then echo "$PACKAGE: ADD" >> $TMP/SeTnewtag diff --git a/slackware64/xfce/maketag.ez b/slackware64/xfce/maketag.ez index babf829d6..8f894f3c2 100644 --- a/slackware64/xfce/maketag.ez +++ b/slackware64/xfce/maketag.ez @@ -11,13 +11,13 @@ from series XFCE. Use the UP/DOWN keys to scroll through the list, and \ the SPACE key to deselect any items you don't want to install. \ Press ENTER when you are done." \ 20 70 10 \ -"Thunar" "Xfce file manager" "on" \ "exo" "libexo extension library" "on" \ "garcon" "menu implementation for Xfce" "on" \ "gtk-xfce-engine" "Xfce Gtk+ engines" "on" \ "libxfce4ui" "Xfce widget library" "on" \ "libxfce4util" "basic utility library for Xfce" "on" \ "orage" "Xfce's calendar" "on" \ +"thunar" "Xfce file manager" "on" \ "thunar-volman" "Thunar Volume Manager for Xfce" "on" \ "tumbler" "thumbnail generator" "on" \ "xfce4-appfinder" "Application finder" "on" \ @@ -42,7 +42,7 @@ if [ $? = 1 -o $? = 255 ]; then rm -f $TMP/SeTpkgs > $TMP/SeTnewtag for pkg in \ -Thunar exo garcon gtk-xfce-engine libxfce4ui libxfce4util orage thunar-volman tumbler xfce4-appfinder xfce4-clipman-plugin xfce4-dev-tools xfce4-notifyd xfce4-panel xfce4-power-manager xfce4-pulseaudio-plugin xfce4-screenshooter xfce4-session xfce4-settings xfce4-systemload-plugin xfce4-taskmanager xfce4-terminal xfce4-weather-plugin xfconf xfdesktop xfwm4 \ +exo garcon gtk-xfce-engine libxfce4ui libxfce4util orage thunar thunar-volman tumbler xfce4-appfinder xfce4-clipman-plugin xfce4-dev-tools xfce4-notifyd xfce4-panel xfce4-power-manager xfce4-pulseaudio-plugin xfce4-screenshooter xfce4-session xfce4-settings xfce4-systemload-plugin xfce4-taskmanager xfce4-terminal xfce4-weather-plugin xfconf xfdesktop xfwm4 \ ; do echo "$pkg: SKP" >> $TMP/SeTnewtag done @@ -50,7 +50,7 @@ Thunar exo garcon gtk-xfce-engine libxfce4ui libxfce4util orage thunar-volman tu fi cat /dev/null > $TMP/SeTnewtag for PACKAGE in \ -Thunar exo garcon gtk-xfce-engine libxfce4ui libxfce4util orage thunar-volman tumbler xfce4-appfinder xfce4-clipman-plugin xfce4-dev-tools xfce4-notifyd xfce4-panel xfce4-power-manager xfce4-pulseaudio-plugin xfce4-screenshooter xfce4-session xfce4-settings xfce4-systemload-plugin xfce4-taskmanager xfce4-terminal xfce4-weather-plugin xfconf xfdesktop xfwm4 \ +exo garcon gtk-xfce-engine libxfce4ui libxfce4util orage thunar thunar-volman tumbler xfce4-appfinder xfce4-clipman-plugin xfce4-dev-tools xfce4-notifyd xfce4-panel xfce4-power-manager xfce4-pulseaudio-plugin xfce4-screenshooter xfce4-session xfce4-settings xfce4-systemload-plugin xfce4-taskmanager xfce4-terminal xfce4-weather-plugin xfconf xfdesktop xfwm4 \ ; do if grep "\(^\| \)$PACKAGE\( \|$\)" $TMP/SeTpkgs 1> /dev/null 2> /dev/null ; then echo "$PACKAGE: ADD" >> $TMP/SeTnewtag diff --git a/slackware64/xfce/tagfile b/slackware64/xfce/tagfile index 3dcc647ec..1b95ab592 100644 --- a/slackware64/xfce/tagfile +++ b/slackware64/xfce/tagfile @@ -1,10 +1,10 @@ -Thunar:REC exo:REC garcon:REC gtk-xfce-engine:REC libxfce4ui:REC libxfce4util:REC orage:REC +thunar:REC thunar-volman:REC tumbler:REC xfce4-appfinder:REC |