summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author Patrick J Volkerding <volkerdi@slackware.com>2022-09-28 18:59:51 +0000
committer Eric Hameleers <alien@slackware.com>2022-09-29 07:00:21 +0200
commitc909d80825a2edd9e4677f401f322a1d444d8fd6 (patch)
treed1c864bc4793c108243045bf32095f7be3ab87a5
parent527f0eecafdf3ecdb6e6495cc0b147d533998e56 (diff)
downloadcurrent-c909d80825a2edd9e4677f401f322a1d444d8fd6.tar.gz
current-c909d80825a2edd9e4677f401f322a1d444d8fd6.tar.xz
Wed Sep 28 18:59:51 UTC 202220220928185951
a/kernel-firmware-20220928_8d19846-noarch-1.txz: Upgraded. a/kernel-generic-5.19.12-x86_64-1.txz: Upgraded. a/kernel-huge-5.19.12-x86_64-1.txz: Upgraded. a/kernel-modules-5.19.12-x86_64-1.txz: Upgraded. d/kernel-headers-5.19.12-x86-1.txz: Upgraded. k/kernel-source-5.19.12-noarch-1.txz: Upgraded. kde/kscreenlocker-5.25.5-x86_64-2.txz: Rebuilt. Subject: [PATCH] Set QSurfaceFormat::ResetNotification. This got lost in frameworks porting from shared KDeclarative code and is important (especially for NVIDIA after suspend+resume). Thanks to marav for the heads-up. kde/plasma-workspace-5.25.5-x86_64-3.txz: Rebuilt. [PATCH] set setInteractiveAuthorizationAllowed on SetPassword call. It is important that the SetPassword call uses interactive authorization, otherwise it will be denied unless the user had been modified beforehand so an authorization was already granted. Thanks to marav for the heads-up. n/gnutls-3.7.8-x86_64-1.txz: Upgraded. isolinux/initrd.img: Rebuilt. /sbin/probe: Fix duplicated enumeration of mmc storage devices (e.g. SD cards). Thanks to gsl on LQ for the report. kernels/*: Upgraded. usb-and-pxe-installers/usbboot.img: Rebuilt. /sbin/probe: Fix duplicated enumeration of mmc storage devices (e.g. SD cards). Thanks to gsl on LQ for the report.
-rw-r--r--ChangeLog.rss39
-rw-r--r--ChangeLog.txt27
-rw-r--r--FILELIST.TXT188
-rw-r--r--README.initrd14
-rw-r--r--isolinux/message.txt2
-rw-r--r--kernels/VERSIONS.TXT2
-rw-r--r--slackware64/a/maketag6
-rw-r--r--slackware64/a/maketag.ez6
-rw-r--r--slackware64/k/maketag2
-rw-r--r--slackware64/k/maketag.ez2
-rw-r--r--source/k/kernel-configs/config-generic-5.19.12 (renamed from source/k/kernel-configs/config-generic-5.19.11)3
-rw-r--r--source/k/kernel-configs/config-generic-5.19.12.x64 (renamed from source/k/kernel-configs/config-generic-5.19.11.x64)3
-rw-r--r--source/k/kernel-configs/config-generic-smp-5.19.12-smp (renamed from source/k/kernel-configs/config-generic-smp-5.19.11-smp)3
-rw-r--r--source/k/kernel-configs/config-huge-5.19.12 (renamed from source/k/kernel-configs/config-huge-5.19.11)3
-rw-r--r--source/k/kernel-configs/config-huge-5.19.12.x64 (renamed from source/k/kernel-configs/config-huge-5.19.11.x64)3
-rw-r--r--source/k/kernel-configs/config-huge-smp-5.19.12-smp (renamed from source/k/kernel-configs/config-huge-smp-5.19.11-smp)3
-rw-r--r--source/kde/kde/build/kscreenlocker2
-rw-r--r--source/kde/kde/build/plasma-workspace2
-rw-r--r--source/kde/kde/patch/kscreenlocker.patch1
-rw-r--r--source/kde/kde/patch/kscreenlocker/07e2e4ddcdfb96bed232db2bc330e578cd05225f.patch37
-rw-r--r--source/kde/kde/patch/plasma-workspace.patch1
-rw-r--r--source/kde/kde/patch/plasma-workspace/48ccb433ca79e94ef705734d9cab599f01df97e8.patch39
22 files changed, 263 insertions, 125 deletions
diff --git a/ChangeLog.rss b/ChangeLog.rss
index 896556350..339a1e27f 100644
--- a/ChangeLog.rss
+++ b/ChangeLog.rss
@@ -11,10 +11,45 @@
<description>Tracking Slackware development in git.</description>
<language>en-us</language>
<id xmlns="http://www.w3.org/2005/Atom">urn:uuid:c964f45e-6732-11e8-bbe5-107b4450212f</id>
- <pubDate>Tue, 27 Sep 2022 21:19:17 GMT</pubDate>
- <lastBuildDate>Wed, 28 Sep 2022 05:00:17 GMT</lastBuildDate>
+ <pubDate>Wed, 28 Sep 2022 18:59:51 GMT</pubDate>
+ <lastBuildDate>Thu, 29 Sep 2022 05:00:19 GMT</lastBuildDate>
<generator>maintain_current_git.sh v 1.17</generator>
<item>
+ <title>Wed, 28 Sep 2022 18:59:51 GMT</title>
+ <pubDate>Wed, 28 Sep 2022 18:59:51 GMT</pubDate>
+ <link>https://git.slackware.nl/current/tag/?h=20220928185951</link>
+ <guid isPermaLink="false">20220928185951</guid>
+ <description>
+ <![CDATA[<pre>
+a/kernel-firmware-20220928_8d19846-noarch-1.txz: Upgraded.
+a/kernel-generic-5.19.12-x86_64-1.txz: Upgraded.
+a/kernel-huge-5.19.12-x86_64-1.txz: Upgraded.
+a/kernel-modules-5.19.12-x86_64-1.txz: Upgraded.
+d/kernel-headers-5.19.12-x86-1.txz: Upgraded.
+k/kernel-source-5.19.12-noarch-1.txz: Upgraded.
+kde/kscreenlocker-5.25.5-x86_64-2.txz: Rebuilt.
+ Subject: [PATCH] Set QSurfaceFormat::ResetNotification.
+ This got lost in frameworks porting from shared KDeclarative code and is
+ important (especially for NVIDIA after suspend+resume).
+ Thanks to marav for the heads-up.
+kde/plasma-workspace-5.25.5-x86_64-3.txz: Rebuilt.
+ [PATCH] set setInteractiveAuthorizationAllowed on SetPassword call.
+ It is important that the SetPassword call uses interactive authorization,
+ otherwise it will be denied unless the user had been modified beforehand
+ so an authorization was already granted.
+ Thanks to marav for the heads-up.
+n/gnutls-3.7.8-x86_64-1.txz: Upgraded.
+isolinux/initrd.img: Rebuilt.
+ /sbin/probe: Fix duplicated enumeration of mmc storage devices (e.g. SD
+ cards). Thanks to gsl on LQ for the report.
+kernels/*: Upgraded.
+usb-and-pxe-installers/usbboot.img: Rebuilt.
+ /sbin/probe: Fix duplicated enumeration of mmc storage devices (e.g. SD
+ cards). Thanks to gsl on LQ for the report.
+ </pre>]]>
+ </description>
+ </item>
+ <item>
<title>Tue, 27 Sep 2022 21:19:17 GMT</title>
<pubDate>Tue, 27 Sep 2022 21:19:17 GMT</pubDate>
<link>https://git.slackware.nl/current/tag/?h=20220927211917</link>
diff --git a/ChangeLog.txt b/ChangeLog.txt
index 0aacdf7a0..20c4cc0be 100644
--- a/ChangeLog.txt
+++ b/ChangeLog.txt
@@ -1,3 +1,30 @@
+Wed Sep 28 18:59:51 UTC 2022
+a/kernel-firmware-20220928_8d19846-noarch-1.txz: Upgraded.
+a/kernel-generic-5.19.12-x86_64-1.txz: Upgraded.
+a/kernel-huge-5.19.12-x86_64-1.txz: Upgraded.
+a/kernel-modules-5.19.12-x86_64-1.txz: Upgraded.
+d/kernel-headers-5.19.12-x86-1.txz: Upgraded.
+k/kernel-source-5.19.12-noarch-1.txz: Upgraded.
+kde/kscreenlocker-5.25.5-x86_64-2.txz: Rebuilt.
+ Subject: [PATCH] Set QSurfaceFormat::ResetNotification.
+ This got lost in frameworks porting from shared KDeclarative code and is
+ important (especially for NVIDIA after suspend+resume).
+ Thanks to marav for the heads-up.
+kde/plasma-workspace-5.25.5-x86_64-3.txz: Rebuilt.
+ [PATCH] set setInteractiveAuthorizationAllowed on SetPassword call.
+ It is important that the SetPassword call uses interactive authorization,
+ otherwise it will be denied unless the user had been modified beforehand
+ so an authorization was already granted.
+ Thanks to marav for the heads-up.
+n/gnutls-3.7.8-x86_64-1.txz: Upgraded.
+isolinux/initrd.img: Rebuilt.
+ /sbin/probe: Fix duplicated enumeration of mmc storage devices (e.g. SD
+ cards). Thanks to gsl on LQ for the report.
+kernels/*: Upgraded.
+usb-and-pxe-installers/usbboot.img: Rebuilt.
+ /sbin/probe: Fix duplicated enumeration of mmc storage devices (e.g. SD
+ cards). Thanks to gsl on LQ for the report.
++--------------------------+
Tue Sep 27 21:19:17 UTC 2022
a/kernel-firmware-20220927_0958301-noarch-1.txz: Upgraded.
n/pinentry-1.2.1-x86_64-2.txz: Rebuilt.
diff --git a/FILELIST.TXT b/FILELIST.TXT
index a1c7fe898..7ce4d8e27 100644
--- a/FILELIST.TXT
+++ b/FILELIST.TXT
@@ -1,35 +1,35 @@
-Tue Sep 27 21:22:53 UTC 2022
+Wed Sep 28 19:05:18 UTC 2022
Here is the file list for this directory. If you are using a
mirror site and find missing or extra files in the disk
subdirectories, please have the archive administrator refresh
the mirror.
-drwxr-xr-x 12 root root 4096 2022-09-27 21:19 .
+drwxr-xr-x 12 root root 4096 2022-09-28 18:59 .
-rw-r--r-- 1 root root 5767 2022-02-02 22:44 ./ANNOUNCE.15.0
-rw-r--r-- 1 root root 16617 2022-02-02 23:27 ./CHANGES_AND_HINTS.TXT
--rw-r--r-- 1 root root 1099806 2022-09-26 19:50 ./CHECKSUMS.md5
--rw-r--r-- 1 root root 163 2022-09-26 19:50 ./CHECKSUMS.md5.asc
+-rw-r--r-- 1 root root 1099733 2022-09-27 21:23 ./CHECKSUMS.md5
+-rw-r--r-- 1 root root 163 2022-09-27 21:23 ./CHECKSUMS.md5.asc
-rw-r--r-- 1 root root 17976 1994-06-10 02:28 ./COPYING
-rw-r--r-- 1 root root 35147 2007-06-30 04:21 ./COPYING3
-rw-r--r-- 1 root root 19573 2016-06-23 20:08 ./COPYRIGHT.TXT
-rw-r--r-- 1 root root 616 2006-10-02 04:37 ./CRYPTO_NOTICE.TXT
--rw-r--r-- 1 root root 313537 2022-09-27 21:19 ./ChangeLog.txt
+-rw-r--r-- 1 root root 314905 2022-09-28 18:59 ./ChangeLog.txt
drwxr-xr-x 3 root root 4096 2013-03-20 22:17 ./EFI
-drwxr-xr-x 2 root root 4096 2022-09-23 23:51 ./EFI/BOOT
+drwxr-xr-x 2 root root 4096 2022-09-28 18:59 ./EFI/BOOT
-rw-r--r-- 1 root root 1187840 2021-06-15 19:16 ./EFI/BOOT/bootx64.efi
-rw-r--r-- 1 root root 78 2013-09-23 20:35 ./EFI/BOOT/grub-embedded.cfg
-rw-r--r-- 1 root root 893 2018-04-17 21:17 ./EFI/BOOT/grub.cfg
--rw-r--r-- 2 root root 11886976 2022-09-23 18:48 ./EFI/BOOT/huge.s
--rw-r--r-- 2 root root 44656092 2022-09-23 23:50 ./EFI/BOOT/initrd.img
+-rw-r--r-- 2 root root 11887424 2022-09-28 18:22 ./EFI/BOOT/huge.s
+-rw-r--r-- 2 root root 44666460 2022-09-28 18:58 ./EFI/BOOT/initrd.img
-rwxr-xr-x 1 root root 2504 2019-07-05 18:54 ./EFI/BOOT/make-grub.sh
-rw-r--r-- 1 root root 10722 2013-09-21 19:02 ./EFI/BOOT/osdetect.cfg
-rw-r--r-- 1 root root 1273 2013-08-12 21:08 ./EFI/BOOT/tools.cfg
--rw-r--r-- 1 root root 1433225 2022-09-26 19:50 ./FILELIST.TXT
+-rw-r--r-- 1 root root 1433135 2022-09-27 21:22 ./FILELIST.TXT
-rw-r--r-- 1 root root 1572 2012-08-29 18:27 ./GPG-KEY
--rw-r--r-- 1 root root 858348 2022-09-27 21:22 ./PACKAGES.TXT
+-rw-r--r-- 1 root root 858348 2022-09-28 19:04 ./PACKAGES.TXT
-rw-r--r-- 1 root root 8034 2022-02-02 03:36 ./README.TXT
--rw-r--r-- 1 root root 3635 2022-09-23 23:39 ./README.initrd
+-rw-r--r-- 1 root root 3635 2022-09-28 18:46 ./README.initrd
-rw-r--r-- 1 root root 34162 2022-01-30 20:35 ./README_CRYPT.TXT
-rw-r--r-- 1 root root 8754 2022-03-30 19:05 ./README_LVM.TXT
-rw-r--r-- 1 root root 19658 2013-06-18 04:34 ./README_RAID.TXT
@@ -676,16 +676,16 @@ drwxr-xr-x 2 root root 4096 2022-02-25 00:07 ./extra/xv
-rw-r--r-- 1 root root 233 2022-02-24 20:04 ./extra/xv/xv-3.10a-x86_64-10.txt
-rw-r--r-- 1 root root 942524 2022-02-24 20:04 ./extra/xv/xv-3.10a-x86_64-10.txz
-rw-r--r-- 1 root root 163 2022-02-24 20:04 ./extra/xv/xv-3.10a-x86_64-10.txz.asc
-drwxr-xr-x 3 root root 4096 2022-09-23 23:50 ./isolinux
+drwxr-xr-x 3 root root 4096 2022-09-28 18:59 ./isolinux
-rw-r--r-- 1 root root 6185 2022-02-03 06:53 ./isolinux/README.TXT
-rw-r--r-- 1 root root 788 2007-03-17 19:50 ./isolinux/README_SPLIT.TXT
-rw-r--r-- 1 root root 1474560 2021-06-15 19:16 ./isolinux/efiboot.img
-rw-r--r-- 1 root root 574 2013-10-24 00:19 ./isolinux/f2.txt
--rw-r--r-- 2 root root 44656092 2022-09-23 23:50 ./isolinux/initrd.img
+-rw-r--r-- 2 root root 44666460 2022-09-28 18:58 ./isolinux/initrd.img
-rw-r--r-- 1 root root 50 2003-01-18 00:02 ./isolinux/iso.sort
-rw-r--r-- 1 root root 24576 2016-05-27 20:36 ./isolinux/isolinux.bin
-rw-r--r-- 1 root root 578 2013-03-27 03:29 ./isolinux/isolinux.cfg
--rw-r--r-- 1 root root 683 2022-09-23 23:39 ./isolinux/message.txt
+-rw-r--r-- 1 root root 683 2022-09-28 18:46 ./isolinux/message.txt
drwxr-xr-x 2 root root 4096 2003-03-17 07:31 ./isolinux/sbootmgr
-rwxr-xr-x 1 root root 36064 1995-05-12 01:23 ./isolinux/sbootmgr/RAWRITE.EXE
-rw-r--r-- 1 root root 2138 1997-12-01 01:21 ./isolinux/sbootmgr/RAWRITE12.DOC
@@ -696,12 +696,12 @@ lrwxrwxrwx 1 root root 11 2009-08-23 23:37 ./isolinux/sbootmgr/RAWRITE13
-rw-r--r-- 1 root root 1291 2003-03-17 07:31 ./isolinux/sbootmgr/README.TXT
-rw-r--r-- 1 root root 110592 2003-03-16 08:38 ./isolinux/sbootmgr/sbootmgr.dsk
-rw-r--r-- 1 root root 2879 2020-12-07 20:48 ./isolinux/setpkg
-drwxr-xr-x 5 root root 4096 2022-09-23 23:39 ./kernels
--rw-r--r-- 1 root root 37 2022-09-23 23:39 ./kernels/VERSIONS.TXT
-drwxr-xr-x 2 root root 4096 2022-09-23 18:48 ./kernels/huge.s
--rw-r--r-- 1 root root 1358306 2022-09-23 18:48 ./kernels/huge.s/System.map.gz
--rw-r--r-- 2 root root 11886976 2022-09-23 18:48 ./kernels/huge.s/bzImage
--rw-r--r-- 1 root root 248763 2022-09-23 17:01 ./kernels/huge.s/config
+drwxr-xr-x 5 root root 4096 2022-09-28 18:46 ./kernels
+-rw-r--r-- 1 root root 37 2022-09-28 18:46 ./kernels/VERSIONS.TXT
+drwxr-xr-x 2 root root 4096 2022-09-28 18:22 ./kernels/huge.s
+-rw-r--r-- 1 root root 1358211 2022-09-28 18:22 ./kernels/huge.s/System.map.gz
+-rw-r--r-- 2 root root 11887424 2022-09-28 18:22 ./kernels/huge.s/bzImage
+-rw-r--r-- 1 root root 248747 2022-09-28 16:41 ./kernels/huge.s/config
drwxr-xr-x 2 root root 4096 2011-03-25 03:15 ./kernels/memtest
-rw-r--r-- 1 root root 60 2011-03-24 00:19 ./kernels/memtest/README
-rw-r--r-- 1 root root 150024 2013-10-17 04:15 ./kernels/memtest/memtest
@@ -746,13 +746,13 @@ drwxr-xr-x 2 root root 4096 2022-02-03 07:02 ./patches
-rw-r--r-- 1 root root 575 2022-02-03 07:02 ./patches/FILE_LIST
-rw-r--r-- 1 root root 14 2022-02-03 07:02 ./patches/MANIFEST.bz2
-rw-r--r-- 1 root root 224 2022-02-03 07:02 ./patches/PACKAGES.TXT
-drwxr-xr-x 17 root root 4096 2022-09-27 21:22 ./slackware64
--rw-r--r-- 1 root root 334922 2022-09-27 21:22 ./slackware64/CHECKSUMS.md5
--rw-r--r-- 1 root root 163 2022-09-27 21:22 ./slackware64/CHECKSUMS.md5.asc
--rw-r--r-- 1 root root 415486 2022-09-27 21:21 ./slackware64/FILE_LIST
--rw-r--r-- 1 root root 4255247 2022-09-27 21:21 ./slackware64/MANIFEST.bz2
+drwxr-xr-x 17 root root 4096 2022-09-28 19:04 ./slackware64
+-rw-r--r-- 1 root root 334922 2022-09-28 19:04 ./slackware64/CHECKSUMS.md5
+-rw-r--r-- 1 root root 163 2022-09-28 19:04 ./slackware64/CHECKSUMS.md5.asc
+-rw-r--r-- 1 root root 415486 2022-09-28 19:04 ./slackware64/FILE_LIST
+-rw-r--r-- 1 root root 4249090 2022-09-28 19:04 ./slackware64/MANIFEST.bz2
lrwxrwxrwx 1 root root 15 2009-08-23 23:34 ./slackware64/PACKAGES.TXT -> ../PACKAGES.TXT
-drwxr-xr-x 2 root root 32768 2022-09-27 21:21 ./slackware64/a
+drwxr-xr-x 2 root root 32768 2022-09-28 19:03 ./slackware64/a
-rw-r--r-- 1 root root 327 2022-02-15 18:16 ./slackware64/a/aaa_base-15.1-x86_64-2.txt
-rw-r--r-- 1 root root 10720 2022-02-15 18:16 ./slackware64/a/aaa_base-15.1-x86_64-2.txz
-rw-r--r-- 1 root root 163 2022-02-15 18:16 ./slackware64/a/aaa_base-15.1-x86_64-2.txz.asc
@@ -914,18 +914,18 @@ drwxr-xr-x 2 root root 32768 2022-09-27 21:21 ./slackware64/a
-rw-r--r-- 1 root root 461 2021-02-13 11:08 ./slackware64/a/kbd-1.15.3-x86_64-6.txt
-rw-r--r-- 1 root root 1137072 2021-02-13 11:08 ./slackware64/a/kbd-1.15.3-x86_64-6.txz
-rw-r--r-- 1 root root 163 2021-02-13 11:08 ./slackware64/a/kbd-1.15.3-x86_64-6.txz.asc
--rw-r--r-- 1 root root 422 2022-09-27 18:14 ./slackware64/a/kernel-firmware-20220927_0958301-noarch-1.txt
--rw-r--r-- 1 root root 230714952 2022-09-27 18:14 ./slackware64/a/kernel-firmware-20220927_0958301-noarch-1.txz
--rw-r--r-- 1 root root 163 2022-09-27 18:14 ./slackware64/a/kernel-firmware-20220927_0958301-noarch-1.txz.asc
--rw-r--r-- 1 root root 624 2022-09-23 18:49 ./slackware64/a/kernel-generic-5.19.11-x86_64-1.txt
--rw-r--r-- 1 root root 8708016 2022-09-23 18:49 ./slackware64/a/kernel-generic-5.19.11-x86_64-1.txz
--rw-r--r-- 1 root root 163 2022-09-23 18:49 ./slackware64/a/kernel-generic-5.19.11-x86_64-1.txz.asc
--rw-r--r-- 1 root root 636 2022-09-23 18:48 ./slackware64/a/kernel-huge-5.19.11-x86_64-1.txt
--rw-r--r-- 1 root root 12825756 2022-09-23 18:48 ./slackware64/a/kernel-huge-5.19.11-x86_64-1.txz
--rw-r--r-- 1 root root 163 2022-09-23 18:48 ./slackware64/a/kernel-huge-5.19.11-x86_64-1.txz.asc
--rw-r--r-- 1 root root 567 2022-09-23 18:58 ./slackware64/a/kernel-modules-5.19.11-x86_64-1.txt
--rw-r--r-- 1 root root 52387776 2022-09-23 18:58 ./slackware64/a/kernel-modules-5.19.11-x86_64-1.txz
--rw-r--r-- 1 root root 163 2022-09-23 18:58 ./slackware64/a/kernel-modules-5.19.11-x86_64-1.txz.asc
+-rw-r--r-- 1 root root 422 2022-09-28 18:13 ./slackware64/a/kernel-firmware-20220928_8d19846-noarch-1.txt
+-rw-r--r-- 1 root root 230704056 2022-09-28 18:13 ./slackware64/a/kernel-firmware-20220928_8d19846-noarch-1.txz
+-rw-r--r-- 1 root root 163 2022-09-28 18:13 ./slackware64/a/kernel-firmware-20220928_8d19846-noarch-1.txz.asc
+-rw-r--r-- 1 root root 624 2022-09-28 18:24 ./slackware64/a/kernel-generic-5.19.12-x86_64-1.txt
+-rw-r--r-- 1 root root 8722488 2022-09-28 18:24 ./slackware64/a/kernel-generic-5.19.12-x86_64-1.txz
+-rw-r--r-- 1 root root 163 2022-09-28 18:24 ./slackware64/a/kernel-generic-5.19.12-x86_64-1.txz.asc
+-rw-r--r-- 1 root root 636 2022-09-28 18:22 ./slackware64/a/kernel-huge-5.19.12-x86_64-1.txt
+-rw-r--r-- 1 root root 12827920 2022-09-28 18:22 ./slackware64/a/kernel-huge-5.19.12-x86_64-1.txz
+-rw-r--r-- 1 root root 163 2022-09-28 18:22 ./slackware64/a/kernel-huge-5.19.12-x86_64-1.txz.asc
+-rw-r--r-- 1 root root 567 2022-09-28 18:32 ./slackware64/a/kernel-modules-5.19.12-x86_64-1.txt
+-rw-r--r-- 1 root root 52364780 2022-09-28 18:32 ./slackware64/a/kernel-modules-5.19.12-x86_64-1.txz
+-rw-r--r-- 1 root root 163 2022-09-28 18:32 ./slackware64/a/kernel-modules-5.19.12-x86_64-1.txz.asc
-rw-r--r-- 1 root root 508 2022-07-04 19:46 ./slackware64/a/kmod-30-x86_64-1.txt
-rw-r--r-- 1 root root 118208 2022-07-04 19:46 ./slackware64/a/kmod-30-x86_64-1.txz
-rw-r--r-- 1 root root 163 2022-07-04 19:46 ./slackware64/a/kmod-30-x86_64-1.txz.asc
@@ -971,8 +971,8 @@ drwxr-xr-x 2 root root 32768 2022-09-27 21:21 ./slackware64/a
-rw-r--r-- 1 root root 405 2022-01-27 19:11 ./slackware64/a/lzlib-1.13-x86_64-1.txt
-rw-r--r-- 1 root root 58460 2022-01-27 19:11 ./slackware64/a/lzlib-1.13-x86_64-1.txz
-rw-r--r-- 1 root root 163 2022-01-27 19:11 ./slackware64/a/lzlib-1.13-x86_64-1.txz.asc
--rw-r--r-- 1 root root 9806 2022-09-23 23:39 ./slackware64/a/maketag
--rw-r--r-- 1 root root 9806 2022-09-23 23:39 ./slackware64/a/maketag.ez
+-rw-r--r-- 1 root root 9806 2022-09-28 18:46 ./slackware64/a/maketag
+-rw-r--r-- 1 root root 9806 2022-09-28 18:46 ./slackware64/a/maketag.ez
-rw-r--r-- 1 root root 591 2022-08-25 17:59 ./slackware64/a/mcelog-189-x86_64-1.txt
-rw-r--r-- 1 root root 350272 2022-08-25 17:59 ./slackware64/a/mcelog-189-x86_64-1.txz
-rw-r--r-- 1 root root 163 2022-08-25 17:59 ./slackware64/a/mcelog-189-x86_64-1.txz.asc
@@ -1078,7 +1078,7 @@ drwxr-xr-x 2 root root 32768 2022-09-27 21:21 ./slackware64/a
-rw-r--r-- 1 root root 378 2022-09-06 18:09 ./slackware64/a/sysvinit-scripts-15.1-noarch-2.txt
-rw-r--r-- 1 root root 16212 2022-09-06 18:09 ./slackware64/a/sysvinit-scripts-15.1-noarch-2.txz
-rw-r--r-- 1 root root 163 2022-09-06 18:09 ./slackware64/a/sysvinit-scripts-15.1-noarch-2.txz.asc
--rw-r--r-- 1 root root 1534 2022-09-23 23:39 ./slackware64/a/tagfile
+-rw-r--r-- 1 root root 1534 2022-09-28 18:46 ./slackware64/a/tagfile
-rw-r--r-- 1 root root 395 2022-07-26 16:52 ./slackware64/a/tar-1.34-x86_64-2.txt
-rw-r--r-- 1 root root 804060 2022-07-26 16:52 ./slackware64/a/tar-1.34-x86_64-2.txz
-rw-r--r-- 1 root root 163 2022-07-26 16:52 ./slackware64/a/tar-1.34-x86_64-2.txz.asc
@@ -1388,7 +1388,7 @@ drwxr-xr-x 2 root root 20480 2022-09-26 19:49 ./slackware64/ap
-rw-r--r-- 1 root root 506 2022-05-15 17:09 ./slackware64/ap/zsh-5.9-x86_64-1.txt
-rw-r--r-- 1 root root 3156392 2022-05-15 17:09 ./slackware64/ap/zsh-5.9-x86_64-1.txz
-rw-r--r-- 1 root root 163 2022-05-15 17:09 ./slackware64/ap/zsh-5.9-x86_64-1.txz.asc
-drwxr-xr-x 2 root root 20480 2022-09-23 23:54 ./slackware64/d
+drwxr-xr-x 2 root root 20480 2022-09-28 19:04 ./slackware64/d
-rw-r--r-- 1 root root 360 2022-03-09 03:58 ./slackware64/d/Cython-0.29.28-x86_64-1.txt
-rw-r--r-- 1 root root 2393012 2022-03-09 03:58 ./slackware64/d/Cython-0.29.28-x86_64-1.txz
-rw-r--r-- 1 root root 163 2022-03-09 03:58 ./slackware64/d/Cython-0.29.28-x86_64-1.txz.asc
@@ -1493,9 +1493,9 @@ drwxr-xr-x 2 root root 20480 2022-09-23 23:54 ./slackware64/d
-rw-r--r-- 1 root root 279 2021-02-13 09:57 ./slackware64/d/intltool-0.51.0-x86_64-6.txt
-rw-r--r-- 1 root root 48024 2021-02-13 09:57 ./slackware64/d/intltool-0.51.0-x86_64-6.txz
-rw-r--r-- 1 root root 163 2021-02-13 09:57 ./slackware64/d/intltool-0.51.0-x86_64-6.txz.asc
--rw-r--r-- 1 root root 332 2022-09-23 18:58 ./slackware64/d/kernel-headers-5.19.11-x86-1.txt
--rw-r--r-- 1 root root 1125716 2022-09-23 18:58 ./slackware64/d/kernel-headers-5.19.11-x86-1.txz
--rw-r--r-- 1 root root 163 2022-09-23 18:58 ./slackware64/d/kernel-headers-5.19.11-x86-1.txz.asc
+-rw-r--r-- 1 root root 332 2022-09-28 18:33 ./slackware64/d/kernel-headers-5.19.12-x86-1.txt
+-rw-r--r-- 1 root root 1125732 2022-09-28 18:33 ./slackware64/d/kernel-headers-5.19.12-x86-1.txz
+-rw-r--r-- 1 root root 163 2022-09-28 18:33 ./slackware64/d/kernel-headers-5.19.12-x86-1.txz.asc
-rw-r--r-- 1 root root 498 2022-09-06 18:30 ./slackware64/d/libtool-2.4.7-x86_64-4.txt
-rw-r--r-- 1 root root 438292 2022-09-06 18:30 ./slackware64/d/libtool-2.4.7-x86_64-4.txz
-rw-r--r-- 1 root root 163 2022-09-06 18:30 ./slackware64/d/libtool-2.4.7-x86_64-4.txz.asc
@@ -1628,16 +1628,16 @@ drwxr-xr-x 2 root root 4096 2016-04-01 21:41 ./slackware64/f
-rw-r--r-- 1 root root 1075 2018-03-01 07:54 ./slackware64/f/maketag
-rw-r--r-- 1 root root 1075 2018-03-01 07:54 ./slackware64/f/maketag.ez
-rw-r--r-- 1 root root 32 2018-03-01 07:54 ./slackware64/f/tagfile
-drwxr-xr-x 2 root root 4096 2022-09-23 23:54 ./slackware64/k
+drwxr-xr-x 2 root root 4096 2022-09-28 19:03 ./slackware64/k
-rwxr-xr-x 1 root root 2897 2009-06-24 22:06 ./slackware64/k/install-packages
-rw-r--r-- 1 root root 446 2006-09-18 10:41 ./slackware64/k/install.end
--rw-r--r-- 1 root root 317 2022-09-23 18:45 ./slackware64/k/kernel-source-5.19.11-noarch-1.txt
--rw-r--r-- 1 root root 128252604 2022-09-23 18:45 ./slackware64/k/kernel-source-5.19.11-noarch-1.txz
--rw-r--r-- 1 root root 163 2022-09-23 18:45 ./slackware64/k/kernel-source-5.19.11-noarch-1.txz.asc
--rw-r--r-- 1 root root 1171 2022-09-23 23:39 ./slackware64/k/maketag
--rw-r--r-- 1 root root 1171 2022-09-23 23:39 ./slackware64/k/maketag.ez
--rw-r--r-- 1 root root 18 2022-09-23 23:39 ./slackware64/k/tagfile
-drwxr-xr-x 2 root root 86016 2022-09-17 19:01 ./slackware64/kde
+-rw-r--r-- 1 root root 317 2022-09-28 18:17 ./slackware64/k/kernel-source-5.19.12-noarch-1.txt
+-rw-r--r-- 1 root root 128245964 2022-09-28 18:17 ./slackware64/k/kernel-source-5.19.12-noarch-1.txz
+-rw-r--r-- 1 root root 163 2022-09-28 18:17 ./slackware64/k/kernel-source-5.19.12-noarch-1.txz.asc
+-rw-r--r-- 1 root root 1171 2022-09-28 18:46 ./slackware64/k/maketag
+-rw-r--r-- 1 root root 1171 2022-09-28 18:46 ./slackware64/k/maketag.ez
+-rw-r--r-- 1 root root 18 2022-09-28 18:46 ./slackware64/k/tagfile
+drwxr-xr-x 2 root root 86016 2022-09-28 19:03 ./slackware64/kde
-rw-r--r-- 1 root root 382 2022-09-09 23:58 ./slackware64/kde/akonadi-22.08.1-x86_64-1.txt
-rw-r--r-- 1 root root 2449360 2022-09-09 23:58 ./slackware64/kde/akonadi-22.08.1-x86_64-1.txz
-rw-r--r-- 1 root root 163 2022-09-09 23:58 ./slackware64/kde/akonadi-22.08.1-x86_64-1.txz.asc
@@ -2378,9 +2378,9 @@ drwxr-xr-x 2 root root 86016 2022-09-17 19:01 ./slackware64/kde
-rw-r--r-- 1 root root 408 2022-09-06 17:35 ./slackware64/kde/kscreen-5.25.5-x86_64-1.txt
-rw-r--r-- 1 root root 245684 2022-09-06 17:35 ./slackware64/kde/kscreen-5.25.5-x86_64-1.txz
-rw-r--r-- 1 root root 163 2022-09-06 17:35 ./slackware64/kde/kscreen-5.25.5-x86_64-1.txz.asc
--rw-r--r-- 1 root root 322 2022-09-06 17:22 ./slackware64/kde/kscreenlocker-5.25.5-x86_64-1.txt
--rw-r--r-- 1 root root 174180 2022-09-06 17:22 ./slackware64/kde/kscreenlocker-5.25.5-x86_64-1.txz
--rw-r--r-- 1 root root 163 2022-09-06 17:22 ./slackware64/kde/kscreenlocker-5.25.5-x86_64-1.txz.asc
+-rw-r--r-- 1 root root 322 2022-09-28 18:27 ./slackware64/kde/kscreenlocker-5.25.5-x86_64-2.txt
+-rw-r--r-- 1 root root 173892 2022-09-28 18:27 ./slackware64/kde/kscreenlocker-5.25.5-x86_64-2.txz
+-rw-r--r-- 1 root root 163 2022-09-28 18:27 ./slackware64/kde/kscreenlocker-5.25.5-x86_64-2.txz.asc
-rw-r--r-- 1 root root 339 2022-09-11 17:15 ./slackware64/kde/kservice-5.98.0-x86_64-1.txt
-rw-r--r-- 1 root root 353696 2022-09-11 17:15 ./slackware64/kde/kservice-5.98.0-x86_64-1.txz
-rw-r--r-- 1 root root 163 2022-09-11 17:15 ./slackware64/kde/kservice-5.98.0-x86_64-1.txz.asc
@@ -2665,9 +2665,9 @@ drwxr-xr-x 2 root root 86016 2022-09-17 19:01 ./slackware64/kde
-rw-r--r-- 1 root root 424 2022-09-06 17:15 ./slackware64/kde/plasma-wayland-protocols-1.8.0-x86_64-1.txt
-rw-r--r-- 1 root root 42524 2022-09-06 17:15 ./slackware64/kde/plasma-wayland-protocols-1.8.0-x86_64-1.txz
-rw-r--r-- 1 root root 163 2022-09-06 17:15 ./slackware64/kde/plasma-wayland-protocols-1.8.0-x86_64-1.txz.asc
--rw-r--r-- 1 root root 378 2022-09-09 23:37 ./slackware64/kde/plasma-workspace-5.25.5-x86_64-2.txt
--rw-r--r-- 1 root root 20222964 2022-09-09 23:37 ./slackware64/kde/plasma-workspace-5.25.5-x86_64-2.txz
--rw-r--r-- 1 root root 163 2022-09-09 23:37 ./slackware64/kde/plasma-workspace-5.25.5-x86_64-2.txz.asc
+-rw-r--r-- 1 root root 378 2022-09-28 18:24 ./slackware64/kde/plasma-workspace-5.25.5-x86_64-3.txt
+-rw-r--r-- 1 root root 20222300 2022-09-28 18:24 ./slackware64/kde/plasma-workspace-5.25.5-x86_64-3.txz
+-rw-r--r-- 1 root root 163 2022-09-28 18:24 ./slackware64/kde/plasma-workspace-5.25.5-x86_64-3.txz.asc
-rw-r--r-- 1 root root 423 2022-09-06 17:33 ./slackware64/kde/plasma-workspace-wallpapers-5.25.5-x86_64-1.txt
-rw-r--r-- 1 root root 70523964 2022-09-06 17:33 ./slackware64/kde/plasma-workspace-wallpapers-5.25.5-x86_64-1.txz
-rw-r--r-- 1 root root 163 2022-09-06 17:33 ./slackware64/kde/plasma-workspace-wallpapers-5.25.5-x86_64-1.txz.asc
@@ -3935,7 +3935,7 @@ drwxr-xr-x 2 root root 86016 2022-09-26 19:49 ./slackware64/l
-rw-r--r-- 1 root root 463 2022-01-21 04:11 ./slackware64/l/zstd-1.5.2-x86_64-1.txt
-rw-r--r-- 1 root root 437228 2022-01-21 04:11 ./slackware64/l/zstd-1.5.2-x86_64-1.txz
-rw-r--r-- 1 root root 163 2022-01-21 04:11 ./slackware64/l/zstd-1.5.2-x86_64-1.txz.asc
-drwxr-xr-x 2 root root 36864 2022-09-27 21:21 ./slackware64/n
+drwxr-xr-x 2 root root 36864 2022-09-28 19:03 ./slackware64/n
-rw-r--r-- 1 root root 357 2022-09-10 18:15 ./slackware64/n/ModemManager-1.18.12-x86_64-1.txt
-rw-r--r-- 1 root root 2148884 2022-09-10 18:15 ./slackware64/n/ModemManager-1.18.12-x86_64-1.txz
-rw-r--r-- 1 root root 163 2022-09-10 18:15 ./slackware64/n/ModemManager-1.18.12-x86_64-1.txz.asc
@@ -4032,9 +4032,9 @@ drwxr-xr-x 2 root root 36864 2022-09-27 21:21 ./slackware64/n
-rw-r--r-- 1 root root 598 2022-09-02 18:42 ./slackware64/n/gnupg2-2.2.39-x86_64-1.txt
-rw-r--r-- 1 root root 2379932 2022-09-02 18:42 ./slackware64/n/gnupg2-2.2.39-x86_64-1.txz
-rw-r--r-- 1 root root 163 2022-09-02 18:42 ./slackware64/n/gnupg2-2.2.39-x86_64-1.txz.asc
--rw-r--r-- 1 root root 492 2022-07-29 19:00 ./slackware64/n/gnutls-3.7.7-x86_64-1.txt
--rw-r--r-- 1 root root 2849196 2022-07-29 19:00 ./slackware64/n/gnutls-3.7.7-x86_64-1.txz
--rw-r--r-- 1 root root 163 2022-07-29 19:00 ./slackware64/n/gnutls-3.7.7-x86_64-1.txz.asc
+-rw-r--r-- 1 root root 492 2022-09-28 03:30 ./slackware64/n/gnutls-3.7.8-x86_64-1.txt
+-rw-r--r-- 1 root root 2850916 2022-09-28 03:30 ./slackware64/n/gnutls-3.7.8-x86_64-1.txz
+-rw-r--r-- 1 root root 163 2022-09-28 03:30 ./slackware64/n/gnutls-3.7.8-x86_64-1.txz.asc
-rw-r--r-- 1 root root 286 2021-02-13 12:04 ./slackware64/n/gpa-0.10.0-x86_64-3.txt
-rw-r--r-- 1 root root 304520 2021-02-13 12:04 ./slackware64/n/gpa-0.10.0-x86_64-3.txz
-rw-r--r-- 1 root root 163 2021-02-13 12:04 ./slackware64/n/gpa-0.10.0-x86_64-3.txz.asc
@@ -5579,11 +5579,11 @@ drwxr-xr-x 2 root root 4096 2021-02-15 19:33 ./slackware64/y
-rw-r--r-- 1 root root 1486956 2021-02-13 13:56 ./slackware64/y/nethack-3.6.6-x86_64-3.txz
-rw-r--r-- 1 root root 163 2021-02-13 13:56 ./slackware64/y/nethack-3.6.6-x86_64-3.txz.asc
-rw-r--r-- 1 root root 26 2020-12-30 21:55 ./slackware64/y/tagfile
-drwxr-xr-x 18 root root 4096 2022-09-27 21:22 ./source
--rw-r--r-- 1 root root 589345 2022-09-27 21:22 ./source/CHECKSUMS.md5
--rw-r--r-- 1 root root 163 2022-09-27 21:22 ./source/CHECKSUMS.md5.asc
--rw-r--r-- 1 root root 820993 2022-09-27 21:22 ./source/FILE_LIST
--rw-r--r-- 1 root root 23715287 2022-09-27 21:22 ./source/MANIFEST.bz2
+drwxr-xr-x 18 root root 4096 2022-09-28 19:05 ./source
+-rw-r--r-- 1 root root 589640 2022-09-28 19:05 ./source/CHECKSUMS.md5
+-rw-r--r-- 1 root root 163 2022-09-28 19:05 ./source/CHECKSUMS.md5.asc
+-rw-r--r-- 1 root root 821415 2022-09-28 19:05 ./source/FILE_LIST
+-rw-r--r-- 1 root root 23716813 2022-09-28 19:05 ./source/MANIFEST.bz2
-rw-r--r-- 1 root root 828 2022-02-02 04:43 ./source/README.TXT
drwxr-xr-x 122 root root 4096 2022-08-15 19:00 ./source/a
-rw-r--r-- 1 root root 111 2022-02-07 20:58 ./source/a/FTBFSlog
@@ -7745,21 +7745,21 @@ drwxr-xr-x 2 root root 4096 2022-09-26 19:10 ./source/installer/sources/i
drwxr-xr-x 2 root root 4096 2022-08-02 18:25 ./source/installer/sources/nano
-rw-r--r-- 1 root root 1593804 2022-08-02 07:23 ./source/installer/sources/nano/nano-6.4.tar.xz
-rw-r--r-- 1 root root 833 2022-08-02 07:23 ./source/installer/sources/nano/nano-6.4.tar.xz.sig
-drwxr-xr-x 4 root root 4096 2022-09-23 16:46 ./source/k
+drwxr-xr-x 4 root root 4096 2022-09-28 16:36 ./source/k
-rwxr-xr-x 1 root root 8297 2022-02-09 20:47 ./source/k/build-all-kernels.sh
-drwxr-xr-x 2 root root 4096 2022-09-23 17:01 ./source/k/kernel-configs
--rw-r--r-- 1 root root 245109 2022-09-23 16:59 ./source/k/kernel-configs/config-generic-5.19.11
--rw-r--r-- 1 root root 248794 2022-09-23 17:01 ./source/k/kernel-configs/config-generic-5.19.11.x64
--rw-r--r-- 1 root root 246314 2022-09-23 16:53 ./source/k/kernel-configs/config-generic-smp-5.19.11-smp
--rw-r--r-- 1 root root 245078 2022-09-23 16:59 ./source/k/kernel-configs/config-huge-5.19.11
--rw-r--r-- 1 root root 248763 2022-09-23 17:01 ./source/k/kernel-configs/config-huge-5.19.11.x64
--rw-r--r-- 1 root root 246283 2022-09-23 16:59 ./source/k/kernel-configs/config-huge-smp-5.19.11-smp
+drwxr-xr-x 2 root root 4096 2022-09-28 16:41 ./source/k/kernel-configs
+-rw-r--r-- 1 root root 245093 2022-09-28 16:40 ./source/k/kernel-configs/config-generic-5.19.12
+-rw-r--r-- 1 root root 248778 2022-09-28 16:41 ./source/k/kernel-configs/config-generic-5.19.12.x64
+-rw-r--r-- 1 root root 246298 2022-09-28 16:39 ./source/k/kernel-configs/config-generic-smp-5.19.12-smp
+-rw-r--r-- 1 root root 245062 2022-09-28 16:40 ./source/k/kernel-configs/config-huge-5.19.12
+-rw-r--r-- 1 root root 248747 2022-09-28 16:41 ./source/k/kernel-configs/config-huge-5.19.12.x64
+-rw-r--r-- 1 root root 246267 2022-09-28 16:40 ./source/k/kernel-configs/config-huge-smp-5.19.12-smp
-rwxr-xr-x 1 root root 7441 2020-06-11 19:56 ./source/k/kernel-generic.SlackBuild
-rwxr-xr-x 1 root root 3779 2019-09-29 23:48 ./source/k/kernel-headers.SlackBuild
-rwxr-xr-x 1 root root 6504 2022-05-24 20:16 ./source/k/kernel-modules.SlackBuild
-rwxr-xr-x 1 root root 8863 2021-10-29 17:19 ./source/k/kernel-source.SlackBuild
--rw-r--r-- 1 root root 991 2022-09-23 12:18 ./source/k/linux-5.19.11.tar.sign
--rw-r--r-- 1 root root 131647620 2022-09-23 12:18 ./source/k/linux-5.19.11.tar.xz
+-rw-r--r-- 1 root root 991 2022-09-28 09:38 ./source/k/linux-5.19.12.tar.sign
+-rw-r--r-- 1 root root 131684652 2022-09-28 09:38 ./source/k/linux-5.19.12.tar.xz
drwxr-xr-x 2 root root 4096 2018-03-05 18:29 ./source/k/slack-desc
-rw-r--r-- 1 root root 1138 2018-02-27 06:16 ./source/k/slack-desc/slack-desc.kernel-generic-smp.i686
-rw-r--r-- 1 root root 1041 2018-02-27 06:16 ./source/k/slack-desc/slack-desc.kernel-generic.i586
@@ -8060,7 +8060,7 @@ drwxr-xr-x 2 root root 16384 2022-08-18 17:11 ./source/kde/kde/build
-rw-r--r-- 1 root root 2 2021-10-02 03:46 ./source/kde/kde/build/krusader
-rw-r--r-- 1 root root 2 2022-08-18 17:07 ./source/kde/kde/build/ksanecore
-rw-r--r-- 1 root root 2 2022-01-04 21:32 ./source/kde/kde/build/kscreen
--rw-r--r-- 1 root root 2 2021-10-14 16:34 ./source/kde/kde/build/kscreenlocker
+-rw-r--r-- 1 root root 2 2022-09-28 18:19 ./source/kde/kde/build/kscreenlocker
-rw-r--r-- 1 root root 2 2021-10-10 18:07 ./source/kde/kde/build/kservice
-rw-r--r-- 1 root root 2 2021-11-04 17:58 ./source/kde/kde/build/kshisen
-rw-r--r-- 1 root root 2 2021-11-04 17:58 ./source/kde/kde/build/ksirk
@@ -8178,7 +8178,7 @@ drwxr-xr-x 2 root root 16384 2022-08-18 17:11 ./source/kde/kde/build
-rw-r--r-- 1 root root 2 2021-09-30 17:57 ./source/kde/kde/build/plasma-thunderbolt
-rw-r--r-- 1 root root 2 2021-10-14 16:34 ./source/kde/kde/build/plasma-vault
-rw-r--r-- 1 root root 2 2021-11-05 17:38 ./source/kde/kde/build/plasma-wayland-protocols
--rw-r--r-- 1 root root 2 2022-09-09 20:11 ./source/kde/kde/build/plasma-workspace
+-rw-r--r-- 1 root root 2 2022-09-28 18:17 ./source/kde/kde/build/plasma-workspace
-rw-r--r-- 1 root root 2 2021-10-14 16:34 ./source/kde/kde/build/plasma-workspace-wallpapers
-rw-r--r-- 1 root root 2 2021-09-30 17:57 ./source/kde/kde/build/plymouth-kcm
-rw-r--r-- 1 root root 2 2021-10-14 16:34 ./source/kde/kde/build/polkit-kde-agent-1
@@ -8334,7 +8334,7 @@ drwxr-xr-x 2 root root 4096 2021-02-04 19:30 ./source/kde/kde/modules
-rw-r--r-- 1 root root 44 2016-04-11 07:39 ./source/kde/kde/nomake
drwxr-xr-x 2 root root 4096 2017-10-30 11:32 ./source/kde/kde/nostrip
-rw-r--r-- 1 root root 237 2017-10-24 13:23 ./source/kde/kde/package-blacklist
-drwxr-xr-x 23 root root 4096 2022-09-17 18:31 ./source/kde/kde/patch
+drwxr-xr-x 24 root root 4096 2022-09-28 18:18 ./source/kde/kde/patch
-rw-r--r-- 1 root root 328 2011-07-28 17:38 ./source/kde/kde/patch/README
drwxr-xr-x 2 root root 4096 2020-07-29 17:52 ./source/kde/kde/patch/baloo
-rw-r--r-- 1 root root 189 2020-11-02 01:05 ./source/kde/kde/patch/baloo.patch
@@ -8385,6 +8385,9 @@ drwxr-xr-x 2 root root 4096 2021-12-10 05:50 ./source/kde/kde/patch/kopen
drwxr-xr-x 2 root root 4096 2020-09-28 20:52 ./source/kde/kde/patch/krename
-rw-r--r-- 1 root root 132 2020-09-28 20:53 ./source/kde/kde/patch/krename.patch
-rw-r--r-- 1 root root 6641 2020-09-28 20:52 ./source/kde/kde/patch/krename/krename.taglib.diff
+drwxr-xr-x 2 root root 4096 2022-09-28 18:18 ./source/kde/kde/patch/kscreenlocker
+-rw-r--r-- 1 root root 165 2022-09-28 18:19 ./source/kde/kde/patch/kscreenlocker.patch
+-rw-r--r-- 1 root root 1295 2022-09-28 18:18 ./source/kde/kde/patch/kscreenlocker/07e2e4ddcdfb96bed232db2bc330e578cd05225f.patch
drwxr-xr-x 2 root root 4096 2022-04-22 18:08 ./source/kde/kde/patch/ktorrent
-rw-r--r-- 1 root root 414 2021-08-15 05:28 ./source/kde/kde/patch/ktorrent.patch
-rw-r--r-- 1 root root 1098854 2021-08-12 02:11 ./source/kde/kde/patch/ktorrent/geoip.dat.gz
@@ -8405,9 +8408,10 @@ drwxr-xr-x 2 root root 4096 2021-10-26 21:07 ./source/kde/kde/patch/plasm
drwxr-xr-x 2 root root 4096 2022-09-14 18:14 ./source/kde/kde/patch/plasma-integration
-rw-r--r-- 1 root root 138 2022-09-14 18:15 ./source/kde/kde/patch/plasma-integration.patch
-rw-r--r-- 1 root root 1677 2022-09-14 18:14 ./source/kde/kde/patch/plasma-integration/52bd3c9c.patch
-drwxr-xr-x 2 root root 4096 2022-09-09 20:07 ./source/kde/kde/patch/plasma-workspace
--rw-r--r-- 1 root root 342 2022-09-09 20:07 ./source/kde/kde/patch/plasma-workspace.patch
+drwxr-xr-x 2 root root 4096 2022-09-28 18:17 ./source/kde/kde/patch/plasma-workspace
+-rw-r--r-- 1 root root 510 2022-09-28 18:17 ./source/kde/kde/patch/plasma-workspace.patch
-rw-r--r-- 1 root root 5085 2021-05-31 05:01 ./source/kde/kde/patch/plasma-workspace/0001-Revert-No-icons-on-the-desktop-by-default.patch
+-rw-r--r-- 1 root root 1528 2022-09-28 18:17 ./source/kde/kde/patch/plasma-workspace/48ccb433ca79e94ef705734d9cab599f01df97e8.patch
-rw-r--r-- 1 root root 1616 2022-09-09 20:06 ./source/kde/kde/patch/plasma-workspace/c7ba560ccaac5e469cb2d6bf66c39e1acf967454.patch
drwxr-xr-x 2 root root 4096 2021-08-29 18:16 ./source/kde/kde/patch/sddm
-rw-r--r-- 1 root root 1114 2021-08-29 16:37 ./source/kde/kde/patch/sddm.patch
@@ -11958,10 +11962,10 @@ drwxr-xr-x 2 root root 4096 2022-09-22 18:43 ./source/n/ca-certificates
-rw-r--r-- 1 root root 14672 2018-12-11 03:14 ./source/n/ca-certificates/ca-certificates.tar.lz
-rw-r--r-- 1 root root 220992 2022-09-22 18:43 ./source/n/ca-certificates/certdata-20220922.txt.xz
-rw-r--r-- 1 root root 448 2021-10-05 19:56 ./source/n/ca-certificates/doinst.sh.gz
--rw-r--r-- 1 root root 374 2015-09-14 21:52 ./source/n/ca-certificates/fixup_update-ca-certificates.diff.gz
--rwxr-xr-x 1 root root 1626 2018-12-11 03:25 ./source/n/ca-certificates/get-certdata.txt.sh
--rw-r--r-- 1 root root 128 2012-09-11 21:12 ./source/n/ca-certificates/setup.11.cacerts
--rw-r--r-- 1 root root 829 2019-02-26 23:30 ./source/n/ca-certificates/slack-desc
+-rw-r--r-- 1 root root 374 2015-09-14 21:52 ./source/n/ca-certificates/fixup_update-ca-certificates.diff.gz
+-rwxr-xr-x 1 root root 1626 2018-12-11 03:25 ./source/n/ca-certificates/get-certdata.txt.sh
+-rw-r--r-- 1 root root 128 2012-09-11 21:12 ./source/n/ca-certificates/setup.11.cacerts
+-rw-r--r-- 1 root root 829 2019-02-26 23:30 ./source/n/ca-certificates/slack-desc
-rw-r--r-- 1 root root 229 2019-02-26 20:33 ./source/n/ca-certificates/update-ca-certificates.c_rehash.diff.gz
drwxr-xr-x 2 root root 4096 2022-09-06 18:27 ./source/n/cifs-utils
-rw-r--r-- 1 root root 320897 2022-08-11 20:56 ./source/n/cifs-utils/cifs-utils-7.0.tar.lz
@@ -12094,9 +12098,9 @@ drwxr-xr-x 2 root root 4096 2022-09-02 18:41 ./source/n/gnupg2
-rw-r--r-- 1 root root 5165699 2022-09-02 13:41 ./source/n/gnupg2/gnupg-2.2.39.tar.lz
-rwxr-xr-x 1 root root 4251 2022-04-26 17:50 ./source/n/gnupg2/gnupg2.SlackBuild
-rw-r--r-- 1 root root 1052 2018-08-27 17:38 ./source/n/gnupg2/slack-desc
-drwxr-xr-x 2 root root 4096 2022-07-29 18:58 ./source/n/gnutls
--rw-r--r-- 1 root root 6351664 2022-07-28 14:18 ./source/n/gnutls/gnutls-3.7.7.tar.xz
--rw-r--r-- 1 root root 685 2022-07-28 14:18 ./source/n/gnutls/gnutls-3.7.7.tar.xz.sig
+drwxr-xr-x 2 root root 4096 2022-09-28 03:28 ./source/n/gnutls
+-rw-r--r-- 1 root root 6029220 2022-09-27 16:01 ./source/n/gnutls/gnutls-3.7.8.tar.xz
+-rw-r--r-- 1 root root 1250 2022-09-27 16:01 ./source/n/gnutls/gnutls-3.7.8.tar.xz.sig
-rwxr-xr-x 1 root root 4982 2022-05-13 17:13 ./source/n/gnutls/gnutls.SlackBuild
-rw-r--r-- 1 root root 946 2018-02-27 06:13 ./source/n/gnutls/slack-desc
drwxr-xr-x 2 root root 4096 2021-02-13 05:32 ./source/n/gpa
@@ -15237,9 +15241,9 @@ drwxr-xr-x 2 root root 4096 2022-09-22 18:21 ./testing/source/rust
-rw-r--r-- 1 root root 1670 2022-09-22 18:20 ./testing/source/rust/rust.url
-rw-r--r-- 1 root root 127608594 2022-09-22 13:29 ./testing/source/rust/rustc-1.64.0-src.tar.lz
-rw-r--r-- 1 root root 910 2018-02-27 06:49 ./testing/source/rust/slack-desc
-drwxr-xr-x 2 root root 4096 2022-09-23 23:50 ./usb-and-pxe-installers
+drwxr-xr-x 2 root root 4096 2022-09-28 18:59 ./usb-and-pxe-installers
-rw-r--r-- 1 root root 31203 2011-03-21 21:21 ./usb-and-pxe-installers/README_PXE.TXT
-rw-r--r-- 1 root root 9197 2013-09-25 04:33 ./usb-and-pxe-installers/README_USB.TXT
-rw-r--r-- 1 root root 574 2013-03-27 04:59 ./usb-and-pxe-installers/pxelinux.cfg_default
--rw-r--r-- 1 root root 57607168 2022-09-23 23:50 ./usb-and-pxe-installers/usbboot.img
+-rw-r--r-- 1 root root 57615360 2022-09-28 18:58 ./usb-and-pxe-installers/usbboot.img
-rw-r--r-- 1 root root 16314 2022-03-24 20:54 ./usb-and-pxe-installers/usbimg2disk.sh
diff --git a/README.initrd b/README.initrd
index c62c1b201..87f503b74 100644
--- a/README.initrd
+++ b/README.initrd
@@ -1,7 +1,7 @@
Slackware initrd mini HOWTO
by Patrick Volkerding, volkerdi@slackware.com
-Fri Sep 23 23:39:31 UTC 2022
+Wed Sep 28 18:46:50 UTC 2022
This document describes how to create and install an initrd, which may be
required to use the 4.x kernel. Also see "man mkinitrd".
@@ -33,15 +33,15 @@ flexible to ship a generic kernel and a set of kernel modules for it.
The easiest way to make the initrd is to use the mkinitrd script included
in Slackware's mkinitrd package. We'll walk through the process of
-upgrading to the generic 5.19.11 Linux kernel using the packages
+upgrading to the generic 5.19.12 Linux kernel using the packages
found in Slackware's slackware/a/ directory.
First, make sure the kernel, kernel modules, and mkinitrd package are
installed (the current version numbers might be a little different, so
this is just an example):
- installpkg kernel-generic-5.19.11-x86_64-1.txz
- installpkg kernel-modules-5.19.11-x86_64-1.txz
+ installpkg kernel-generic-5.19.12-x86_64-1.txz
+ installpkg kernel-modules-5.19.12-x86_64-1.txz
installpkg mkinitrd-1.4.11-x86_64-30.txz
Change into the /boot directory:
@@ -52,7 +52,7 @@ Now you'll want to run "mkinitrd". I'm using ext4 for my root filesystem,
and since the disk controller requires no special support the ext4 module
will be the only one I need to load:
- mkinitrd -c -k 5.19.11 -m ext4
+ mkinitrd -c -k 5.19.12 -m ext4
This should do two things. First, it will create a directory
/boot/initrd-tree containing the initrd's filesystem. Then it will
@@ -61,10 +61,10 @@ you could make some additional changes in /boot/initrd-tree/ and
then run mkinitrd again without options to rebuild the image. That's
optional, though, and only advanced users will need to think about that.
-Here's another example: Build an initrd image using Linux 5.19.11
+Here's another example: Build an initrd image using Linux 5.19.12
kernel modules for a system with an ext4 root partition on /dev/sdb3:
- mkinitrd -c -k 5.19.11 -m ext4 -f ext4 -r /dev/sdb3
+ mkinitrd -c -k 5.19.12 -m ext4 -f ext4 -r /dev/sdb3
4. Now that I've built an initrd, how do I use it?
diff --git a/isolinux/message.txt b/isolinux/message.txt
index 1a62104a9..e4983b559 100644
--- a/isolinux/message.txt
+++ b/isolinux/message.txt
@@ -1,5 +1,5 @@
-Welcome to 09Slackware6407 version 15.1 (Linux kernel 5.19.11)!
+Welcome to 09Slackware6407 version 15.1 (Linux kernel 5.19.12)!
If you need to pass extra parameters to the kernel, enter them at the prompt
below after the name of the kernel to boot (e.g., huge.s).
diff --git a/kernels/VERSIONS.TXT b/kernels/VERSIONS.TXT
index f00c52bab..c3c3d216f 100644
--- a/kernels/VERSIONS.TXT
+++ b/kernels/VERSIONS.TXT
@@ -1,3 +1,3 @@
-These kernels are version 5.19.11.
+These kernels are version 5.19.12.
diff --git a/slackware64/a/maketag b/slackware64/a/maketag
index de20325db..7b8859b73 100644
--- a/slackware64/a/maketag
+++ b/slackware64/a/maketag
@@ -65,9 +65,9 @@ system. :^) Press ENTER when you are done." 21 76 10 \
"jfsutils" "Utilities for IBM's Journaled Filesystem" "on" \
"kbd" "Change keyboard and console mappings" "on" \
"kernel-firmware" "Linux kernel firmware -- REQUIRED" "on" \
-"kernel-generic" "Generic 5.19.11 kernel (needs an initrd)" "on" \
-"kernel-huge" "Loaded 5.19.11 Linux kernel" "on" \
-"kernel-modules" "Linux 5.19.11 kernel modules -- REQUIRED" "on" \
+"kernel-generic" "Generic 5.19.12 kernel (needs an initrd)" "on" \
+"kernel-huge" "Loaded 5.19.12 Linux kernel" "on" \
+"kernel-modules" "Linux 5.19.12 kernel modules -- REQUIRED" "on" \
"kmod" "Kernel module utilities -- REQUIRED" "on" \
"lbzip2" "Parallel bzip2 compressor" "on" \
"less" "A text pager utility - REQUIRED" "on" \
diff --git a/slackware64/a/maketag.ez b/slackware64/a/maketag.ez
index de20325db..7b8859b73 100644
--- a/slackware64/a/maketag.ez
+++ b/slackware64/a/maketag.ez
@@ -65,9 +65,9 @@ system. :^) Press ENTER when you are done." 21 76 10 \
"jfsutils" "Utilities for IBM's Journaled Filesystem" "on" \
"kbd" "Change keyboard and console mappings" "on" \
"kernel-firmware" "Linux kernel firmware -- REQUIRED" "on" \
-"kernel-generic" "Generic 5.19.11 kernel (needs an initrd)" "on" \
-"kernel-huge" "Loaded 5.19.11 Linux kernel" "on" \
-"kernel-modules" "Linux 5.19.11 kernel modules -- REQUIRED" "on" \
+"kernel-generic" "Generic 5.19.12 kernel (needs an initrd)" "on" \
+"kernel-huge" "Loaded 5.19.12 Linux kernel" "on" \
+"kernel-modules" "Linux 5.19.12 kernel modules -- REQUIRED" "on" \
"kmod" "Kernel module utilities -- REQUIRED" "on" \
"lbzip2" "Parallel bzip2 compressor" "on" \
"less" "A text pager utility - REQUIRED" "on" \
diff --git a/slackware64/k/maketag b/slackware64/k/maketag
index 8326143e8..fd88e8cbc 100644
--- a/slackware64/k/maketag
+++ b/slackware64/k/maketag
@@ -21,7 +21,7 @@ from series K. 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." 11 70 1 \
-"kernel-source" "Linux 5.19.11 kernel source" "on" \
+"kernel-source" "Linux 5.19.12 kernel source" "on" \
2> $TMP/SeTpkgs
if [ $? = 1 -o $? = 255 ]; then
rm -f $TMP/SeTpkgs
diff --git a/slackware64/k/maketag.ez b/slackware64/k/maketag.ez
index 8326143e8..fd88e8cbc 100644
--- a/slackware64/k/maketag.ez
+++ b/slackware64/k/maketag.ez
@@ -21,7 +21,7 @@ from series K. 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." 11 70 1 \
-"kernel-source" "Linux 5.19.11 kernel source" "on" \
+"kernel-source" "Linux 5.19.12 kernel source" "on" \
2> $TMP/SeTpkgs
if [ $? = 1 -o $? = 255 ]; then
rm -f $TMP/SeTpkgs
diff --git a/source/k/kernel-configs/config-generic-5.19.11 b/source/k/kernel-configs/config-generic-5.19.12
index ae00db351..4609844a2 100644
--- a/source/k/kernel-configs/config-generic-5.19.11
+++ b/source/k/kernel-configs/config-generic-5.19.12
@@ -1,6 +1,6 @@
#
# Automatically generated file; DO NOT EDIT.
-# Linux/x86 5.19.11 Kernel Configuration
+# Linux/x86 5.19.12 Kernel Configuration
#
CONFIG_CC_VERSION_TEXT="gcc (GCC) 12.2.0"
CONFIG_CC_IS_GCC=y
@@ -3687,7 +3687,6 @@ CONFIG_IWLWIFI_OPMODE_MODULAR=y
# CONFIG_IWLWIFI_DEVICE_TRACING is not set
# end of Debugging Options
-CONFIG_IWLMEI=m
CONFIG_WLAN_VENDOR_INTERSIL=y
CONFIG_HOSTAP=m
CONFIG_HOSTAP_FIRMWARE=y
diff --git a/source/k/kernel-configs/config-generic-5.19.11.x64 b/source/k/kernel-configs/config-generic-5.19.12.x64
index 1332d7613..59e97453d 100644
--- a/source/k/kernel-configs/config-generic-5.19.11.x64
+++ b/source/k/kernel-configs/config-generic-5.19.12.x64
@@ -1,6 +1,6 @@
#
# Automatically generated file; DO NOT EDIT.
-# Linux/x86 5.19.11 Kernel Configuration
+# Linux/x86 5.19.12 Kernel Configuration
#
CONFIG_CC_VERSION_TEXT="gcc (GCC) 12.2.0"
CONFIG_CC_IS_GCC=y
@@ -3760,7 +3760,6 @@ CONFIG_IWLWIFI_OPMODE_MODULAR=y
# CONFIG_IWLWIFI_DEVICE_TRACING is not set
# end of Debugging Options
-CONFIG_IWLMEI=m
CONFIG_WLAN_VENDOR_INTERSIL=y
CONFIG_HOSTAP=m
CONFIG_HOSTAP_FIRMWARE=y
diff --git a/source/k/kernel-configs/config-generic-smp-5.19.11-smp b/source/k/kernel-configs/config-generic-smp-5.19.12-smp
index 3fb3997c5..aeea99089 100644
--- a/source/k/kernel-configs/config-generic-smp-5.19.11-smp
+++ b/source/k/kernel-configs/config-generic-smp-5.19.12-smp
@@ -1,6 +1,6 @@
#
# Automatically generated file; DO NOT EDIT.
-# Linux/x86 5.19.11 Kernel Configuration
+# Linux/x86 5.19.12 Kernel Configuration
#
CONFIG_CC_VERSION_TEXT="gcc (GCC) 12.2.0"
CONFIG_CC_IS_GCC=y
@@ -3732,7 +3732,6 @@ CONFIG_IWLWIFI_OPMODE_MODULAR=y
# CONFIG_IWLWIFI_DEVICE_TRACING is not set
# end of Debugging Options
-CONFIG_IWLMEI=m
CONFIG_WLAN_VENDOR_INTERSIL=y
CONFIG_HOSTAP=m
CONFIG_HOSTAP_FIRMWARE=y
diff --git a/source/k/kernel-configs/config-huge-5.19.11 b/source/k/kernel-configs/config-huge-5.19.12
index c31190a81..3cabd1b04 100644
--- a/source/k/kernel-configs/config-huge-5.19.11
+++ b/source/k/kernel-configs/config-huge-5.19.12
@@ -1,6 +1,6 @@
#
# Automatically generated file; DO NOT EDIT.
-# Linux/x86 5.19.11 Kernel Configuration
+# Linux/x86 5.19.12 Kernel Configuration
#
CONFIG_CC_VERSION_TEXT="gcc (GCC) 12.2.0"
CONFIG_CC_IS_GCC=y
@@ -3687,7 +3687,6 @@ CONFIG_IWLWIFI_OPMODE_MODULAR=y
# CONFIG_IWLWIFI_DEVICE_TRACING is not set
# end of Debugging Options
-CONFIG_IWLMEI=m
CONFIG_WLAN_VENDOR_INTERSIL=y
CONFIG_HOSTAP=m
CONFIG_HOSTAP_FIRMWARE=y
diff --git a/source/k/kernel-configs/config-huge-5.19.11.x64 b/source/k/kernel-configs/config-huge-5.19.12.x64
index 91725e5dd..4642382c0 100644
--- a/source/k/kernel-configs/config-huge-5.19.11.x64
+++ b/source/k/kernel-configs/config-huge-5.19.12.x64
@@ -1,6 +1,6 @@
#
# Automatically generated file; DO NOT EDIT.
-# Linux/x86 5.19.11 Kernel Configuration
+# Linux/x86 5.19.12 Kernel Configuration
#
CONFIG_CC_VERSION_TEXT="gcc (GCC) 12.2.0"
CONFIG_CC_IS_GCC=y
@@ -3760,7 +3760,6 @@ CONFIG_IWLWIFI_OPMODE_MODULAR=y
# CONFIG_IWLWIFI_DEVICE_TRACING is not set
# end of Debugging Options
-CONFIG_IWLMEI=m
CONFIG_WLAN_VENDOR_INTERSIL=y
CONFIG_HOSTAP=m
CONFIG_HOSTAP_FIRMWARE=y
diff --git a/source/k/kernel-configs/config-huge-smp-5.19.11-smp b/source/k/kernel-configs/config-huge-smp-5.19.12-smp
index 102eccbba..c8b20675e 100644
--- a/source/k/kernel-configs/config-huge-smp-5.19.11-smp
+++ b/source/k/kernel-configs/config-huge-smp-5.19.12-smp
@@ -1,6 +1,6 @@
#
# Automatically generated file; DO NOT EDIT.
-# Linux/x86 5.19.11 Kernel Configuration
+# Linux/x86 5.19.12 Kernel Configuration
#
CONFIG_CC_VERSION_TEXT="gcc (GCC) 12.2.0"
CONFIG_CC_IS_GCC=y
@@ -3732,7 +3732,6 @@ CONFIG_IWLWIFI_OPMODE_MODULAR=y
# CONFIG_IWLWIFI_DEVICE_TRACING is not set
# end of Debugging Options
-CONFIG_IWLMEI=m
CONFIG_WLAN_VENDOR_INTERSIL=y
CONFIG_HOSTAP=m
CONFIG_HOSTAP_FIRMWARE=y
diff --git a/source/kde/kde/build/kscreenlocker b/source/kde/kde/build/kscreenlocker
index d00491fd7..0cfbf0888 100644
--- a/source/kde/kde/build/kscreenlocker
+++ b/source/kde/kde/build/kscreenlocker
@@ -1 +1 @@
-1
+2
diff --git a/source/kde/kde/build/plasma-workspace b/source/kde/kde/build/plasma-workspace
index 0cfbf0888..00750edc0 100644
--- a/source/kde/kde/build/plasma-workspace
+++ b/source/kde/kde/build/plasma-workspace
@@ -1 +1 @@
-2
+3
diff --git a/source/kde/kde/patch/kscreenlocker.patch b/source/kde/kde/patch/kscreenlocker.patch
new file mode 100644
index 000000000..d86800687
--- /dev/null
+++ b/source/kde/kde/patch/kscreenlocker.patch
@@ -0,0 +1 @@
+cat $CWD/patch/kscreenlocker/07e2e4ddcdfb96bed232db2bc330e578cd05225f.patch | patch -p1 --verbose || { touch ${SLACK_KDE_BUILD_DIR}/${PKGNAME}.failed ; continue ; }
diff --git a/source/kde/kde/patch/kscreenlocker/07e2e4ddcdfb96bed232db2bc330e578cd05225f.patch b/source/kde/kde/patch/kscreenlocker/07e2e4ddcdfb96bed232db2bc330e578cd05225f.patch
new file mode 100644
index 000000000..6c73891b9
--- /dev/null
+++ b/source/kde/kde/patch/kscreenlocker/07e2e4ddcdfb96bed232db2bc330e578cd05225f.patch
@@ -0,0 +1,37 @@
+From 07e2e4ddcdfb96bed232db2bc330e578cd05225f Mon Sep 17 00:00:00 2001
+From: Andrey Butirsky <butirsky@gmail.com>
+Date: Wed, 21 Sep 2022 18:34:04 +0300
+Subject: [PATCH] Set QSurfaceFormat::ResetNotification
+
+This got lost in frameworks porting from shared KDeclarative code and is
+important especially for nvidia after suspend+resume.
+---
+ greeter/main.cpp | 5 +++++
+ 1 file changed, 5 insertions(+)
+
+diff --git a/greeter/main.cpp b/greeter/main.cpp
+index d9efbe1..f252097 100644
+--- a/greeter/main.cpp
++++ b/greeter/main.cpp
+@@ -21,6 +21,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
+ #include <QCommandLineParser>
+ #include <QDateTime>
+ #include <QSessionManager>
++#include <QSurfaceFormat>
+
+ #include <iostream>
+
+@@ -94,6 +95,10 @@ int main(int argc, char *argv[])
+ // Suppresses modal warnings about unwritable configuration files which may render the system inaccessible
+ qputenv("KDE_HOME_READONLY", "1");
+
++ auto format = QSurfaceFormat::defaultFormat();
++ format.setOption(QSurfaceFormat::ResetNotification);
++ QSurfaceFormat::setDefaultFormat(format);
++
+ ScreenLocker::UnlockApp app(argc, argv);
+ app.setQuitOnLastWindowClosed(false);
+ QCoreApplication::setApplicationName(QStringLiteral("kscreenlocker_greet"));
+--
+GitLab
+
diff --git a/source/kde/kde/patch/plasma-workspace.patch b/source/kde/kde/patch/plasma-workspace.patch
index a4ea1dc22..616ee3e2f 100644
--- a/source/kde/kde/patch/plasma-workspace.patch
+++ b/source/kde/kde/patch/plasma-workspace.patch
@@ -1,2 +1,3 @@
cat $CWD/patch/plasma-workspace/0001-Revert-No-icons-on-the-desktop-by-default.patch | patch -p1 --verbose || { touch ${SLACK_KDE_BUILD_DIR}/${PKGNAME}.failed ; continue ; }
cat $CWD/patch/plasma-workspace/c7ba560ccaac5e469cb2d6bf66c39e1acf967454.patch | patch -p1 --verbose || { touch ${SLACK_KDE_BUILD_DIR}/${PKGNAME}.failed ; continue ; }
+cat $CWD/patch/plasma-workspace/48ccb433ca79e94ef705734d9cab599f01df97e8.patch | patch -p1 --verbose || { touch ${SLACK_KDE_BUILD_DIR}/${PKGNAME}.failed ; continue ; }
diff --git a/source/kde/kde/patch/plasma-workspace/48ccb433ca79e94ef705734d9cab599f01df97e8.patch b/source/kde/kde/patch/plasma-workspace/48ccb433ca79e94ef705734d9cab599f01df97e8.patch
new file mode 100644
index 000000000..163ca16d3
--- /dev/null
+++ b/source/kde/kde/patch/plasma-workspace/48ccb433ca79e94ef705734d9cab599f01df97e8.patch
@@ -0,0 +1,39 @@
+From 48ccb433ca79e94ef705734d9cab599f01df97e8 Mon Sep 17 00:00:00 2001
+From: Marco Martin <notmart@gmail.com>
+Date: Wed, 28 Sep 2022 11:33:33 +0200
+Subject: [PATCH] set setInteractiveAuthorizationAllowed on SetPassword call
+
+is important that the setpasswod call uses interactive authorization,
+otherwise will be denied, unless the user had been modified beforehand
+so an authorization was already granted
+
+BUG:459309
+---
+ kcms/users/src/user.cpp | 11 ++++++++---
+ 1 file changed, 8 insertions(+), 3 deletions(-)
+
+diff --git a/kcms/users/src/user.cpp b/kcms/users/src/user.cpp
+index a28d6b713a..909170d008 100644
+--- a/kcms/users/src/user.cpp
++++ b/kcms/users/src/user.cpp
+@@ -225,9 +225,14 @@ void User::setPassword(const QString &password)
+ {
+ // Blocking because we need to wait for the password to be changed before we
+ // can ask the user about also possibly changing their KWallet password
+- auto invocation = m_dbusIface->SetPassword(saltPassword(password), QString());
+- invocation.waitForFinished();
+- if (!invocation.isError()) {
++
++ auto mc = QDBusMessage::createMethodCall(m_dbusIface->service(), m_dbusIface->path(), m_dbusIface->interface(), "SetPassword");
++ mc.setArguments({saltPassword(password), QString()});
++ mc.setInteractiveAuthorizationAllowed(true);
++ auto message = QDBusConnection::systemBus().call(mc);
++
++ // Not an error or invalid message
++ if (message.type() == QDBusMessage::ReplyMessage) {
+ Q_EMIT passwordSuccessfullyChanged();
+ }
+ }
+--
+GitLab
+