1
0
Fork 0
mirror of git://slackware.nl/current.git synced 2025-02-14 08:48:37 +01:00

Sat Feb 8 23:52:14 UTC 2025

a/kernel-firmware-20250208_4ccb15a-noarch-1.txz:  Upgraded.
a/kernel-generic-6.12.13-x86_64-1.txz:  Upgraded.
a/pkgtools-15.1-noarch-27.txz:  Rebuilt.
  installpkg: --terse remains the same, default output drops the huge amount
  of debugging output such as the file/link/dir lists, and --verbose is added
  as an option in case you actually want to see that stuff. New --save-cookies
  option added for upgradepkg to use. This lets us preserve some data from the
  first pass so that we don't have to redo some expensive operations.
  removepkg: default to --terse, but add a --verbose option.
  Change sed delimiter from / to | to fix using ROOT=. Thanks to USUARIONUEVO.
  upgradepkg: export a global MCOOKIE, and call installpkg with --save-cookies
  for the first pass. Pass along the --verbose option to installpkg/removepkg
  if upgradepkg is called with it. Render the banner with a little more care.
  I think we're done improving these tools -- hopefully Dijkstra would be a
  little less embarrassed for me now. ;-)
a/sysvinit-3.14-x86_64-1.txz:  Upgraded.
d/kernel-headers-6.12.13-x86-1.txz:  Upgraded.
k/kernel-source-6.12.13-noarch-1.txz:  Upgraded.
l/SDL2_image-2.8.5-x86_64-1.txz:  Upgraded.
l/SDL2_mixer-2.8.1-x86_64-1.txz:  Upgraded.
l/wireplumber-0.5.8-x86_64-1.txz:  Upgraded.
n/gnutls-3.8.9-x86_64-1.txz:  Upgraded.
  libgnutls: Fix potential DoS in handling certificates with numerous name
  constraints, as a follow-up of CVE-2024-12133 in libtasn1. The bundled
  copy of libtasn1 has also been updated to the latest 4.20.0 release to
  complete the fix.  Reported by Bing Shi.
  For more information, see:
    https://www.cve.org/CVERecord?id=CVE-2024-12243
  (* Security fix *)
