summaryrefslogtreecommitdiffstats
path: root/FILELIST.TXT
diff options
context:
space:
mode:
author Patrick J Volkerding <volkerdi@slackware.com>2023-01-07 20:30:44 +0000
committer Eric Hameleers <alien@slackware.com>2023-01-07 22:37:31 +0100
commite0eaf6e451b08cc5af9d17258f2c6157cb424efe (patch)
tree7b19d7e800954fc6c0bdc2b61e49771fd137c7c3 /FILELIST.TXT
parent34e6259d47376c3e767368d52f9aa20eafa49951 (diff)
downloadcurrent-e0eaf6e451b08cc5af9d17258f2c6157cb424efe.tar.gz
current-e0eaf6e451b08cc5af9d17258f2c6157cb424efe.tar.xz
Sat Jan 7 20:30:44 UTC 202320230107203044
We're going to go ahead and jump to the 6.1.4 kernel, in spite of the fact that a kernel bisect identified the patch that was preventing 32-bit from booting here on a Thinkpad X1E: ------ From 2e479b3b82c49bfb9422274c0a9c155a41caecb7 Mon Sep 17 00:00:00 2001 From: Michael Kelley <mikelley@microsoft.com> Date: Wed, 16 Nov 2022 10:41:24 -0800 Subject: [PATCH] x86/ioremap: Fix page aligned size calculation in __ioremap_caller() commit 4dbd6a3e90e03130973688fd79e19425f720d999 upstream. Current code re-calculates the size after aligning the starting and ending physical addresses on a page boundary. But the re-calculation also embeds the masking of high order bits that exceed the size of the physical address space (via PHYSICAL_PAGE_MASK). If the masking removes any high order bits, the size calculation results in a huge value that is likely to immediately fail. Fix this by re-calculating the page-aligned size first. Then mask any high order bits using PHYSICAL_PAGE_MASK. Fixes: ffa71f33a820 ("x86, ioremap: Fix incorrect physical address handling in PAE mode") ------ The non-SMP non-PAE 32-bit kernel is fine even without the patch revert. The PAE kernel also works fine with this patch reverted without any need to revert ffa71f33a820 (the patch that this one is supposed to fix). The machine's excessive (for 32-bit) amount of physical RAM (64GB) might also be a factor here considering the PAE kernel works on all the other machines around here without reverting this patch. The patch is reverted only on 32-bit. Upstream report still pending. Enjoy! :-) a/kernel-generic-6.1.4-x86_64-1.txz: Upgraded. a/kernel-huge-6.1.4-x86_64-1.txz: Upgraded. a/kernel-modules-6.1.4-x86_64-1.txz: Upgraded. a/tree-2.1.0-x86_64-1.txz: Upgraded. d/kernel-headers-6.1.4-x86-1.txz: Upgraded. k/kernel-source-6.1.4-noarch-1.txz: Upgraded. l/gvfs-1.50.3-x86_64-1.txz: Upgraded. l/hunspell-1.7.2-x86_64-1.txz: Upgraded. l/libnice-0.1.21-x86_64-1.txz: Upgraded. n/tin-2.6.2-x86_64-1.txz: Upgraded. isolinux/initrd.img: Rebuilt. kernels/*: Upgraded. usb-and-pxe-installers/usbboot.img: Rebuilt.
Diffstat (limited to 'FILELIST.TXT')
-rw-r--r--FILELIST.TXT275
1 files changed, 116 insertions, 159 deletions
diff --git a/FILELIST.TXT b/FILELIST.TXT
index f50506496..8383d1913 100644
--- a/FILELIST.TXT
+++ b/FILELIST.TXT
@@ -1,35 +1,35 @@
-Sat Jan 7 01:51:25 UTC 2023
+Sat Jan 7 20:34:48 UTC 2023
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 2023-01-07 01:50 .
+drwxr-xr-x 12 root root 4096 2023-01-07 20:30 .
-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 1111237 2023-01-07 01:43 ./CHECKSUMS.md5
--rw-r--r-- 1 root root 163 2023-01-07 01:43 ./CHECKSUMS.md5.asc
+-rw-r--r-- 1 root root 1111237 2023-01-07 01:51 ./CHECKSUMS.md5
+-rw-r--r-- 1 root root 163 2023-01-07 01:51 ./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 457645 2023-01-07 01:50 ./ChangeLog.txt
+-rw-r--r-- 1 root root 459810 2023-01-07 20:30 ./ChangeLog.txt
drwxr-xr-x 3 root root 4096 2013-03-20 22:17 ./EFI
drwxr-xr-x 2 root root 4096 2022-10-24 18:57 ./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 11891456 2022-10-24 18:18 ./EFI/BOOT/huge.s
--rw-r--r-- 2 root root 44692716 2022-10-24 18:57 ./EFI/BOOT/initrd.img
+-rw-r--r-- 1 root root 11891456 2022-10-24 18:18 ./EFI/BOOT/huge.s
+-rw-r--r-- 1 root root 44692716 2022-10-24 18:57 ./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 1446765 2023-01-07 01:43 ./FILELIST.TXT
+-rw-r--r-- 1 root root 1446765 2023-01-07 01:51 ./FILELIST.TXT
-rw-r--r-- 1 root root 1572 2012-08-29 18:27 ./GPG-KEY
--rw-r--r-- 1 root root 861664 2023-01-07 01:42 ./PACKAGES.TXT
+-rw-r--r-- 1 root root 861654 2023-01-07 20:34 ./PACKAGES.TXT
-rw-r--r-- 1 root root 8034 2022-02-02 03:36 ./README.TXT
--rw-r--r-- 1 root root 3635 2022-10-24 18:47 ./README.initrd
+-rw-r--r-- 1 root root 3623 2023-01-07 20:00 ./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-10-24 18:57 ./isolinux
+drwxr-xr-x 3 root root 4096 2023-01-07 20:14 ./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 44692716 2022-10-24 18:57 ./isolinux/initrd.img
+-rw-r--r-- 1 root root 45298708 2023-01-07 20:10 ./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-10-24 18:47 ./isolinux/message.txt
+-rw-r--r-- 1 root root 681 2023-01-07 20:00 ./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-10-24 18:47 ./kernels
--rw-r--r-- 1 root root 37 2022-10-24 18:47 ./kernels/VERSIONS.TXT
-drwxr-xr-x 2 root root 4096 2022-10-24 18:18 ./kernels/huge.s
--rw-r--r-- 1 root root 1358625 2022-10-24 18:18 ./kernels/huge.s/System.map.gz
--rw-r--r-- 2 root root 11891456 2022-10-24 18:18 ./kernels/huge.s/bzImage
--rw-r--r-- 1 root root 248820 2022-10-24 16:40 ./kernels/huge.s/config
+drwxr-xr-x 5 root root 4096 2023-01-07 20:00 ./kernels
+-rw-r--r-- 1 root root 35 2023-01-07 20:00 ./kernels/VERSIONS.TXT
+drwxr-xr-x 2 root root 4096 2023-01-07 19:29 ./kernels/huge.s
+-rw-r--r-- 1 root root 1197207 2023-01-07 19:29 ./kernels/huge.s/System.map.gz
+-rw-r--r-- 1 root root 11983680 2023-01-07 19:29 ./kernels/huge.s/bzImage
+-rw-r--r-- 1 root root 252464 2023-01-07 17:45 ./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 2023-01-07 01:42 ./slackware64
--rw-r--r-- 1 root root 336289 2023-01-07 01:42 ./slackware64/CHECKSUMS.md5
--rw-r--r-- 1 root root 163 2023-01-07 01:42 ./slackware64/CHECKSUMS.md5.asc
--rw-r--r-- 1 root root 417064 2023-01-07 01:41 ./slackware64/FILE_LIST
--rw-r--r-- 1 root root 4297797 2023-01-07 01:42 ./slackware64/MANIFEST.bz2
+drwxr-xr-x 17 root root 4096 2023-01-07 20:34 ./slackware64
+-rw-r--r-- 1 root root 336259 2023-01-07 20:34 ./slackware64/CHECKSUMS.md5
+-rw-r--r-- 1 root root 163 2023-01-07 20:34 ./slackware64/CHECKSUMS.md5.asc
+-rw-r--r-- 1 root root 417036 2023-01-07 20:33 ./slackware64/FILE_LIST
+-rw-r--r-- 1 root root 4320763 2023-01-07 20:33 ./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 2023-01-07 01:41 ./slackware64/a
+drwxr-xr-x 2 root root 32768 2023-01-07 20:33 ./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
@@ -920,15 +920,15 @@ drwxr-xr-x 2 root root 32768 2023-01-07 01:41 ./slackware64/a
-rw-r--r-- 1 root root 422 2023-01-05 02:39 ./slackware64/a/kernel-firmware-20230104_4ee2014-noarch-1.txt
-rw-r--r-- 1 root root 267686340 2023-01-05 02:39 ./slackware64/a/kernel-firmware-20230104_4ee2014-noarch-1.txz
-rw-r--r-- 1 root root 163 2023-01-05 02:39 ./slackware64/a/kernel-firmware-20230104_4ee2014-noarch-1.txz.asc
--rw-r--r-- 1 root root 624 2022-10-24 18:20 ./slackware64/a/kernel-generic-5.19.17-x86_64-1.txt
--rw-r--r-- 1 root root 8726300 2022-10-24 18:20 ./slackware64/a/kernel-generic-5.19.17-x86_64-1.txz
--rw-r--r-- 1 root root 163 2022-10-24 18:20 ./slackware64/a/kernel-generic-5.19.17-x86_64-1.txz.asc
--rw-r--r-- 1 root root 636 2022-10-24 18:18 ./slackware64/a/kernel-huge-5.19.17-x86_64-1.txt
--rw-r--r-- 1 root root 12830096 2022-10-24 18:18 ./slackware64/a/kernel-huge-5.19.17-x86_64-1.txz
--rw-r--r-- 1 root root 163 2022-10-24 18:18 ./slackware64/a/kernel-huge-5.19.17-x86_64-1.txz.asc
--rw-r--r-- 1 root root 567 2022-10-24 18:33 ./slackware64/a/kernel-modules-5.19.17-x86_64-1.txt
--rw-r--r-- 1 root root 52364816 2022-10-24 18:33 ./slackware64/a/kernel-modules-5.19.17-x86_64-1.txz
--rw-r--r-- 1 root root 163 2022-10-24 18:33 ./slackware64/a/kernel-modules-5.19.17-x86_64-1.txz.asc
+-rw-r--r-- 1 root root 624 2023-01-07 19:32 ./slackware64/a/kernel-generic-6.1.4-x86_64-1.txt
+-rw-r--r-- 1 root root 8716040 2023-01-07 19:32 ./slackware64/a/kernel-generic-6.1.4-x86_64-1.txz
+-rw-r--r-- 1 root root 163 2023-01-07 19:32 ./slackware64/a/kernel-generic-6.1.4-x86_64-1.txz.asc
+-rw-r--r-- 1 root root 636 2023-01-07 19:30 ./slackware64/a/kernel-huge-6.1.4-x86_64-1.txt
+-rw-r--r-- 1 root root 12834808 2023-01-07 19:30 ./slackware64/a/kernel-huge-6.1.4-x86_64-1.txz
+-rw-r--r-- 1 root root 163 2023-01-07 19:30 ./slackware64/a/kernel-huge-6.1.4-x86_64-1.txz.asc
+-rw-r--r-- 1 root root 567 2023-01-07 19:46 ./slackware64/a/kernel-modules-6.1.4-x86_64-1.txt
+-rw-r--r-- 1 root root 53040784 2023-01-07 19:46 ./slackware64/a/kernel-modules-6.1.4-x86_64-1.txz
+-rw-r--r-- 1 root root 163 2023-01-07 19:46 ./slackware64/a/kernel-modules-6.1.4-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
@@ -974,8 +974,8 @@ drwxr-xr-x 2 root root 32768 2023-01-07 01:41 ./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 9872 2022-10-24 18:47 ./slackware64/a/maketag
--rw-r--r-- 1 root root 9872 2022-10-24 18:47 ./slackware64/a/maketag.ez
+-rw-r--r-- 1 root root 9866 2023-01-07 20:00 ./slackware64/a/maketag
+-rw-r--r-- 1 root root 9866 2023-01-07 20:00 ./slackware64/a/maketag.ez
-rw-r--r-- 1 root root 591 2022-11-03 18:29 ./slackware64/a/mcelog-190-x86_64-1.txt
-rw-r--r-- 1 root root 350256 2022-11-03 18:29 ./slackware64/a/mcelog-190-x86_64-1.txz
-rw-r--r-- 1 root root 163 2022-11-03 18:29 ./slackware64/a/mcelog-190-x86_64-1.txz.asc
@@ -1081,7 +1081,7 @@ drwxr-xr-x 2 root root 32768 2023-01-07 01:41 ./slackware64/a
-rw-r--r-- 1 root root 378 2022-12-21 19:52 ./slackware64/a/sysvinit-scripts-15.1-noarch-3.txt
-rw-r--r-- 1 root root 16436 2022-12-21 19:52 ./slackware64/a/sysvinit-scripts-15.1-noarch-3.txz
-rw-r--r-- 1 root root 163 2022-12-21 19:52 ./slackware64/a/sysvinit-scripts-15.1-noarch-3.txz.asc
--rw-r--r-- 1 root root 1548 2022-10-24 18:47 ./slackware64/a/tagfile
+-rw-r--r-- 1 root root 1548 2023-01-07 20:00 ./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
@@ -1091,9 +1091,9 @@ drwxr-xr-x 2 root root 32768 2023-01-07 01:41 ./slackware64/a
-rw-r--r-- 1 root root 432 2021-02-13 11:19 ./slackware64/a/time-1.9-x86_64-4.txt
-rw-r--r-- 1 root root 36624 2021-02-13 11:19 ./slackware64/a/time-1.9-x86_64-4.txz
-rw-r--r-- 1 root root 163 2021-02-13 11:19 ./slackware64/a/time-1.9-x86_64-4.txz.asc
--rw-r--r-- 1 root root 417 2022-10-21 17:56 ./slackware64/a/tree-2.0.4-x86_64-1.txt
--rw-r--r-- 1 root root 56228 2022-10-21 17:56 ./slackware64/a/tree-2.0.4-x86_64-1.txz
--rw-r--r-- 1 root root 163 2022-10-21 17:56 ./slackware64/a/tree-2.0.4-x86_64-1.txz.asc
+-rw-r--r-- 1 root root 417 2023-01-07 19:54 ./slackware64/a/tree-2.1.0-x86_64-1.txt
+-rw-r--r-- 1 root root 55492 2023-01-07 19:54 ./slackware64/a/tree-2.1.0-x86_64-1.txz
+-rw-r--r-- 1 root root 163 2023-01-07 19:54 ./slackware64/a/tree-2.1.0-x86_64-1.txz.asc
-rw-r--r-- 1 root root 412 2021-11-11 16:27 ./slackware64/a/udisks-1.0.5-x86_64-10.txt
-rw-r--r-- 1 root root 177708 2021-11-11 16:27 ./slackware64/a/udisks-1.0.5-x86_64-10.txz
-rw-r--r-- 1 root root 163 2021-11-11 16:27 ./slackware64/a/udisks-1.0.5-x86_64-10.txz.asc
@@ -1391,7 +1391,7 @@ drwxr-xr-x 2 root root 20480 2023-01-05 03:13 ./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 2023-01-05 03:13 ./slackware64/d
+drwxr-xr-x 2 root root 20480 2023-01-07 20:33 ./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
@@ -1502,9 +1502,9 @@ drwxr-xr-x 2 root root 20480 2023-01-05 03:13 ./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-10-24 18:34 ./slackware64/d/kernel-headers-5.19.17-x86-1.txt
--rw-r--r-- 1 root root 1125768 2022-10-24 18:34 ./slackware64/d/kernel-headers-5.19.17-x86-1.txz
--rw-r--r-- 1 root root 163 2022-10-24 18:34 ./slackware64/d/kernel-headers-5.19.17-x86-1.txz.asc
+-rw-r--r-- 1 root root 332 2023-01-07 19:47 ./slackware64/d/kernel-headers-6.1.4-x86-1.txt
+-rw-r--r-- 1 root root 1144612 2023-01-07 19:47 ./slackware64/d/kernel-headers-6.1.4-x86-1.txz
+-rw-r--r-- 1 root root 163 2023-01-07 19:47 ./slackware64/d/kernel-headers-6.1.4-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
@@ -1640,15 +1640,15 @@ 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-10-24 19:00 ./slackware64/k
+drwxr-xr-x 2 root root 4096 2023-01-07 20:33 ./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-10-24 18:14 ./slackware64/k/kernel-source-5.19.17-noarch-1.txt
--rw-r--r-- 1 root root 128101100 2022-10-24 18:14 ./slackware64/k/kernel-source-5.19.17-noarch-1.txz
--rw-r--r-- 1 root root 163 2022-10-24 18:14 ./slackware64/k/kernel-source-5.19.17-noarch-1.txz.asc
--rw-r--r-- 1 root root 1171 2022-10-24 18:47 ./slackware64/k/maketag
--rw-r--r-- 1 root root 1171 2022-10-24 18:47 ./slackware64/k/maketag.ez
--rw-r--r-- 1 root root 18 2022-10-24 18:47 ./slackware64/k/tagfile
+-rw-r--r-- 1 root root 317 2023-01-07 19:26 ./slackware64/k/kernel-source-6.1.4-noarch-1.txt
+-rw-r--r-- 1 root root 131265308 2023-01-07 19:26 ./slackware64/k/kernel-source-6.1.4-noarch-1.txz
+-rw-r--r-- 1 root root 163 2023-01-07 19:26 ./slackware64/k/kernel-source-6.1.4-noarch-1.txz.asc
+-rw-r--r-- 1 root root 1169 2023-01-07 20:00 ./slackware64/k/maketag
+-rw-r--r-- 1 root root 1169 2023-01-07 20:00 ./slackware64/k/maketag.ez
+-rw-r--r-- 1 root root 18 2023-01-07 20:00 ./slackware64/k/tagfile
drwxr-xr-x 2 root root 86016 2023-01-06 00:59 ./slackware64/kde
-rw-r--r-- 1 root root 382 2023-01-05 21:24 ./slackware64/kde/akonadi-22.12.1-x86_64-1.txt
-rw-r--r-- 1 root root 2569272 2023-01-05 21:24 ./slackware64/kde/akonadi-22.12.1-x86_64-1.txz
@@ -2774,7 +2774,7 @@ drwxr-xr-x 2 root root 86016 2023-01-06 00:59 ./slackware64/kde
-rw-r--r-- 1 root root 517 2023-01-05 22:52 ./slackware64/kde/zanshin-22.12.1-x86_64-1.txt
-rw-r--r-- 1 root root 683740 2023-01-05 22:52 ./slackware64/kde/zanshin-22.12.1-x86_64-1.txz
-rw-r--r-- 1 root root 163 2023-01-05 22:52 ./slackware64/kde/zanshin-22.12.1-x86_64-1.txz.asc
-drwxr-xr-x 2 root root 86016 2023-01-07 01:41 ./slackware64/l
+drwxr-xr-x 2 root root 86016 2023-01-07 20:33 ./slackware64/l
-rw-r--r-- 1 root root 329 2022-03-06 20:00 ./slackware64/l/GConf-3.2.6-x86_64-8.txt
-rw-r--r-- 1 root root 928144 2022-03-06 20:00 ./slackware64/l/GConf-3.2.6-x86_64-8.txz
-rw-r--r-- 1 root root 163 2022-03-06 20:00 ./slackware64/l/GConf-3.2.6-x86_64-8.txz.asc
@@ -3114,18 +3114,18 @@ drwxr-xr-x 2 root root 86016 2023-01-07 01:41 ./slackware64/l
-rw-r--r-- 1 root root 371 2021-06-29 19:01 ./slackware64/l/gtkspell-2.0.16-x86_64-7.txt
-rw-r--r-- 1 root root 38432 2021-06-29 19:01 ./slackware64/l/gtkspell-2.0.16-x86_64-7.txz
-rw-r--r-- 1 root root 163 2021-06-29 19:01 ./slackware64/l/gtkspell-2.0.16-x86_64-7.txz.asc
--rw-r--r-- 1 root root 428 2022-07-12 03:33 ./slackware64/l/gvfs-1.50.2-x86_64-1.txt
--rw-r--r-- 1 root root 1046948 2022-07-12 03:33 ./slackware64/l/gvfs-1.50.2-x86_64-1.txz
--rw-r--r-- 1 root root 163 2022-07-12 03:33 ./slackware64/l/gvfs-1.50.2-x86_64-1.txz.asc
+-rw-r--r-- 1 root root 428 2023-01-07 19:46 ./slackware64/l/gvfs-1.50.3-x86_64-1.txt
+-rw-r--r-- 1 root root 1052156 2023-01-07 19:46 ./slackware64/l/gvfs-1.50.3-x86_64-1.txz
+-rw-r--r-- 1 root root 163 2023-01-07 19:46 ./slackware64/l/gvfs-1.50.3-x86_64-1.txz.asc
-rw-r--r-- 1 root root 225 2022-12-17 19:36 ./slackware64/l/harfbuzz-6.0.0-x86_64-1.txt
-rw-r--r-- 1 root root 1077512 2022-12-17 19:36 ./slackware64/l/harfbuzz-6.0.0-x86_64-1.txz
-rw-r--r-- 1 root root 163 2022-12-17 19:36 ./slackware64/l/harfbuzz-6.0.0-x86_64-1.txz.asc
-rw-r--r-- 1 root root 506 2021-02-13 06:50 ./slackware64/l/hicolor-icon-theme-0.17-noarch-4.txt
-rw-r--r-- 1 root root 13876 2021-02-13 06:50 ./slackware64/l/hicolor-icon-theme-0.17-noarch-4.txz
-rw-r--r-- 1 root root 163 2021-02-13 06:50 ./slackware64/l/hicolor-icon-theme-0.17-noarch-4.txz.asc
--rw-r--r-- 1 root root 513 2022-08-23 03:03 ./slackware64/l/hunspell-1.7.1-x86_64-1.txt
--rw-r--r-- 1 root root 312564 2022-08-23 03:03 ./slackware64/l/hunspell-1.7.1-x86_64-1.txz
--rw-r--r-- 1 root root 163 2022-08-23 03:03 ./slackware64/l/hunspell-1.7.1-x86_64-1.txz.asc
+-rw-r--r-- 1 root root 513 2023-01-07 19:47 ./slackware64/l/hunspell-1.7.2-x86_64-1.txt
+-rw-r--r-- 1 root root 351368 2023-01-07 19:47 ./slackware64/l/hunspell-1.7.2-x86_64-1.txz
+-rw-r--r-- 1 root root 163 2023-01-07 19:47 ./slackware64/l/hunspell-1.7.2-x86_64-1.txz.asc
-rw-r--r-- 1 root root 251 2021-02-13 06:50 ./slackware64/l/hyphen-2.8.8-x86_64-3.txt
-rw-r--r-- 1 root root 79084 2021-02-13 06:50 ./slackware64/l/hyphen-2.8.8-x86_64-3.txz
-rw-r--r-- 1 root root 163 2021-02-13 06:50 ./slackware64/l/hyphen-2.8.8-x86_64-3.txz.asc
@@ -3347,9 +3347,9 @@ drwxr-xr-x 2 root root 86016 2023-01-07 01:41 ./slackware64/l
-rw-r--r-- 1 root root 576 2022-07-04 19:53 ./slackware64/l/libmtp-1.1.20-x86_64-1.txt
-rw-r--r-- 1 root root 229316 2022-07-04 19:53 ./slackware64/l/libmtp-1.1.20-x86_64-1.txz
-rw-r--r-- 1 root root 163 2022-07-04 19:53 ./slackware64/l/libmtp-1.1.20-x86_64-1.txz.asc
--rw-r--r-- 1 root root 601 2022-05-04 18:13 ./slackware64/l/libnice-0.1.19-x86_64-1.txt
--rw-r--r-- 1 root root 217148 2022-05-04 18:13 ./slackware64/l/libnice-0.1.19-x86_64-1.txz
--rw-r--r-- 1 root root 163 2022-05-04 18:13 ./slackware64/l/libnice-0.1.19-x86_64-1.txz.asc
+-rw-r--r-- 1 root root 601 2023-01-07 19:49 ./slackware64/l/libnice-0.1.21-x86_64-1.txt
+-rw-r--r-- 1 root root 222136 2023-01-07 19:49 ./slackware64/l/libnice-0.1.21-x86_64-1.txz
+-rw-r--r-- 1 root root 163 2023-01-07 19:49 ./slackware64/l/libnice-0.1.21-x86_64-1.txz.asc
-rw-r--r-- 1 root root 358 2021-02-13 07:07 ./slackware64/l/libnih-1.0.3-x86_64-5.txt
-rw-r--r-- 1 root root 164968 2021-02-13 07:07 ./slackware64/l/libnih-1.0.3-x86_64-5.txz
-rw-r--r-- 1 root root 163 2021-02-13 07:07 ./slackware64/l/libnih-1.0.3-x86_64-5.txz.asc
@@ -3947,7 +3947,7 @@ drwxr-xr-x 2 root root 86016 2023-01-07 01:41 ./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 2023-01-07 01:41 ./slackware64/n
+drwxr-xr-x 2 root root 36864 2023-01-07 20:33 ./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
@@ -4370,9 +4370,9 @@ drwxr-xr-x 2 root root 36864 2023-01-07 01:41 ./slackware64/n
-rw-r--r-- 1 root root 553 2021-02-13 12:31 ./slackware64/n/tftp-hpa-5.2-x86_64-8.txt
-rw-r--r-- 1 root root 49716 2021-02-13 12:31 ./slackware64/n/tftp-hpa-5.2-x86_64-8.txz
-rw-r--r-- 1 root root 163 2021-02-13 12:31 ./slackware64/n/tftp-hpa-5.2-x86_64-8.txz.asc
--rw-r--r-- 1 root root 488 2022-10-26 22:09 ./slackware64/n/tin-2.6.1-x86_64-4.txt
--rw-r--r-- 1 root root 849552 2022-10-26 22:09 ./slackware64/n/tin-2.6.1-x86_64-4.txz
--rw-r--r-- 1 root root 163 2022-10-26 22:09 ./slackware64/n/tin-2.6.1-x86_64-4.txz.asc
+-rw-r--r-- 1 root root 488 2023-01-07 19:38 ./slackware64/n/tin-2.6.2-x86_64-1.txt
+-rw-r--r-- 1 root root 865640 2023-01-07 19:38 ./slackware64/n/tin-2.6.2-x86_64-1.txz
+-rw-r--r-- 1 root root 163 2023-01-07 19:38 ./slackware64/n/tin-2.6.2-x86_64-1.txz.asc
-rw-r--r-- 1 root root 550 2023-01-05 20:03 ./slackware64/n/traceroute-2.1.1-x86_64-1.txt
-rw-r--r-- 1 root root 53100 2023-01-05 20:03 ./slackware64/n/traceroute-2.1.1-x86_64-1.txz
-rw-r--r-- 1 root root 163 2023-01-05 20:03 ./slackware64/n/traceroute-2.1.1-x86_64-1.txz.asc
@@ -5594,11 +5594,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 2023-01-07 01:43 ./source
--rw-r--r-- 1 root root 594813 2023-01-07 01:43 ./source/CHECKSUMS.md5
--rw-r--r-- 1 root root 163 2023-01-07 01:43 ./source/CHECKSUMS.md5.asc
--rw-r--r-- 1 root root 827365 2023-01-07 01:42 ./source/FILE_LIST
--rw-r--r-- 1 root root 24034508 2023-01-07 01:42 ./source/MANIFEST.bz2
+drwxr-xr-x 18 root root 4096 2023-01-07 20:34 ./source
+-rw-r--r-- 1 root root 594987 2023-01-07 20:34 ./source/CHECKSUMS.md5
+-rw-r--r-- 1 root root 163 2023-01-07 20:34 ./source/CHECKSUMS.md5.asc
+-rw-r--r-- 1 root root 827646 2023-01-07 20:34 ./source/FILE_LIST
+-rw-r--r-- 1 root root 24035107 2023-01-07 20:34 ./source/MANIFEST.bz2
-rw-r--r-- 1 root root 828 2022-02-02 04:43 ./source/README.TXT
drwxr-xr-x 123 root root 4096 2022-10-07 02:22 ./source/a
-rw-r--r-- 1 root root 234 2022-10-16 18:39 ./source/a/FTBFSlog
@@ -6590,10 +6590,10 @@ drwxr-xr-x 2 root root 4096 2022-09-06 18:27 ./source/a/time
-rw-r--r-- 1 root root 884 2018-02-27 06:13 ./source/a/time/slack-desc
-rw-r--r-- 1 root root 426163 2018-03-12 22:16 ./source/a/time/time-1.9.tar.lz
-rwxr-xr-x 1 root root 4693 2022-09-06 18:27 ./source/a/time/time.SlackBuild
-drwxr-xr-x 2 root root 4096 2022-10-21 17:56 ./source/a/tree
+drwxr-xr-x 2 root root 4096 2023-01-07 19:52 ./source/a/tree
-rw-r--r-- 1 root root 869 2018-02-27 06:13 ./source/a/tree/slack-desc
--rw-r--r-- 1 root root 49696 2022-09-06 16:47 ./source/a/tree/tree-2.0.4.tar.lz
--rwxr-xr-x 1 root root 3348 2022-10-21 17:56 ./source/a/tree/tree.SlackBuild
+-rw-r--r-- 1 root root 49359 2022-12-26 19:30 ./source/a/tree/tree-2.1.0.tar.lz
+-rwxr-xr-x 1 root root 3394 2023-01-07 19:54 ./source/a/tree/tree.SlackBuild
-rw-r--r-- 1 root root 40 2018-11-15 19:16 ./source/a/tree/tree.url
drwxr-xr-x 2 root root 4096 2021-04-18 18:17 ./source/a/udisks
-rw-r--r-- 1 root root 866 2018-02-27 06:13 ./source/a/udisks/slack-desc
@@ -7814,21 +7814,24 @@ drwxr-xr-x 2 root root 4096 2022-09-26 19:10 ./source/installer/sources/i
drwxr-xr-x 2 root root 4096 2022-12-14 18:57 ./source/installer/sources/nano
-rw-r--r-- 1 root root 1605272 2022-12-14 10:35 ./source/installer/sources/nano/nano-7.1.tar.xz
-rw-r--r-- 1 root root 833 2022-12-14 10:35 ./source/installer/sources/nano/nano-7.1.tar.xz.sig
-drwxr-xr-x 4 root root 4096 2022-10-24 16:31 ./source/k
+drwxr-xr-x 5 root root 4096 2023-01-07 19:58 ./source/k
-rwxr-xr-x 1 root root 8310 2022-10-22 18:02 ./source/k/build-all-kernels.sh
-drwxr-xr-x 2 root root 4096 2022-10-24 16:41 ./source/k/kernel-configs
--rw-r--r-- 1 root root 245166 2022-10-24 16:38 ./source/k/kernel-configs/config-generic-5.19.17
--rw-r--r-- 1 root root 248851 2022-10-24 16:40 ./source/k/kernel-configs/config-generic-5.19.17.x64
--rw-r--r-- 1 root root 246371 2022-10-24 16:38 ./source/k/kernel-configs/config-generic-smp-5.19.17-smp
--rw-r--r-- 1 root root 245135 2022-10-24 16:39 ./source/k/kernel-configs/config-huge-5.19.17
--rw-r--r-- 1 root root 248820 2022-10-24 16:40 ./source/k/kernel-configs/config-huge-5.19.17.x64
--rw-r--r-- 1 root root 246340 2022-10-24 16:38 ./source/k/kernel-configs/config-huge-smp-5.19.17-smp
+drwxr-xr-x 2 root root 4096 2023-01-07 17:46 ./source/k/kernel-configs
+-rw-r--r-- 1 root root 248548 2023-01-07 17:43 ./source/k/kernel-configs/config-generic-6.1.4
+-rw-r--r-- 1 root root 252495 2023-01-07 17:45 ./source/k/kernel-configs/config-generic-6.1.4.x64
+-rw-r--r-- 1 root root 249792 2023-01-07 17:43 ./source/k/kernel-configs/config-generic-smp-6.1.4-smp
+-rw-r--r-- 1 root root 248517 2023-01-07 17:43 ./source/k/kernel-configs/config-huge-6.1.4
+-rw-r--r-- 1 root root 252464 2023-01-07 17:45 ./source/k/kernel-configs/config-huge-6.1.4.x64
+-rw-r--r-- 1 root root 249761 2023-01-07 17:43 ./source/k/kernel-configs/config-huge-smp-6.1.4-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-10-22 18:03 ./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-10-24 08:08 ./source/k/linux-5.19.17.tar.sign
--rw-r--r-- 1 root root 131698200 2022-10-24 08:08 ./source/k/linux-5.19.17.tar.xz
+-rwxr-xr-x 1 root root 10929 2023-01-04 20:09 ./source/k/kernel-source.SlackBuild
+-rw-r--r-- 1 root root 987 2023-01-07 10:18 ./source/k/linux-6.1.4.tar.sign
+-rw-r--r-- 1 root root 134741224 2023-01-07 10:18 ./source/k/linux-6.1.4.tar.xz
+drwxr-xr-x 2 root root 4096 2023-01-04 20:50 ./source/k/patches-revert-i686
+-rw-r--r-- 1 root root 1132 2023-01-03 00:53 ./source/k/patches-revert-i686/0001-x86-ioremap-Fix-page-aligned-size-calculation-in-__i.patch.gz
+-rw-r--r-- 1 root root 246 2023-01-04 20:50 ./source/k/patches-revert-i686/README
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
@@ -10427,9 +10430,9 @@ drwxr-xr-x 2 root root 4096 2021-06-29 19:00 ./source/l/gtkspell
-rwxr-xr-x 1 root root 4185 2021-06-29 19:01 ./source/l/gtkspell/gtkspell.SlackBuild
-rw-r--r-- 1 root root 498 2021-06-29 19:00 ./source/l/gtkspell/gtkspell.enchant-2.diff.gz
-rw-r--r-- 1 root root 827 2021-06-29 18:53 ./source/l/gtkspell/slack-desc
-drwxr-xr-x 2 root root 4096 2022-07-12 03:06 ./source/l/gvfs
+drwxr-xr-x 2 root root 4096 2023-01-07 19:45 ./source/l/gvfs
-rw-r--r-- 1 root root 169 2012-07-23 17:36 ./source/l/gvfs/doinst.sh.gz
--rw-r--r-- 1 root root 1214464 2022-05-26 11:35 ./source/l/gvfs/gvfs-1.50.2.tar.xz
+-rw-r--r-- 1 root root 1227548 2023-01-06 13:23 ./source/l/gvfs/gvfs-1.50.3.tar.xz
-rwxr-xr-x 1 root root 4847 2022-07-12 03:06 ./source/l/gvfs/gvfs.SlackBuild
-rw-r--r-- 1 root root 882 2018-02-27 06:12 ./source/l/gvfs/slack-desc
drwxr-xr-x 2 root root 4096 2022-12-17 19:36 ./source/l/harfbuzz
@@ -10443,8 +10446,8 @@ drwxr-xr-x 2 root root 4096 2021-02-13 05:31 ./source/l/hicolor-icon-them
-rwxr-xr-x 1 root root 2630 2021-02-13 05:31 ./source/l/hicolor-icon-theme/hicolor-icon-theme.SlackBuild
-rw-r--r-- 1 root root 638 2012-07-18 19:51 ./source/l/hicolor-icon-theme/setup.08.gtk-update-icon-cache
-rw-r--r-- 1 root root 972 2018-02-27 06:12 ./source/l/hicolor-icon-theme/slack-desc
-drwxr-xr-x 2 root root 4096 2022-08-23 03:03 ./source/l/hunspell
--rw-r--r-- 1 root root 360684 2022-08-22 13:53 ./source/l/hunspell/hunspell-1.7.1.tar.lz
+drwxr-xr-x 2 root root 4096 2023-01-07 19:46 ./source/l/hunspell
+-rw-r--r-- 1 root root 422643 2022-12-29 20:10 ./source/l/hunspell/hunspell-1.7.2.tar.lz
-rwxr-xr-x 1 root root 4291 2021-06-29 18:42 ./source/l/hunspell/hunspell.SlackBuild
-rw-r--r-- 1 root root 37 2022-08-23 03:02 ./source/l/hunspell/hunspell.url
-rw-r--r-- 1 root root 965 2021-06-29 18:41 ./source/l/hunspell/slack-desc
@@ -10803,8 +10806,8 @@ drwxr-xr-x 2 root root 4096 2022-07-04 19:52 ./source/l/libmtp
-rw-r--r-- 1 root root 576812 2022-07-02 08:21 ./source/l/libmtp/libmtp-1.1.20.tar.lz
-rwxr-xr-x 1 root root 4270 2021-09-26 17:46 ./source/l/libmtp/libmtp.SlackBuild
-rw-r--r-- 1 root root 1030 2018-03-25 17:46 ./source/l/libmtp/slack-desc
-drwxr-xr-x 2 root root 4096 2022-09-06 18:27 ./source/l/libnice
--rw-r--r-- 1 root root 325724 2022-05-03 22:44 ./source/l/libnice/libnice-0.1.19.tar.lz
+drwxr-xr-x 2 root root 4096 2023-01-07 19:49 ./source/l/libnice
+-rw-r--r-- 1 root root 460086 2023-01-07 15:58 ./source/l/libnice/libnice-0.1.21.tar.gz
-rwxr-xr-x 1 root root 4284 2022-09-06 18:27 ./source/l/libnice/libnice.SlackBuild
-rw-r--r-- 1 root root 42 2020-07-21 18:53 ./source/l/libnice/libnice.url
-rw-r--r-- 1 root root 1056 2020-07-21 18:55 ./source/l/libnice/slack-desc
@@ -11934,10 +11937,10 @@ drwxr-xr-x 2 root root 4096 2022-11-21 20:13 ./source/n/ModemManager
-rw-r--r-- 1 root root 444 2013-09-22 21:10 ./source/n/ModemManager/WeDoNotHaveSystemD.patch.gz
-rw-r--r-- 1 root root 817 2018-09-24 19:21 ./source/n/ModemManager/slack-desc
drwxr-xr-x 4 root root 4096 2022-12-17 19:41 ./source/n/NetworkManager
--rw-r--r-- 1 root root 189 2015-01-02 05:15 ./source/n/NetworkManager/10-org.freedesktop.NetworkManager.rules
--rw-r--r-- 1 root root 6518080 2022-12-16 14:55 ./source/n/NetworkManager/NetworkManager-1.40.8.tar.xz
--rwxr-xr-x 1 root root 7100 2022-11-21 20:13 ./source/n/NetworkManager/NetworkManager.SlackBuild
--rw-r--r-- 1 root root 139 2016-04-22 03:58 ./source/n/NetworkManager/NetworkManager.conf
+-rw-r--r-- 1 root root 189 2015-01-02 05:15 ./source/n/NetworkManager/10-org.freedesktop.NetworkManager.rules
+-rw-r--r-- 1 root root 6518080 2022-12-16 14:55 ./source/n/NetworkManager/NetworkManager-1.40.8.tar.xz
+-rwxr-xr-x 1 root root 7100 2022-11-21 20:13 ./source/n/NetworkManager/NetworkManager.SlackBuild
+-rw-r--r-- 1 root root 139 2016-04-22 03:58 ./source/n/NetworkManager/NetworkManager.conf
drwxr-xr-x 2 root root 4096 2016-03-25 04:54 ./source/n/NetworkManager/conf.d
-rw-r--r-- 1 root root 329 2021-09-17 06:12 ./source/n/NetworkManager/conf.d/00-dhcp-client.conf
-rw-r--r-- 1 root root 23 2016-03-24 19:11 ./source/n/NetworkManager/conf.d/00-rc-manager.conf
@@ -12943,11 +12946,11 @@ drwxr-xr-x 2 root root 4096 2021-02-13 05:32 ./source/n/tftp-hpa
-rw-r--r-- 1 root root 89564 2011-12-11 22:15 ./source/n/tftp-hpa/tftp-hpa-5.2.tar.xz
-rwxr-xr-x 1 root root 3220 2021-02-13 05:32 ./source/n/tftp-hpa/tftp-hpa.SlackBuild
-rw-r--r-- 1 root root 201 2021-01-16 18:55 ./source/n/tftp-hpa/tftp-hpa.fcommon.diff.gz
-drwxr-xr-x 2 root root 4096 2022-10-26 19:08 ./source/n/tin
+drwxr-xr-x 2 root root 4096 2023-01-07 19:36 ./source/n/tin
-rw-r--r-- 1 root root 939 2018-02-27 06:13 ./source/n/tin/slack-desc
--rw-r--r-- 1 root root 1570500 2021-12-26 14:00 ./source/n/tin/tin-2.6.1.tar.xz
--rw-r--r-- 1 root root 286 2021-12-26 14:41 ./source/n/tin/tin-2.6.1.tar.xz.sign
--rwxr-xr-x 1 root root 3653 2022-10-26 19:08 ./source/n/tin/tin.SlackBuild
+-rw-r--r-- 1 root root 1598732 2022-12-24 23:00 ./source/n/tin/tin-2.6.2.tar.xz
+-rw-r--r-- 1 root root 286 2022-12-24 23:03 ./source/n/tin/tin-2.6.2.tar.xz.sign
+-rwxr-xr-x 1 root root 3653 2023-01-07 19:36 ./source/n/tin/tin.SlackBuild
-rw-r--r-- 1 root root 40 2019-07-22 18:02 ./source/n/tin/tin.url
drwxr-xr-x 2 root root 4096 2023-01-05 20:02 ./source/n/traceroute
-rw-r--r-- 1 root root 1008 2018-02-27 06:13 ./source/n/traceroute/slack-desc
@@ -15240,11 +15243,11 @@ drwxr-xr-x 2 root root 4096 2023-01-05 19:15 ./source/xfce/xfce4-taskmanag
-rw-r--r-- 1 root root 51 2011-11-28 03:16 ./source/xfce/xfce4-taskmanager/xfce4-taskmanager.url
drwxr-xr-x 2 root root 4096 2022-08-27 16:40 ./source/xfce/xfce4-terminal
-rw-r--r-- 1 root root 905 2018-02-27 06:13 ./source/xfce/xfce4-terminal/slack-desc
--rw-r--r-- 1 root root 875295 2022-05-22 09:22 ./source/xfce/xfce4-terminal/xfce4-terminal-1.0.4.tar.lz
--rwxr-xr-x 1 root root 4058 2022-08-27 16:40 ./source/xfce/xfce4-terminal/xfce4-terminal.SlackBuild
--rw-r--r-- 1 root root 52 2022-08-27 16:40 ./source/xfce/xfce4-terminal/xfce4-terminal.url
-drwxr-xr-x 2 root root 4096 2022-12-17 20:50 ./source/xfce/xfce4-weather-plugin
--rw-r--r-- 1 root root 837 2018-02-27 06:13 ./source/xfce/xfce4-weather-plugin/slack-desc
+-rw-r--r-- 1 root root 875295 2022-05-22 09:22 ./source/xfce/xfce4-terminal/xfce4-terminal-1.0.4.tar.lz
+-rwxr-xr-x 1 root root 4058 2022-08-27 16:40 ./source/xfce/xfce4-terminal/xfce4-terminal.SlackBuild
+-rw-r--r-- 1 root root 52 2022-08-27 16:40 ./source/xfce/xfce4-terminal/xfce4-terminal.url
+drwxr-xr-x 2 root root 4096 2022-12-17 20:50 ./source/xfce/xfce4-weather-plugin
+-rw-r--r-- 1 root root 837 2018-02-27 06:13 ./source/xfce/xfce4-weather-plugin/slack-desc
-rw-r--r-- 1 root root 2769985 2021-02-11 21:22 ./source/xfce/xfce4-weather-plugin/xfce4-weather-plugin-0.11.0.tar.lz
-rwxr-xr-x 1 root root 3721 2022-12-17 20:50 ./source/xfce/xfce4-weather-plugin/xfce4-weather-plugin.SlackBuild
-rw-r--r-- 1 root root 65 2018-09-22 21:37 ./source/xfce/xfce4-weather-plugin/xfce4-weather-plugin.url
@@ -15305,72 +15308,26 @@ drwxr-xr-x 2 root root 4096 2022-09-06 18:27 ./source/y/nethack
-rwxr-xr-x 1 root root 5000 2022-09-06 18:27 ./source/y/nethack/nethack.SlackBuild
-rw-r--r-- 1 root root 59 2020-12-30 20:25 ./source/y/nethack/nethack.url
-rw-r--r-- 1 root root 1031 2020-12-30 21:50 ./source/y/nethack/slack-desc
-drwxr-xr-x 4 root root 4096 2023-01-05 03:15 ./testing
--rw-r--r-- 1 root root 4845 2023-01-05 03:15 ./testing/CHECKSUMS.md5
--rw-r--r-- 1 root root 163 2023-01-05 03:15 ./testing/CHECKSUMS.md5.asc
--rw-r--r-- 1 root root 6269 2023-01-05 03:14 ./testing/FILE_LIST
--rw-r--r-- 1 root root 2771874 2023-01-05 03:14 ./testing/MANIFEST.bz2
--rw-r--r-- 1 root root 4092 2023-01-05 03:15 ./testing/PACKAGES.TXT
-drwxr-xr-x 3 root root 4096 2022-12-25 23:09 ./testing/packages
-drwxr-xr-x 2 root root 4096 2023-01-05 03:14 ./testing/packages/linux-6.1.x
--rw-r--r-- 1 root root 624 2023-01-04 22:33 ./testing/packages/linux-6.1.x/kernel-generic-6.1.3-x86_64-1.txt
--rw-r--r-- 1 root root 8716284 2023-01-04 22:33 ./testing/packages/linux-6.1.x/kernel-generic-6.1.3-x86_64-1.txz
--rw-r--r-- 1 root root 163 2023-01-04 22:33 ./testing/packages/linux-6.1.x/kernel-generic-6.1.3-x86_64-1.txz.asc
--rw-r--r-- 1 root root 332 2023-01-04 22:48 ./testing/packages/linux-6.1.x/kernel-headers-6.1.3-x86-1.txt
--rw-r--r-- 1 root root 1144576 2023-01-04 22:48 ./testing/packages/linux-6.1.x/kernel-headers-6.1.3-x86-1.txz
--rw-r--r-- 1 root root 163 2023-01-04 22:48 ./testing/packages/linux-6.1.x/kernel-headers-6.1.3-x86-1.txz.asc
--rw-r--r-- 1 root root 636 2023-01-04 22:31 ./testing/packages/linux-6.1.x/kernel-huge-6.1.3-x86_64-1.txt
--rw-r--r-- 1 root root 12837320 2023-01-04 22:31 ./testing/packages/linux-6.1.x/kernel-huge-6.1.3-x86_64-1.txz
--rw-r--r-- 1 root root 163 2023-01-04 22:31 ./testing/packages/linux-6.1.x/kernel-huge-6.1.3-x86_64-1.txz.asc
--rw-r--r-- 1 root root 567 2023-01-04 22:48 ./testing/packages/linux-6.1.x/kernel-modules-6.1.3-x86_64-1.txt
--rw-r--r-- 1 root root 53018068 2023-01-04 22:48 ./testing/packages/linux-6.1.x/kernel-modules-6.1.3-x86_64-1.txz
--rw-r--r-- 1 root root 163 2023-01-04 22:48 ./testing/packages/linux-6.1.x/kernel-modules-6.1.3-x86_64-1.txz.asc
--rw-r--r-- 1 root root 317 2023-01-04 22:27 ./testing/packages/linux-6.1.x/kernel-source-6.1.3-noarch-1.txt
--rw-r--r-- 1 root root 131263188 2023-01-04 22:27 ./testing/packages/linux-6.1.x/kernel-source-6.1.3-noarch-1.txz
--rw-r--r-- 1 root root 163 2023-01-04 22:27 ./testing/packages/linux-6.1.x/kernel-source-6.1.3-noarch-1.txz.asc
+drwxr-xr-x 4 root root 4096 2023-01-07 20:34 ./testing
+-rw-r--r-- 1 root root 1086 2023-01-07 20:34 ./testing/CHECKSUMS.md5
+-rw-r--r-- 1 root root 163 2023-01-07 20:34 ./testing/CHECKSUMS.md5.asc
+-rw-r--r-- 1 root root 1451 2023-01-07 20:34 ./testing/FILE_LIST
+-rw-r--r-- 1 root root 1450761 2023-01-07 20:34 ./testing/MANIFEST.bz2
+-rw-r--r-- 1 root root 832 2023-01-07 20:34 ./testing/PACKAGES.TXT
+drwxr-xr-x 2 root root 4096 2023-01-07 19:58 ./testing/packages
-rw-r--r-- 1 root root 426 2022-12-19 21:16 ./testing/packages/rust-1.66.0-x86_64-1.txt
-rw-r--r-- 1 root root 73060604 2022-12-19 21:16 ./testing/packages/rust-1.66.0-x86_64-1.txz
-rw-r--r-- 1 root root 163 2022-12-19 21:16 ./testing/packages/rust-1.66.0-x86_64-1.txz.asc
-drwxr-xr-x 4 root root 4096 2022-12-25 17:46 ./testing/source
-drwxr-xr-x 5 root root 4096 2023-01-04 20:47 ./testing/source/linux-6.1.x
--rwxr-xr-x 1 root root 8310 2022-10-22 18:02 ./testing/source/linux-6.1.x/build-all-kernels.sh
-drwxr-xr-x 2 root root 4096 2023-01-04 18:25 ./testing/source/linux-6.1.x/kernel-configs
--rw-r--r-- 1 root root 248548 2023-01-04 18:23 ./testing/source/linux-6.1.x/kernel-configs/config-generic-6.1.3
--rw-r--r-- 1 root root 252495 2023-01-04 18:25 ./testing/source/linux-6.1.x/kernel-configs/config-generic-6.1.3.x64
--rw-r--r-- 1 root root 249792 2023-01-04 18:22 ./testing/source/linux-6.1.x/kernel-configs/config-generic-smp-6.1.3-smp
--rw-r--r-- 1 root root 248517 2023-01-04 18:23 ./testing/source/linux-6.1.x/kernel-configs/config-huge-6.1.3
--rw-r--r-- 1 root root 252464 2023-01-04 18:25 ./testing/source/linux-6.1.x/kernel-configs/config-huge-6.1.3.x64
--rw-r--r-- 1 root root 249761 2023-01-04 18:23 ./testing/source/linux-6.1.x/kernel-configs/config-huge-smp-6.1.3-smp
--rwxr-xr-x 1 root root 7441 2020-06-11 19:56 ./testing/source/linux-6.1.x/kernel-generic.SlackBuild
--rwxr-xr-x 1 root root 3779 2019-09-29 23:48 ./testing/source/linux-6.1.x/kernel-headers.SlackBuild
--rwxr-xr-x 1 root root 6504 2022-10-22 18:03 ./testing/source/linux-6.1.x/kernel-modules.SlackBuild
--rwxr-xr-x 1 root root 10929 2023-01-04 20:09 ./testing/source/linux-6.1.x/kernel-source.SlackBuild
--rw-r--r-- 1 root root 987 2023-01-04 10:37 ./testing/source/linux-6.1.x/linux-6.1.3.tar.sign
--rw-r--r-- 1 root root 134747072 2023-01-04 10:37 ./testing/source/linux-6.1.x/linux-6.1.3.tar.xz
-drwxr-xr-x 2 root root 4096 2023-01-04 20:50 ./testing/source/linux-6.1.x/patches-revert-i686
--rw-r--r-- 1 root root 1132 2023-01-03 00:53 ./testing/source/linux-6.1.x/patches-revert-i686/0001-x86-ioremap-Fix-page-aligned-size-calculation-in-__i.patch.gz
--rw-r--r-- 1 root root 246 2023-01-04 20:50 ./testing/source/linux-6.1.x/patches-revert-i686/README
-drwxr-xr-x 2 root root 4096 2018-03-05 18:29 ./testing/source/linux-6.1.x/slack-desc
--rw-r--r-- 1 root root 1138 2018-02-27 06:16 ./testing/source/linux-6.1.x/slack-desc/slack-desc.kernel-generic-smp.i686
--rw-r--r-- 1 root root 1041 2018-02-27 06:16 ./testing/source/linux-6.1.x/slack-desc/slack-desc.kernel-generic.i586
--rw-r--r-- 1 root root 1086 2018-02-27 06:16 ./testing/source/linux-6.1.x/slack-desc/slack-desc.kernel-generic.x86_64
--rw-r--r-- 1 root root 794 2018-03-05 04:04 ./testing/source/linux-6.1.x/slack-desc/slack-desc.kernel-headers
--rw-r--r-- 1 root root 1151 2018-02-27 06:16 ./testing/source/linux-6.1.x/slack-desc/slack-desc.kernel-huge-smp.i686
--rw-r--r-- 1 root root 1060 2018-02-27 06:16 ./testing/source/linux-6.1.x/slack-desc/slack-desc.kernel-huge.i586
--rw-r--r-- 1 root root 1095 2018-02-27 06:16 ./testing/source/linux-6.1.x/slack-desc/slack-desc.kernel-huge.x86_64
--rw-r--r-- 1 root root 1029 2018-03-05 18:29 ./testing/source/linux-6.1.x/slack-desc/slack-desc.kernel-modules-template
--rw-r--r-- 1 root root 778 2018-02-27 06:16 ./testing/source/linux-6.1.x/slack-desc/slack-desc.kernel-source
--rw-r--r-- 1 root root 778 2018-02-27 06:16 ./testing/source/linux-6.1.x/slack-desc/slack-desc.kernel-source.vanilla
--rw-r--r-- 1 root root 1000 2018-03-05 08:27 ./testing/source/linux-6.1.x/slack-desc/slack-desc.kernel-template
+drwxr-xr-x 3 root root 4096 2023-01-07 19:58 ./testing/source
drwxr-xr-x 2 root root 4096 2022-12-19 20:08 ./testing/source/rust
-rw-r--r-- 1 root root 261 2020-11-19 19:46 ./testing/source/rust/link_libffi.diff.gz
-rwxr-xr-x 1 root root 9879 2022-12-19 20:08 ./testing/source/rust/rust.SlackBuild
-rw-r--r-- 1 root root 1670 2022-12-19 20:08 ./testing/source/rust/rust.url
-rw-r--r-- 1 root root 129542768 2022-12-15 16:09 ./testing/source/rust/rustc-1.66.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-10-24 18:57 ./usb-and-pxe-installers
+drwxr-xr-x 2 root root 4096 2023-01-07 20:14 ./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 57648128 2022-10-24 18:57 ./usb-and-pxe-installers/usbboot.img
+-rw-r--r-- 1 root root 58344448 2023-01-07 20:10 ./usb-and-pxe-installers/usbboot.img
-rw-r--r-- 1 root root 16314 2022-03-24 20:54 ./usb-and-pxe-installers/usbimg2disk.sh