slackware-current/source/x/x11/doinst.sh/xdm

29 lines
844 B
Text
Raw Normal View History

config() {
NEW="$1"
OLD="$(dirname $NEW)/$(basename $NEW .new)"
# If there's no config file by that name, mv it over:
if [ ! -r $OLD ]; then
mv $NEW $OLD
Tue Jan 5 22:42:46 UTC 2021 a/lzlib-1.12-x86_64-1.txz: Upgraded. ap/qpdf-10.1.0-x86_64-1.txz: Upgraded. kde/bluedevil-5.20.5-x86_64-1.txz: Upgraded. kde/breeze-5.20.5-x86_64-1.txz: Upgraded. kde/breeze-grub-5.20.5-x86_64-1.txz: Upgraded. kde/breeze-gtk-5.20.5-x86_64-1.txz: Upgraded. kde/drkonqi-5.20.5-x86_64-1.txz: Upgraded. kde/kactivitymanagerd-5.20.5-x86_64-1.txz: Upgraded. kde/kde-cli-tools-5.20.5-x86_64-1.txz: Upgraded. kde/kde-gtk-config-5.20.5-x86_64-1.txz: Upgraded. kde/kdecoration-5.20.5-x86_64-1.txz: Upgraded. kde/kdeplasma-addons-5.20.5-x86_64-1.txz: Upgraded. kde/kgamma5-5.20.5-x86_64-1.txz: Upgraded. kde/khotkeys-5.20.5-x86_64-1.txz: Upgraded. kde/kinfocenter-5.20.5-x86_64-1.txz: Upgraded. kde/kmenuedit-5.20.5-x86_64-1.txz: Upgraded. kde/kscreen-5.20.5-x86_64-1.txz: Upgraded. kde/kscreenlocker-5.20.5-x86_64-1.txz: Upgraded. kde/ksshaskpass-5.20.5-x86_64-1.txz: Upgraded. kde/ksysguard-5.20.5-x86_64-1.txz: Upgraded. kde/kwallet-pam-5.20.5-x86_64-1.txz: Upgraded. kde/kwayland-integration-5.20.5-x86_64-1.txz: Upgraded. kde/kwayland-server-5.20.5-x86_64-1.txz: Upgraded. kde/kwin-5.20.5-x86_64-1.txz: Upgraded. kde/kwrited-5.20.5-x86_64-1.txz: Upgraded. kde/libkscreen-5.20.5-x86_64-1.txz: Upgraded. kde/libksysguard-5.20.5-x86_64-1.txz: Upgraded. kde/milou-5.20.5-x86_64-1.txz: Upgraded. kde/oxygen-5.20.5-x86_64-1.txz: Upgraded. kde/plasma-browser-integration-5.20.5-x86_64-1.txz: Upgraded. kde/plasma-desktop-5.20.5-x86_64-1.txz: Upgraded. kde/plasma-disks-5.20.5-x86_64-1.txz: Upgraded. kde/plasma-integration-5.20.5-x86_64-1.txz: Upgraded. kde/plasma-nm-5.20.5-x86_64-1.txz: Upgraded. kde/plasma-pa-5.20.5-x86_64-1.txz: Upgraded. kde/plasma-sdk-5.20.5-x86_64-1.txz: Upgraded. kde/plasma-vault-5.20.5-x86_64-1.txz: Upgraded. kde/plasma-workspace-5.20.5-x86_64-1.txz: Upgraded. kde/plasma-workspace-wallpapers-5.20.5-x86_64-1.txz: Upgraded. kde/polkit-kde-agent-1-5.20.5-x86_64-1.txz: Upgraded. kde/powerdevil-5.20.5-x86_64-1.txz: Upgraded. kde/sddm-kcm-5.20.5-x86_64-1.txz: Upgraded. kde/systemsettings-5.20.5-x86_64-1.txz: Upgraded. kde/xdg-desktop-portal-kde-5.20.5-x86_64-1.txz: Upgraded. l/pipewire-0.3.19-x86_64-1.txz: Upgraded. l/vte-0.62.1-x86_64-2.txz: Rebuilt. Get rid of bogus symlink in the docs directory. Thanks to titopoquito. n/php-7.4.14-x86_64-1.txz: Upgraded. This update fixes bugs and a security issue: Standard: FILTER_VALIDATE_URL accepts URLs with invalid userinfo. For more information, see: https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-7071 (* Security fix *) x/x11-skel-7.7-x86_64-6.txz: Rebuilt. Added /usr/share/xsessions/xwmconfig.desktop to run the session type configured by xwmconfig. This will show up in SDDM. x/xdm-1.1.11-x86_64-12.txz: Rebuilt. Fix some permissions in /etc/X11/xdm/.
2021-01-05 23:42:46 +01:00
elif [ "$(cat $OLD | md5sum)" = "$(cat $NEW | md5sum)" ]; then # MOVE IT OVER TO FIX PERMS
mv $NEW $OLD
fi
# Otherwise, we leave the .new copy for the admin to consider...
}
if [ -r etc/pam.d/xdm.new ]; then
config etc/pam.d/xdm.new
fi
for conffile in \
Xaccess Xreset Xresources Xservers Xsession Xsetup_0 Xstartup Xwilling \
GiveConsole TakeConsole xdm-config ../app-defaults/Chooser ;
do
config etc/X11/xdm/${conffile}.new
done
Wed Dec 7 18:48:07 UTC 2022 d/cargo-vendor-filterer-0.5.7-x86_64-1.txz: Added. Thanks to Heinz Wiesinger. d/cbindgen-0.24.3-x86_64-1.txz: Added. d/python3-3.9.16-x86_64-1.txz: Upgraded. This update fixes security issues: gh-98739: Updated bundled libexpat to 2.5.0 to fix CVE-2022-43680 (heap use-after-free). gh-98433: The IDNA codec decoder used on DNS hostnames by socket or asyncio related name resolution functions no longer involves a quadratic algorithm to fix CVE-2022-45061. This prevents a potential CPU denial of service if an out-of-spec excessive length hostname involving bidirectional characters were decoded. Some protocols such as urllib http 3xx redirects potentially allow for an attacker to supply such a name. gh-100001: python -m http.server no longer allows terminal control characters sent within a garbage request to be printed to the stderr server log. gh-87604: Avoid publishing list of active per-interpreter audit hooks via the gc module. gh-97514: On Linux the multiprocessing module returns to using filesystem backed unix domain sockets for communication with the forkserver process instead of the Linux abstract socket namespace. Only code that chooses to use the "forkserver" start method is affected. This prevents Linux CVE-2022-42919 (potential privilege escalation) as abstract sockets have no permissions and could allow any user on the system in the same network namespace (often the whole system) to inject code into the multiprocessing forkserver process. Filesystem based socket permissions restrict this to the forkserver process user as was the default in Python 3.8 and earlier. gh-98517: Port XKCP's fix for the buffer overflows in SHA-3 to fix CVE-2022-37454. gh-68966: The deprecated mailcap module now refuses to inject unsafe text (filenames, MIME types, parameters) into shell commands to address CVE-2015-20107. Instead of using such text, it will warn and act as if a match was not found (or for test commands, as if the test failed). For more information, see: https://pythoninsider.blogspot.com/2022/12/python-3111-3109-3916-3816-3716-and.html https://www.cve.org/CVERecord?id=CVE-2022-43680 https://www.cve.org/CVERecord?id=CVE-2022-45061 https://www.cve.org/CVERecord?id=CVE-2022-42919 https://www.cve.org/CVERecord?id=CVE-2022-37454 https://www.cve.org/CVERecord?id=CVE-2015-20107 (* Security fix *) d/rust-bindgen-0.63.0-x86_64-1.txz: Added. Thanks to Heinz Wiesinger. l/pcre2-10.41-x86_64-1.txz: Upgraded. n/proftpd-1.3.8-x86_64-1.txz: Upgraded. x/mesa-22.3.0-x86_64-1.txz: Upgraded. Compiled with Rusticl support. Thanks to Heinz Wiesinger. x/xdm-1.1.14-x86_64-1.txz: Upgraded.
2022-12-07 19:48:07 +01:00
# Prevent a black background for login/password when upgrading from xdm-1.1.1
# and ignoring the .new files :-)
if ! grep -q inpColor etc/X11/xdm/Xresources ; then
echo 'xlogin*inpColor: grey80' >> etc/X11/xdm/Xresources
fi