From 34b273fa615b326da9f883aea3addf0abf1d0c07 Mon Sep 17 00:00:00 2001 From: Patrick J Volkerding Date: Mon, 7 Aug 2023 19:22:02 +0000 Subject: Mon Aug 7 19:22:02 UTC 2023 a/sdparm-1.12-x86_64-3.txz: Rebuilt. Recompiled against sg3_utils-1.48. a/udisks-1.0.5-x86_64-11.txz: Rebuilt. Recompiled against sg3_utils-1.48. Does anything still need this? ap/vim-9.0.1678-x86_64-1.txz: Upgraded. Applied the last patch from Bram Moolenaar. RIP Bram, and thanks for your great work on VIM and your kindness to the orphan children in Uganda. If you'd like to honor Bram with a donation to his charity, please visit: https://iccf-holland.org/ d/mercurial-6.5.1-x86_64-1.txz: Upgraded. d/vala-0.56.10-x86_64-1.txz: Upgraded. kde/plasma-desktop-5.27.7.1-x86_64-1.txz: Upgraded. kde/sddm-0.20.0-x86_64-2.txz: Rebuilt. Eliminate duplicate log messages polluting the first virtual console. l/gtk4-4.10.5-x86_64-1.txz: Upgraded. l/gvfs-1.50.6-x86_64-1.txz: Upgraded. l/libgpod-0.8.3-x86_64-12.txz: Rebuilt. Recompiled against sg3_utils-1.48. l/netpbm-11.03.02-x86_64-1.txz: Upgraded. l/sg3_utils-1.48-x86_64-1.txz: Upgraded. Shared library .so-version bump. l/speech-dispatcher-0.11.5-x86_64-1.txz: Upgraded. n/gnutls-3.8.1-x86_64-1.txz: Upgraded. n/nfs-utils-2.6.3-x86_64-2.txz: Rebuilt. Move 99-nfs.rules to the proper directory. Thanks to Petri Kaukasoina. xap/vim-gvim-9.0.1678-x86_64-1.txz: Upgraded. --- source/kde/kde/build/sddm | 2 +- source/kde/kde/post-install/sddm.post-install | 12 +++++++++++- 2 files changed, 12 insertions(+), 2 deletions(-) (limited to 'source/kde/kde') diff --git a/source/kde/kde/build/sddm b/source/kde/kde/build/sddm index d00491fd7..0cfbf0888 100644 --- a/source/kde/kde/build/sddm +++ b/source/kde/kde/build/sddm @@ -1 +1 @@ -1 +2 diff --git a/source/kde/kde/post-install/sddm.post-install b/source/kde/kde/post-install/sddm.post-install index 3d3c2c769..6b5ecd62f 100644 --- a/source/kde/kde/post-install/sddm.post-install +++ b/source/kde/kde/post-install/sddm.post-install @@ -46,7 +46,17 @@ cat <<"EOT" > $PKG/usr/bin/sddm if [ -f /etc/default/sddm ]; then . /etc/default/sddm fi -exec /usr/bin/sddm.bin "$@" + +# Ensure non-world readable permissions on /var/log/sddm.log: +touch /var/log/sddm.log +chmod 640 /var/log/sddm.log + +# Add a timestamp: +date >> /var/log/sddm.log + +# Redirect stdout/stderr to /dev/null to avoid polluting a virtual +# console with duplicate log messages: +exec /usr/bin/sddm.bin "$@" 1> /dev/null 2> /dev/null EOT chmod 0755 $PKG/usr/bin/sddm -- cgit v1.2.3-79-gdb01