isolinux/initrd.img:  Rebuilt.
kernels/*:  Upgraded.
testing/packages/kernel-generic-6.13.2-x86_64-1.txz:  Upgraded.
testing/packages/kernel-headers-6.13.2-x86-1.txz:  Upgraded.
testing/packages/kernel-source-6.13.2-noarch-1.txz:  Upgraded.
usb-and-pxe-installers/usbboot.img:  Rebuilt.
This commit is contained in:
Patrick J Volkerding 2025-02-08 23:52:14 +00:00 committed by Eric Hameleers
parent 8838acbe00
commit d569bae77f
26 changed files with 430 additions and 240 deletions

View file

@ -11,9 +11,54 @@
<description>Tracking Slackware development in git.</description> <description>Tracking Slackware development in git.</description>
<language>en-us</language> <language>en-us</language>
<id xmlns="http://www.w3.org/2005/Atom">urn:uuid:c964f45e-6732-11e8-bbe5-107b4450212f</id> <id xmlns="http://www.w3.org/2005/Atom">urn:uuid:c964f45e-6732-11e8-bbe5-107b4450212f</id>
<pubDate>Fri, 7 Feb 2025 20:33:45 GMT</pubDate> <pubDate>Sat, 8 Feb 2025 23:52:14 GMT</pubDate>
<lastBuildDate>Fri, 7 Feb 2025 21:26:46 GMT</lastBuildDate> <lastBuildDate>Sun, 9 Feb 2025 01:21:08 GMT</lastBuildDate>
<generator>maintain_current_git.sh v 1.17</generator> <generator>maintain_current_git.sh v 1.17</generator>
<item>
<title>Sat, 8 Feb 2025 23:52:14 GMT</title>
<pubDate>Sat, 8 Feb 2025 23:52:14 GMT</pubDate>
<link>https://git.slackware.nl/current/tag/?h=20250208235214</link>
<guid isPermaLink="false">20250208235214</guid>
<description>
<![CDATA[<pre>
a/kernel-firmware-20250208_4ccb15a-noarch-1.txz: Upgraded.
a/kernel-generic-6.12.13-x86_64-1.txz: Upgraded.
a/pkgtools-15.1-noarch-27.txz: Rebuilt.
installpkg: --terse remains the same, default output drops the huge amount
of debugging output such as the file/link/dir lists, and --verbose is added
as an option in case you actually want to see that stuff. New --save-cookies
option added for upgradepkg to use. This lets us preserve some data from the
first pass so that we don't have to redo some expensive operations.
removepkg: default to --terse, but add a --verbose option.
Change sed delimiter from / to | to fix using ROOT=. Thanks to USUARIONUEVO.
upgradepkg: export a global MCOOKIE, and call installpkg with --save-cookies
for the first pass. Pass along the --verbose option to installpkg/removepkg
if upgradepkg is called with it. Render the banner with a little more care.
I think we're done improving these tools -- hopefully Dijkstra would be a
little less embarrassed for me now. ;-)
a/sysvinit-3.14-x86_64-1.txz: Upgraded.
d/kernel-headers-6.12.13-x86-1.txz: Upgraded.
k/kernel-source-6.12.13-noarch-1.txz: Upgraded.
l/SDL2_image-2.8.5-x86_64-1.txz: Upgraded.
l/SDL2_mixer-2.8.1-x86_64-1.txz: Upgraded.
l/wireplumber-0.5.8-x86_64-1.txz: Upgraded.
n/gnutls-3.8.9-x86_64-1.txz: Upgraded.
libgnutls: Fix potential DoS in handling certificates with numerous name
constraints, as a follow-up of CVE-2024-12133 in libtasn1. The bundled
copy of libtasn1 has also been updated to the latest 4.20.0 release to
complete the fix. Reported by Bing Shi.
For more information, see:
https://www.cve.org/CVERecord?id=CVE-2024-12243
(* Security fix *)
isolinux/initrd.img: Rebuilt.
kernels/*: Upgraded.
testing/packages/kernel-generic-6.13.2-x86_64-1.txz: Upgraded.
testing/packages/kernel-headers-6.13.2-x86-1.txz: Upgraded.
testing/packages/kernel-source-6.13.2-noarch-1.txz: Upgraded.
usb-and-pxe-installers/usbboot.img: Rebuilt.
</pre>]]>
</description>
</item>
<item> <item>
<title>Fri, 7 Feb 2025 20:33:45 GMT</title> <title>Fri, 7 Feb 2025 20:33:45 GMT</title>
<pubDate>Fri, 7 Feb 2025 20:33:45 GMT</pubDate> <pubDate>Fri, 7 Feb 2025 20:33:45 GMT</pubDate>

View file

@ -1,3 +1,40 @@
Sat Feb 8 23:52:14 UTC 2025
a/kernel-firmware-20250208_4ccb15a-noarch-1.txz: Upgraded.
a/kernel-generic-6.12.13-x86_64-1.txz: Upgraded.
a/pkgtools-15.1-noarch-27.txz: Rebuilt.
installpkg: --terse remains the same, default output drops the huge amount
of debugging output such as the file/link/dir lists, and --verbose is added
as an option in case you actually want to see that stuff. New --save-cookies
option added for upgradepkg to use. This lets us preserve some data from the
first pass so that we don't have to redo some expensive operations.
removepkg: default to --terse, but add a --verbose option.
Change sed delimiter from / to | to fix using ROOT=. Thanks to USUARIONUEVO.
upgradepkg: export a global MCOOKIE, and call installpkg with --save-cookies
for the first pass. Pass along the --verbose option to installpkg/removepkg
if upgradepkg is called with it. Render the banner with a little more care.
I think we're done improving these tools -- hopefully Dijkstra would be a
little less embarrassed for me now. ;-)
a/sysvinit-3.14-x86_64-1.txz: Upgraded.
d/kernel-headers-6.12.13-x86-1.txz: Upgraded.
k/kernel-source-6.12.13-noarch-1.txz: Upgraded.
l/SDL2_image-2.8.5-x86_64-1.txz: Upgraded.
l/SDL2_mixer-2.8.1-x86_64-1.txz: Upgraded.
l/wireplumber-0.5.8-x86_64-1.txz: Upgraded.
n/gnutls-3.8.9-x86_64-1.txz: Upgraded.
libgnutls: Fix potential DoS in handling certificates with numerous name
constraints, as a follow-up of CVE-2024-12133 in libtasn1. The bundled
copy of libtasn1 has also been updated to the latest 4.20.0 release to
complete the fix. Reported by Bing Shi.
For more information, see:
https://www.cve.org/CVERecord?id=CVE-2024-12243
(* Security fix *)
isolinux/initrd.img: Rebuilt.
kernels/*: Upgraded.
testing/packages/kernel-generic-6.13.2-x86_64-1.txz: Upgraded.
testing/packages/kernel-headers-6.13.2-x86-1.txz: Upgraded.
testing/packages/kernel-source-6.13.2-noarch-1.txz: Upgraded.
usb-and-pxe-installers/usbboot.img: Rebuilt.
+--------------------------+
Fri Feb 7 20:33:45 UTC 2025 Fri Feb 7 20:33:45 UTC 2025
a/pkgtools-15.1-noarch-26.txz: Rebuilt. a/pkgtools-15.1-noarch-26.txz: Rebuilt.
removepkg: fix --warn and --dry-run, speed up symlink removal. removepkg: fix --warn and --dry-run, speed up symlink removal.

View file

@ -1,35 +1,35 @@
Fri Feb 7 20:39:08 UTC 2025 Sat Feb 8 23:57:45 UTC 2025
Here is the file list for this directory. If you are using a Here is the file list for this directory. If you are using a
mirror site and find missing or extra files in the disk mirror site and find missing or extra files in the disk
subdirectories, please have the archive administrator refresh subdirectories, please have the archive administrator refresh
the mirror. the mirror.
drwxr-xr-x 12 root root 4096 2025-02-07 20:33 . drwxr-xr-x 12 root root 4096 2025-02-08 23:52 .
-rw-r--r-- 1 root root 5767 2022-02-02 22:44 ./ANNOUNCE.15.0 -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 16617 2022-02-02 23:27 ./CHANGES_AND_HINTS.TXT
-rw-r--r-- 1 root root 1187312 2025-02-06 23:33 ./CHECKSUMS.md5 -rw-r--r-- 1 root root 1187395 2025-02-07 20:39 ./CHECKSUMS.md5
-rw-r--r-- 1 root root 195 2025-02-06 23:33 ./CHECKSUMS.md5.asc -rw-r--r-- 1 root root 195 2025-02-07 20:39 ./CHECKSUMS.md5.asc
-rw-r--r-- 1 root root 17976 1994-06-10 02:28 ./COPYING -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 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 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 616 2006-10-02 04:37 ./CRYPTO_NOTICE.TXT
-rw-r--r-- 1 root root 1318351 2025-02-07 20:33 ./ChangeLog.txt -rw-r--r-- 1 root root 1320399 2025-02-08 23:52 ./ChangeLog.txt
drwxr-xr-x 3 root root 4096 2013-03-20 22:17 ./EFI drwxr-xr-x 3 root root 4096 2013-03-20 22:17 ./EFI
drwxr-xr-x 2 root root 4096 2025-02-02 22:21 ./EFI/BOOT drwxr-xr-x 2 root root 4096 2025-02-08 23:51 ./EFI/BOOT
-rw-r--r-- 1 root root 1200128 2024-12-13 04:26 ./EFI/BOOT/bootx64.efi -rw-r--r-- 1 root root 1200128 2024-12-13 04:26 ./EFI/BOOT/bootx64.efi
-rw-r--r-- 2 root root 13685248 2025-02-02 20:24 ./EFI/BOOT/generic.s -rw-r--r-- 2 root root 13677056 2025-02-08 19:28 ./EFI/BOOT/generic.s
-rw-r--r-- 1 root root 81 2024-12-13 04:25 ./EFI/BOOT/grub-embedded.cfg -rw-r--r-- 1 root root 81 2024-12-13 04:25 ./EFI/BOOT/grub-embedded.cfg
-rw-r--r-- 1 root root 917 2024-09-12 20:08 ./EFI/BOOT/grub.cfg -rw-r--r-- 1 root root 917 2024-09-12 20:08 ./EFI/BOOT/grub.cfg
-rw-r--r-- 2 root root 95467752 2025-02-02 22:21 ./EFI/BOOT/initrd.img -rw-r--r-- 2 root root 95507184 2025-02-08 23:51 ./EFI/BOOT/initrd.img
-rwxr-xr-x 1 root root 2504 2019-07-05 18:54 ./EFI/BOOT/make-grub.sh -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 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 1273 2013-08-12 21:08 ./EFI/BOOT/tools.cfg
-rw-r--r-- 1 root root 1557908 2025-02-06 23:32 ./FILELIST.TXT -rw-r--r-- 1 root root 1558006 2025-02-07 20:39 ./FILELIST.TXT
-rw-r--r-- 1 root root 1572 2012-08-29 18:27 ./GPG-KEY -rw-r--r-- 1 root root 1572 2012-08-29 18:27 ./GPG-KEY
-rw-r--r-- 1 root root 930403 2025-02-07 20:38 ./PACKAGES.TXT -rw-r--r-- 1 root root 930403 2025-02-08 23:57 ./PACKAGES.TXT
-rw-r--r-- 1 root root 8034 2022-02-02 03:36 ./README.TXT -rw-r--r-- 1 root root 8034 2022-02-02 03:36 ./README.TXT
-rw-r--r-- 1 root root 2640 2025-02-02 22:10 ./README.initrd -rw-r--r-- 1 root root 2640 2025-02-08 23:25 ./README.initrd
-rw-r--r-- 1 root root 34114 2023-12-11 20:35 ./README_CRYPT.TXT -rw-r--r-- 1 root root 34114 2023-12-11 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 8754 2022-03-30 19:05 ./README_LVM.TXT
-rw-r--r-- 1 root root 19646 2023-12-11 20:36 ./README_RAID.TXT -rw-r--r-- 1 root root 19646 2023-12-11 20:36 ./README_RAID.TXT
@ -619,16 +619,16 @@ drwxr-xr-x 2 root root 4096 2024-10-16 19:15 ./extra/xv
-rw-r--r-- 1 root root 233 2024-10-15 20:07 ./extra/xv/xv-6.0.2-x86_64-1.txt -rw-r--r-- 1 root root 233 2024-10-15 20:07 ./extra/xv/xv-6.0.2-x86_64-1.txt
-rw-r--r-- 1 root root 1120136 2024-10-15 20:07 ./extra/xv/xv-6.0.2-x86_64-1.txz -rw-r--r-- 1 root root 1120136 2024-10-15 20:07 ./extra/xv/xv-6.0.2-x86_64-1.txz
-rw-r--r-- 1 root root 195 2024-10-15 20:07 ./extra/xv/xv-6.0.2-x86_64-1.txz.asc -rw-r--r-- 1 root root 195 2024-10-15 20:07 ./extra/xv/xv-6.0.2-x86_64-1.txz.asc
drwxr-xr-x 3 root root 4096 2025-02-02 22:21 ./isolinux drwxr-xr-x 3 root root 4096 2025-02-08 23:51 ./isolinux
-rw-r--r-- 1 root root 6185 2022-02-03 06:53 ./isolinux/README.TXT -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 788 2007-03-17 19:50 ./isolinux/README_SPLIT.TXT
-rw-r--r-- 1 root root 1474560 2024-12-13 04:26 ./isolinux/efiboot.img -rw-r--r-- 1 root root 1474560 2024-12-13 04:26 ./isolinux/efiboot.img
-rw-r--r-- 1 root root 583 2024-09-12 20:07 ./isolinux/f2.txt -rw-r--r-- 1 root root 583 2024-09-12 20:07 ./isolinux/f2.txt
-rw-r--r-- 2 root root 95467752 2025-02-02 22:21 ./isolinux/initrd.img -rw-r--r-- 2 root root 95507184 2025-02-08 23:51 ./isolinux/initrd.img
-rw-r--r-- 1 root root 50 2003-01-18 00:02 ./isolinux/iso.sort -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 24576 2016-05-27 20:36 ./isolinux/isolinux.bin
-rw-r--r-- 1 root root 602 2024-09-12 20:05 ./isolinux/isolinux.cfg -rw-r--r-- 1 root root 602 2024-09-12 20:05 ./isolinux/isolinux.cfg
-rw-r--r-- 1 root root 691 2025-02-02 22:10 ./isolinux/message.txt -rw-r--r-- 1 root root 691 2025-02-08 23:25 ./isolinux/message.txt
drwxr-xr-x 2 root root 4096 2003-03-17 07:31 ./isolinux/sbootmgr 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 -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 -rw-r--r-- 1 root root 2138 1997-12-01 01:21 ./isolinux/sbootmgr/RAWRITE12.DOC
@ -639,12 +639,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 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 110592 2003-03-16 08:38 ./isolinux/sbootmgr/sbootmgr.dsk
-rw-r--r-- 1 root root 2879 2020-12-07 20:48 ./isolinux/setpkg -rw-r--r-- 1 root root 2879 2020-12-07 20:48 ./isolinux/setpkg
drwxr-xr-x 5 root root 4096 2025-02-02 22:10 ./kernels drwxr-xr-x 5 root root 4096 2025-02-08 23:25 ./kernels
-rw-r--r-- 1 root root 37 2025-02-02 22:10 ./kernels/VERSIONS.TXT -rw-r--r-- 1 root root 37 2025-02-08 23:25 ./kernels/VERSIONS.TXT
drwxr-xr-x 2 root root 4096 2025-02-02 20:27 ./kernels/generic.s drwxr-xr-x 2 root root 4096 2025-02-08 19:30 ./kernels/generic.s
-rw-r--r-- 1 root root 1645779 2025-02-02 20:23 ./kernels/generic.s/System.map.gz -rw-r--r-- 1 root root 1646040 2025-02-08 19:28 ./kernels/generic.s/System.map.gz
-rw-r--r-- 2 root root 13685248 2025-02-02 20:24 ./kernels/generic.s/bzImage -rw-r--r-- 2 root root 13677056 2025-02-08 19:28 ./kernels/generic.s/bzImage
-rw-r--r-- 1 root root 269419 2025-02-02 20:05 ./kernels/generic.s/config -rw-r--r-- 1 root root 269419 2025-02-08 17:59 ./kernels/generic.s/config
drwxr-xr-x 2 root root 4096 2011-03-25 03:15 ./kernels/memtest 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 60 2011-03-24 00:19 ./kernels/memtest/README
-rw-r--r-- 1 root root 150024 2013-10-17 04:15 ./kernels/memtest/memtest -rw-r--r-- 1 root root 150024 2013-10-17 04:15 ./kernels/memtest/memtest
@ -663,13 +663,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 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 14 2022-02-03 07:02 ./patches/MANIFEST.bz2
-rw-r--r-- 1 root root 224 2022-02-03 07:02 ./patches/PACKAGES.TXT -rw-r--r-- 1 root root 224 2022-02-03 07:02 ./patches/PACKAGES.TXT
drwxr-xr-x 17 root root 4096 2025-02-07 20:38 ./slackware64 drwxr-xr-x 17 root root 4096 2025-02-08 23:57 ./slackware64
-rw-r--r-- 1 root root 362277 2025-02-07 20:38 ./slackware64/CHECKSUMS.md5 -rw-r--r-- 1 root root 362277 2025-02-08 23:57 ./slackware64/CHECKSUMS.md5
-rw-r--r-- 1 root root 195 2025-02-07 20:38 ./slackware64/CHECKSUMS.md5.asc -rw-r--r-- 1 root root 195 2025-02-08 23:57 ./slackware64/CHECKSUMS.md5.asc
-rw-r--r-- 1 root root 449991 2025-02-07 20:37 ./slackware64/FILE_LIST -rw-r--r-- 1 root root 449991 2025-02-08 23:56 ./slackware64/FILE_LIST
-rw-r--r-- 1 root root 4848050 2025-02-07 20:37 ./slackware64/MANIFEST.bz2 -rw-r--r-- 1 root root 4854402 2025-02-08 23:56 ./slackware64/MANIFEST.bz2
lrwxrwxrwx 1 root root 15 2009-08-23 23:34 ./slackware64/PACKAGES.TXT -> ../PACKAGES.TXT lrwxrwxrwx 1 root root 15 2009-08-23 23:34 ./slackware64/PACKAGES.TXT -> ../PACKAGES.TXT
drwxr-xr-x 2 root root 32768 2025-02-07 20:37 ./slackware64/a drwxr-xr-x 2 root root 32768 2025-02-08 23:56 ./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 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 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 -rw-r--r-- 1 root root 163 2022-02-15 18:16 ./slackware64/a/aaa_base-15.1-x86_64-2.txz.asc
@ -843,12 +843,12 @@ drwxr-xr-x 2 root root 32768 2025-02-07 20:37 ./slackware64/a
-rw-r--r-- 1 root root 461 2024-12-27 20:01 ./slackware64/a/kbd-2.7.1-x86_64-1.txt -rw-r--r-- 1 root root 461 2024-12-27 20:01 ./slackware64/a/kbd-2.7.1-x86_64-1.txt
-rw-r--r-- 1 root root 1327504 2024-12-27 20:01 ./slackware64/a/kbd-2.7.1-x86_64-1.txz -rw-r--r-- 1 root root 1327504 2024-12-27 20:01 ./slackware64/a/kbd-2.7.1-x86_64-1.txz
-rw-r--r-- 1 root root 195 2024-12-27 20:01 ./slackware64/a/kbd-2.7.1-x86_64-1.txz.asc -rw-r--r-- 1 root root 195 2024-12-27 20:01 ./slackware64/a/kbd-2.7.1-x86_64-1.txz.asc
-rw-r--r-- 1 root root 422 2025-02-01 18:05 ./slackware64/a/kernel-firmware-20250131_722d0d1-noarch-1.txt -rw-r--r-- 1 root root 422 2025-02-08 18:01 ./slackware64/a/kernel-firmware-20250208_4ccb15a-noarch-1.txt
-rw-r--r-- 1 root root 372545172 2025-02-01 18:05 ./slackware64/a/kernel-firmware-20250131_722d0d1-noarch-1.txz -rw-r--r-- 1 root root 375599716 2025-02-08 18:01 ./slackware64/a/kernel-firmware-20250208_4ccb15a-noarch-1.txz
-rw-r--r-- 1 root root 195 2025-02-01 18:05 ./slackware64/a/kernel-firmware-20250131_722d0d1-noarch-1.txz.asc -rw-r--r-- 1 root root 195 2025-02-08 18:01 ./slackware64/a/kernel-firmware-20250208_4ccb15a-noarch-1.txz.asc
-rw-r--r-- 1 root root 553 2025-02-02 20:29 ./slackware64/a/kernel-generic-6.12.12-x86_64-1.txt -rw-r--r-- 1 root root 553 2025-02-08 19:32 ./slackware64/a/kernel-generic-6.12.13-x86_64-1.txt
-rw-r--r-- 1 root root 74627436 2025-02-02 20:29 ./slackware64/a/kernel-generic-6.12.12-x86_64-1.txz -rw-r--r-- 1 root root 74695556 2025-02-08 19:32 ./slackware64/a/kernel-generic-6.12.13-x86_64-1.txz
-rw-r--r-- 1 root root 195 2025-02-02 20:29 ./slackware64/a/kernel-generic-6.12.12-x86_64-1.txz.asc -rw-r--r-- 1 root root 195 2025-02-08 19:32 ./slackware64/a/kernel-generic-6.12.13-x86_64-1.txz.asc
-rw-r--r-- 1 root root 509 2024-08-17 17:36 ./slackware64/a/kmod-33-x86_64-1.txt -rw-r--r-- 1 root root 509 2024-08-17 17:36 ./slackware64/a/kmod-33-x86_64-1.txt
-rw-r--r-- 1 root root 121820 2024-08-17 17:36 ./slackware64/a/kmod-33-x86_64-1.txz -rw-r--r-- 1 root root 121820 2024-08-17 17:36 ./slackware64/a/kmod-33-x86_64-1.txz
-rw-r--r-- 1 root root 195 2024-08-17 17:36 ./slackware64/a/kmod-33-x86_64-1.txz.asc -rw-r--r-- 1 root root 195 2024-08-17 17:36 ./slackware64/a/kmod-33-x86_64-1.txz.asc
@ -894,8 +894,8 @@ drwxr-xr-x 2 root root 32768 2025-02-07 20:37 ./slackware64/a
-rw-r--r-- 1 root root 405 2025-01-14 18:32 ./slackware64/a/lzlib-1.15-x86_64-1.txt -rw-r--r-- 1 root root 405 2025-01-14 18:32 ./slackware64/a/lzlib-1.15-x86_64-1.txt
-rw-r--r-- 1 root root 57952 2025-01-14 18:32 ./slackware64/a/lzlib-1.15-x86_64-1.txz -rw-r--r-- 1 root root 57952 2025-01-14 18:32 ./slackware64/a/lzlib-1.15-x86_64-1.txz
-rw-r--r-- 1 root root 195 2025-01-14 18:32 ./slackware64/a/lzlib-1.15-x86_64-1.txz.asc -rw-r--r-- 1 root root 195 2025-01-14 18:32 ./slackware64/a/lzlib-1.15-x86_64-1.txz.asc
-rw-r--r-- 1 root root 9659 2025-02-02 22:10 ./slackware64/a/maketag -rw-r--r-- 1 root root 9659 2025-02-08 23:25 ./slackware64/a/maketag
-rw-r--r-- 1 root root 9659 2025-02-02 22:10 ./slackware64/a/maketag.ez -rw-r--r-- 1 root root 9659 2025-02-08 23:25 ./slackware64/a/maketag.ez
-rw-r--r-- 1 root root 591 2024-12-08 21:26 ./slackware64/a/mcelog-202-x86_64-1.txt -rw-r--r-- 1 root root 591 2024-12-08 21:26 ./slackware64/a/mcelog-202-x86_64-1.txt
-rw-r--r-- 1 root root 356224 2024-12-08 21:26 ./slackware64/a/mcelog-202-x86_64-1.txz -rw-r--r-- 1 root root 356224 2024-12-08 21:26 ./slackware64/a/mcelog-202-x86_64-1.txz
-rw-r--r-- 1 root root 195 2024-12-08 21:26 ./slackware64/a/mcelog-202-x86_64-1.txz.asc -rw-r--r-- 1 root root 195 2024-12-08 21:26 ./slackware64/a/mcelog-202-x86_64-1.txz.asc
@ -953,9 +953,9 @@ drwxr-xr-x 2 root root 32768 2025-02-07 20:37 ./slackware64/a
-rw-r--r-- 1 root root 450 2022-09-06 18:11 ./slackware64/a/pcmciautils-018-x86_64-5.txt -rw-r--r-- 1 root root 450 2022-09-06 18:11 ./slackware64/a/pcmciautils-018-x86_64-5.txt
-rw-r--r-- 1 root root 31360 2022-09-06 18:11 ./slackware64/a/pcmciautils-018-x86_64-5.txz -rw-r--r-- 1 root root 31360 2022-09-06 18:11 ./slackware64/a/pcmciautils-018-x86_64-5.txz
-rw-r--r-- 1 root root 163 2022-09-06 18:11 ./slackware64/a/pcmciautils-018-x86_64-5.txz.asc -rw-r--r-- 1 root root 163 2022-09-06 18:11 ./slackware64/a/pcmciautils-018-x86_64-5.txz.asc
-rw-r--r-- 1 root root 672 2025-02-07 18:48 ./slackware64/a/pkgtools-15.1-noarch-26.txt -rw-r--r-- 1 root root 672 2025-02-08 22:22 ./slackware64/a/pkgtools-15.1-noarch-27.txt
-rw-r--r-- 1 root root 200972 2025-02-07 18:48 ./slackware64/a/pkgtools-15.1-noarch-26.txz -rw-r--r-- 1 root root 202152 2025-02-08 22:22 ./slackware64/a/pkgtools-15.1-noarch-27.txz
-rw-r--r-- 1 root root 195 2025-02-07 18:48 ./slackware64/a/pkgtools-15.1-noarch-26.txz.asc -rw-r--r-- 1 root root 195 2025-02-08 22:22 ./slackware64/a/pkgtools-15.1-noarch-27.txz.asc
-rw-r--r-- 1 root root 523 2025-01-14 18:35 ./slackware64/a/plzip-1.12-x86_64-1.txt -rw-r--r-- 1 root root 523 2025-01-14 18:35 ./slackware64/a/plzip-1.12-x86_64-1.txt
-rw-r--r-- 1 root root 65756 2025-01-14 18:35 ./slackware64/a/plzip-1.12-x86_64-1.txz -rw-r--r-- 1 root root 65756 2025-01-14 18:35 ./slackware64/a/plzip-1.12-x86_64-1.txz
-rw-r--r-- 1 root root 195 2025-01-14 18:35 ./slackware64/a/plzip-1.12-x86_64-1.txz.asc -rw-r--r-- 1 root root 195 2025-01-14 18:35 ./slackware64/a/plzip-1.12-x86_64-1.txz.asc
@ -998,16 +998,16 @@ drwxr-xr-x 2 root root 32768 2025-02-07 20:37 ./slackware64/a
-rw-r--r-- 1 root root 517 2021-02-13 11:17 ./slackware64/a/syslinux-4.07-x86_64-4.txt -rw-r--r-- 1 root root 517 2021-02-13 11:17 ./slackware64/a/syslinux-4.07-x86_64-4.txt
-rw-r--r-- 1 root root 910980 2021-02-13 11:17 ./slackware64/a/syslinux-4.07-x86_64-4.txz -rw-r--r-- 1 root root 910980 2021-02-13 11:17 ./slackware64/a/syslinux-4.07-x86_64-4.txz
-rw-r--r-- 1 root root 163 2021-02-13 11:17 ./slackware64/a/syslinux-4.07-x86_64-4.txz.asc -rw-r--r-- 1 root root 163 2021-02-13 11:17 ./slackware64/a/syslinux-4.07-x86_64-4.txz.asc
-rw-r--r-- 1 root root 553 2025-01-22 19:25 ./slackware64/a/sysvinit-3.13-x86_64-2.txt -rw-r--r-- 1 root root 553 2025-02-08 23:03 ./slackware64/a/sysvinit-3.14-x86_64-1.txt
-rw-r--r-- 1 root root 101508 2025-01-22 19:25 ./slackware64/a/sysvinit-3.13-x86_64-2.txz -rw-r--r-- 1 root root 101856 2025-02-08 23:03 ./slackware64/a/sysvinit-3.14-x86_64-1.txz
-rw-r--r-- 1 root root 195 2025-01-22 19:25 ./slackware64/a/sysvinit-3.13-x86_64-2.txz.asc -rw-r--r-- 1 root root 195 2025-02-08 23:03 ./slackware64/a/sysvinit-3.14-x86_64-1.txz.asc
-rw-r--r-- 1 root root 694 2022-09-06 18:43 ./slackware64/a/sysvinit-functions-8.53-x86_64-6.txt -rw-r--r-- 1 root root 694 2022-09-06 18:43 ./slackware64/a/sysvinit-functions-8.53-x86_64-6.txt
-rw-r--r-- 1 root root 36308 2022-09-06 18:43 ./slackware64/a/sysvinit-functions-8.53-x86_64-6.txz -rw-r--r-- 1 root root 36308 2022-09-06 18:43 ./slackware64/a/sysvinit-functions-8.53-x86_64-6.txz
-rw-r--r-- 1 root root 163 2022-09-06 18:43 ./slackware64/a/sysvinit-functions-8.53-x86_64-6.txz.asc -rw-r--r-- 1 root root 163 2022-09-06 18:43 ./slackware64/a/sysvinit-functions-8.53-x86_64-6.txz.asc
-rw-r--r-- 1 root root 378 2025-01-27 19:37 ./slackware64/a/sysvinit-scripts-15.1-noarch-26.txt -rw-r--r-- 1 root root 378 2025-01-27 19:37 ./slackware64/a/sysvinit-scripts-15.1-noarch-26.txt
-rw-r--r-- 1 root root 17960 2025-01-27 19:37 ./slackware64/a/sysvinit-scripts-15.1-noarch-26.txz -rw-r--r-- 1 root root 17960 2025-01-27 19:37 ./slackware64/a/sysvinit-scripts-15.1-noarch-26.txz
-rw-r--r-- 1 root root 195 2025-01-27 19:37 ./slackware64/a/sysvinit-scripts-15.1-noarch-26.txz.asc -rw-r--r-- 1 root root 195 2025-01-27 19:37 ./slackware64/a/sysvinit-scripts-15.1-noarch-26.txz.asc
-rw-r--r-- 1 root root 1602 2025-02-02 22:10 ./slackware64/a/tagfile -rw-r--r-- 1 root root 1602 2025-02-08 23:25 ./slackware64/a/tagfile
-rw-r--r-- 1 root root 395 2023-07-18 18:38 ./slackware64/a/tar-1.35-x86_64-1.txt -rw-r--r-- 1 root root 395 2023-07-18 18:38 ./slackware64/a/tar-1.35-x86_64-1.txt
-rw-r--r-- 1 root root 774812 2023-07-18 18:38 ./slackware64/a/tar-1.35-x86_64-1.txz -rw-r--r-- 1 root root 774812 2023-07-18 18:38 ./slackware64/a/tar-1.35-x86_64-1.txz
-rw-r--r-- 1 root root 163 2023-07-18 18:38 ./slackware64/a/tar-1.35-x86_64-1.txz.asc -rw-r--r-- 1 root root 163 2023-07-18 18:38 ./slackware64/a/tar-1.35-x86_64-1.txz.asc
@ -1332,7 +1332,7 @@ drwxr-xr-x 2 root root 20480 2025-02-05 23:25 ./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 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 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 -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 2025-02-07 20:37 ./slackware64/d drwxr-xr-x 2 root root 20480 2025-02-08 23:56 ./slackware64/d
-rw-r--r-- 1 root root 579 2025-02-07 18:09 ./slackware64/d/AMF-headers-1.4.36-noarch-1.txt -rw-r--r-- 1 root root 579 2025-02-07 18:09 ./slackware64/d/AMF-headers-1.4.36-noarch-1.txt
-rw-r--r-- 1 root root 59880 2025-02-07 18:09 ./slackware64/d/AMF-headers-1.4.36-noarch-1.txz -rw-r--r-- 1 root root 59880 2025-02-07 18:09 ./slackware64/d/AMF-headers-1.4.36-noarch-1.txz
-rw-r--r-- 1 root root 195 2025-02-07 18:09 ./slackware64/d/AMF-headers-1.4.36-noarch-1.txz.asc -rw-r--r-- 1 root root 195 2025-02-07 18:09 ./slackware64/d/AMF-headers-1.4.36-noarch-1.txz.asc
@ -1458,9 +1458,9 @@ drwxr-xr-x 2 root root 20480 2025-02-07 20:37 ./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 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 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 163 2021-02-13 09:57 ./slackware64/d/intltool-0.51.0-x86_64-6.txz.asc
-rw-r--r-- 1 root root 332 2025-02-02 20:30 ./slackware64/d/kernel-headers-6.12.12-x86-1.txt -rw-r--r-- 1 root root 332 2025-02-08 19:32 ./slackware64/d/kernel-headers-6.12.13-x86-1.txt
-rw-r--r-- 1 root root 1224148 2025-02-02 20:30 ./slackware64/d/kernel-headers-6.12.12-x86-1.txz -rw-r--r-- 1 root root 1224080 2025-02-08 19:32 ./slackware64/d/kernel-headers-6.12.13-x86-1.txz
-rw-r--r-- 1 root root 195 2025-02-02 20:30 ./slackware64/d/kernel-headers-6.12.12-x86-1.txz.asc -rw-r--r-- 1 root root 195 2025-02-08 19:32 ./slackware64/d/kernel-headers-6.12.13-x86-1.txz.asc
-rw-r--r-- 1 root root 312 2024-08-02 01:47 ./slackware64/d/libgccjit-14.2.0-x86_64-1.txt -rw-r--r-- 1 root root 312 2024-08-02 01:47 ./slackware64/d/libgccjit-14.2.0-x86_64-1.txt
-rw-r--r-- 1 root root 10450952 2024-08-02 01:47 ./slackware64/d/libgccjit-14.2.0-x86_64-1.txz -rw-r--r-- 1 root root 10450952 2024-08-02 01:47 ./slackware64/d/libgccjit-14.2.0-x86_64-1.txz
-rw-r--r-- 1 root root 195 2024-08-02 01:47 ./slackware64/d/libgccjit-14.2.0-x86_64-1.txz.asc -rw-r--r-- 1 root root 195 2024-08-02 01:47 ./slackware64/d/libgccjit-14.2.0-x86_64-1.txz.asc
@ -1614,15 +1614,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
-rw-r--r-- 1 root root 1075 2018-03-01 07:54 ./slackware64/f/maketag.ez -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 -rw-r--r-- 1 root root 32 2018-03-01 07:54 ./slackware64/f/tagfile
drwxr-xr-x 2 root root 4096 2025-02-02 22:24 ./slackware64/k drwxr-xr-x 2 root root 4096 2025-02-08 23:56 ./slackware64/k
-rwxr-xr-x 1 root root 2897 2009-06-24 22:06 ./slackware64/k/install-packages -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 446 2006-09-18 10:41 ./slackware64/k/install.end
-rw-r--r-- 1 root root 317 2025-02-02 20:04 ./slackware64/k/kernel-source-6.12.12-noarch-1.txt -rw-r--r-- 1 root root 317 2025-02-08 19:26 ./slackware64/k/kernel-source-6.12.13-noarch-1.txt
-rw-r--r-- 1 root root 143379864 2025-02-02 20:04 ./slackware64/k/kernel-source-6.12.12-noarch-1.txz -rw-r--r-- 1 root root 143395616 2025-02-08 19:26 ./slackware64/k/kernel-source-6.12.13-noarch-1.txz
-rw-r--r-- 1 root root 195 2025-02-02 20:04 ./slackware64/k/kernel-source-6.12.12-noarch-1.txz.asc -rw-r--r-- 1 root root 195 2025-02-08 19:26 ./slackware64/k/kernel-source-6.12.13-noarch-1.txz.asc
-rw-r--r-- 1 root root 1171 2025-02-02 22:10 ./slackware64/k/maketag -rw-r--r-- 1 root root 1171 2025-02-08 23:25 ./slackware64/k/maketag
-rw-r--r-- 1 root root 1171 2025-02-02 22:10 ./slackware64/k/maketag.ez -rw-r--r-- 1 root root 1171 2025-02-08 23:25 ./slackware64/k/maketag.ez
-rw-r--r-- 1 root root 18 2025-02-02 22:10 ./slackware64/k/tagfile -rw-r--r-- 1 root root 18 2025-02-08 23:25 ./slackware64/k/tagfile
drwxr-xr-x 2 root root 86016 2025-02-07 20:37 ./slackware64/kde drwxr-xr-x 2 root root 86016 2025-02-07 20:37 ./slackware64/kde
-rw-r--r-- 1 root root 382 2024-02-15 20:27 ./slackware64/kde/akonadi-23.08.5-x86_64-1.txt -rw-r--r-- 1 root root 382 2024-02-15 20:27 ./slackware64/kde/akonadi-23.08.5-x86_64-1.txt
-rw-r--r-- 1 root root 2559504 2024-02-15 20:27 ./slackware64/kde/akonadi-23.08.5-x86_64-1.txz -rw-r--r-- 1 root root 2559504 2024-02-15 20:27 ./slackware64/kde/akonadi-23.08.5-x86_64-1.txz
@ -2793,7 +2793,7 @@ drwxr-xr-x 2 root root 86016 2025-02-07 20:37 ./slackware64/kde
-rw-r--r-- 1 root root 517 2024-02-15 21:47 ./slackware64/kde/zanshin-23.08.5-x86_64-1.txt -rw-r--r-- 1 root root 517 2024-02-15 21:47 ./slackware64/kde/zanshin-23.08.5-x86_64-1.txt
-rw-r--r-- 1 root root 686104 2024-02-15 21:47 ./slackware64/kde/zanshin-23.08.5-x86_64-1.txz -rw-r--r-- 1 root root 686104 2024-02-15 21:47 ./slackware64/kde/zanshin-23.08.5-x86_64-1.txz
-rw-r--r-- 1 root root 163 2024-02-15 21:47 ./slackware64/kde/zanshin-23.08.5-x86_64-1.txz.asc -rw-r--r-- 1 root root 163 2024-02-15 21:47 ./slackware64/kde/zanshin-23.08.5-x86_64-1.txz.asc
drwxr-xr-x 2 root root 102400 2025-02-07 20:37 ./slackware64/l drwxr-xr-x 2 root root 102400 2025-02-08 23:56 ./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 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 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 -rw-r--r-- 1 root root 163 2022-03-06 20:00 ./slackware64/l/GConf-3.2.6-x86_64-8.txz.asc
@ -2824,12 +2824,12 @@ drwxr-xr-x 2 root root 102400 2025-02-07 20:37 ./slackware64/l
-rw-r--r-- 1 root root 325 2021-02-13 06:10 ./slackware64/l/SDL2_gfx-1.0.4-x86_64-3.txt -rw-r--r-- 1 root root 325 2021-02-13 06:10 ./slackware64/l/SDL2_gfx-1.0.4-x86_64-3.txt
-rw-r--r-- 1 root root 31184 2021-02-13 06:10 ./slackware64/l/SDL2_gfx-1.0.4-x86_64-3.txz -rw-r--r-- 1 root root 31184 2021-02-13 06:10 ./slackware64/l/SDL2_gfx-1.0.4-x86_64-3.txz
-rw-r--r-- 1 root root 163 2021-02-13 06:10 ./slackware64/l/SDL2_gfx-1.0.4-x86_64-3.txz.asc -rw-r--r-- 1 root root 163 2021-02-13 06:10 ./slackware64/l/SDL2_gfx-1.0.4-x86_64-3.txz.asc
-rw-r--r-- 1 root root 398 2024-12-27 20:05 ./slackware64/l/SDL2_image-2.8.4-x86_64-1.txt -rw-r--r-- 1 root root 398 2025-02-08 22:50 ./slackware64/l/SDL2_image-2.8.5-x86_64-1.txt
-rw-r--r-- 1 root root 94800 2024-12-27 20:05 ./slackware64/l/SDL2_image-2.8.4-x86_64-1.txz -rw-r--r-- 1 root root 94720 2025-02-08 22:50 ./slackware64/l/SDL2_image-2.8.5-x86_64-1.txz
-rw-r--r-- 1 root root 195 2024-12-27 20:05 ./slackware64/l/SDL2_image-2.8.4-x86_64-1.txz.asc -rw-r--r-- 1 root root 195 2025-02-08 22:50 ./slackware64/l/SDL2_image-2.8.5-x86_64-1.txz.asc
-rw-r--r-- 1 root root 405 2024-01-22 19:19 ./slackware64/l/SDL2_mixer-2.8.0-x86_64-1.txt -rw-r--r-- 1 root root 405 2025-02-08 22:51 ./slackware64/l/SDL2_mixer-2.8.1-x86_64-1.txt
-rw-r--r-- 1 root root 162492 2024-01-22 19:19 ./slackware64/l/SDL2_mixer-2.8.0-x86_64-1.txz -rw-r--r-- 1 root root 166304 2025-02-08 22:51 ./slackware64/l/SDL2_mixer-2.8.1-x86_64-1.txz
-rw-r--r-- 1 root root 163 2024-01-22 19:19 ./slackware64/l/SDL2_mixer-2.8.0-x86_64-1.txz.asc -rw-r--r-- 1 root root 195 2025-02-08 22:51 ./slackware64/l/SDL2_mixer-2.8.1-x86_64-1.txz.asc
-rw-r--r-- 1 root root 252 2022-08-20 18:31 ./slackware64/l/SDL2_net-2.2.0-x86_64-1.txt -rw-r--r-- 1 root root 252 2022-08-20 18:31 ./slackware64/l/SDL2_net-2.2.0-x86_64-1.txt
-rw-r--r-- 1 root root 18028 2022-08-20 18:31 ./slackware64/l/SDL2_net-2.2.0-x86_64-1.txz -rw-r--r-- 1 root root 18028 2022-08-20 18:31 ./slackware64/l/SDL2_net-2.2.0-x86_64-1.txz
-rw-r--r-- 1 root root 163 2022-08-20 18:31 ./slackware64/l/SDL2_net-2.2.0-x86_64-1.txz.asc -rw-r--r-- 1 root root 163 2022-08-20 18:31 ./slackware64/l/SDL2_net-2.2.0-x86_64-1.txz.asc
@ -4134,9 +4134,9 @@ drwxr-xr-x 2 root root 102400 2025-02-07 20:37 ./slackware64/l
-rw-r--r-- 1 root root 507 2025-01-29 17:56 ./slackware64/l/wavpack-5.8.1-x86_64-1.txt -rw-r--r-- 1 root root 507 2025-01-29 17:56 ./slackware64/l/wavpack-5.8.1-x86_64-1.txt
-rw-r--r-- 1 root root 201588 2025-01-29 17:56 ./slackware64/l/wavpack-5.8.1-x86_64-1.txz -rw-r--r-- 1 root root 201588 2025-01-29 17:56 ./slackware64/l/wavpack-5.8.1-x86_64-1.txz
-rw-r--r-- 1 root root 195 2025-01-29 17:56 ./slackware64/l/wavpack-5.8.1-x86_64-1.txz.asc -rw-r--r-- 1 root root 195 2025-01-29 17:56 ./slackware64/l/wavpack-5.8.1-x86_64-1.txz.asc
-rw-r--r-- 1 root root 492 2024-12-03 19:55 ./slackware64/l/wireplumber-0.5.7-x86_64-1.txt -rw-r--r-- 1 root root 492 2025-02-08 23:05 ./slackware64/l/wireplumber-0.5.8-x86_64-1.txt
-rw-r--r-- 1 root root 433896 2024-12-03 19:55 ./slackware64/l/wireplumber-0.5.7-x86_64-1.txz -rw-r--r-- 1 root root 436508 2025-02-08 23:05 ./slackware64/l/wireplumber-0.5.8-x86_64-1.txz
-rw-r--r-- 1 root root 195 2024-12-03 19:55 ./slackware64/l/wireplumber-0.5.7-x86_64-1.txz.asc -rw-r--r-- 1 root root 195 2025-02-08 23:05 ./slackware64/l/wireplumber-0.5.8-x86_64-1.txz.asc
-rw-r--r-- 1 root root 257 2024-09-28 18:04 ./slackware64/l/woff2-20231106_0f4d304-x86_64-2.txt -rw-r--r-- 1 root root 257 2024-09-28 18:04 ./slackware64/l/woff2-20231106_0f4d304-x86_64-2.txt
-rw-r--r-- 1 root root 51804 2024-09-28 18:04 ./slackware64/l/woff2-20231106_0f4d304-x86_64-2.txz -rw-r--r-- 1 root root 51804 2024-09-28 18:04 ./slackware64/l/woff2-20231106_0f4d304-x86_64-2.txz
-rw-r--r-- 1 root root 195 2024-09-28 18:04 ./slackware64/l/woff2-20231106_0f4d304-x86_64-2.txz.asc -rw-r--r-- 1 root root 195 2024-09-28 18:04 ./slackware64/l/woff2-20231106_0f4d304-x86_64-2.txz.asc
@ -4158,7 +4158,7 @@ drwxr-xr-x 2 root root 102400 2025-02-07 20:37 ./slackware64/l
-rw-r--r-- 1 root root 403 2025-01-03 18:23 ./slackware64/l/zxing-cpp-2.3.0-x86_64-1.txt -rw-r--r-- 1 root root 403 2025-01-03 18:23 ./slackware64/l/zxing-cpp-2.3.0-x86_64-1.txt
-rw-r--r-- 1 root root 754144 2025-01-03 18:23 ./slackware64/l/zxing-cpp-2.3.0-x86_64-1.txz -rw-r--r-- 1 root root 754144 2025-01-03 18:23 ./slackware64/l/zxing-cpp-2.3.0-x86_64-1.txz
-rw-r--r-- 1 root root 195 2025-01-03 18:23 ./slackware64/l/zxing-cpp-2.3.0-x86_64-1.txz.asc -rw-r--r-- 1 root root 195 2025-01-03 18:23 ./slackware64/l/zxing-cpp-2.3.0-x86_64-1.txz.asc
drwxr-xr-x 2 root root 36864 2025-02-06 23:31 ./slackware64/n drwxr-xr-x 2 root root 36864 2025-02-08 23:56 ./slackware64/n
-rw-r--r-- 1 root root 357 2024-08-21 17:23 ./slackware64/n/ModemManager-1.22.0-x86_64-1.txt -rw-r--r-- 1 root root 357 2024-08-21 17:23 ./slackware64/n/ModemManager-1.22.0-x86_64-1.txt
-rw-r--r-- 1 root root 1520380 2024-08-21 17:23 ./slackware64/n/ModemManager-1.22.0-x86_64-1.txz -rw-r--r-- 1 root root 1520380 2024-08-21 17:23 ./slackware64/n/ModemManager-1.22.0-x86_64-1.txz
-rw-r--r-- 1 root root 195 2024-08-21 17:23 ./slackware64/n/ModemManager-1.22.0-x86_64-1.txz.asc -rw-r--r-- 1 root root 195 2024-08-21 17:23 ./slackware64/n/ModemManager-1.22.0-x86_64-1.txz.asc
@ -4252,9 +4252,9 @@ drwxr-xr-x 2 root root 36864 2025-02-06 23:31 ./slackware64/n
-rw-r--r-- 1 root root 598 2025-01-27 19:26 ./slackware64/n/gnupg2-2.4.7-x86_64-3.txt -rw-r--r-- 1 root root 598 2025-01-27 19:26 ./slackware64/n/gnupg2-2.4.7-x86_64-3.txt
-rw-r--r-- 1 root root 2771612 2025-01-27 19:26 ./slackware64/n/gnupg2-2.4.7-x86_64-3.txz -rw-r--r-- 1 root root 2771612 2025-01-27 19:26 ./slackware64/n/gnupg2-2.4.7-x86_64-3.txz
-rw-r--r-- 1 root root 195 2025-01-27 19:26 ./slackware64/n/gnupg2-2.4.7-x86_64-3.txz.asc -rw-r--r-- 1 root root 195 2025-01-27 19:26 ./slackware64/n/gnupg2-2.4.7-x86_64-3.txz.asc
-rw-r--r-- 1 root root 492 2024-11-05 17:44 ./slackware64/n/gnutls-3.8.8-x86_64-1.txt -rw-r--r-- 1 root root 492 2025-02-08 22:31 ./slackware64/n/gnutls-3.8.9-x86_64-1.txt
-rw-r--r-- 1 root root 2817876 2024-11-05 17:44 ./slackware64/n/gnutls-3.8.8-x86_64-1.txz -rw-r--r-- 1 root root 2823232 2025-02-08 22:31 ./slackware64/n/gnutls-3.8.9-x86_64-1.txz
-rw-r--r-- 1 root root 195 2024-11-05 17:44 ./slackware64/n/gnutls-3.8.8-x86_64-1.txz.asc -rw-r--r-- 1 root root 195 2025-02-08 22:31 ./slackware64/n/gnutls-3.8.9-x86_64-1.txz.asc
-rw-r--r-- 1 root root 286 2025-01-01 21:45 ./slackware64/n/gpa-0.11.0-x86_64-1.txt -rw-r--r-- 1 root root 286 2025-01-01 21:45 ./slackware64/n/gpa-0.11.0-x86_64-1.txt
-rw-r--r-- 1 root root 284748 2025-01-01 21:45 ./slackware64/n/gpa-0.11.0-x86_64-1.txz -rw-r--r-- 1 root root 284748 2025-01-01 21:45 ./slackware64/n/gpa-0.11.0-x86_64-1.txz
-rw-r--r-- 1 root root 195 2025-01-01 21:45 ./slackware64/n/gpa-0.11.0-x86_64-1.txz.asc -rw-r--r-- 1 root root 195 2025-01-01 21:45 ./slackware64/n/gpa-0.11.0-x86_64-1.txz.asc
@ -5877,11 +5877,11 @@ drwxr-xr-x 2 root root 4096 2024-12-23 23:46 ./slackware64/y
-rw-r--r-- 1 root root 1488844 2024-05-05 17:22 ./slackware64/y/nethack-3.6.7-x86_64-2.txz -rw-r--r-- 1 root root 1488844 2024-05-05 17:22 ./slackware64/y/nethack-3.6.7-x86_64-2.txz
-rw-r--r-- 1 root root 195 2024-05-05 17:22 ./slackware64/y/nethack-3.6.7-x86_64-2.txz.asc -rw-r--r-- 1 root root 195 2024-05-05 17:22 ./slackware64/y/nethack-3.6.7-x86_64-2.txz.asc
-rw-r--r-- 1 root root 36 2024-12-23 23:42 ./slackware64/y/tagfile -rw-r--r-- 1 root root 36 2024-12-23 23:42 ./slackware64/y/tagfile
drwxr-xr-x 18 root root 4096 2025-02-07 20:39 ./source drwxr-xr-x 18 root root 4096 2025-02-08 23:57 ./source
-rw-r--r-- 1 root root 639279 2025-02-07 20:39 ./source/CHECKSUMS.md5 -rw-r--r-- 1 root root 639279 2025-02-08 23:57 ./source/CHECKSUMS.md5
-rw-r--r-- 1 root root 195 2025-02-07 20:39 ./source/CHECKSUMS.md5.asc -rw-r--r-- 1 root root 195 2025-02-08 23:57 ./source/CHECKSUMS.md5.asc
-rw-r--r-- 1 root root 894831 2025-02-07 20:38 ./source/FILE_LIST -rw-r--r-- 1 root root 894831 2025-02-08 23:57 ./source/FILE_LIST
-rw-r--r-- 1 root root 31919632 2025-02-07 20:38 ./source/MANIFEST.bz2 -rw-r--r-- 1 root root 31933546 2025-02-08 23:57 ./source/MANIFEST.bz2
-rw-r--r-- 1 root root 828 2022-02-02 04:43 ./source/README.TXT -rw-r--r-- 1 root root 828 2022-02-02 04:43 ./source/README.TXT
drwxr-xr-x 127 root root 4096 2025-02-04 19:15 ./source/a drwxr-xr-x 127 root root 4096 2025-02-04 19:15 ./source/a
-rw-r--r-- 1 root root 339 2023-09-28 19:06 ./source/a/FTBFSlog -rw-r--r-- 1 root root 339 2023-09-28 19:06 ./source/a/FTBFSlog
@ -6748,28 +6748,28 @@ drwxr-xr-x 4 root root 4096 2021-02-13 05:31 ./source/a/pkgtools
drwxr-xr-x 2 root root 4096 2019-10-04 06:20 ./source/a/pkgtools/manpages drwxr-xr-x 2 root root 4096 2019-10-04 06:20 ./source/a/pkgtools/manpages
-rw-r--r-- 1 root root 76636 2016-06-15 01:08 ./source/a/pkgtools/manpages-l10n.tar.xz -rw-r--r-- 1 root root 76636 2016-06-15 01:08 ./source/a/pkgtools/manpages-l10n.tar.xz
-rw-r--r-- 1 root root 1265 2018-06-19 19:28 ./source/a/pkgtools/manpages/explodepkg.8 -rw-r--r-- 1 root root 1265 2018-06-19 19:28 ./source/a/pkgtools/manpages/explodepkg.8
-rw-r--r-- 1 root root 3999 2023-05-14 16:44 ./source/a/pkgtools/manpages/installpkg.8 -rw-r--r-- 1 root root 4305 2025-02-08 19:33 ./source/a/pkgtools/manpages/installpkg.8
-rw-r--r-- 1 root root 5999 2024-09-27 20:36 ./source/a/pkgtools/manpages/makepkg.8 -rw-r--r-- 1 root root 5999 2024-09-27 20:36 ./source/a/pkgtools/manpages/makepkg.8
-rw-r--r-- 1 root root 1401 2018-04-11 19:48 ./source/a/pkgtools/manpages/pkgdiff.8 -rw-r--r-- 1 root root 1401 2018-04-11 19:48 ./source/a/pkgtools/manpages/pkgdiff.8
-rw-r--r-- 1 root root 2518 2021-04-19 18:25 ./source/a/pkgtools/manpages/pkgtool.8 -rw-r--r-- 1 root root 2518 2021-04-19 18:25 ./source/a/pkgtools/manpages/pkgtool.8
-rw-r--r-- 1 root root 4140 2023-05-14 16:45 ./source/a/pkgtools/manpages/removepkg.8 -rw-r--r-- 1 root root 4334 2025-02-07 22:24 ./source/a/pkgtools/manpages/removepkg.8
-rw-r--r-- 1 root root 3048 2023-05-14 16:46 ./source/a/pkgtools/manpages/upgradepkg.8 -rw-r--r-- 1 root root 3048 2023-05-14 16:46 ./source/a/pkgtools/manpages/upgradepkg.8
-rwxr-xr-x 1 root root 4073 2025-02-07 18:19 ./source/a/pkgtools/pkgtools.SlackBuild -rwxr-xr-x 1 root root 4073 2025-02-08 21:21 ./source/a/pkgtools/pkgtools.SlackBuild
drwxr-xr-x 2 root root 4096 2024-12-22 19:12 ./source/a/pkgtools/scripts drwxr-xr-x 2 root root 4096 2024-12-22 19:12 ./source/a/pkgtools/scripts
-rw-r--r-- 1 root root 3610 2021-04-24 18:44 ./source/a/pkgtools/scripts/explodepkg -rw-r--r-- 1 root root 3610 2021-04-24 18:44 ./source/a/pkgtools/scripts/explodepkg
-rw-r--r-- 1 root root 28965 2024-12-22 19:09 ./source/a/pkgtools/scripts/installpkg -rw-r--r-- 1 root root 31479 2025-02-08 21:40 ./source/a/pkgtools/scripts/installpkg
-rw-r--r-- 1 root root 8765 2024-12-13 22:47 ./source/a/pkgtools/scripts/make-kernel-backup -rw-r--r-- 1 root root 8765 2024-12-13 22:47 ./source/a/pkgtools/scripts/make-kernel-backup
-rw-r--r-- 1 root root 13674 2021-04-24 18:44 ./source/a/pkgtools/scripts/makebootdisk -rw-r--r-- 1 root root 13674 2021-04-24 18:44 ./source/a/pkgtools/scripts/makebootdisk
-rw-r--r-- 1 root root 18237 2024-09-28 21:56 ./source/a/pkgtools/scripts/makepkg -rw-r--r-- 1 root root 18237 2024-09-28 21:56 ./source/a/pkgtools/scripts/makepkg
-rw-r--r-- 1 root root 4714 2021-04-24 18:44 ./source/a/pkgtools/scripts/pkgdiff -rw-r--r-- 1 root root 4714 2021-04-24 18:44 ./source/a/pkgtools/scripts/pkgdiff
-rw-r--r-- 1 root root 22027 2024-12-06 21:43 ./source/a/pkgtools/scripts/pkgtool -rw-r--r-- 1 root root 22027 2024-12-06 21:43 ./source/a/pkgtools/scripts/pkgtool
-rw-r--r-- 1 root root 19485 2025-02-07 18:47 ./source/a/pkgtools/scripts/removepkg -rw-r--r-- 1 root root 20000 2025-02-08 22:21 ./source/a/pkgtools/scripts/removepkg
-rw-r--r-- 1 root root 170 2003-02-16 00:56 ./source/a/pkgtools/scripts/setup.70.install-kernel -rw-r--r-- 1 root root 170 2003-02-16 00:56 ./source/a/pkgtools/scripts/setup.70.install-kernel
-rw-r--r-- 1 root root 9168 2022-09-07 18:19 ./source/a/pkgtools/scripts/setup.80.make-bootdisk -rw-r--r-- 1 root root 9168 2022-09-07 18:19 ./source/a/pkgtools/scripts/setup.80.make-bootdisk
-rw-r--r-- 1 root root 1062 2018-04-28 19:12 ./source/a/pkgtools/scripts/setup.htmlview -rw-r--r-- 1 root root 1062 2018-04-28 19:12 ./source/a/pkgtools/scripts/setup.htmlview
-rw-r--r-- 1 root root 10649 2025-01-27 19:31 ./source/a/pkgtools/scripts/setup.services -rw-r--r-- 1 root root 10649 2025-01-27 19:31 ./source/a/pkgtools/scripts/setup.services
-rw-r--r-- 1 root root 1348 2023-11-21 18:49 ./source/a/pkgtools/scripts/setup.vi-ex -rw-r--r-- 1 root root 1348 2023-11-21 18:49 ./source/a/pkgtools/scripts/setup.vi-ex
-rw-r--r-- 1 root root 15416 2024-12-06 21:43 ./source/a/pkgtools/scripts/upgradepkg -rw-r--r-- 1 root root 16994 2025-02-08 20:02 ./source/a/pkgtools/scripts/upgradepkg
-rw-r--r-- 1 root root 1128 2018-04-11 19:51 ./source/a/pkgtools/slack-desc -rw-r--r-- 1 root root 1128 2018-04-11 19:51 ./source/a/pkgtools/slack-desc
drwxr-xr-x 2 root root 4096 2025-01-14 18:35 ./source/a/plzip drwxr-xr-x 2 root root 4096 2025-01-14 18:35 ./source/a/plzip
-rw-r--r-- 1 root root 63722 2025-01-14 16:04 ./source/a/plzip/plzip-1.12.tar.lz -rw-r--r-- 1 root root 63722 2025-01-14 16:04 ./source/a/plzip/plzip-1.12.tar.lz
@ -6902,7 +6902,7 @@ drwxr-xr-x 2 root root 4096 2021-02-13 05:31 ./source/a/syslinux
-rw-r--r-- 1 root root 4580396 2013-07-25 09:37 ./source/a/syslinux/syslinux-4.07.tar.xz -rw-r--r-- 1 root root 4580396 2013-07-25 09:37 ./source/a/syslinux/syslinux-4.07.tar.xz
-rwxr-xr-x 1 root root 3689 2021-02-13 05:31 ./source/a/syslinux/syslinux.SlackBuild -rwxr-xr-x 1 root root 3689 2021-02-13 05:31 ./source/a/syslinux/syslinux.SlackBuild
-rw-r--r-- 1 root root 182 2018-09-19 00:05 ./source/a/syslinux/syslinux.glibc228.diff.gz -rw-r--r-- 1 root root 182 2018-09-19 00:05 ./source/a/syslinux/syslinux.glibc228.diff.gz
drwxr-xr-x 2 root root 4096 2025-01-04 18:13 ./source/a/sysvinit drwxr-xr-x 2 root root 4096 2025-02-08 23:03 ./source/a/sysvinit
drwxr-xr-x 2 root root 4096 2024-05-10 23:23 ./source/a/sysvinit-functions drwxr-xr-x 2 root root 4096 2024-05-10 23:23 ./source/a/sysvinit-functions
-rw-r--r-- 1 root root 832 2007-04-29 18:51 ./source/a/sysvinit-functions/README.functions -rw-r--r-- 1 root root 832 2007-04-29 18:51 ./source/a/sysvinit-functions/README.functions
-rw-r--r-- 1 root root 226 2007-05-15 02:38 ./source/a/sysvinit-functions/doinst.sh.gz -rw-r--r-- 1 root root 226 2007-05-15 02:38 ./source/a/sysvinit-functions/doinst.sh.gz
@ -6935,9 +6935,9 @@ drwxr-xr-x 2 root root 4096 2024-04-05 19:43 ./source/a/sysvinit-scripts/
-rwxr-xr-x 1 root root 2657 2025-01-27 19:33 ./source/a/sysvinit-scripts/sysvinit-scripts.SlackBuild -rwxr-xr-x 1 root root 2657 2025-01-27 19:33 ./source/a/sysvinit-scripts/sysvinit-scripts.SlackBuild
-rw-r--r-- 1 root root 668 2015-08-06 22:54 ./source/a/sysvinit/doinst.sh.gz -rw-r--r-- 1 root root 668 2015-08-06 22:54 ./source/a/sysvinit/doinst.sh.gz
-rw-r--r-- 1 root root 1009 2018-06-21 18:24 ./source/a/sysvinit/slack-desc -rw-r--r-- 1 root root 1009 2018-06-21 18:24 ./source/a/sysvinit/slack-desc
-rw-r--r-- 1 root root 235552 2025-01-03 21:07 ./source/a/sysvinit/sysvinit-3.13.tar.lz -rw-r--r-- 1 root root 236162 2025-02-08 15:55 ./source/a/sysvinit/sysvinit-3.14.tar.lz
-rwxr-xr-x 1 root root 4875 2025-01-22 19:19 ./source/a/sysvinit/sysvinit.SlackBuild -rwxr-xr-x 1 root root 4875 2025-02-08 23:03 ./source/a/sysvinit/sysvinit.SlackBuild
-rw-r--r-- 1 root root 279 2024-07-30 17:31 ./source/a/sysvinit/sysvinit.always.define.version.diff.gz -rw-r--r-- 1 root root 279 2025-02-08 23:03 ./source/a/sysvinit/sysvinit.always.define.version.diff.gz
-rw-r--r-- 1 root root 367 2012-07-31 16:44 ./source/a/sysvinit/sysvinit.paths.diff.gz -rw-r--r-- 1 root root 367 2012-07-31 16:44 ./source/a/sysvinit/sysvinit.paths.diff.gz
-rw-r--r-- 1 root root 93 2022-12-18 20:16 ./source/a/sysvinit/sysvinit.url -rw-r--r-- 1 root root 93 2022-12-18 20:16 ./source/a/sysvinit/sysvinit.url
drwxr-xr-x 2 root root 4096 2023-07-18 18:37 ./source/a/tar drwxr-xr-x 2 root root 4096 2023-07-18 18:37 ./source/a/tar
@ -8269,18 +8269,18 @@ drwxr-xr-x 2 root root 4096 2024-12-14 19:37 ./source/installer/sources/i
drwxr-xr-x 2 root root 4096 2024-12-21 18:17 ./source/installer/sources/nano drwxr-xr-x 2 root root 4096 2024-12-21 18:17 ./source/installer/sources/nano
-rw-r--r-- 1 root root 1681216 2024-12-21 10:56 ./source/installer/sources/nano/nano-8.3.tar.xz -rw-r--r-- 1 root root 1681216 2024-12-21 10:56 ./source/installer/sources/nano/nano-8.3.tar.xz
-rw-r--r-- 1 root root 833 2024-12-21 10:56 ./source/installer/sources/nano/nano-8.3.tar.xz.sig -rw-r--r-- 1 root root 833 2024-12-21 10:56 ./source/installer/sources/nano/nano-8.3.tar.xz.sig
drwxr-xr-x 6 root root 4096 2025-02-02 18:37 ./source/k drwxr-xr-x 6 root root 4096 2025-02-08 17:57 ./source/k
-rwxr-xr-x 1 root root 9830 2024-12-01 23:52 ./source/k/build-all-kernels.sh -rwxr-xr-x 1 root root 9830 2024-12-01 23:52 ./source/k/build-all-kernels.sh
drwxr-xr-x 2 root root 4096 2024-11-07 22:42 ./source/k/doinst.sh drwxr-xr-x 2 root root 4096 2024-11-07 22:42 ./source/k/doinst.sh
-rw-r--r-- 1 root root 651 2024-12-12 23:05 ./source/k/doinst.sh/doinst.sh-kernel -rw-r--r-- 1 root root 651 2024-12-12 23:05 ./source/k/doinst.sh/doinst.sh-kernel
drwxr-xr-x 2 root root 4096 2025-02-02 18:40 ./source/k/kernel-configs drwxr-xr-x 2 root root 4096 2025-02-08 18:05 ./source/k/kernel-configs
-rw-r--r-- 1 root root 264841 2025-02-02 18:40 ./source/k/kernel-configs/config-6.12.12.ia32 -rw-r--r-- 1 root root 264841 2025-02-08 18:05 ./source/k/kernel-configs/config-6.12.13.ia32
-rw-r--r-- 1 root root 269419 2025-02-02 20:05 ./source/k/kernel-configs/config-6.12.12.x64 -rw-r--r-- 1 root root 269419 2025-02-08 17:59 ./source/k/kernel-configs/config-6.12.13.x64
-rwxr-xr-x 1 root root 9679 2024-12-01 23:52 ./source/k/kernel-generic.SlackBuild -rwxr-xr-x 1 root root 9679 2024-12-01 23:52 ./source/k/kernel-generic.SlackBuild
-rwxr-xr-x 1 root root 3878 2024-10-25 00:29 ./source/k/kernel-headers.SlackBuild -rwxr-xr-x 1 root root 3878 2024-10-25 00:29 ./source/k/kernel-headers.SlackBuild
-rwxr-xr-x 1 root root 13762 2025-01-20 22:26 ./source/k/kernel-source.SlackBuild -rwxr-xr-x 1 root root 13762 2025-01-20 22:26 ./source/k/kernel-source.SlackBuild
-rw-r--r-- 1 root root 991 2025-02-01 17:54 ./source/k/linux-6.12.12.tar.sign -rw-r--r-- 1 root root 991 2025-02-08 09:08 ./source/k/linux-6.12.13.tar.sign
-rw-r--r-- 1 root root 148009132 2025-02-01 17:54 ./source/k/linux-6.12.12.tar.xz -rw-r--r-- 1 root root 147993220 2025-02-08 09:08 ./source/k/linux-6.12.13.tar.xz
drwxr-xr-x 2 root root 4096 2023-01-04 20:50 ./source/k/patches-revert-i686 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 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 -rw-r--r-- 1 root root 246 2023-01-04 20:50 ./source/k/patches-revert-i686/README
@ -10295,15 +10295,15 @@ drwxr-xr-x 2 root root 4096 2022-09-06 18:27 ./source/l/SDL2_gfx
-rw-r--r-- 1 root root 706914 2018-03-17 03:09 ./source/l/SDL2_gfx/SDL2_gfx-1.0.4.tar.lz -rw-r--r-- 1 root root 706914 2018-03-17 03:09 ./source/l/SDL2_gfx/SDL2_gfx-1.0.4.tar.lz
-rwxr-xr-x 1 root root 4573 2022-09-06 18:27 ./source/l/SDL2_gfx/SDL2_gfx.SlackBuild -rwxr-xr-x 1 root root 4573 2022-09-06 18:27 ./source/l/SDL2_gfx/SDL2_gfx.SlackBuild
-rw-r--r-- 1 root root 813 2018-02-27 06:12 ./source/l/SDL2_gfx/slack-desc -rw-r--r-- 1 root root 813 2018-02-27 06:12 ./source/l/SDL2_gfx/slack-desc
drwxr-xr-x 2 root root 4096 2024-12-27 20:04 ./source/l/SDL2_image drwxr-xr-x 2 root root 4096 2025-02-08 22:50 ./source/l/SDL2_image
-rw-r--r-- 1 root root 6446293 2024-12-26 21:53 ./source/l/SDL2_image/SDL2_image-2.8.4.tar.lz -rw-r--r-- 1 root root 4063459 2025-02-07 19:51 ./source/l/SDL2_image/SDL2_image-2.8.5.tar.lz
-rwxr-xr-x 1 root root 4500 2024-12-19 18:48 ./source/l/SDL2_image/SDL2_image.SlackBuild -rwxr-xr-x 1 root root 4500 2024-12-19 18:48 ./source/l/SDL2_image/SDL2_image.SlackBuild
-rw-r--r-- 1 root root 136 2024-12-27 20:04 ./source/l/SDL2_image/SDL2_image.url -rw-r--r-- 1 root root 136 2025-02-08 22:49 ./source/l/SDL2_image/SDL2_image.url
-rw-r--r-- 1 root root 888 2022-08-20 18:31 ./source/l/SDL2_image/slack-desc -rw-r--r-- 1 root root 888 2022-08-20 18:31 ./source/l/SDL2_image/slack-desc
drwxr-xr-x 2 root root 4096 2024-01-22 19:19 ./source/l/SDL2_mixer drwxr-xr-x 2 root root 4096 2025-02-08 22:51 ./source/l/SDL2_mixer
-rw-r--r-- 1 root root 5873215 2024-01-21 17:33 ./source/l/SDL2_mixer/SDL2_mixer-2.8.0.tar.lz -rw-r--r-- 1 root root 3403614 2025-02-07 21:20 ./source/l/SDL2_mixer/SDL2_mixer-2.8.1.tar.lz
-rwxr-xr-x 1 root root 4573 2022-09-06 18:27 ./source/l/SDL2_mixer/SDL2_mixer.SlackBuild -rwxr-xr-x 1 root root 4359 2025-02-08 22:51 ./source/l/SDL2_mixer/SDL2_mixer.SlackBuild
-rw-r--r-- 1 root root 136 2024-01-22 19:18 ./source/l/SDL2_mixer/SDL2_mixer.url -rw-r--r-- 1 root root 136 2025-02-08 22:50 ./source/l/SDL2_mixer/SDL2_mixer.url
-rw-r--r-- 1 root root 895 2022-08-20 18:31 ./source/l/SDL2_mixer/slack-desc -rw-r--r-- 1 root root 895 2022-08-20 18:31 ./source/l/SDL2_mixer/slack-desc
drwxr-xr-x 2 root root 4096 2022-09-06 18:27 ./source/l/SDL2_net drwxr-xr-x 2 root root 4096 2022-09-06 18:27 ./source/l/SDL2_net
-rw-r--r-- 1 root root 233393 2022-08-19 17:08 ./source/l/SDL2_net/SDL2_net-2.2.0.tar.lz -rw-r--r-- 1 root root 233393 2022-08-19 17:08 ./source/l/SDL2_net/SDL2_net-2.2.0.tar.lz
@ -12742,13 +12742,13 @@ drwxr-xr-x 2 root root 4096 2025-01-29 17:56 ./source/l/wavpack
-rw-r--r-- 1 root root 822696 2025-01-28 19:14 ./source/l/wavpack/wavpack-5.8.1.tar.xz -rw-r--r-- 1 root root 822696 2025-01-28 19:14 ./source/l/wavpack/wavpack-5.8.1.tar.xz
-rwxr-xr-x 1 root root 4189 2025-01-28 18:03 ./source/l/wavpack/wavpack.SlackBuild -rwxr-xr-x 1 root root 4189 2025-01-28 18:03 ./source/l/wavpack/wavpack.SlackBuild
-rw-r--r-- 1 root root 109 2025-01-29 17:56 ./source/l/wavpack/wavpack.url -rw-r--r-- 1 root root 109 2025-01-29 17:56 ./source/l/wavpack/wavpack.url
drwxr-xr-x 2 root root 4096 2024-12-03 19:53 ./source/l/wireplumber drwxr-xr-x 2 root root 4096 2025-02-08 23:05 ./source/l/wireplumber
-rw-r--r-- 1 root root 138 2024-02-11 20:05 ./source/l/wireplumber/doinst.sh.gz -rw-r--r-- 1 root root 138 2024-02-11 20:05 ./source/l/wireplumber/doinst.sh.gz
-rw-r--r-- 1 root root 983 2024-02-10 19:56 ./source/l/wireplumber/slack-desc -rw-r--r-- 1 root root 983 2024-02-10 19:56 ./source/l/wireplumber/slack-desc
-rw-r--r-- 1 root root 392505 2024-12-02 14:10 ./source/l/wireplumber/wireplumber-0.5.7.tar.lz -rw-r--r-- 1 root root 395057 2025-02-07 15:42 ./source/l/wireplumber/wireplumber-0.5.8.tar.lz
-rwxr-xr-x 1 root root 4407 2024-09-05 19:31 ./source/l/wireplumber/wireplumber.SlackBuild -rwxr-xr-x 1 root root 4407 2024-09-05 19:31 ./source/l/wireplumber/wireplumber.SlackBuild
-rw-r--r-- 1 root root 250 2023-04-13 18:07 ./source/l/wireplumber/wireplumber.desktop.sample -rw-r--r-- 1 root root 250 2023-04-13 18:07 ./source/l/wireplumber/wireplumber.desktop.sample
-rw-r--r-- 1 root root 145 2024-12-03 19:52 ./source/l/wireplumber/wireplumber.url -rw-r--r-- 1 root root 145 2025-02-08 23:04 ./source/l/wireplumber/wireplumber.url
drwxr-xr-x 2 root root 4096 2024-09-28 18:04 ./source/l/woff2 drwxr-xr-x 2 root root 4096 2024-09-28 18:04 ./source/l/woff2
-rwxr-xr-x 1 root root 1790 2020-07-09 18:37 ./source/l/woff2/get-woff2.sh -rwxr-xr-x 1 root root 1790 2020-07-09 18:37 ./source/l/woff2/get-woff2.sh
-rw-r--r-- 1 root root 743 2020-02-16 23:10 ./source/l/woff2/slack-desc -rw-r--r-- 1 root root 743 2020-02-16 23:10 ./source/l/woff2/slack-desc
@ -13032,9 +13032,9 @@ drwxr-xr-x 2 root root 4096 2025-01-16 18:33 ./source/n/gnupg2
-rw-r--r-- 1 root root 5682183 2024-11-25 11:08 ./source/n/gnupg2/gnupg-2.4.7.tar.lz -rw-r--r-- 1 root root 5682183 2024-11-25 11:08 ./source/n/gnupg2/gnupg-2.4.7.tar.lz
-rwxr-xr-x 1 root root 4391 2025-01-27 19:25 ./source/n/gnupg2/gnupg2.SlackBuild -rwxr-xr-x 1 root root 4391 2025-01-27 19:25 ./source/n/gnupg2/gnupg2.SlackBuild
-rw-r--r-- 1 root root 1052 2018-08-27 17:38 ./source/n/gnupg2/slack-desc -rw-r--r-- 1 root root 1052 2018-08-27 17:38 ./source/n/gnupg2/slack-desc
drwxr-xr-x 2 root root 4096 2024-11-05 17:42 ./source/n/gnutls drwxr-xr-x 2 root root 4096 2025-02-08 22:28 ./source/n/gnutls
-rw-r--r-- 1 root root 6696460 2024-11-05 04:23 ./source/n/gnutls/gnutls-3.8.8.tar.xz -rw-r--r-- 1 root root 6847364 2025-02-08 05:48 ./source/n/gnutls/gnutls-3.8.9.tar.xz
-rw-r--r-- 1 root root 580 2024-11-05 04:23 ./source/n/gnutls/gnutls-3.8.8.tar.xz.sig -rw-r--r-- 1 root root 566 2025-02-08 05:48 ./source/n/gnutls/gnutls-3.8.9.tar.xz.sig
-rwxr-xr-x 1 root root 5016 2024-08-15 19:53 ./source/n/gnutls/gnutls.SlackBuild -rwxr-xr-x 1 root root 5016 2024-08-15 19:53 ./source/n/gnutls/gnutls.SlackBuild
-rw-r--r-- 1 root root 946 2018-02-27 06:13 ./source/n/gnutls/slack-desc -rw-r--r-- 1 root root 946 2018-02-27 06:13 ./source/n/gnutls/slack-desc
drwxr-xr-x 2 root root 4096 2025-01-01 21:43 ./source/n/gpa drwxr-xr-x 2 root root 4096 2025-01-01 21:43 ./source/n/gpa
@ -16355,13 +16355,13 @@ drwxr-xr-x 2 root root 4096 2023-02-19 18:29 ./source/y/nethack
-rwxr-xr-x 1 root root 4972 2024-05-05 17:20 ./source/y/nethack/nethack.SlackBuild -rwxr-xr-x 1 root root 4972 2024-05-05 17:20 ./source/y/nethack/nethack.SlackBuild
-rw-r--r-- 1 root root 59 2023-02-19 18:28 ./source/y/nethack/nethack.url -rw-r--r-- 1 root root 59 2023-02-19 18:28 ./source/y/nethack/nethack.url
-rw-r--r-- 1 root root 1031 2020-12-30 21:50 ./source/y/nethack/slack-desc -rw-r--r-- 1 root root 1031 2020-12-30 21:50 ./source/y/nethack/slack-desc
drwxr-xr-x 4 root root 4096 2025-02-06 23:32 ./testing drwxr-xr-x 4 root root 4096 2025-02-08 23:57 ./testing
-rw-r--r-- 1 root root 7038 2025-02-06 23:32 ./testing/CHECKSUMS.md5 -rw-r--r-- 1 root root 7038 2025-02-08 23:57 ./testing/CHECKSUMS.md5
-rw-r--r-- 1 root root 195 2025-02-06 23:32 ./testing/CHECKSUMS.md5.asc -rw-r--r-- 1 root root 195 2025-02-08 23:57 ./testing/CHECKSUMS.md5.asc
-rw-r--r-- 1 root root 9696 2025-02-06 23:32 ./testing/FILE_LIST -rw-r--r-- 1 root root 9696 2025-02-08 23:57 ./testing/FILE_LIST
-rw-r--r-- 1 root root 1896799 2025-02-06 23:32 ./testing/MANIFEST.bz2 -rw-r--r-- 1 root root 1892905 2025-02-08 23:57 ./testing/MANIFEST.bz2
-rw-r--r-- 1 root root 5028 2025-02-06 23:32 ./testing/PACKAGES.TXT -rw-r--r-- 1 root root 5028 2025-02-08 23:57 ./testing/PACKAGES.TXT
drwxr-xr-x 2 root root 4096 2025-02-06 23:32 ./testing/packages drwxr-xr-x 2 root root 4096 2025-02-08 23:57 ./testing/packages
-rw-r--r-- 1 root root 371 2025-01-30 20:56 ./testing/packages/aaa_glibc-solibs-2.41-x86_64-1.txt -rw-r--r-- 1 root root 371 2025-01-30 20:56 ./testing/packages/aaa_glibc-solibs-2.41-x86_64-1.txt
-rw-r--r-- 1 root root 4594264 2025-01-30 20:56 ./testing/packages/aaa_glibc-solibs-2.41-x86_64-1.txz -rw-r--r-- 1 root root 4594264 2025-01-30 20:56 ./testing/packages/aaa_glibc-solibs-2.41-x86_64-1.txz
-rw-r--r-- 1 root root 195 2025-01-30 20:56 ./testing/packages/aaa_glibc-solibs-2.41-x86_64-1.txz.asc -rw-r--r-- 1 root root 195 2025-01-30 20:56 ./testing/packages/aaa_glibc-solibs-2.41-x86_64-1.txz.asc
@ -16377,15 +16377,15 @@ drwxr-xr-x 2 root root 4096 2025-02-06 23:32 ./testing/packages
-rw-r--r-- 1 root root 507 2025-01-30 20:55 ./testing/packages/glibc-profile-2.41-x86_64-1.txt -rw-r--r-- 1 root root 507 2025-01-30 20:55 ./testing/packages/glibc-profile-2.41-x86_64-1.txt
-rw-r--r-- 1 root root 1636188 2025-01-30 20:55 ./testing/packages/glibc-profile-2.41-x86_64-1.txz -rw-r--r-- 1 root root 1636188 2025-01-30 20:55 ./testing/packages/glibc-profile-2.41-x86_64-1.txz
-rw-r--r-- 1 root root 195 2025-01-30 20:55 ./testing/packages/glibc-profile-2.41-x86_64-1.txz.asc -rw-r--r-- 1 root root 195 2025-01-30 20:55 ./testing/packages/glibc-profile-2.41-x86_64-1.txz.asc
-rw-r--r-- 1 root root 553 2025-02-01 20:13 ./testing/packages/kernel-generic-6.13.1-x86_64-1.txt -rw-r--r-- 1 root root 553 2025-02-08 21:43 ./testing/packages/kernel-generic-6.13.2-x86_64-1.txt
-rw-r--r-- 1 root root 75502608 2025-02-01 20:13 ./testing/packages/kernel-generic-6.13.1-x86_64-1.txz -rw-r--r-- 1 root root 75626896 2025-02-08 21:43 ./testing/packages/kernel-generic-6.13.2-x86_64-1.txz
-rw-r--r-- 1 root root 195 2025-02-01 20:13 ./testing/packages/kernel-generic-6.13.1-x86_64-1.txz.asc -rw-r--r-- 1 root root 195 2025-02-08 21:43 ./testing/packages/kernel-generic-6.13.2-x86_64-1.txz.asc
-rw-r--r-- 1 root root 332 2025-02-01 20:14 ./testing/packages/kernel-headers-6.13.1-x86-1.txt -rw-r--r-- 1 root root 332 2025-02-08 21:44 ./testing/packages/kernel-headers-6.13.2-x86-1.txt
-rw-r--r-- 1 root root 1234148 2025-02-01 20:14 ./testing/packages/kernel-headers-6.13.1-x86-1.txz -rw-r--r-- 1 root root 1234176 2025-02-08 21:44 ./testing/packages/kernel-headers-6.13.2-x86-1.txz
-rw-r--r-- 1 root root 195 2025-02-01 20:14 ./testing/packages/kernel-headers-6.13.1-x86-1.txz.asc -rw-r--r-- 1 root root 195 2025-02-08 21:44 ./testing/packages/kernel-headers-6.13.2-x86-1.txz.asc
-rw-r--r-- 1 root root 317 2025-02-01 20:07 ./testing/packages/kernel-source-6.13.1-noarch-1.txt -rw-r--r-- 1 root root 317 2025-02-08 21:37 ./testing/packages/kernel-source-6.13.2-noarch-1.txt
-rw-r--r-- 1 root root 144064976 2025-02-01 20:07 ./testing/packages/kernel-source-6.13.1-noarch-1.txz -rw-r--r-- 1 root root 144082776 2025-02-08 21:37 ./testing/packages/kernel-source-6.13.2-noarch-1.txz
-rw-r--r-- 1 root root 195 2025-02-01 20:07 ./testing/packages/kernel-source-6.13.1-noarch-1.txz.asc -rw-r--r-- 1 root root 195 2025-02-08 21:37 ./testing/packages/kernel-source-6.13.2-noarch-1.txz.asc
-rw-r--r-- 1 root root 362 2025-02-06 19:31 ./testing/packages/mesa-25.0.0_rc2-x86_64-1.txt -rw-r--r-- 1 root root 362 2025-02-06 19:31 ./testing/packages/mesa-25.0.0_rc2-x86_64-1.txt
-rw-r--r-- 1 root root 39663668 2025-02-06 19:31 ./testing/packages/mesa-25.0.0_rc2-x86_64-1.txz -rw-r--r-- 1 root root 39663668 2025-02-06 19:31 ./testing/packages/mesa-25.0.0_rc2-x86_64-1.txz
-rw-r--r-- 1 root root 195 2025-02-06 19:31 ./testing/packages/mesa-25.0.0_rc2-x86_64-1.txz.asc -rw-r--r-- 1 root root 195 2025-02-06 19:31 ./testing/packages/mesa-25.0.0_rc2-x86_64-1.txz.asc
@ -16418,18 +16418,18 @@ drwxr-xr-x 2 root root 4096 2006-09-14 06:32 ./testing/source/glibc/profil
-rw-r--r-- 1 root root 1132 2018-02-27 06:12 ./testing/source/glibc/slack-desc.glibc-debug -rw-r--r-- 1 root root 1132 2018-02-27 06:12 ./testing/source/glibc/slack-desc.glibc-debug
-rw-r--r-- 1 root root 811 2018-02-27 06:12 ./testing/source/glibc/slack-desc.glibc-i18n -rw-r--r-- 1 root root 811 2018-02-27 06:12 ./testing/source/glibc/slack-desc.glibc-i18n
-rw-r--r-- 1 root root 968 2018-02-27 06:12 ./testing/source/glibc/slack-desc.glibc-profile -rw-r--r-- 1 root root 968 2018-02-27 06:12 ./testing/source/glibc/slack-desc.glibc-profile
drwxr-xr-x 6 root root 4096 2025-02-01 17:53 ./testing/source/linux-6.13.x drwxr-xr-x 6 root root 4096 2025-02-08 17:58 ./testing/source/linux-6.13.x
-rwxr-xr-x 1 root root 9830 2024-12-01 23:52 ./testing/source/linux-6.13.x/build-all-kernels.sh -rwxr-xr-x 1 root root 9830 2024-12-01 23:52 ./testing/source/linux-6.13.x/build-all-kernels.sh
drwxr-xr-x 2 root root 4096 2024-11-07 22:42 ./testing/source/linux-6.13.x/doinst.sh drwxr-xr-x 2 root root 4096 2024-11-07 22:42 ./testing/source/linux-6.13.x/doinst.sh
-rw-r--r-- 1 root root 651 2024-12-12 23:05 ./testing/source/linux-6.13.x/doinst.sh/doinst.sh-kernel -rw-r--r-- 1 root root 651 2024-12-12 23:05 ./testing/source/linux-6.13.x/doinst.sh/doinst.sh-kernel
drwxr-xr-x 2 root root 4096 2025-02-01 18:35 ./testing/source/linux-6.13.x/kernel-configs drwxr-xr-x 2 root root 4096 2025-02-08 18:05 ./testing/source/linux-6.13.x/kernel-configs
-rw-r--r-- 1 root root 280800 2025-02-01 18:35 ./testing/source/linux-6.13.x/kernel-configs/config-6.13.1.ia32 -rw-r--r-- 1 root root 280800 2025-02-08 18:05 ./testing/source/linux-6.13.x/kernel-configs/config-6.13.2.ia32
-rw-r--r-- 1 root root 285591 2025-02-01 17:55 ./testing/source/linux-6.13.x/kernel-configs/config-6.13.1.x64 -rw-r--r-- 1 root root 285591 2025-02-08 17:59 ./testing/source/linux-6.13.x/kernel-configs/config-6.13.2.x64
-rwxr-xr-x 1 root root 9679 2024-12-01 23:52 ./testing/source/linux-6.13.x/kernel-generic.SlackBuild -rwxr-xr-x 1 root root 9679 2024-12-01 23:52 ./testing/source/linux-6.13.x/kernel-generic.SlackBuild
-rwxr-xr-x 1 root root 3878 2024-10-25 00:29 ./testing/source/linux-6.13.x/kernel-headers.SlackBuild -rwxr-xr-x 1 root root 3878 2024-10-25 00:29 ./testing/source/linux-6.13.x/kernel-headers.SlackBuild
-rwxr-xr-x 1 root root 13762 2025-01-20 22:26 ./testing/source/linux-6.13.x/kernel-source.SlackBuild -rwxr-xr-x 1 root root 13762 2025-01-20 22:26 ./testing/source/linux-6.13.x/kernel-source.SlackBuild
-rw-r--r-- 1 root root 989 2025-02-01 16:29 ./testing/source/linux-6.13.x/linux-6.13.1.tar.sign -rw-r--r-- 1 root root 989 2025-02-08 09:14 ./testing/source/linux-6.13.x/linux-6.13.2.tar.sign
-rw-r--r-- 1 root root 148511044 2025-02-01 16:29 ./testing/source/linux-6.13.x/linux-6.13.1.tar.xz -rw-r--r-- 1 root root 148491820 2025-02-08 09:14 ./testing/source/linux-6.13.x/linux-6.13.2.tar.xz
drwxr-xr-x 2 root root 4096 2023-01-04 20:50 ./testing/source/linux-6.13.x/patches-revert-i686 drwxr-xr-x 2 root root 4096 2023-01-04 20:50 ./testing/source/linux-6.13.x/patches-revert-i686
-rw-r--r-- 1 root root 1132 2023-01-03 00:53 ./testing/source/linux-6.13.x/patches-revert-i686/0001-x86-ioremap-Fix-page-aligned-size-calculation-in-__i.patch.gz -rw-r--r-- 1 root root 1132 2023-01-03 00:53 ./testing/source/linux-6.13.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.13.x/patches-revert-i686/README -rw-r--r-- 1 root root 246 2023-01-04 20:50 ./testing/source/linux-6.13.x/patches-revert-i686/README
@ -16462,9 +16462,9 @@ drwxr-xr-x 2 root root 4096 2021-03-12 01:31 ./testing/source/mesa/amber/p
drwxr-xr-x 2 root root 4096 2025-01-30 22:42 ./testing/source/mesa/patches drwxr-xr-x 2 root root 4096 2025-01-30 22:42 ./testing/source/mesa/patches
drwxr-xr-x 2 root root 4096 2024-12-19 22:31 ./testing/source/mesa/patches-revert drwxr-xr-x 2 root root 4096 2024-12-19 22:31 ./testing/source/mesa/patches-revert
-rw-r--r-- 1 root root 814 2019-09-25 19:15 ./testing/source/mesa/slack-desc -rw-r--r-- 1 root root 814 2019-09-25 19:15 ./testing/source/mesa/slack-desc
drwxr-xr-x 2 root root 4096 2025-02-02 22:21 ./usb-and-pxe-installers drwxr-xr-x 2 root root 4096 2025-02-08 23:51 ./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 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 9197 2013-09-25 04:33 ./usb-and-pxe-installers/README_USB.TXT
-rw-r--r-- 1 root root 598 2024-09-12 20:38 ./usb-and-pxe-installers/pxelinux.cfg_default -rw-r--r-- 1 root root 598 2024-09-12 20:38 ./usb-and-pxe-installers/pxelinux.cfg_default
-rw-r--r-- 1 root root 111526912 2025-02-02 22:21 ./usb-and-pxe-installers/usbboot.img -rw-r--r-- 1 root root 111559680 2025-02-08 23:51 ./usb-and-pxe-installers/usbboot.img
-rw-r--r-- 1 root root 16314 2022-03-24 20:54 ./usb-and-pxe-installers/usbimg2disk.sh -rw-r--r-- 1 root root 16314 2022-03-24 20:54 ./usb-and-pxe-installers/usbimg2disk.sh

View file

@ -1,7 +1,7 @@
Slackware initrd mini HOWTO Slackware initrd mini HOWTO
by Patrick Volkerding, volkerdi@slackware.com by Patrick Volkerding, volkerdi@slackware.com
Sun Feb 2 22:10:02 UTC 2025 Sat Feb 8 23:25:27 UTC 2025
This document describes how to create and install an initrd. This document describes how to create and install an initrd.
Also see "man mkinitrd". Also see "man mkinitrd".

View file

@ -1,5 +1,5 @@
Welcome to 09Slackware6407 version 15.1 (Linux kernel 6.12.12)! Welcome to 09Slackware6407 version 15.1 (Linux kernel 6.12.13)!
If you need to pass extra parameters to the kernel, enter them at the prompt 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., generic.s). below after the name of the kernel to boot (e.g., generic.s).

View file

@ -1,3 +1,3 @@
These kernels are version 6.12.12. These kernels are version 6.12.13.

View file

@ -68,7 +68,7 @@ Press ENTER when you are done." 19 76 10 \
"jfsutils" "Utilities for IBM's Journaled Filesystem" "on" \ "jfsutils" "Utilities for IBM's Journaled Filesystem" "on" \
"kbd" "Change keyboard and console mappings" "on" \ "kbd" "Change keyboard and console mappings" "on" \
"kernel-firmware" "Linux kernel firmware" "on" \ "kernel-firmware" "Linux kernel firmware" "on" \
"kernel-generic" "Generic 6.12.12 Linux kernel and modules" "on" \ "kernel-generic" "Generic 6.12.13 Linux kernel and modules" "on" \
"kmod" "Kernel module utilities" "on" \ "kmod" "Kernel module utilities" "on" \
"lbzip2" "Parallel bzip2 compressor" "on" \ "lbzip2" "Parallel bzip2 compressor" "on" \
"less" "A text pager utility" "on" \ "less" "A text pager utility" "on" \

View file

@ -68,7 +68,7 @@ Press ENTER when you are done." 19 76 10 \
"jfsutils" "Utilities for IBM's Journaled Filesystem" "on" \ "jfsutils" "Utilities for IBM's Journaled Filesystem" "on" \
"kbd" "Change keyboard and console mappings" "on" \ "kbd" "Change keyboard and console mappings" "on" \
"kernel-firmware" "Linux kernel firmware" "on" \ "kernel-firmware" "Linux kernel firmware" "on" \
"kernel-generic" "Generic 6.12.12 Linux kernel and modules" "on" \ "kernel-generic" "Generic 6.12.13 Linux kernel and modules" "on" \
"kmod" "Kernel module utilities" "on" \ "kmod" "Kernel module utilities" "on" \
"lbzip2" "Parallel bzip2 compressor" "on" \ "lbzip2" "Parallel bzip2 compressor" "on" \
"less" "A text pager utility" "on" \ "less" "A text pager utility" "on" \

View file

@ -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. \ the SPACE key to deselect any items you don't want to install. \
Press ENTER when you are \ Press ENTER when you are \
done." 11 70 1 \ done." 11 70 1 \
"kernel-source" "Linux 6.12.12 kernel source" "on" \ "kernel-source" "Linux 6.12.13 kernel source" "on" \
2> $TMP/SeTpkgs 2> $TMP/SeTpkgs
if [ $? = 1 -o $? = 255 ]; then if [ $? = 1 -o $? = 255 ]; then
rm -f $TMP/SeTpkgs rm -f $TMP/SeTpkgs

View file

@ -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. \ the SPACE key to deselect any items you don't want to install. \
Press ENTER when you are \ Press ENTER when you are \
done." 11 70 1 \ done." 11 70 1 \
"kernel-source" "Linux 6.12.12 kernel source" "on" \ "kernel-source" "Linux 6.12.13 kernel source" "on" \
2> $TMP/SeTpkgs 2> $TMP/SeTpkgs
if [ $? = 1 -o $? = 255 ]; then if [ $? = 1 -o $? = 255 ]; then
rm -f $TMP/SeTpkgs rm -f $TMP/SeTpkgs

View file

@ -37,6 +37,9 @@ installpkg \- install Slackware packages.
.B \--terselength <length> .B \--terselength <length>
] ]
[ [
.B \--verbose
]
[
.B \--ask .B \--ask
] ]
[ [
@ -51,6 +54,9 @@ installpkg \- install Slackware packages.
[ [
.B \--no-overwrite .B \--no-overwrite
] ]
[
.B \--save-cookies
]
.BI packagename .BI packagename
[ [
.B packagename2 ... .B packagename2 ...
@ -91,6 +97,9 @@ Install the package displaying only a single description line to stdout.
.B \--terselength <length> .B \--terselength <length>
Maximum line length of --terse mode output. Default is the number of terminal columns. Maximum line length of --terse mode output. Default is the number of terminal columns.
.TP .TP
.B \--verbose
Display the complete file list as the package is installed.
.TP
.B \--ask .B \--ask
Used with -menu mode. When selected, always ask if a package should be Used with -menu mode. When selected, always ask if a package should be
installed regardless of what the package's priority is. installed regardless of what the package's priority is.
@ -116,6 +125,10 @@ When extracting the package, do not overwrite existing files. Usually, this opti
should not be used. It exists so that upgradepkg can use it for the second installation should not be used. It exists so that upgradepkg can use it for the second installation
pass. The first pass has already overwritten the previous package's files, and this will pass. The first pass has already overwritten the previous package's files, and this will
catch the few corner cases without generating unnecessary writes. catch the few corner cases without generating unnecessary writes.
.TP
.B \--save-cookies
When called by upgradepkg, save some data in the temp directory after the first installpkg
pass so that the second pass can use it (avoiding redundant processing).
.SH EXAMPLES .SH EXAMPLES
.TP .TP
.B Install a font package for X: .B Install a font package for X:

View file

@ -34,6 +34,9 @@ removepkg \- remove Slackware packages.
.B \--terse .B \--terse
] ]
[ [
.B \--verbose
]
[
.B \--warn .B \--warn
] ]
[ [
@ -111,6 +114,11 @@ Skip running the the uninstall script.
.TP .TP
.B \--terse .B \--terse
Remove the package displaying only a single description line to stdout. Remove the package displaying only a single description line to stdout.
This is the default, but the option has been kept in case any scripts use it.
.TP
.B \--verbose
Display the list of files, symlinks, and directories as the package is
removed.
.TP .TP
.B \--warn packagename .B \--warn packagename
Generate a report to the standard output about which files and directories Generate a report to the standard output about which files and directories

View file

@ -30,7 +30,7 @@ PKGNAM=pkgtools
# *** UPDATE THESE WITH EACH BUILD: # *** UPDATE THESE WITH EACH BUILD:
VERSION=15.1 VERSION=15.1
ARCH=${ARCH:-noarch} ARCH=${ARCH:-noarch}
BUILD=${BUILD:-26} BUILD=${BUILD:-27}
# If the variable PRINT_PACKAGE_NAME is set, then this script will report what # If the variable PRINT_PACKAGE_NAME is set, then this script will report what
# the name of the created package would be, and then exit. This information # the name of the created package would be, and then exit. This information

View file

@ -1,7 +1,7 @@
#!/bin/bash #!/bin/bash
# Copyright 1994, 1998, 2000 Patrick Volkerding, Concord, CA, USA # Copyright 1994, 1998, 2000 Patrick Volkerding, Concord, CA, USA
# Copyright 2001, 2003 Slackware Linux, Inc., Concord, CA, USA # Copyright 2001, 2003 Slackware Linux, Inc., Concord, CA, USA
# Copyright 2007, 2009, 2011, 2017, 2018, 2019, 2020, 2021, 2024 Patrick Volkerding, Sebeka, MN, USA # Copyright 2007, 2009, 2011, 2017, 2018, 2019, 2020, 2021, 2024, 2025 Patrick Volkerding, Sebeka, MN, USA
# All rights reserved. # All rights reserved.
# #
# Redistribution and use of this script, with or without modification, is # Redistribution and use of this script, with or without modification, is
@ -21,6 +21,15 @@
# OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF # OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
# #
# Sat Feb 8 19:01:48 UTC 2025
# Add --save-cookies option. This won't delete some cookies in the $TMP
# directory containing the package's description and size. This lets a
# second pass from upgradepkg access this data without having to derive it
# all over again.
#
# Fri Feb 7 15:38:56 CST 2025
# Add --verbose option to show all the files in the package.
#
# Thu May 20 18:55:21 UTC 2021 # Thu May 20 18:55:21 UTC 2021
# Add support for the flag ALWAYS_RUN_INSTALL_SCRIPT in doinst.sh. If it # Add support for the flag ALWAYS_RUN_INSTALL_SCRIPT in doinst.sh. If it
# appears, then the install script will always be run, even in the pre-install # appears, then the install script will always be run, even in the pre-install
@ -141,14 +150,15 @@ umask 022
# then we can stop needlessly erasing files in the /install directory while # then we can stop needlessly erasing files in the /install directory while
# also making installpkg thread-safe. Don't check for recent tar - we'll # also making installpkg thread-safe. Don't check for recent tar - we'll
# already break from --attrs and --xattrs anyway if the wrong tar is used. # already break from --attrs and --xattrs anyway if the wrong tar is used.
if which mcookie 1> /dev/null 2> /dev/null ; then if [ -z "$MCOOKIE" ]; then
MCOOKIE=$(mcookie) if which mcookie 1> /dev/null 2> /dev/null ; then
INSTDIR=installpkg-${MCOOKIE} MCOOKIE=$(mcookie)
else else
# Well, we will make due with this: # Well, we will make due with this:
MCOOKIE=$$ MCOOKIE=$$
INSTDIR=installpkg-${MCOOKIE} fi
fi fi
INSTDIR=installpkg-${MCOOKIE}
# Create a lockfile directory if it doesn't exist. We can use it to prevent # Create a lockfile directory if it doesn't exist. We can use it to prevent
# screen corruption (from multiple dialogs) and install script collisions # screen corruption (from multiple dialogs) and install script collisions
@ -164,7 +174,7 @@ usage() {
Usage: installpkg [options] <package_filename> Usage: installpkg [options] <package_filename>
Installpkg is used to install a .t{gz,bz,lz,xz} package like this: Installpkg is used to install a .t{gz,bz,lz,xz} package like this:
installpkg slackware-package-1.0.0-i486-1.tgz (or .tbz, .tlz, .txz) installpkg slackware-package-1.0.0-x64_64-1.txz (or .tgz, .tbz, .tlz)
options: --warn (warn if files will be overwritten, but do not install) options: --warn (warn if files will be overwritten, but do not install)
--dry-run (same as --warn) --dry-run (same as --warn)
@ -173,6 +183,7 @@ options: --warn (warn if files will be overwritten, but do not install)
--terse (display a one-line short description for install) --terse (display a one-line short description for install)
--terselength <length> (line length in terse mode - default is --terselength <length> (line length in terse mode - default is
the number of columns available) the number of columns available)
--verbose (list all the files that are installed)
--menu (confirm package installation with a menu, unless --menu (confirm package installation with a menu, unless
the priority is [required] or ADD) the priority is [required] or ADD)
--ask (used with menu mode: always ask if a package should be --ask (used with menu mode: always ask if a package should be
@ -196,17 +207,13 @@ options: --warn (warn if files will be overwritten, but do not install)
installation pass. The first pass has already overwritten installation pass. The first pass has already overwritten
the previous package's files, and this will catch the few the previous package's files, and this will catch the few
corner cases without generating unnecessary writes. corner cases without generating unnecessary writes.
--save-cookies When called by upgradepkg, save some data in the
temp directory after the first installpkg pass so that
the second pass can use it (avoiding redundant processing).
EOF EOF
} }
# Eliminate whitespace function:
crunch() {
while read FOO ; do
echo $FOO
done
}
# Strip version, architecture and build from the end of the name # Strip version, architecture and build from the end of the name
package_name() { package_name() {
pkgbase $1 | sed 's?-[^-]*-[^-]*-[^-]*$??' pkgbase $1 | sed 's?-[^-]*-[^-]*-[^-]*$??'
@ -247,6 +254,9 @@ while [ 0 ]; do
elif [ "$1" = "-terselength" -o "$1" = "--terselength" ]; then elif [ "$1" = "-terselength" -o "$1" = "--terselength" ]; then
TERSELENGTH=$2 TERSELENGTH=$2
shift 2 shift 2
elif [ "$1" = "-verbose" -o "$1" = "--verbose" ]; then
VERBOSE=true
shift 1
elif [ "$1" = "-menu" -o "$1" = "--menu" ]; then elif [ "$1" = "-menu" -o "$1" = "--menu" ]; then
MODE=menu MODE=menu
shift 1 shift 1
@ -256,6 +266,9 @@ while [ 0 ]; do
elif [ "$1" = "--no-overwrite" ]; then elif [ "$1" = "--no-overwrite" ]; then
NO_OVERWRITE=" --skip-old-files " NO_OVERWRITE=" --skip-old-files "
shift 1 shift 1
elif [ "$1" = "--save-cookies" ]; then
DONT_DELETE_COOKIES="true"
shift 1
elif [ "$1" = "-tagfile" -o "$1" = "--tagfile" ]; then elif [ "$1" = "-tagfile" -o "$1" = "--tagfile" ]; then
if [ -r "$2" ]; then if [ -r "$2" ]; then
USERTAGFILE="$2" USERTAGFILE="$2"
@ -507,31 +520,57 @@ for package in $* ; do
# Figure out some package information, like the compressed and uncompressed # Figure out some package information, like the compressed and uncompressed
# sizes, and where to find the package description: # sizes, and where to find the package description:
COMPRESSED="$(/bin/du -sh "$(readlink -f $package)" | cut -f 1)"
# See if we can get the compressed size from a cookie (previous pass):
if [ -r $TMP/comp-$MCOOKIE ]; then
COMPRESSED="$(cat $TMP/comp-$MCOOKIE)"
else
# Calculate it and save a cookie:
COMPRESSED="$(/bin/du -sh "$(readlink -f $package)" | cut -f 1)"
echo $COMPRESSED > $TMP/comp-$MCOOKIE
fi
# Clear the description variable:
DESCRIPTION="" DESCRIPTION=""
# First check for .txt file next to the package, since this is faster:
if grep "^$packagebase:" "$packagedir/$shortname.txt" 1> /dev/null 2> /dev/null ; then # See if we can get the description from a cookie (previous pass):
DESCRIPTION="$packagedir/$shortname.txt" if [ -r $TMP/desc-$MCOOKIE ]; then
elif grep "^$shortname:" "$packagedir/$shortname.txt" 1> /dev/null 2> /dev/null ; then DESCRIPTION="$TMP/desc-$MCOOKIE"
DESCRIPTION="$packagedir/$shortname.txt"
fi fi
# Test tarball integrity and get uncompressed package size: # Then check for .txt file next to the package (also fast):
if [ "$MODE" = "install" ]; then if [ "$DESCRIPTION" = "" ]; then
echo "Verifying package $(basename $package)." if grep "^$packagebase:" "$packagedir/$shortname.txt" 1> /dev/null 2> /dev/null ; then
fi DESCRIPTION="$packagedir/$shortname.txt"
cat $package | $packagecompression -dc | LC_ALL=C dd 2> $TMP/tmpsize${MCOOKIE} | tar tf - 2> /dev/null 1> $TMP/tmplist${MCOOKIE} elif grep "^$shortname:" "$packagedir/$shortname.txt" 1> /dev/null 2> /dev/null ; then
TARERROR=$? DESCRIPTION="$packagedir/$shortname.txt"
if [ ! "$TARERROR" = "0" ]; then
EXITSTATUS=1 # tar file corrupt
if [ "$MODE" = "install" ]; then
echo "Unable to install $package: tar archive is corrupt (tar returned error code $TARERROR)"
fi fi
rm -f $TMP/tmplist${MCOOKIE} $TMP/tmpsize${MCOOKIE}
continue
fi fi
UNCOMPRESSED="$(cat $TMP/tmpsize${MCOOKIE} | tail -n 1 | cut -f 1 -d ' ' | numfmt --to=iec)"
rm -f $TMP/tmpsize${MCOOKIE} # If we already have the uncompressed size in a cookie, then we are on the
# second pass from upgradepkg, and the package has already been verified.
if [ -r $TMP/uncomp-$MCOOKIE ]; then
UNCOMPRESSED="$(cat $TMP/uncomp-$MCOOKIE)"
else
# Test tarball integrity and get uncompressed package size:
if [ "$MODE" = "install" ]; then
echo "Verifying package $(basename $package)."
fi
cat $package | $packagecompression -dc | LC_ALL=C dd 2> $TMP/tmpsize${MCOOKIE} | tar tf - 2> /dev/null 1> $TMP/tmplist${MCOOKIE}
TARERROR=$?
if [ ! "$TARERROR" = "0" ]; then
EXITSTATUS=1 # tar file corrupt
if [ "$MODE" = "install" ]; then
echo "Unable to install $package: tar archive is corrupt (tar returned error code $TARERROR)"
fi
rm -f $TMP/tmplist${MCOOKIE} $TMP/tmpsize${MCOOKIE}
continue
fi
UNCOMPRESSED="$(cat $TMP/tmpsize${MCOOKIE} | tail -n 1 | cut -f 1 -d ' ' | numfmt --to=iec)"
rm -f $TMP/tmpsize${MCOOKIE}
# Save the uncompressed size in a cookie:
echo "$UNCOMPRESSED" > $TMP/uncomp-$MCOOKIE
fi
# If we still don't have a package description, look inside the package. # If we still don't have a package description, look inside the package.
# This requires a costly untar. # This requires a costly untar.
@ -550,6 +589,17 @@ for package in $* ; do
DESCRIPTION="/dev/null" DESCRIPTION="/dev/null"
fi fi
# If it doesn't exist already, write the description into a cookie:
if [ ! -r $TMP/desc-$MCOOKIE ]; then
cat $DESCRIPTION > $TMP/desc-$MCOOKIE
DESCRIPTION="$TMP/desc-$MCOOKIE"
fi
# If we used a scan directory, get rid of it:
if [ -d "$TMP/scan${MCOOKIE}" ]; then
rm -rf "$TMP/scan${MCOOKIE}"
fi
# Gather package infomation into a temporary file: # Gather package infomation into a temporary file:
grep "^$packagebase:" $DESCRIPTION | cut -f 2- -d : | cut -b2- 1> $TMP/tmpmsg${MCOOKIE} 2> /dev/null grep "^$packagebase:" $DESCRIPTION | cut -f 2- -d : | cut -b2- 1> $TMP/tmpmsg${MCOOKIE} 2> /dev/null
if [ "$shortname" != "$packagebase" ]; then if [ "$shortname" != "$packagebase" ]; then
@ -636,7 +686,6 @@ EOF
rm -f "$ROOT/$file" rm -f "$ROOT/$file"
fi fi
done done
rm -f $TMP/tmplist${MCOOKIE}
# Write the package file database entry and install the package: # Write the package file database entry and install the package:
echo "PACKAGE NAME: $shortname" > $ADM_DIR/packages/$shortname echo "PACKAGE NAME: $shortname" > $ADM_DIR/packages/$shortname
@ -653,10 +702,19 @@ EOF
grep "^$shortname:" $DESCRIPTION >> $ADM_DIR/packages/$shortname 2> /dev/null grep "^$shortname:" $DESCRIPTION >> $ADM_DIR/packages/$shortname 2> /dev/null
fi fi
echo "FILE LIST:" >> $ADM_DIR/packages/$shortname echo "FILE LIST:" >> $ADM_DIR/packages/$shortname
if [ "$INSTDIR" = "install" ]; then if [ "$INSTDIR" = "install" ]; then
( cd $ROOT/ ; $packagecompression -dc | tar --acls --xattrs --xattrs-include='*' --keep-directory-symlink $NO_OVERWRITE -xpvf - | LC_ALL=C sort ) < $package >> $TMP/$shortname 2> /dev/null if [ "$VERBOSE" = "true" -a -z "$NO_OVERWRITE" ]; then
( cd $ROOT/ ; $packagecompression -dc | tar --acls --xattrs --xattrs-include='*' --keep-directory-symlink $NO_OVERWRITE -xpvf - | LC_ALL=C sort ) < $package 2> /dev/null | tee -a $TMP/$shortname | sed "s/^/\//g"
else
( cd $ROOT/ ; $packagecompression -dc | tar --acls --xattrs --xattrs-include='*' --keep-directory-symlink $NO_OVERWRITE -xpvf - | LC_ALL=C sort ) < $package >> $TMP/$shortname 2> /dev/null
fi
else else
( cd $ROOT/ ; $packagecompression -dc | tar --transform "s,^install$,$INSTDIR," --transform "s,^install/,$INSTDIR/," --acls --xattrs --xattrs-include='*' --keep-directory-symlink $NO_OVERWRITE -xpvf - | LC_ALL=C sort ) < $package >> $TMP/$shortname 2> /dev/null if [ "$VERBOSE" = "true" -a -z "$NO_OVERWRITE" ]; then
( cd $ROOT/ ; $packagecompression -dc | tar --transform "s,^install$,$INSTDIR," --transform "s,^install/,$INSTDIR/," --acls --xattrs --xattrs-include='*' --keep-directory-symlink $NO_OVERWRITE -xpvf - | LC_ALL=C sort ) < $package 2> /dev/null | tee -a $TMP/$shortname | sed "s/^/\//g"
else
( cd $ROOT/ ; $packagecompression -dc | tar --transform "s,^install$,$INSTDIR," --transform "s,^install/,$INSTDIR/," --acls --xattrs --xattrs-include='*' --keep-directory-symlink $NO_OVERWRITE -xpvf - | LC_ALL=C sort ) < $package >> $TMP/$shortname 2> /dev/null
fi
fi fi
if [ "$( grep '^\./' $TMP/$shortname | wc -l | tr -d ' ')" = "1" ]; then if [ "$( grep '^\./' $TMP/$shortname | wc -l | tr -d ' ')" = "1" ]; then
# Good. We have a package that meets the Slackware spec. # Good. We have a package that meets the Slackware spec.
@ -737,11 +795,10 @@ EOF
( cd $ROOT/$INSTDIR ; rm -f do*inst.sh slack-* 1> /dev/null 2>&1 ) ( cd $ROOT/$INSTDIR ; rm -f do*inst.sh slack-* 1> /dev/null 2>&1 )
rmdir $ROOT/$INSTDIR 1> /dev/null 2>&1 rmdir $ROOT/$INSTDIR 1> /dev/null 2>&1
fi fi
# If we used a scan directory, get rid of it: # Either save or purge the remaining cookies:
if [ -d "$TMP/scan${MCOOKIE}" ]; then if [ ! "$DONT_DELETE_COOKIES" = "true" ]; then
rm -rf "$TMP/scan${MCOOKIE}" rm -f $TMP/*${MCOOKIE}
fi fi
rm -f $TMP/tmpmsg${MCOOKIE} $TMP/reply${MCOOKIE}
if [ "$MODE" = "install" ]; then if [ "$MODE" = "install" ]; then
echo "Package $(basename $package) installed." echo "Package $(basename $package) installed."
fi fi

View file

@ -24,6 +24,9 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
# #
# Fri Feb 7 21:57:35 UTC 2025
# Add --verbose option if you really want to see the removed files/dirs/links.
#
# Fri Feb 7 18:47:07 UTC 2025 # Fri Feb 7 18:47:07 UTC 2025
# Also use delete_files_fast() to remove symlinks if possible. # Also use delete_files_fast() to remove symlinks if possible.
# #
@ -292,10 +295,14 @@ delete_files_fast() {
else else
XARGS_THREADS=1 XARGS_THREADS=1
fi fi
# It's unfortunate that we can't use parallel --will-cite instead of
# xargs -P $XARGS_THREADS as we occasionally get some corrupted output
# with xargs -P. But upstream doesn't like parallel --will-cite in
# scripts unless you pay them 10000 EUR.
if [ $TERSE ]; then if [ $TERSE ]; then
grep -v "/$" | sed "s/^/\"$ROOT\//g" | sed "s/$/\"/g" | xargs -P $XARGS_THREADS rm -f grep -v "/$" | sed "s|^|\"$ROOT\/|g" | sed "s/$/\"/g" | xargs -P $XARGS_THREADS rm -f
else else
grep -v "/$" | sed "s/^/\"$ROOT\//g" | sed "s/$/\"/g" | xargs -P $XARGS_THREADS rm -f -v | sed "s/removed '/ --> Deleting /g" | sed "s/'$//g" grep -v "/$" | sed "s|^|\"$ROOT\/|g" | sed "s/$/\"/g" | xargs -P $XARGS_THREADS rm -f -v | sed "s/removed '/ --> Deleting /g" | sed "s/'$//g"
fi fi
} }
@ -338,9 +345,9 @@ delete_dirs_fast() {
# No xargs -P here, since the directories need to be removed in an exact order. # No xargs -P here, since the directories need to be removed in an exact order.
# As seen above: # Using 2> /dev/null to prevent noise from upgradepkg when a directory changes to a symlink. # As seen above: # Using 2> /dev/null to prevent noise from upgradepkg when a directory changes to a symlink.
if [ $TERSE ]; then if [ $TERSE ]; then
grep "/$" | sort -r | sed "s/^/\"$ROOT\//g" | sed "s/$/\"/g" | xargs rmdir --ignore-fail-on-non-empty 2> /dev/null grep "/$" | sort -r | sed "s|^|\"$ROOT\/|g" | sed "s/$/\"/g" | xargs rmdir --ignore-fail-on-non-empty 2> /dev/null
else else
grep "/$" | sort -r | sed "s/^/\"$ROOT\//g" | sed "s/$/\"/g" | xargs rmdir --ignore-fail-on-non-empty -v 2> /dev/null | sed "s/rmdir: removing directory, '/ --> Deleting empty directory /g" | sed "s/'$//g" grep "/$" | sort -r | sed "s|^|\"$ROOT\/|g" | sed "s/$/\"/g" | xargs rmdir --ignore-fail-on-non-empty -v 2> /dev/null | sed "s/rmdir: removing directory, '/ --> Deleting empty directory /g" | sed "s/'$//g"
fi fi
} }
@ -471,7 +478,7 @@ remove_packages() {
} }
if [ "$#" = "0" ]; then if [ "$#" = "0" ]; then
echo "Usage: $(basename $0) [--copy] [--keep] [--preserve] [--skip-douninst] [--terse] [--warn] [--dry-run] packagename ..."; exit 1 echo "Usage: $(basename $0) [--copy] [--keep] [--preserve] [--skip-douninst] [--terse] [--verbose] [--warn] [--dry-run] packagename ..."; exit 1
fi fi
while : ; do while : ; do
@ -481,12 +488,18 @@ while : ; do
-preserve | --preserve) PRESERVE=true; shift;; -preserve | --preserve) PRESERVE=true; shift;;
-skip-douninst | --skip-douninst) SKIP_DOUNINST=true; shift;; -skip-douninst | --skip-douninst) SKIP_DOUNINST=true; shift;;
-terse | --terse) TERSE=0; shift;; -terse | --terse) TERSE=0; shift;;
-verbose | --verbose) VERBOSE=true ; shift;;
-warn | --warn | -dry-run | --dry-run) WARN=true; shift;; -warn | --warn | -dry-run | --dry-run) WARN=true; shift;;
-* | --*) echo "Usage: $(basename $0) [--copy] [--keep] [--preserve] [--warn] [--dry-run] packagename ..."; exit 1;; -* | --*) echo "Usage: $(basename $0) [--copy] [--keep] [--preserve] [--warn] [--dry-run] packagename ..."; exit 1;;
*) break *) break
esac esac
done done
# If we are not VERBOSE then we are terse:
if [ ! "$VERBOSE" = "true" ]; then
TERSE=0
fi
if [ "$WARN" = "true" ]; then if [ "$WARN" = "true" ]; then
unset TERSE unset TERSE
echo "Only warning... not actually removing any files." echo "Only warning... not actually removing any files."

View file

@ -1,8 +1,8 @@
#!/bin/bash #!/bin/bash
# Copyright 1999 Patrick Volkerding, Moorhead, Minnesota, USA # Copyright 1999 Patrick Volkerding, Moorhead, Minnesota, USA
# Copyright 2001, 2002, 2003 Slackware Linux, Inc., Concord, California, USA # Copyright 2001, 2002, 2003 Slackware Linux, Inc., Concord, California, USA
# Copyright 2009, 2015, 2021 Patrick J. Volkerding, Sebeka, MN, USA
# Copyright 2015 Michal Nazarewicz <mina86@mina86.com> # Copyright 2015 Michal Nazarewicz <mina86@mina86.com>
# Copyright 2009, 2015, 2021, 2025 Patrick J. Volkerding, Sebeka, MN, USA
# All rights reserved. # All rights reserved.
# #
# Redistribution and use of this script, with or without modification, is # Redistribution and use of this script, with or without modification, is
@ -22,6 +22,14 @@
# OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF # OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
# #
# Sat Feb 8 19:19:05 UTC 2025
# Export a unique $MCOOKIE to be used for both installpkg passes.
# For the first pass, call installpkg with the --save-cookies option. This will
# keep some data from installpkg's first pass to save time in the second pass.
#
# Fri Feb 7 22:13:15 UTC 2025
# Pass the --verbose option to installpkg/removepkg.
#
# Wed May 19 04:46:53 UTC 2021 # Wed May 19 04:46:53 UTC 2021
# export PRE_INSTALL_PASS="true" if we'll be running installpkg a second time # export PRE_INSTALL_PASS="true" if we'll be running installpkg a second time
# for each package. Perhaps then we could skip some expensive install script # for each package. Perhaps then we could skip some expensive install script
@ -277,13 +285,13 @@ for ARG; do
echo "Installing: ${OUTPUTLINE}" echo "Installing: ${OUTPUTLINE}"
) 9> $INSTLOCKDIR/outputline.lock ) 9> $INSTLOCKDIR/outputline.lock
else else
cat << EOF BBAR="======================================================================================================================================================="
BLURB="| Installing new package $INCOMINGDIR/$NNAME |"
+============================================================================== echo
| Installing new package $INCOMINGDIR/$NNAME echo "+$(echo $BBAR | cut -b 1-$(expr $(echo $BLURB | wc -c) - 3))+"
+============================================================================== echo $BLURB
echo "+$(echo $BBAR | cut -b 1-$(expr $(echo $BLURB | wc -c) - 3))+"
EOF echo
/sbin/installpkg $INCOMINGDIR/$NNAME /sbin/installpkg $INCOMINGDIR/$NNAME
fi fi
fi fi
@ -309,13 +317,13 @@ EOF
echo "$NEW would be skipped (already installed)." echo "$NEW would be skipped (already installed)."
else else
if ! [ $TERSE ]; then if ! [ $TERSE ]; then
cat << EOF BBAR="======================================================================================================================================================="
BLURB="| Skipping package $NEW (already installed) |"
+============================================================================== echo
| Skipping package $NEW (already installed) echo "+$(echo $BBAR | cut -b 1-$(expr $(echo $BLURB | wc -c) - 3))+"
+============================================================================== echo $BLURB
echo "+$(echo $BBAR | cut -b 1-$(expr $(echo $BLURB | wc -c) - 3))+"
EOF echo
fi fi
fi fi
continue; continue;
@ -352,12 +360,13 @@ EOF
# Print a banner for the current upgrade: # Print a banner for the current upgrade:
if ! [ $TERSE ]; then if ! [ $TERSE ]; then
cat << EOF BBAR="======================================================================================================================================================="
BLURB="| Upgrading $OLD package using $INCOMINGDIR/$NNAME |"
+============================================================================== echo
| Upgrading $OLD package using $INCOMINGDIR/$NNAME echo "+$(echo $BBAR | cut -b 1-$(expr $(echo $BLURB | wc -c) - 3))+"
+============================================================================== echo $BLURB
EOF echo "+$(echo $BBAR | cut -b 1-$(expr $(echo $BLURB | wc -c) - 3))+"
echo
fi fi
# Next, the new package is pre-installed: # Next, the new package is pre-installed:
@ -367,28 +376,45 @@ EOF
export PRE_INSTALL_PASS="true" export PRE_INSTALL_PASS="true"
fi fi
# Export an MCOOKIE here for use by installpkg. This can be used to store
# information from the first pass so that we don't have to do redundant
# processing in the second pass.
if which mcookie 1> /dev/null 2> /dev/null ; then
MCOOKIE=$(mcookie)
else
# Well, we will make due with this:
MCOOKIE=$$
fi
export MCOOKIE
# Unless we are using a BAD OPTION, we'll want to save the cookies after this
# first pass:
if [ ! "$NOT_PARANOID" = "true" ]; then
SAVE_COOKIES="--save-cookies"
fi
if [ "$VERBOSE" = "verbose" ]; then if [ "$VERBOSE" = "verbose" ]; then
if ! [ $TERSE ]; then if ! [ $TERSE ]; then
/sbin/installpkg $INCOMINGDIR/$NNAME /sbin/installpkg --verbose $SAVE_COOKIES $INCOMINGDIR/$NNAME
RETCODE=$? RETCODE=$?
else else
/sbin/installpkg $INCOMINGDIR/$NNAME 1> /dev/null /sbin/installpkg $SAVE_COOKIES $INCOMINGDIR/$NNAME 1> /dev/null
RETCODE=$? RETCODE=$?
fi fi
else else
if [ $PLAINTERSE ]; then if [ $PLAINTERSE ]; then
/sbin/installpkg --terse --terselength $TERSELENGTH $INCOMINGDIR/$NNAME /sbin/installpkg --terse --terselength $TERSELENGTH $SAVE_COOKIES $INCOMINGDIR/$NNAME
elif [ $INFOBOX ]; then elif [ $INFOBOX ]; then
/sbin/installpkg --infobox $INCOMINGDIR/$NNAME /sbin/installpkg --infobox $SAVE_COOKIES $INCOMINGDIR/$NNAME
elif [ $TERSE ]; then elif [ $TERSE ]; then
OUTPUTLINE="$(/sbin/installpkg --terse --terselength $(expr $TERSELENGTH - 12) $INCOMINGDIR/$NNAME)" OUTPUTLINE="$(/sbin/installpkg --terse --terselength $(expr $TERSELENGTH - 12) $SAVE_COOKIES $INCOMINGDIR/$NNAME)"
RETCODE=$? RETCODE=$?
( flock 9 || exit 11 ( flock 9 || exit 11
echo "Upgrading: ${OUTPUTLINE}" echo "Upgrading: ${OUTPUTLINE}"
) 9> $INSTLOCKDIR/outputline.lock ) 9> $INSTLOCKDIR/outputline.lock
else else
echo "Pre-installing package $NEW..." echo "Pre-installing package $NEW..."
/sbin/installpkg --terse $INCOMINGDIR/$NNAME | tail -n +2 /sbin/installpkg --terse $SAVE_COOKIES $INCOMINGDIR/$NNAME | tail -n +2
RETCODE=$? RETCODE=$?
fi fi
fi fi
@ -417,7 +443,7 @@ EOF
( flock 9 || exit 11 ( flock 9 || exit 11
for rempkg in "$ADM_DIR/packages/"*"-$TIMESTAMP"; do for rempkg in "$ADM_DIR/packages/"*"-$TIMESTAMP"; do
if [ "$VERBOSE" = "verbose" ]; then if [ "$VERBOSE" = "verbose" ]; then
/sbin/removepkg "${rempkg##*/}" /sbin/removepkg --verbose "${rempkg##*/}"
elif ! [ $TERSE ]; then elif ! [ $TERSE ]; then
/sbin/removepkg "${rempkg##*/}" | grep -v 'Skipping\.\|Removing files:' /sbin/removepkg "${rempkg##*/}" | grep -v 'Skipping\.\|Removing files:'
else else

View file

@ -24,7 +24,7 @@ cd $(dirname $0) ; CWD=$(pwd)
PKGNAM=sysvinit PKGNAM=sysvinit
VERSION=${VERSION:-$(echo $PKGNAM-*.tar.?z | rev | cut -f 3- -d . | cut -f 1 -d - | rev)} VERSION=${VERSION:-$(echo $PKGNAM-*.tar.?z | rev | cut -f 3- -d . | cut -f 1 -d - | rev)}
BUILD=${BUILD:-2} BUILD=${BUILD:-1}
# Automatically determine the architecture we're building on: # Automatically determine the architecture we're building on:
if [ -z "$ARCH" ]; then if [ -z "$ARCH" ]; then

View file

@ -1,11 +1,11 @@
--- ./src/init.c.orig 2024-07-28 19:08:45.000000000 -0500 --- ./src/init.c.orig 2025-02-08 17:02:45.588607023 -0600
+++ ./src/init.c 2024-07-30 12:30:58.602177873 -0500 +++ ./src/init.c 2025-02-08 17:03:11.407605594 -0600
@@ -12,9 +12,7 @@ @@ -12,9 +12,7 @@
/* /*
Version information is not placed in the top-level Makefile by default Version information is not placed in the top-level Makefile by default
*/ */
-#ifndef VERSION -#ifndef VERSION
#define VERSION "3.10" #define VERSION "3.14"
-#endif -#endif
/* /*
* This file is part of the sysvinit suite, * This file is part of the sysvinit suite,

View file

@ -1,15 +1,15 @@
# #
# Automatically generated file; DO NOT EDIT. # Automatically generated file; DO NOT EDIT.
# Linux/x86 6.12.12 Kernel Configuration # Linux/x86 6.12.13 Kernel Configuration
# #
CONFIG_CC_VERSION_TEXT="gcc (GCC) 14.2.0" CONFIG_CC_VERSION_TEXT="gcc (GCC) 14.2.0"
CONFIG_CC_IS_GCC=y CONFIG_CC_IS_GCC=y
CONFIG_GCC_VERSION=140200 CONFIG_GCC_VERSION=140200
CONFIG_CLANG_VERSION=0 CONFIG_CLANG_VERSION=0
CONFIG_AS_IS_GNU=y CONFIG_AS_IS_GNU=y
CONFIG_AS_VERSION=24301 CONFIG_AS_VERSION=24400
CONFIG_LD_IS_BFD=y CONFIG_LD_IS_BFD=y
CONFIG_LD_VERSION=24301 CONFIG_LD_VERSION=24400
CONFIG_LLD_VERSION=0 CONFIG_LLD_VERSION=0
CONFIG_RUSTC_VERSION=108401 CONFIG_RUSTC_VERSION=108401
CONFIG_RUST_IS_AVAILABLE=y CONFIG_RUST_IS_AVAILABLE=y

View file

@ -1,6 +1,6 @@
# #
# Automatically generated file; DO NOT EDIT. # Automatically generated file; DO NOT EDIT.
# Linux/x86 6.12.12 Kernel Configuration # Linux/x86 6.12.13 Kernel Configuration
# #
CONFIG_CC_VERSION_TEXT="gcc (GCC) 14.2.0" CONFIG_CC_VERSION_TEXT="gcc (GCC) 14.2.0"
CONFIG_CC_IS_GCC=y CONFIG_CC_IS_GCC=y

View file

@ -1,2 +1,2 @@
https://github.com/libsdl-org/SDL_image https://github.com/libsdl-org/SDL_image
https://github.com/libsdl-org/SDL_image/releases/download/release-2.8.4/SDL2_image-2.8.4.tar.gz https://github.com/libsdl-org/SDL_image/releases/download/release-2.8.5/SDL2_image-2.8.5.tar.gz

View file

@ -29,7 +29,7 @@ BUILD=${BUILD:-1}
# Automatically determine the architecture we're building on: # Automatically determine the architecture we're building on:
if [ -z "$ARCH" ]; then if [ -z "$ARCH" ]; then
case "$(uname -m)" in case "$(uname -m)" in
i?86) ARCH=i586 ;; i?86) ARCH=i686 ;;
arm*) readelf /usr/bin/file -A | grep -E -q "Tag_CPU.*[4,5]" && ARCH=arm || ARCH=armv7hl ;; arm*) readelf /usr/bin/file -A | grep -E -q "Tag_CPU.*[4,5]" && ARCH=arm || ARCH=armv7hl ;;
# Unless $ARCH is already set, use uname -m for all other archs: # Unless $ARCH is already set, use uname -m for all other archs:
*) ARCH=$(uname -m) ;; *) ARCH=$(uname -m) ;;
@ -47,21 +47,12 @@ fi
NUMJOBS=${NUMJOBS:-" -j$(expr $(nproc) + 1) "} NUMJOBS=${NUMJOBS:-" -j$(expr $(nproc) + 1) "}
if [ "$ARCH" = "i586" ]; then if [ "$ARCH" = "i686" ]; then
SLKCFLAGS="-O2 -march=i586 -mtune=i686" SLKCFLAGS="-O2 -march=pentium4 -mtune=generic"
LIBDIRSUFFIX=""
elif [ "$ARCH" = "i686" ]; then
SLKCFLAGS="-O2 -march=i686"
LIBDIRSUFFIX=""
elif [ "$ARCH" = "s390" ]; then
SLKCFLAGS="-O2"
LIBDIRSUFFIX="" LIBDIRSUFFIX=""
elif [ "$ARCH" = "x86_64" ]; then elif [ "$ARCH" = "x86_64" ]; then
SLKCFLAGS="-O2 -fPIC" SLKCFLAGS="-O2 -march=x86-64 -mtune=generic -fPIC"
LIBDIRSUFFIX="64" LIBDIRSUFFIX="64"
elif [ "$ARCH" = "armv7hl" ]; then
SLKCFLAGS="-O3 -march=armv7-a -mfpu=vfpv3-d16"
LIBDIRSUFFIX=""
else else
SLKCFLAGS="-O2" SLKCFLAGS="-O2"
LIBDIRSUFFIX="" LIBDIRSUFFIX=""

View file

@ -1,2 +1,2 @@
https://github.com/libsdl-org/SDL_mixer https://github.com/libsdl-org/SDL_mixer
https://github.com/libsdl-org/SDL_mixer/releases/download/release-2.8.0/SDL2_mixer-2.8.0.tar.gz https://github.com/libsdl-org/SDL_mixer/releases/download/release-2.8.1/SDL2_mixer-2.8.1.tar.gz

View file

@ -1,2 +1,2 @@
https://gitlab.freedesktop.org/pipewire/wireplumber https://gitlab.freedesktop.org/pipewire/wireplumber
https://gitlab.freedesktop.org/pipewire/wireplumber/-/archive/0.5.7/wireplumber-0.5.7.tar.gz https://gitlab.freedesktop.org/pipewire/wireplumber/-/archive/0.5.8/wireplumber-0.5.8.tar.gz

View file

@ -1,15 +1,15 @@
# #
# Automatically generated file; DO NOT EDIT. # Automatically generated file; DO NOT EDIT.
# Linux/x86 6.13.1 Kernel Configuration # Linux/x86 6.13.2 Kernel Configuration
# #
CONFIG_CC_VERSION_TEXT="gcc (GCC) 14.2.0" CONFIG_CC_VERSION_TEXT="gcc (GCC) 14.2.0"
CONFIG_CC_IS_GCC=y CONFIG_CC_IS_GCC=y
CONFIG_GCC_VERSION=140200 CONFIG_GCC_VERSION=140200
CONFIG_CLANG_VERSION=0 CONFIG_CLANG_VERSION=0
CONFIG_AS_IS_GNU=y CONFIG_AS_IS_GNU=y
CONFIG_AS_VERSION=24301 CONFIG_AS_VERSION=24400
CONFIG_LD_IS_BFD=y CONFIG_LD_IS_BFD=y
CONFIG_LD_VERSION=24301 CONFIG_LD_VERSION=24400
CONFIG_LLD_VERSION=0 CONFIG_LLD_VERSION=0
CONFIG_RUSTC_VERSION=108401 CONFIG_RUSTC_VERSION=108401
CONFIG_RUST_IS_AVAILABLE=y CONFIG_RUST_IS_AVAILABLE=y

View file

@ -1,15 +1,15 @@
# #
# Automatically generated file; DO NOT EDIT. # Automatically generated file; DO NOT EDIT.
# Linux/x86 6.13.1 Kernel Configuration # Linux/x86 6.13.2 Kernel Configuration
# #
CONFIG_CC_VERSION_TEXT="gcc (GCC) 14.2.0" CONFIG_CC_VERSION_TEXT="gcc (GCC) 14.2.0"
CONFIG_CC_IS_GCC=y CONFIG_CC_IS_GCC=y
CONFIG_GCC_VERSION=140200 CONFIG_GCC_VERSION=140200
CONFIG_CLANG_VERSION=0 CONFIG_CLANG_VERSION=0
CONFIG_AS_IS_GNU=y CONFIG_AS_IS_GNU=y
CONFIG_AS_VERSION=24301 CONFIG_AS_VERSION=24400
CONFIG_LD_IS_BFD=y CONFIG_LD_IS_BFD=y
CONFIG_LD_VERSION=24301 CONFIG_LD_VERSION=24400
CONFIG_LLD_VERSION=0 CONFIG_LLD_VERSION=0
CONFIG_RUSTC_VERSION=108401 CONFIG_RUSTC_VERSION=108401
CONFIG_RUSTC_LLVM_VERSION=190105 CONFIG_RUSTC_LLVM_VERSION=190105