From 9951f6a1a8f4dca5d4eec76256a02429024489a8 Mon Sep 17 00:00:00 2001 From: Patrick J Volkerding Date: Fri, 8 Nov 2024 22:17:50 +0000 Subject: [PATCH] Fri Nov 8 22:17:50 UTC 2024 a/kernel-firmware-20241108_ad74054-noarch-1.txz: Upgraded. a/kernel-generic-6.11.7-x86_64-1.txz: Upgraded. Unless disabled in /etc/default/geninitrd, automatically generate an initial ramdisk upon package installation or upgrade. a/mkinitrd-1.4.11-x86_64-46.txz: Rebuilt. geninitrd: also accept /opt/sbin/geninitrd as an override. Suggested by regdub. Since the installer sends different args to the setup scripts, we can't use $1 as the kernel file with setup.01.mkinitrd, so convert it into a variable in geninitrd instead (if needed). mkinitrd_command_generator.sh: pvdisplay will complain if there are any file descriptors besides stdin, stdout, and stderr, which will always be true when called from a package install script due to file locking. So send stderr from the two calls to pvdisplay to /dev/null. d/kernel-headers-6.11.7-x86-1.txz: Upgraded. k/kernel-source-6.11.7-noarch-1.txz: Upgraded. l/python-packaging-24.2-x86_64-1.txz: Upgraded. n/iptables-1.8.11-x86_64-1.txz: Upgraded. n/lftp-4.9.3-x86_64-1.txz: Upgraded. x/ibus-m17n-1.4.34-x86_64-1.txz: Upgraded. x/xbacklight-1.2.4-x86_64-1.txz: Upgraded. x/xf86-video-nouveau-1.0.18-x86_64-1.txz: Upgraded. x/xrandr-1.5.3-x86_64-1.txz: Upgraded. xfce/xfce4-weather-plugin-0.11.3-x86_64-1.txz: Upgraded. extra/xf86-video-fbdev/xf86-video-fbdev-0.5.1-x86_64-1.txz: Upgraded. isolinux/initrd.img: Rebuilt. kernels/*: Upgraded. usb-and-pxe-installers/usbboot.img: Rebuilt. --- ChangeLog.rss | 42 ++- ChangeLog.txt | 30 ++ FILELIST.TXT | 277 +++++++++--------- README.initrd | 66 ++--- .../xf86-video-fbdev.SlackBuild | 22 +- isolinux/message.txt | 2 +- kernels/VERSIONS.TXT | 2 +- recompress.sh | 1 - slackware64/a/maketag | 2 +- slackware64/a/maketag.ez | 2 +- slackware64/k/maketag | 2 +- slackware64/k/maketag.ez | 2 +- source/a/mkinitrd/geninitrd | 12 +- source/a/mkinitrd/mkinitrd.SlackBuild | 2 +- .../a/mkinitrd/mkinitrd_command_generator.sh | 4 +- source/a/mkinitrd/setup.01.mkinitrd | 12 +- source/k/build-all-kernels.sh | 44 ++- source/k/doinst.sh/doinst.sh-kernel | 3 + ...{config-6.11.6.ia32 => config-6.11.7.ia32} | 2 +- .../{config-6.11.6.x64 => config-6.11.7.x64} | 2 +- source/k/kernel-generic.SlackBuild | 14 +- .../python-packaging.SlackBuild | 2 +- source/n/iptables/iptables.SlackBuild | 11 +- source/n/lftp/lftp.SlackBuild | 22 +- source/n/lftp/lftp.c99.patch | 22 -- source/n/lftp/lftp.url | 2 + source/x/x11/build/xbacklight | 2 +- source/x/x11/configure/xf86-video-nouveau | 11 +- .../xfce4-weather-plugin.SlackBuild | 11 +- 29 files changed, 321 insertions(+), 307 deletions(-) create mode 100644 source/k/doinst.sh/doinst.sh-kernel rename source/k/kernel-configs/{config-6.11.6.ia32 => config-6.11.7.ia32} (99%) rename source/k/kernel-configs/{config-6.11.6.x64 => config-6.11.7.x64} (99%) delete mode 100644 source/n/lftp/lftp.c99.patch create mode 100644 source/n/lftp/lftp.url diff --git a/ChangeLog.rss b/ChangeLog.rss index 5dd80e983..5f745e4b5 100644 --- a/ChangeLog.rss +++ b/ChangeLog.rss @@ -11,9 +11,47 @@ Tracking Slackware development in git. en-us urn:uuid:c964f45e-6732-11e8-bbe5-107b4450212f - Thu, 7 Nov 2024 21:46:13 GMT - Thu, 7 Nov 2024 22:42:30 GMT + Fri, 8 Nov 2024 22:17:50 GMT + Fri, 8 Nov 2024 23:52:43 GMT maintain_current_git.sh v 1.17 + + Fri, 8 Nov 2024 22:17:50 GMT + Fri, 8 Nov 2024 22:17:50 GMT + https://git.slackware.nl/current/tag/?h=20241108221750 + 20241108221750 + + +a/kernel-firmware-20241108_ad74054-noarch-1.txz: Upgraded. +a/kernel-generic-6.11.7-x86_64-1.txz: Upgraded. + Unless disabled in /etc/default/geninitrd, automatically generate an initial + ramdisk upon package installation or upgrade. +a/mkinitrd-1.4.11-x86_64-46.txz: Rebuilt. + geninitrd: also accept /opt/sbin/geninitrd as an override. + Suggested by regdub. + Since the installer sends different args to the setup scripts, we can't use + $1 as the kernel file with setup.01.mkinitrd, so convert it into a variable + in geninitrd instead (if needed). + mkinitrd_command_generator.sh: pvdisplay will complain if there are any file + descriptors besides stdin, stdout, and stderr, which will always be true when + called from a package install script due to file locking. So send stderr from + the two calls to pvdisplay to /dev/null. +d/kernel-headers-6.11.7-x86-1.txz: Upgraded. +k/kernel-source-6.11.7-noarch-1.txz: Upgraded. +l/python-packaging-24.2-x86_64-1.txz: Upgraded. +n/iptables-1.8.11-x86_64-1.txz: Upgraded. +n/lftp-4.9.3-x86_64-1.txz: Upgraded. +x/ibus-m17n-1.4.34-x86_64-1.txz: Upgraded. +x/xbacklight-1.2.4-x86_64-1.txz: Upgraded. +x/xf86-video-nouveau-1.0.18-x86_64-1.txz: Upgraded. +x/xrandr-1.5.3-x86_64-1.txz: Upgraded. +xfce/xfce4-weather-plugin-0.11.3-x86_64-1.txz: Upgraded. +extra/xf86-video-fbdev/xf86-video-fbdev-0.5.1-x86_64-1.txz: Upgraded. +isolinux/initrd.img: Rebuilt. +kernels/*: Upgraded. +usb-and-pxe-installers/usbboot.img: Rebuilt. + ]]> + + Thu, 7 Nov 2024 21:46:13 GMT Thu, 7 Nov 2024 21:46:13 GMT diff --git a/ChangeLog.txt b/ChangeLog.txt index b4e266098..a37a87d76 100644 --- a/ChangeLog.txt +++ b/ChangeLog.txt @@ -1,3 +1,33 @@ +Fri Nov 8 22:17:50 UTC 2024 +a/kernel-firmware-20241108_ad74054-noarch-1.txz: Upgraded. +a/kernel-generic-6.11.7-x86_64-1.txz: Upgraded. + Unless disabled in /etc/default/geninitrd, automatically generate an initial + ramdisk upon package installation or upgrade. +a/mkinitrd-1.4.11-x86_64-46.txz: Rebuilt. + geninitrd: also accept /opt/sbin/geninitrd as an override. + Suggested by regdub. + Since the installer sends different args to the setup scripts, we can't use + $1 as the kernel file with setup.01.mkinitrd, so convert it into a variable + in geninitrd instead (if needed). + mkinitrd_command_generator.sh: pvdisplay will complain if there are any file + descriptors besides stdin, stdout, and stderr, which will always be true when + called from a package install script due to file locking. So send stderr from + the two calls to pvdisplay to /dev/null. +d/kernel-headers-6.11.7-x86-1.txz: Upgraded. +k/kernel-source-6.11.7-noarch-1.txz: Upgraded. +l/python-packaging-24.2-x86_64-1.txz: Upgraded. +n/iptables-1.8.11-x86_64-1.txz: Upgraded. +n/lftp-4.9.3-x86_64-1.txz: Upgraded. +x/ibus-m17n-1.4.34-x86_64-1.txz: Upgraded. +x/xbacklight-1.2.4-x86_64-1.txz: Upgraded. +x/xf86-video-nouveau-1.0.18-x86_64-1.txz: Upgraded. +x/xrandr-1.5.3-x86_64-1.txz: Upgraded. +xfce/xfce4-weather-plugin-0.11.3-x86_64-1.txz: Upgraded. +extra/xf86-video-fbdev/xf86-video-fbdev-0.5.1-x86_64-1.txz: Upgraded. +isolinux/initrd.img: Rebuilt. +kernels/*: Upgraded. +usb-and-pxe-installers/usbboot.img: Rebuilt. ++--------------------------+ Thu Nov 7 21:46:13 UTC 2024 a/libblockdev-3.2.1-x86_64-1.txz: Upgraded. a/mkinitrd-1.4.11-x86_64-45.txz: Rebuilt. diff --git a/FILELIST.TXT b/FILELIST.TXT index 82845e288..63e0b9d16 100644 --- a/FILELIST.TXT +++ b/FILELIST.TXT @@ -1,35 +1,35 @@ -Thu Nov 7 21:51:40 UTC 2024 +Fri Nov 8 22:22:01 UTC 2024 Here is the file list for this directory. If you are using a mirror site and find missing or extra files in the disk subdirectories, please have the archive administrator refresh the mirror. -drwxr-xr-x 12 root root 4096 2024-11-07 21:46 . +drwxr-xr-x 12 root root 4096 2024-11-08 22:17 . -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 1159094 2024-11-06 20:59 ./CHECKSUMS.md5 --rw-r--r-- 1 root root 195 2024-11-06 20:59 ./CHECKSUMS.md5.asc +-rw-r--r-- 1 root root 1159093 2024-11-07 21:52 ./CHECKSUMS.md5 +-rw-r--r-- 1 root root 195 2024-11-07 21:52 ./CHECKSUMS.md5.asc -rw-r--r-- 1 root root 17976 1994-06-10 02:28 ./COPYING -rw-r--r-- 1 root root 35147 2007-06-30 04:21 ./COPYING3 -rw-r--r-- 1 root root 19573 2016-06-23 20:08 ./COPYRIGHT.TXT -rw-r--r-- 1 root root 616 2006-10-02 04:37 ./CRYPTO_NOTICE.TXT --rw-r--r-- 1 root root 1226156 2024-11-07 21:46 ./ChangeLog.txt +-rw-r--r-- 1 root root 1227684 2024-11-08 22:17 ./ChangeLog.txt drwxr-xr-x 3 root root 4096 2013-03-20 22:17 ./EFI -drwxr-xr-x 2 root root 4096 2024-11-01 21:12 ./EFI/BOOT +drwxr-xr-x 2 root root 4096 2024-11-08 21:35 ./EFI/BOOT -rw-r--r-- 1 root root 1200128 2024-09-12 20:40 ./EFI/BOOT/bootx64.efi --rw-r--r-- 2 root root 13554176 2024-11-01 20:50 ./EFI/BOOT/generic.s +-rw-r--r-- 2 root root 13558272 2024-11-08 20:45 ./EFI/BOOT/generic.s -rw-r--r-- 1 root root 78 2013-09-23 20:35 ./EFI/BOOT/grub-embedded.cfg -rw-r--r-- 1 root root 917 2024-09-12 20:08 ./EFI/BOOT/grub.cfg --rw-r--r-- 2 root root 95211836 2024-11-01 21:11 ./EFI/BOOT/initrd.img +-rw-r--r-- 2 root root 95202184 2024-11-08 21:35 ./EFI/BOOT/initrd.img -rwxr-xr-x 1 root root 2504 2019-07-05 18:54 ./EFI/BOOT/make-grub.sh -rw-r--r-- 1 root root 10722 2013-09-21 19:02 ./EFI/BOOT/osdetect.cfg -rw-r--r-- 1 root root 1273 2013-08-12 21:08 ./EFI/BOOT/tools.cfg --rw-r--r-- 1 root root 1516833 2024-11-06 20:59 ./FILELIST.TXT +-rw-r--r-- 1 root root 1516832 2024-11-07 21:51 ./FILELIST.TXT -rw-r--r-- 1 root root 1572 2012-08-29 18:27 ./GPG-KEY --rw-r--r-- 1 root root 913807 2024-11-07 21:51 ./PACKAGES.TXT +-rw-r--r-- 1 root root 913800 2024-11-08 22:21 ./PACKAGES.TXT -rw-r--r-- 1 root root 8034 2022-02-02 03:36 ./README.TXT --rw-r--r-- 1 root root 3571 2024-11-01 20:56 ./README.initrd +-rw-r--r-- 1 root root 2640 2024-11-08 21:16 ./README.initrd -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 19646 2023-12-11 20:36 ./README_RAID.TXT @@ -39,12 +39,12 @@ drwxr-xr-x 2 root root 4096 2024-11-01 21:12 ./EFI/BOOT -rw-r--r-- 1 root root 17294 2008-12-08 18:13 ./SPEAK_INSTALL.TXT -rw-r--r-- 1 root root 57187 2022-02-01 19:37 ./Slackware-HOWTO -rw-r--r-- 1 root root 8700 2022-01-26 05:44 ./UPGRADE.TXT -drwxr-xr-x 16 root root 4096 2024-10-30 20:45 ./extra --rw-r--r-- 1 root root 45933 2024-10-30 20:45 ./extra/CHECKSUMS.md5 --rw-r--r-- 1 root root 195 2024-10-30 20:45 ./extra/CHECKSUMS.md5.asc --rw-r--r-- 1 root root 57019 2024-10-30 20:45 ./extra/FILE_LIST --rw-r--r-- 1 root root 154051 2024-10-30 20:45 ./extra/MANIFEST.bz2 --rw-r--r-- 1 root root 34901 2024-10-30 20:45 ./extra/PACKAGES.TXT +drwxr-xr-x 16 root root 4096 2024-11-08 22:20 ./extra +-rw-r--r-- 1 root root 45933 2024-11-08 22:20 ./extra/CHECKSUMS.md5 +-rw-r--r-- 1 root root 195 2024-11-08 22:20 ./extra/CHECKSUMS.md5.asc +-rw-r--r-- 1 root root 57019 2024-11-08 22:20 ./extra/FILE_LIST +-rw-r--r-- 1 root root 154002 2024-11-08 22:20 ./extra/MANIFEST.bz2 +-rw-r--r-- 1 root root 34901 2024-11-08 22:20 ./extra/PACKAGES.TXT -rw-r--r-- 1 root root 149 2002-02-09 00:18 ./extra/README.TXT drwxr-xr-x 2 root root 20480 2020-05-26 20:38 ./extra/aspell-word-lists -rw-r--r-- 1 root root 171 2016-06-06 20:10 ./extra/aspell-word-lists/aspell-af-0.50_0-x86_64-5.txt @@ -582,10 +582,10 @@ drwxr-xr-x 2 root root 4096 2023-03-21 19:39 ./extra/source/tigervnc/patch -rw-r--r-- 1 root root 1608298 2024-10-22 13:45 ./extra/source/tigervnc/tigervnc-1.14.1.tar.lz -rwxr-xr-- 1 root root 8708 2024-10-29 20:51 ./extra/source/tigervnc/tigervnc.SlackBuild -rw-r--r-- 1 root root 5016608 2024-10-29 16:13 ./extra/source/tigervnc/xorg-server-21.1.14.tar.xz -drwxr-xr-x 2 root root 4096 2022-09-06 18:32 ./extra/source/xf86-video-fbdev +drwxr-xr-x 2 root root 4096 2024-11-08 18:44 ./extra/source/xf86-video-fbdev -rw-r--r-- 1 root root 875 2018-02-27 06:13 ./extra/source/xf86-video-fbdev/slack-desc --rw-r--r-- 1 root root 261644 2018-05-30 16:33 ./extra/source/xf86-video-fbdev/xf86-video-fbdev-0.5.0.tar.xz --rwxr-xr-x 1 root root 3957 2022-09-06 18:32 ./extra/source/xf86-video-fbdev/xf86-video-fbdev.SlackBuild +-rw-r--r-- 1 root root 269900 2024-11-08 15:34 ./extra/source/xf86-video-fbdev/xf86-video-fbdev-0.5.1.tar.xz +-rwxr-xr-x 1 root root 3652 2024-11-08 18:44 ./extra/source/xf86-video-fbdev/xf86-video-fbdev.SlackBuild drwxr-xr-x 2 root root 4096 2022-09-06 18:32 ./extra/source/xfractint -rw-r--r-- 1 root root 103531 2002-03-14 20:57 ./extra/source/xfractint/palette.maps.tar.gz -rw-r--r-- 1 root root 866 2018-02-27 06:13 ./extra/source/xfractint/slack-desc @@ -602,10 +602,10 @@ drwxr-xr-x 2 root root 4096 2024-10-30 20:45 ./extra/tigervnc -rw-r--r-- 1 root root 474 2024-10-29 20:53 ./extra/tigervnc/tigervnc-1.14.1-x86_64-2.txt -rw-r--r-- 1 root root 1513760 2024-10-29 20:53 ./extra/tigervnc/tigervnc-1.14.1-x86_64-2.txz -rw-r--r-- 1 root root 195 2024-10-29 20:53 ./extra/tigervnc/tigervnc-1.14.1-x86_64-2.txz.asc -drwxr-xr-x 2 root root 4096 2022-08-08 23:32 ./extra/xf86-video-fbdev --rw-r--r-- 1 root root 411 2022-08-08 21:55 ./extra/xf86-video-fbdev/xf86-video-fbdev-0.5.0-x86_64-2.txt --rw-r--r-- 1 root root 11132 2022-08-08 21:55 ./extra/xf86-video-fbdev/xf86-video-fbdev-0.5.0-x86_64-2.txz --rw-r--r-- 1 root root 163 2022-08-08 21:55 ./extra/xf86-video-fbdev/xf86-video-fbdev-0.5.0-x86_64-2.txz.asc +drwxr-xr-x 2 root root 4096 2024-11-08 22:20 ./extra/xf86-video-fbdev +-rw-r--r-- 1 root root 411 2024-11-08 18:45 ./extra/xf86-video-fbdev/xf86-video-fbdev-0.5.1-x86_64-1.txt +-rw-r--r-- 1 root root 11064 2024-11-08 18:45 ./extra/xf86-video-fbdev/xf86-video-fbdev-0.5.1-x86_64-1.txz +-rw-r--r-- 1 root root 195 2024-11-08 18:45 ./extra/xf86-video-fbdev/xf86-video-fbdev-0.5.1-x86_64-1.txz.asc drwxr-xr-x 2 root root 4096 2020-04-17 04:18 ./extra/xf86-video-nouveau-blacklist -rw-r--r-- 1 root root 765 2020-04-16 21:14 ./extra/xf86-video-nouveau-blacklist/xf86-video-nouveau-blacklist-1.0-noarch-1.txt -rw-r--r-- 1 root root 884 2020-04-16 21:14 ./extra/xf86-video-nouveau-blacklist/xf86-video-nouveau-blacklist-1.0-noarch-1.txz @@ -618,16 +618,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 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 -drwxr-xr-x 3 root root 4096 2024-11-01 21:12 ./isolinux +drwxr-xr-x 3 root root 4096 2024-11-08 21:35 ./isolinux -rw-r--r-- 1 root root 6185 2022-02-03 06:53 ./isolinux/README.TXT -rw-r--r-- 1 root root 788 2007-03-17 19:50 ./isolinux/README_SPLIT.TXT -rw-r--r-- 1 root root 1474560 2024-09-12 20:40 ./isolinux/efiboot.img -rw-r--r-- 1 root root 583 2024-09-12 20:07 ./isolinux/f2.txt --rw-r--r-- 2 root root 95211836 2024-11-01 21:11 ./isolinux/initrd.img +-rw-r--r-- 2 root root 95202184 2024-11-08 21:35 ./isolinux/initrd.img -rw-r--r-- 1 root root 50 2003-01-18 00:02 ./isolinux/iso.sort -rw-r--r-- 1 root root 24576 2016-05-27 20:36 ./isolinux/isolinux.bin -rw-r--r-- 1 root root 602 2024-09-12 20:05 ./isolinux/isolinux.cfg --rw-r--r-- 1 root root 690 2024-11-01 20:56 ./isolinux/message.txt +-rw-r--r-- 1 root root 690 2024-11-08 21:16 ./isolinux/message.txt drwxr-xr-x 2 root root 4096 2003-03-17 07:31 ./isolinux/sbootmgr -rwxr-xr-x 1 root root 36064 1995-05-12 01:23 ./isolinux/sbootmgr/RAWRITE.EXE -rw-r--r-- 1 root root 2138 1997-12-01 01:21 ./isolinux/sbootmgr/RAWRITE12.DOC @@ -638,12 +638,12 @@ lrwxrwxrwx 1 root root 11 2009-08-23 23:37 ./isolinux/sbootmgr/RAWRITE13 -rw-r--r-- 1 root root 1291 2003-03-17 07:31 ./isolinux/sbootmgr/README.TXT -rw-r--r-- 1 root root 110592 2003-03-16 08:38 ./isolinux/sbootmgr/sbootmgr.dsk -rw-r--r-- 1 root root 2879 2020-12-07 20:48 ./isolinux/setpkg -drwxr-xr-x 5 root root 4096 2024-11-01 20:56 ./kernels --rw-r--r-- 1 root root 36 2024-11-01 20:56 ./kernels/VERSIONS.TXT -drwxr-xr-x 2 root root 4096 2024-11-01 20:51 ./kernels/generic.s --rw-r--r-- 1 root root 1622126 2024-11-01 20:50 ./kernels/generic.s/System.map.gz --rw-r--r-- 2 root root 13554176 2024-11-01 20:50 ./kernels/generic.s/bzImage --rw-r--r-- 1 root root 268399 2024-11-01 17:20 ./kernels/generic.s/config +drwxr-xr-x 5 root root 4096 2024-11-08 21:16 ./kernels +-rw-r--r-- 1 root root 36 2024-11-08 21:16 ./kernels/VERSIONS.TXT +drwxr-xr-x 2 root root 4096 2024-11-08 20:46 ./kernels/generic.s +-rw-r--r-- 1 root root 1622517 2024-11-08 20:45 ./kernels/generic.s/System.map.gz +-rw-r--r-- 2 root root 13558272 2024-11-08 20:45 ./kernels/generic.s/bzImage +-rw-r--r-- 1 root root 268399 2024-11-08 18:54 ./kernels/generic.s/config drwxr-xr-x 2 root root 4096 2011-03-25 03:15 ./kernels/memtest -rw-r--r-- 1 root root 60 2011-03-24 00:19 ./kernels/memtest/README -rw-r--r-- 1 root root 150024 2013-10-17 04:15 ./kernels/memtest/memtest @@ -662,13 +662,13 @@ drwxr-xr-x 2 root root 4096 2022-02-03 07:02 ./patches -rw-r--r-- 1 root root 575 2022-02-03 07:02 ./patches/FILE_LIST -rw-r--r-- 1 root root 14 2022-02-03 07:02 ./patches/MANIFEST.bz2 -rw-r--r-- 1 root root 224 2022-02-03 07:02 ./patches/PACKAGES.TXT -drwxr-xr-x 17 root root 4096 2024-11-07 21:51 ./slackware64 --rw-r--r-- 1 root root 356686 2024-11-07 21:51 ./slackware64/CHECKSUMS.md5 --rw-r--r-- 1 root root 195 2024-11-07 21:51 ./slackware64/CHECKSUMS.md5.asc --rw-r--r-- 1 root root 441709 2024-11-07 21:50 ./slackware64/FILE_LIST --rw-r--r-- 1 root root 4818098 2024-11-07 21:50 ./slackware64/MANIFEST.bz2 +drwxr-xr-x 17 root root 4096 2024-11-08 22:21 ./slackware64 +-rw-r--r-- 1 root root 356656 2024-11-08 22:21 ./slackware64/CHECKSUMS.md5 +-rw-r--r-- 1 root root 195 2024-11-08 22:21 ./slackware64/CHECKSUMS.md5.asc +-rw-r--r-- 1 root root 441679 2024-11-08 22:20 ./slackware64/FILE_LIST +-rw-r--r-- 1 root root 4807621 2024-11-08 22:20 ./slackware64/MANIFEST.bz2 lrwxrwxrwx 1 root root 15 2009-08-23 23:34 ./slackware64/PACKAGES.TXT -> ../PACKAGES.TXT -drwxr-xr-x 2 root root 32768 2024-11-07 21:50 ./slackware64/a +drwxr-xr-x 2 root root 32768 2024-11-08 22:20 ./slackware64/a -rw-r--r-- 1 root root 327 2022-02-15 18:16 ./slackware64/a/aaa_base-15.1-x86_64-2.txt -rw-r--r-- 1 root root 10720 2022-02-15 18:16 ./slackware64/a/aaa_base-15.1-x86_64-2.txz -rw-r--r-- 1 root root 163 2022-02-15 18:16 ./slackware64/a/aaa_base-15.1-x86_64-2.txz.asc @@ -836,12 +836,12 @@ drwxr-xr-x 2 root root 32768 2024-11-07 21:50 ./slackware64/a -rw-r--r-- 1 root root 461 2023-12-16 19:21 ./slackware64/a/kbd-2.6.4-x86_64-1.txt -rw-r--r-- 1 root root 1332488 2023-12-16 19:21 ./slackware64/a/kbd-2.6.4-x86_64-1.txz -rw-r--r-- 1 root root 163 2023-12-16 19:21 ./slackware64/a/kbd-2.6.4-x86_64-1.txz.asc --rw-r--r-- 1 root root 422 2024-11-01 17:23 ./slackware64/a/kernel-firmware-20241101_376de1f-noarch-1.txt --rw-r--r-- 1 root root 359422796 2024-11-01 17:23 ./slackware64/a/kernel-firmware-20241101_376de1f-noarch-1.txz --rw-r--r-- 1 root root 195 2024-11-01 17:23 ./slackware64/a/kernel-firmware-20241101_376de1f-noarch-1.txz.asc --rw-r--r-- 1 root root 553 2024-11-01 20:53 ./slackware64/a/kernel-generic-6.11.6-x86_64-1.txt --rw-r--r-- 1 root root 74143404 2024-11-01 20:53 ./slackware64/a/kernel-generic-6.11.6-x86_64-1.txz --rw-r--r-- 1 root root 195 2024-11-01 20:53 ./slackware64/a/kernel-generic-6.11.6-x86_64-1.txz.asc +-rw-r--r-- 1 root root 422 2024-11-08 19:12 ./slackware64/a/kernel-firmware-20241108_ad74054-noarch-1.txt +-rw-r--r-- 1 root root 360443760 2024-11-08 19:12 ./slackware64/a/kernel-firmware-20241108_ad74054-noarch-1.txz +-rw-r--r-- 1 root root 195 2024-11-08 19:12 ./slackware64/a/kernel-firmware-20241108_ad74054-noarch-1.txz.asc +-rw-r--r-- 1 root root 553 2024-11-08 20:48 ./slackware64/a/kernel-generic-6.11.7-x86_64-1.txt +-rw-r--r-- 1 root root 74216648 2024-11-08 20:48 ./slackware64/a/kernel-generic-6.11.7-x86_64-1.txz +-rw-r--r-- 1 root root 195 2024-11-08 20:48 ./slackware64/a/kernel-generic-6.11.7-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 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 @@ -887,8 +887,8 @@ drwxr-xr-x 2 root root 32768 2024-11-07 21:50 ./slackware64/a -rw-r--r-- 1 root root 405 2024-01-23 19:48 ./slackware64/a/lzlib-1.14-x86_64-1.txt -rw-r--r-- 1 root root 58032 2024-01-23 19:48 ./slackware64/a/lzlib-1.14-x86_64-1.txz -rw-r--r-- 1 root root 163 2024-01-23 19:48 ./slackware64/a/lzlib-1.14-x86_64-1.txz.asc --rw-r--r-- 1 root root 9492 2024-11-01 20:56 ./slackware64/a/maketag --rw-r--r-- 1 root root 9492 2024-11-01 20:56 ./slackware64/a/maketag.ez +-rw-r--r-- 1 root root 9492 2024-11-08 21:16 ./slackware64/a/maketag +-rw-r--r-- 1 root root 9492 2024-11-08 21:16 ./slackware64/a/maketag.ez -rw-r--r-- 1 root root 591 2024-06-20 17:40 ./slackware64/a/mcelog-200-x86_64-1.txt -rw-r--r-- 1 root root 356572 2024-06-20 17:40 ./slackware64/a/mcelog-200-x86_64-1.txz -rw-r--r-- 1 root root 195 2024-06-20 17:40 ./slackware64/a/mcelog-200-x86_64-1.txz.asc @@ -898,9 +898,9 @@ drwxr-xr-x 2 root root 32768 2024-11-07 21:50 ./slackware64/a -rw-r--r-- 1 root root 378 2023-09-23 18:06 ./slackware64/a/minicom-2.9-x86_64-1.txt -rw-r--r-- 1 root root 336888 2023-09-23 18:06 ./slackware64/a/minicom-2.9-x86_64-1.txz -rw-r--r-- 1 root root 163 2023-09-23 18:06 ./slackware64/a/minicom-2.9-x86_64-1.txz.asc --rw-r--r-- 1 root root 527 2024-11-07 20:13 ./slackware64/a/mkinitrd-1.4.11-x86_64-45.txt --rw-r--r-- 1 root root 635688 2024-11-07 20:13 ./slackware64/a/mkinitrd-1.4.11-x86_64-45.txz --rw-r--r-- 1 root root 195 2024-11-07 20:13 ./slackware64/a/mkinitrd-1.4.11-x86_64-45.txz.asc +-rw-r--r-- 1 root root 527 2024-11-08 22:03 ./slackware64/a/mkinitrd-1.4.11-x86_64-46.txt +-rw-r--r-- 1 root root 635668 2024-11-08 22:03 ./slackware64/a/mkinitrd-1.4.11-x86_64-46.txz +-rw-r--r-- 1 root root 195 2024-11-08 22:03 ./slackware64/a/mkinitrd-1.4.11-x86_64-46.txz.asc -rw-r--r-- 1 root root 668 2021-02-13 11:11 ./slackware64/a/mlocate-0.26-x86_64-4.txt -rw-r--r-- 1 root root 106260 2021-02-13 11:11 ./slackware64/a/mlocate-0.26-x86_64-4.txz -rw-r--r-- 1 root root 163 2021-02-13 11:11 ./slackware64/a/mlocate-0.26-x86_64-4.txz.asc @@ -1000,7 +1000,7 @@ drwxr-xr-x 2 root root 32768 2024-11-07 21:50 ./slackware64/a -rw-r--r-- 1 root root 378 2024-10-13 18:00 ./slackware64/a/sysvinit-scripts-15.1-noarch-22.txt -rw-r--r-- 1 root root 17768 2024-10-13 18:00 ./slackware64/a/sysvinit-scripts-15.1-noarch-22.txz -rw-r--r-- 1 root root 195 2024-10-13 18:00 ./slackware64/a/sysvinit-scripts-15.1-noarch-22.txz.asc --rw-r--r-- 1 root root 1566 2024-11-01 20:56 ./slackware64/a/tagfile +-rw-r--r-- 1 root root 1566 2024-11-08 21:16 ./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 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 @@ -1325,7 +1325,7 @@ drwxr-xr-x 2 root root 20480 2024-11-07 21:50 ./slackware64/ap -rw-r--r-- 1 root root 506 2022-05-15 17:09 ./slackware64/ap/zsh-5.9-x86_64-1.txt -rw-r--r-- 1 root root 3156392 2022-05-15 17:09 ./slackware64/ap/zsh-5.9-x86_64-1.txz -rw-r--r-- 1 root root 163 2022-05-15 17:09 ./slackware64/ap/zsh-5.9-x86_64-1.txz.asc -drwxr-xr-x 2 root root 20480 2024-11-07 21:50 ./slackware64/d +drwxr-xr-x 2 root root 20480 2024-11-08 22:20 ./slackware64/d -rw-r--r-- 1 root root 360 2024-08-05 18:02 ./slackware64/d/Cython-3.0.11-x86_64-1.txt -rw-r--r-- 1 root root 4374784 2024-08-05 18:02 ./slackware64/d/Cython-3.0.11-x86_64-1.txz -rw-r--r-- 1 root root 195 2024-08-05 18:02 ./slackware64/d/Cython-3.0.11-x86_64-1.txz.asc @@ -1445,9 +1445,9 @@ drwxr-xr-x 2 root root 20480 2024-11-07 21:50 ./slackware64/d -rw-r--r-- 1 root root 279 2021-02-13 09:57 ./slackware64/d/intltool-0.51.0-x86_64-6.txt -rw-r--r-- 1 root root 48024 2021-02-13 09:57 ./slackware64/d/intltool-0.51.0-x86_64-6.txz -rw-r--r-- 1 root root 163 2021-02-13 09:57 ./slackware64/d/intltool-0.51.0-x86_64-6.txz.asc --rw-r--r-- 1 root root 332 2024-11-01 20:53 ./slackware64/d/kernel-headers-6.11.6-x86-1.txt --rw-r--r-- 1 root root 1215688 2024-11-01 20:53 ./slackware64/d/kernel-headers-6.11.6-x86-1.txz --rw-r--r-- 1 root root 195 2024-11-01 20:53 ./slackware64/d/kernel-headers-6.11.6-x86-1.txz.asc +-rw-r--r-- 1 root root 332 2024-11-08 20:49 ./slackware64/d/kernel-headers-6.11.7-x86-1.txt +-rw-r--r-- 1 root root 1215500 2024-11-08 20:49 ./slackware64/d/kernel-headers-6.11.7-x86-1.txz +-rw-r--r-- 1 root root 195 2024-11-08 20:49 ./slackware64/d/kernel-headers-6.11.7-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 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 @@ -1601,15 +1601,15 @@ drwxr-xr-x 2 root root 4096 2016-04-01 21:41 ./slackware64/f -rw-r--r-- 1 root root 1075 2018-03-01 07:54 ./slackware64/f/maketag -rw-r--r-- 1 root root 1075 2018-03-01 07:54 ./slackware64/f/maketag.ez -rw-r--r-- 1 root root 32 2018-03-01 07:54 ./slackware64/f/tagfile -drwxr-xr-x 2 root root 4096 2024-11-02 04:30 ./slackware64/k +drwxr-xr-x 2 root root 4096 2024-11-08 22:20 ./slackware64/k -rwxr-xr-x 1 root root 2897 2009-06-24 22:06 ./slackware64/k/install-packages -rw-r--r-- 1 root root 446 2006-09-18 10:41 ./slackware64/k/install.end --rw-r--r-- 1 root root 317 2024-11-02 02:14 ./slackware64/k/kernel-source-6.11.6-noarch-2.txt --rw-r--r-- 1 root root 142244544 2024-11-02 02:14 ./slackware64/k/kernel-source-6.11.6-noarch-2.txz --rw-r--r-- 1 root root 195 2024-11-02 02:14 ./slackware64/k/kernel-source-6.11.6-noarch-2.txz.asc --rw-r--r-- 1 root root 1170 2024-11-01 20:56 ./slackware64/k/maketag --rw-r--r-- 1 root root 1170 2024-11-01 20:56 ./slackware64/k/maketag.ez --rw-r--r-- 1 root root 18 2024-11-01 20:56 ./slackware64/k/tagfile +-rw-r--r-- 1 root root 317 2024-11-08 20:42 ./slackware64/k/kernel-source-6.11.7-noarch-1.txt +-rw-r--r-- 1 root root 142267540 2024-11-08 20:42 ./slackware64/k/kernel-source-6.11.7-noarch-1.txz +-rw-r--r-- 1 root root 195 2024-11-08 20:42 ./slackware64/k/kernel-source-6.11.7-noarch-1.txz.asc +-rw-r--r-- 1 root root 1170 2024-11-08 21:16 ./slackware64/k/maketag +-rw-r--r-- 1 root root 1170 2024-11-08 21:16 ./slackware64/k/maketag.ez +-rw-r--r-- 1 root root 18 2024-11-08 21:16 ./slackware64/k/tagfile drwxr-xr-x 2 root root 86016 2024-11-04 00:23 ./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 2559504 2024-02-15 20:27 ./slackware64/kde/akonadi-23.08.5-x86_64-1.txz @@ -2780,7 +2780,7 @@ drwxr-xr-x 2 root root 86016 2024-11-04 00:23 ./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 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 -drwxr-xr-x 2 root root 102400 2024-11-07 21:50 ./slackware64/l +drwxr-xr-x 2 root root 102400 2024-11-08 22:20 ./slackware64/l -rw-r--r-- 1 root root 329 2022-03-06 20:00 ./slackware64/l/GConf-3.2.6-x86_64-8.txt -rw-r--r-- 1 root root 928144 2022-03-06 20:00 ./slackware64/l/GConf-3.2.6-x86_64-8.txz -rw-r--r-- 1 root root 163 2022-03-06 20:00 ./slackware64/l/GConf-3.2.6-x86_64-8.txz.asc @@ -3880,9 +3880,9 @@ drwxr-xr-x 2 root root 102400 2024-11-07 21:50 ./slackware64/l -rw-r--r-- 1 root root 502 2024-03-29 04:28 ./slackware64/l/python-notify2-0.3.1-x86_64-11.txt -rw-r--r-- 1 root root 10904 2024-03-29 04:28 ./slackware64/l/python-notify2-0.3.1-x86_64-11.txz -rw-r--r-- 1 root root 195 2024-03-29 04:28 ./slackware64/l/python-notify2-0.3.1-x86_64-11.txz.asc --rw-r--r-- 1 root root 333 2024-06-10 17:32 ./slackware64/l/python-packaging-24.1-x86_64-1.txt --rw-r--r-- 1 root root 98776 2024-06-10 17:32 ./slackware64/l/python-packaging-24.1-x86_64-1.txz --rw-r--r-- 1 root root 195 2024-06-10 17:32 ./slackware64/l/python-packaging-24.1-x86_64-1.txz.asc +-rw-r--r-- 1 root root 333 2024-11-08 18:41 ./slackware64/l/python-packaging-24.2-x86_64-1.txt +-rw-r--r-- 1 root root 121972 2024-11-08 18:41 ./slackware64/l/python-packaging-24.2-x86_64-1.txz +-rw-r--r-- 1 root root 195 2024-11-08 18:41 ./slackware64/l/python-packaging-24.2-x86_64-1.txz.asc -rw-r--r-- 1 root root 520 2024-03-29 04:29 ./slackware64/l/python-pathspec-0.12.1-x86_64-2.txt -rw-r--r-- 1 root root 42580 2024-03-29 04:29 ./slackware64/l/python-pathspec-0.12.1-x86_64-2.txz -rw-r--r-- 1 root root 195 2024-03-29 04:29 ./slackware64/l/python-pathspec-0.12.1-x86_64-2.txz.asc @@ -4112,7 +4112,7 @@ drwxr-xr-x 2 root root 102400 2024-11-07 21:50 ./slackware64/l -rw-r--r-- 1 root root 403 2023-12-11 22:02 ./slackware64/l/zxing-cpp-2.2.1-x86_64-1.txt -rw-r--r-- 1 root root 773596 2023-12-11 22:02 ./slackware64/l/zxing-cpp-2.2.1-x86_64-1.txz -rw-r--r-- 1 root root 163 2023-12-11 22:02 ./slackware64/l/zxing-cpp-2.2.1-x86_64-1.txz.asc -drwxr-xr-x 2 root root 36864 2024-11-07 21:50 ./slackware64/n +drwxr-xr-x 2 root root 36864 2024-11-08 22:20 ./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 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 @@ -4238,9 +4238,9 @@ drwxr-xr-x 2 root root 36864 2024-11-07 21:50 ./slackware64/n -rw-r--r-- 1 root root 442 2024-06-06 17:53 ./slackware64/n/ipset-7.22-x86_64-1.txt -rw-r--r-- 1 root root 93204 2024-06-06 17:53 ./slackware64/n/ipset-7.22-x86_64-1.txz -rw-r--r-- 1 root root 195 2024-06-06 17:53 ./slackware64/n/ipset-7.22-x86_64-1.txz.asc --rw-r--r-- 1 root root 642 2023-10-10 17:55 ./slackware64/n/iptables-1.8.10-x86_64-1.txt --rw-r--r-- 1 root root 449912 2023-10-10 17:55 ./slackware64/n/iptables-1.8.10-x86_64-1.txz --rw-r--r-- 1 root root 163 2023-10-10 17:55 ./slackware64/n/iptables-1.8.10-x86_64-1.txz.asc +-rw-r--r-- 1 root root 642 2024-11-08 20:30 ./slackware64/n/iptables-1.8.11-x86_64-1.txt +-rw-r--r-- 1 root root 447396 2024-11-08 20:30 ./slackware64/n/iptables-1.8.11-x86_64-1.txz +-rw-r--r-- 1 root root 195 2024-11-08 20:30 ./slackware64/n/iptables-1.8.11-x86_64-1.txz.asc -rw-r--r-- 1 root root 584 2021-02-13 12:08 ./slackware64/n/iptraf-ng-1.2.1-x86_64-3.txt -rw-r--r-- 1 root root 264340 2021-02-13 12:08 ./slackware64/n/iptraf-ng-1.2.1-x86_64-3.txz -rw-r--r-- 1 root root 163 2021-02-13 12:08 ./slackware64/n/iptraf-ng-1.2.1-x86_64-3.txz.asc @@ -4262,9 +4262,9 @@ drwxr-xr-x 2 root root 36864 2024-11-07 21:50 ./slackware64/n -rw-r--r-- 1 root root 304 2024-06-27 17:47 ./slackware64/n/krb5-1.21.3-x86_64-1.txt -rw-r--r-- 1 root root 1248720 2024-06-27 17:47 ./slackware64/n/krb5-1.21.3-x86_64-1.txz -rw-r--r-- 1 root root 195 2024-06-27 17:47 ./slackware64/n/krb5-1.21.3-x86_64-1.txz.asc --rw-r--r-- 1 root root 546 2023-03-08 02:14 ./slackware64/n/lftp-4.9.2-x86_64-4.txt --rw-r--r-- 1 root root 904160 2023-03-08 02:14 ./slackware64/n/lftp-4.9.2-x86_64-4.txz --rw-r--r-- 1 root root 163 2023-03-08 02:14 ./slackware64/n/lftp-4.9.2-x86_64-4.txz.asc +-rw-r--r-- 1 root root 548 2024-11-08 20:37 ./slackware64/n/lftp-4.9.3-x86_64-1.txt +-rw-r--r-- 1 root root 888528 2024-11-08 20:37 ./slackware64/n/lftp-4.9.3-x86_64-1.txz +-rw-r--r-- 1 root root 195 2024-11-08 20:37 ./slackware64/n/lftp-4.9.3-x86_64-1.txz.asc -rw-r--r-- 1 root root 252 2024-03-07 19:52 ./slackware64/n/libassuan-2.5.7-x86_64-1.txt -rw-r--r-- 1 root root 121960 2024-03-07 19:52 ./slackware64/n/libassuan-2.5.7-x86_64-1.txz -rw-r--r-- 1 root root 195 2024-03-07 19:52 ./slackware64/n/libassuan-2.5.7-x86_64-1.txz.asc @@ -4637,7 +4637,7 @@ drwxr-xr-x 2 root root 4096 2024-09-17 23:31 ./slackware64/tcl -rw-r--r-- 1 root root 227 2024-09-17 23:06 ./slackware64/tcl/tk-8.6.15-x86_64-1.txt -rw-r--r-- 1 root root 1813700 2024-09-17 23:06 ./slackware64/tcl/tk-8.6.15-x86_64-1.txz -rw-r--r-- 1 root root 195 2024-09-17 23:06 ./slackware64/tcl/tk-8.6.15-x86_64-1.txz.asc -drwxr-xr-x 2 root root 65536 2024-11-06 20:57 ./slackware64/x +drwxr-xr-x 2 root root 65536 2024-11-08 22:20 ./slackware64/x -rw-r--r-- 1 root root 440 2024-08-09 18:16 ./slackware64/x/OpenCC-1.1.9-x86_64-1.txt -rw-r--r-- 1 root root 649604 2024-08-09 18:16 ./slackware64/x/OpenCC-1.1.9-x86_64-1.txz -rw-r--r-- 1 root root 195 2024-08-09 18:16 ./slackware64/x/OpenCC-1.1.9-x86_64-1.txz.asc @@ -4866,9 +4866,9 @@ drwxr-xr-x 2 root root 65536 2024-11-06 20:57 ./slackware64/x -rw-r--r-- 1 root root 393 2024-07-26 17:48 ./slackware64/x/ibus-libpinyin-1.15.8-x86_64-1.txt -rw-r--r-- 1 root root 747716 2024-07-26 17:48 ./slackware64/x/ibus-libpinyin-1.15.8-x86_64-1.txz -rw-r--r-- 1 root root 195 2024-07-26 17:48 ./slackware64/x/ibus-libpinyin-1.15.8-x86_64-1.txz.asc --rw-r--r-- 1 root root 220 2024-10-21 18:26 ./slackware64/x/ibus-m17n-1.4.33-x86_64-1.txt --rw-r--r-- 1 root root 173444 2024-10-21 18:26 ./slackware64/x/ibus-m17n-1.4.33-x86_64-1.txz --rw-r--r-- 1 root root 195 2024-10-21 18:26 ./slackware64/x/ibus-m17n-1.4.33-x86_64-1.txz.asc +-rw-r--r-- 1 root root 220 2024-11-08 18:39 ./slackware64/x/ibus-m17n-1.4.34-x86_64-1.txt +-rw-r--r-- 1 root root 173548 2024-11-08 18:39 ./slackware64/x/ibus-m17n-1.4.34-x86_64-1.txz +-rw-r--r-- 1 root root 195 2024-11-08 18:39 ./slackware64/x/ibus-m17n-1.4.34-x86_64-1.txz.asc -rw-r--r-- 1 root root 391 2024-09-12 18:33 ./slackware64/x/ibus-table-1.17.8-x86_64-1.txt -rw-r--r-- 1 root root 1275008 2024-09-12 18:33 ./slackware64/x/ibus-table-1.17.8-x86_64-1.txz -rw-r--r-- 1 root root 195 2024-09-12 18:33 ./slackware64/x/ibus-table-1.17.8-x86_64-1.txz.asc @@ -5207,9 +5207,9 @@ drwxr-xr-x 2 root root 65536 2024-11-06 20:57 ./slackware64/x -rw-r--r-- 1 root root 223 2024-03-03 19:33 ./slackware64/x/xauth-1.1.3-x86_64-1.txt -rw-r--r-- 1 root root 37804 2024-03-03 19:33 ./slackware64/x/xauth-1.1.3-x86_64-1.txz -rw-r--r-- 1 root root 163 2024-03-03 19:33 ./slackware64/x/xauth-1.1.3-x86_64-1.txz.asc --rw-r--r-- 1 root root 335 2021-02-13 13:11 ./slackware64/x/xbacklight-1.2.3-x86_64-3.txt --rw-r--r-- 1 root root 17536 2021-02-13 13:11 ./slackware64/x/xbacklight-1.2.3-x86_64-3.txz --rw-r--r-- 1 root root 163 2021-02-13 13:11 ./slackware64/x/xbacklight-1.2.3-x86_64-3.txz.asc +-rw-r--r-- 1 root root 335 2024-11-08 18:43 ./slackware64/x/xbacklight-1.2.4-x86_64-1.txt +-rw-r--r-- 1 root root 17836 2024-11-08 18:43 ./slackware64/x/xbacklight-1.2.4-x86_64-1.txz +-rw-r--r-- 1 root root 195 2024-11-08 18:43 ./slackware64/x/xbacklight-1.2.4-x86_64-1.txz.asc -rw-r--r-- 1 root root 269 2024-01-21 20:17 ./slackware64/x/xbiff-1.0.5-x86_64-1.txt -rw-r--r-- 1 root root 22768 2024-01-21 20:17 ./slackware64/x/xbiff-1.0.5-x86_64-1.txz -rw-r--r-- 1 root root 163 2024-01-21 20:17 ./slackware64/x/xbiff-1.0.5-x86_64-1.txz.asc @@ -5339,9 +5339,9 @@ drwxr-xr-x 2 root root 65536 2024-11-06 20:57 ./slackware64/x -rw-r--r-- 1 root root 485 2023-04-10 18:01 ./slackware64/x/xf86-video-neomagic-1.3.1-x86_64-1.txt -rw-r--r-- 1 root root 45616 2023-04-10 18:01 ./slackware64/x/xf86-video-neomagic-1.3.1-x86_64-1.txz -rw-r--r-- 1 root root 163 2023-04-10 18:01 ./slackware64/x/xf86-video-neomagic-1.3.1-x86_64-1.txz.asc --rw-r--r-- 1 root root 476 2023-11-15 22:00 ./slackware64/x/xf86-video-nouveau-20231005_827f1e2-x86_64-1.txt --rw-r--r-- 1 root root 86476 2023-11-15 22:00 ./slackware64/x/xf86-video-nouveau-20231005_827f1e2-x86_64-1.txz --rw-r--r-- 1 root root 163 2023-11-15 22:00 ./slackware64/x/xf86-video-nouveau-20231005_827f1e2-x86_64-1.txz.asc +-rw-r--r-- 1 root root 476 2024-11-08 18:50 ./slackware64/x/xf86-video-nouveau-1.0.18-x86_64-1.txt +-rw-r--r-- 1 root root 101128 2024-11-08 18:50 ./slackware64/x/xf86-video-nouveau-1.0.18-x86_64-1.txz +-rw-r--r-- 1 root root 195 2024-11-08 18:50 ./slackware64/x/xf86-video-nouveau-1.0.18-x86_64-1.txz.asc -rw-r--r-- 1 root root 506 2022-08-08 21:31 ./slackware64/x/xf86-video-openchrome-0.6.0-x86_64-6.txt -rw-r--r-- 1 root root 144380 2022-08-08 21:31 ./slackware64/x/xf86-video-openchrome-0.6.0-x86_64-6.txz -rw-r--r-- 1 root root 163 2022-08-08 21:31 ./slackware64/x/xf86-video-openchrome-0.6.0-x86_64-6.txz.asc @@ -5483,12 +5483,12 @@ drwxr-xr-x 2 root root 65536 2024-11-06 20:57 ./slackware64/x -rw-r--r-- 1 root root 310 2024-02-04 18:41 ./slackware64/x/xprop-1.2.7-x86_64-1.txt -rw-r--r-- 1 root root 39236 2024-02-04 18:41 ./slackware64/x/xprop-1.2.7-x86_64-1.txz -rw-r--r-- 1 root root 163 2024-02-04 18:41 ./slackware64/x/xprop-1.2.7-x86_64-1.txz.asc --rw-r--r-- 1 root root 207 2022-12-04 19:50 ./slackware64/x/xrandr-1.5.2-x86_64-1.txt --rw-r--r-- 1 root root 54668 2022-12-04 19:50 ./slackware64/x/xrandr-1.5.2-x86_64-1.txz --rw-r--r-- 1 root root 163 2022-12-04 19:50 ./slackware64/x/xrandr-1.5.2-x86_64-1.txz.asc +-rw-r--r-- 1 root root 207 2024-11-08 18:43 ./slackware64/x/xrandr-1.5.3-x86_64-1.txt +-rw-r--r-- 1 root root 55620 2024-11-08 18:43 ./slackware64/x/xrandr-1.5.3-x86_64-1.txz +-rw-r--r-- 1 root root 195 2024-11-08 18:43 ./slackware64/x/xrandr-1.5.3-x86_64-1.txz.asc -rw-r--r-- 1 root root 281 2023-06-04 18:36 ./slackware64/x/xrdb-1.2.2-x86_64-1.txt -rw-r--r-- 1 root root 33944 2023-06-04 18:36 ./slackware64/x/xrdb-1.2.2-x86_64-1.txz --rw-r--r-- 1 root root 163 2023-06-04 18:36 ./slackware64/x/xrdb-1.2.2-x86_64-1.txz.asc +-rw-r--r-- 1 root root 163 2023-06-04 18:36 ./slackware64/x/xrdb-1.2.2-x86_64-1.txz.asc -rw-r--r-- 1 root root 333 2024-03-04 19:28 ./slackware64/x/xrefresh-1.1.0-x86_64-1.txt -rw-r--r-- 1 root root 18812 2024-03-04 19:28 ./slackware64/x/xrefresh-1.1.0-x86_64-1.txz -rw-r--r-- 1 root root 163 2024-03-04 19:28 ./slackware64/x/xrefresh-1.1.0-x86_64-1.txz.asc @@ -5690,7 +5690,7 @@ drwxr-xr-x 2 root root 16384 2024-11-07 21:50 ./slackware64/xap -rw-r--r-- 1 root root 230 2024-05-25 17:29 ./slackware64/xap/xsnow-3.7.9-x86_64-2.txt -rw-r--r-- 1 root root 1829408 2024-05-25 17:29 ./slackware64/xap/xsnow-3.7.9-x86_64-2.txz -rw-r--r-- 1 root root 195 2024-05-25 17:29 ./slackware64/xap/xsnow-3.7.9-x86_64-2.txz.asc -drwxr-xr-x 2 root root 12288 2024-10-21 19:14 ./slackware64/xfce +drwxr-xr-x 2 root root 12288 2024-11-08 22:20 ./slackware64/xfce -rw-r--r-- 1 root root 253 2021-10-01 03:27 ./slackware64/xfce/Greybird-3.22.15-noarch-1.txt -rw-r--r-- 1 root root 189900 2021-10-01 03:27 ./slackware64/xfce/Greybird-3.22.15-noarch-1.txz -rw-r--r-- 1 root root 163 2021-10-01 03:27 ./slackware64/xfce/Greybird-3.22.15-noarch-1.txz.asc @@ -5771,9 +5771,9 @@ drwxr-xr-x 2 root root 12288 2024-10-21 19:14 ./slackware64/xfce -rw-r--r-- 1 root root 443 2024-02-29 18:17 ./slackware64/xfce/xfce4-terminal-1.1.3-x86_64-1.txt -rw-r--r-- 1 root root 399912 2024-02-29 18:17 ./slackware64/xfce/xfce4-terminal-1.1.3-x86_64-1.txz -rw-r--r-- 1 root root 163 2024-02-29 18:17 ./slackware64/xfce/xfce4-terminal-1.1.3-x86_64-1.txz.asc --rw-r--r-- 1 root root 369 2024-03-08 19:10 ./slackware64/xfce/xfce4-weather-plugin-0.11.2-x86_64-1.txt --rw-r--r-- 1 root root 2422428 2024-03-08 19:10 ./slackware64/xfce/xfce4-weather-plugin-0.11.2-x86_64-1.txz --rw-r--r-- 1 root root 195 2024-03-08 19:10 ./slackware64/xfce/xfce4-weather-plugin-0.11.2-x86_64-1.txz.asc +-rw-r--r-- 1 root root 369 2024-11-08 18:58 ./slackware64/xfce/xfce4-weather-plugin-0.11.3-x86_64-1.txt +-rw-r--r-- 1 root root 2424496 2024-11-08 18:58 ./slackware64/xfce/xfce4-weather-plugin-0.11.3-x86_64-1.txz +-rw-r--r-- 1 root root 195 2024-11-08 18:58 ./slackware64/xfce/xfce4-weather-plugin-0.11.3-x86_64-1.txz.asc -rw-r--r-- 1 root root 829 2024-01-16 20:26 ./slackware64/xfce/xfce4-whiskermenu-plugin-2.8.3-x86_64-1.txt -rw-r--r-- 1 root root 218620 2024-01-16 20:26 ./slackware64/xfce/xfce4-whiskermenu-plugin-2.8.3-x86_64-1.txz -rw-r--r-- 1 root root 163 2024-01-16 20:26 ./slackware64/xfce/xfce4-whiskermenu-plugin-2.8.3-x86_64-1.txz.asc @@ -5798,13 +5798,13 @@ drwxr-xr-x 2 root root 4096 2024-05-05 18:37 ./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 195 2024-05-05 17:22 ./slackware64/y/nethack-3.6.7-x86_64-2.txz.asc -rw-r--r-- 1 root root 26 2020-12-30 21:55 ./slackware64/y/tagfile -drwxr-xr-x 18 root root 4096 2024-11-07 21:51 ./source --rw-r--r-- 1 root root 625987 2024-11-07 21:51 ./source/CHECKSUMS.md5 --rw-r--r-- 1 root root 195 2024-11-07 21:51 ./source/CHECKSUMS.md5.asc --rw-r--r-- 1 root root 872312 2024-11-07 21:51 ./source/FILE_LIST --rw-r--r-- 1 root root 30599619 2024-11-07 21:51 ./source/MANIFEST.bz2 +drwxr-xr-x 18 root root 4096 2024-11-08 22:22 ./source +-rw-r--r-- 1 root root 625968 2024-11-08 22:22 ./source/CHECKSUMS.md5 +-rw-r--r-- 1 root root 195 2024-11-08 22:22 ./source/CHECKSUMS.md5.asc +-rw-r--r-- 1 root root 872358 2024-11-08 22:21 ./source/FILE_LIST +-rw-r--r-- 1 root root 30567347 2024-11-08 22:21 ./source/MANIFEST.bz2 -rw-r--r-- 1 root root 828 2022-02-02 04:43 ./source/README.TXT -drwxr-xr-x 125 root root 4096 2024-11-07 20:00 ./source/a +drwxr-xr-x 125 root root 4096 2024-11-08 17:37 ./source/a -rw-r--r-- 1 root root 339 2023-09-28 19:06 ./source/a/FTBFSlog drwxr-xr-x 2 root root 4096 2022-02-15 18:15 ./source/a/aaa_base -rw-r--r-- 1 root root 11041 2022-02-15 04:49 ./source/a/aaa_base/_aaa_base.tar.gz @@ -6497,7 +6497,7 @@ drwxr-xr-x 2 root root 4096 2023-09-23 18:05 ./source/a/minicom -rwxr-xr-x 1 root root 5460 2024-05-10 21:27 ./source/a/minicom/minicom.SlackBuild -rw-r--r-- 1 root root 570 2004-09-04 21:17 ./source/a/minicom/minicom.users.gz -rw-r--r-- 1 root root 833 2020-07-25 17:50 ./source/a/minicom/slack-desc -drwxr-xr-x 2 root root 4096 2024-11-01 16:58 ./source/a/mkinitrd +drwxr-xr-x 2 root root 4096 2024-11-08 18:52 ./source/a/mkinitrd -rw-r--r-- 1 root root 468 2019-12-15 18:10 ./source/a/mkinitrd/0001-Fix-LUKSTRIM-with-C-T-and-UUID.patch.gz -rw-r--r-- 1 root root 420 2021-07-16 18:07 ./source/a/mkinitrd/0002-bail-if-temp-dir-is-not-created.patch.gz -rw-r--r-- 1 root root 217 2021-10-12 18:52 ./source/a/mkinitrd/0003-blacklist.40-usb_modeswitch.rules.patch.gz @@ -6514,20 +6514,20 @@ drwxr-xr-x 2 root root 4096 2024-11-01 16:58 ./source/a/mkinitrd -rw-r--r-- 1 root root 121 2024-09-26 21:31 ./source/a/mkinitrd/busybox-1.37.0.tar.bz2.sig -rw-r--r-- 1 root root 30200 2024-10-05 20:43 ./source/a/mkinitrd/busybox-dot-config -rw-r--r-- 1 root root 373 2024-07-24 19:01 ./source/a/mkinitrd/doinst.sh --rw-r--r-- 1 root root 2641 2024-11-07 20:13 ./source/a/mkinitrd/geninitrd +-rw-r--r-- 1 root root 2948 2024-11-08 18:53 ./source/a/mkinitrd/geninitrd -rw-r--r-- 1 root root 1196 2024-11-06 23:18 ./source/a/mkinitrd/geninitrd.default -rw-r--r-- 1 root root 12735 2022-04-26 19:12 ./source/a/mkinitrd/init -rw-r--r-- 1 root root 29903 2009-12-18 05:10 ./source/a/mkinitrd/keymaps.tar.gz -rw-r--r-- 1 root root 28806 2022-04-26 19:13 ./source/a/mkinitrd/mkinitrd -rw-r--r-- 1 root root 9549 2022-04-26 19:12 ./source/a/mkinitrd/mkinitrd.8 --rwxr-xr-x 1 root root 8205 2024-11-07 20:00 ./source/a/mkinitrd/mkinitrd.SlackBuild +-rwxr-xr-x 1 root root 8205 2024-11-08 17:34 ./source/a/mkinitrd/mkinitrd.SlackBuild -rw-r--r-- 1 root root 7449 2022-04-26 19:12 ./source/a/mkinitrd/mkinitrd.conf.5 -rw-r--r-- 1 root root 529 2017-06-29 16:52 ./source/a/mkinitrd/mkinitrd.conf.sample -rw-r--r-- 1 root root 535 2020-04-26 23:53 ./source/a/mkinitrd/mkinitrd.tempfile.to.mktemp.patch.gz -rw-r--r-- 1 root root 5693 2019-03-03 21:16 ./source/a/mkinitrd/mkinitrd_command_generator.8 --rw-r--r-- 1 root root 29073 2021-03-28 18:22 ./source/a/mkinitrd/mkinitrd_command_generator.sh +-rw-r--r-- 1 root root 29099 2024-11-08 22:01 ./source/a/mkinitrd/mkinitrd_command_generator.sh -rw-r--r-- 1 root root 2525 2024-10-27 21:31 ./source/a/mkinitrd/remove-orphaned-initrds --rw-r--r-- 1 root root 4638 2024-11-06 23:21 ./source/a/mkinitrd/setup.01.mkinitrd +-rw-r--r-- 1 root root 4344 2024-11-08 17:36 ./source/a/mkinitrd/setup.01.mkinitrd -rw-r--r-- 1 root root 983 2018-02-27 06:13 ./source/a/mkinitrd/slack-desc drwxr-xr-x 2 root root 4096 2022-09-06 18:27 ./source/a/mlocate -rw-r--r-- 1 root root 388 2017-03-16 18:04 ./source/a/mlocate/doinst.sh.gz @@ -8134,16 +8134,18 @@ drwxr-xr-x 2 root root 4096 2024-10-05 19:01 ./source/installer/sources/i drwxr-xr-x 2 root root 4096 2024-09-05 16:54 ./source/installer/sources/nano -rw-r--r-- 1 root root 1672076 2024-09-05 09:42 ./source/installer/sources/nano/nano-8.2.tar.xz -rw-r--r-- 1 root root 833 2024-09-05 09:42 ./source/installer/sources/nano/nano-8.2.tar.xz.sig -drwxr-xr-x 5 root root 4096 2024-11-01 17:19 ./source/k --rwxr-xr-x 1 root root 10489 2024-11-01 00:58 ./source/k/build-all-kernels.sh -drwxr-xr-x 2 root root 4096 2024-11-01 18:00 ./source/k/kernel-configs --rw-r--r-- 1 root root 264016 2024-11-01 18:00 ./source/k/kernel-configs/config-6.11.6.ia32 --rw-r--r-- 1 root root 268399 2024-11-01 17:20 ./source/k/kernel-configs/config-6.11.6.x64 --rwxr-xr-x 1 root root 9241 2024-11-01 01:28 ./source/k/kernel-generic.SlackBuild +drwxr-xr-x 6 root root 4096 2024-11-08 18:56 ./source/k +-rwxr-xr-x 1 root root 9850 2024-11-08 19:23 ./source/k/build-all-kernels.sh +drwxr-xr-x 2 root root 4096 2024-11-07 22:42 ./source/k/doinst.sh +-rw-r--r-- 1 root root 59 2024-11-07 04:19 ./source/k/doinst.sh/doinst.sh-kernel +drwxr-xr-x 2 root root 4096 2024-11-08 19:03 ./source/k/kernel-configs +-rw-r--r-- 1 root root 264016 2024-11-08 19:03 ./source/k/kernel-configs/config-6.11.7.ia32 +-rw-r--r-- 1 root root 268399 2024-11-08 18:54 ./source/k/kernel-configs/config-6.11.7.x64 +-rwxr-xr-x 1 root root 9743 2024-11-08 18:56 ./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 14110 2024-11-02 01:54 ./source/k/kernel-source.SlackBuild --rw-r--r-- 1 root root 989 2024-11-01 01:13 ./source/k/linux-6.11.6.tar.sign --rw-r--r-- 1 root root 146932940 2024-11-01 01:13 ./source/k/linux-6.11.6.tar.xz +-rw-r--r-- 1 root root 989 2024-11-08 15:55 ./source/k/linux-6.11.7.tar.sign +-rw-r--r-- 1 root root 146976356 2024-11-08 15:55 ./source/k/linux-6.11.7.tar.xz drwxr-xr-x 2 root root 4096 2023-01-04 20:50 ./source/k/patches-revert-i686 -rw-r--r-- 1 root root 1132 2023-01-03 00:53 ./source/k/patches-revert-i686/0001-x86-ioremap-Fix-page-aligned-size-calculation-in-__i.patch.gz -rw-r--r-- 1 root root 246 2023-01-04 20:50 ./source/k/patches-revert-i686/README @@ -12103,10 +12105,10 @@ drwxr-xr-x 2 root root 4096 2024-03-29 03:06 ./source/l/python-notify2 -rw-r--r-- 1 root root 37 2018-02-23 21:12 ./source/l/python-notify2/notify2.url -rwxr-xr-x 1 root root 2574 2024-03-29 03:06 ./source/l/python-notify2/python-notify2.SlackBuild -rw-r--r-- 1 root root 996 2018-02-27 06:12 ./source/l/python-notify2/slack-desc -drwxr-xr-x 2 root root 4096 2024-06-10 17:31 ./source/l/python-packaging --rw-r--r-- 1 root root 99790 2024-06-09 23:19 ./source/l/python-packaging/packaging-24.1.tar.lz +drwxr-xr-x 2 root root 4096 2024-11-08 18:41 ./source/l/python-packaging +-rw-r--r-- 1 root root 111165 2024-11-08 09:47 ./source/l/python-packaging/packaging-24.2.tar.lz -rw-r--r-- 1 root root 36 2020-01-25 18:33 ./source/l/python-packaging/packaging.url --rwxr-xr-x 1 root root 3069 2024-06-10 17:32 ./source/l/python-packaging/python-packaging.SlackBuild +-rwxr-xr-x 1 root root 3069 2024-11-08 18:41 ./source/l/python-packaging/python-packaging.SlackBuild -rw-r--r-- 1 root root 829 2018-08-27 18:22 ./source/l/python-packaging/slack-desc drwxr-xr-x 2 root root 4096 2024-03-29 03:06 ./source/l/python-pathspec -rw-r--r-- 1 root root 51043 2023-12-10 22:30 ./source/l/python-pathspec/pathspec-0.12.1.tar.gz @@ -12890,10 +12892,10 @@ drwxr-xr-x 2 root root 4096 2024-06-06 19:38 ./source/n/ipset -rw-r--r-- 1 root root 514555 2024-06-05 07:01 ./source/n/ipset/ipset-7.22.tar.lz -rwxr-xr-x 1 root root 3918 2021-02-20 19:19 ./source/n/ipset/ipset.SlackBuild -rw-r--r-- 1 root root 927 2018-02-27 06:13 ./source/n/ipset/slack-desc -drwxr-xr-x 2 root root 4096 2023-10-10 17:54 ./source/n/iptables --rw-r--r-- 1 root root 641168 2023-10-10 09:50 ./source/n/iptables/iptables-1.8.10.tar.xz --rw-r--r-- 1 root root 566 2023-10-10 09:52 ./source/n/iptables/iptables-1.8.10.tar.xz.sig --rwxr-xr-x 1 root root 4149 2022-05-14 18:07 ./source/n/iptables/iptables.SlackBuild +drwxr-xr-x 2 root root 4096 2024-11-08 20:29 ./source/n/iptables +-rw-r--r-- 1 root root 649284 2024-11-08 13:22 ./source/n/iptables/iptables-1.8.11.tar.xz +-rw-r--r-- 1 root root 566 2024-11-08 13:26 ./source/n/iptables/iptables-1.8.11.tar.xz.sig +-rwxr-xr-x 1 root root 4117 2024-11-08 20:29 ./source/n/iptables/iptables.SlackBuild -rw-r--r-- 1 root root 46 2020-11-01 18:56 ./source/n/iptables/iptables.url -rw-r--r-- 1 root root 1098 2019-12-03 18:03 ./source/n/iptables/slack-desc drwxr-xr-x 2 root root 4096 2021-02-13 05:32 ./source/n/iptraf-ng @@ -12941,12 +12943,11 @@ drwxr-xr-x 2 root root 4096 2020-01-21 18:39 ./source/n/krb5/conf -rwxr-xr-x 1 root root 6084 2023-06-06 16:59 ./source/n/krb5/krb5.SlackBuild -rw-r--r-- 1 root root 39 2017-09-30 20:08 ./source/n/krb5/krb5.url -rw-r--r-- 1 root root 756 2020-01-21 18:49 ./source/n/krb5/slack-desc -drwxr-xr-x 2 root root 4096 2024-05-11 18:04 ./source/n/lftp +drwxr-xr-x 2 root root 4096 2024-11-08 20:35 ./source/n/lftp -rw-r--r-- 1 root root 263 2009-05-31 06:11 ./source/n/lftp/doinst.sh.gz --rw-r--r-- 1 root root 1654960 2020-08-13 20:37 ./source/n/lftp/lftp-4.9.2.tar.xz --rw-r--r-- 1 root root 155 2020-08-13 20:37 ./source/n/lftp/lftp-4.9.2.tar.xz.asc --rwxr-xr-x 1 root root 4448 2024-05-11 18:05 ./source/n/lftp/lftp.SlackBuild --rw-r--r-- 1 root root 378 2024-05-11 18:03 ./source/n/lftp/lftp.c99.patch.gz +-rw-r--r-- 1 root root 1839201 2024-11-08 11:02 ./source/n/lftp/lftp-4.9.3.tar.lz +-rwxr-xr-x 1 root root 4316 2024-11-08 20:35 ./source/n/lftp/lftp.SlackBuild +-rw-r--r-- 1 root root 105 2024-11-08 20:33 ./source/n/lftp/lftp.url -rw-r--r-- 1 root root 1000 2023-11-15 02:11 ./source/n/lftp/slack-desc drwxr-xr-x 2 root root 4096 2024-03-07 19:51 ./source/n/libassuan -rw-r--r-- 1 root root 493969 2024-03-06 13:55 ./source/n/libassuan/libassuan-2.5.7.tar.lz @@ -14000,8 +14001,8 @@ drwxr-xr-x 2 root root 4096 2024-07-26 17:47 ./source/x/ibus-libpinyin -rwxr-xr-x 1 root root 3433 2024-07-26 17:48 ./source/x/ibus-libpinyin/ibus-libpinyin.SlackBuild -rw-r--r-- 1 root root 142 2024-07-26 17:47 ./source/x/ibus-libpinyin/ibus-libpinyin.url -rw-r--r-- 1 root root 888 2017-03-26 10:01 ./source/x/ibus-libpinyin/slack-desc -drwxr-xr-x 2 root root 4096 2024-10-21 18:25 ./source/x/ibus-m17n --rw-r--r-- 1 root root 642633 2024-10-20 20:10 ./source/x/ibus-m17n/ibus-m17n-1.4.33.tar.lz +drwxr-xr-x 2 root root 4096 2024-11-08 18:38 ./source/x/ibus-m17n +-rw-r--r-- 1 root root 642911 2024-11-07 13:54 ./source/x/ibus-m17n/ibus-m17n-1.4.34.tar.lz -rwxr-xr-x 1 root root 3362 2024-09-09 16:55 ./source/x/ibus-m17n/ibus-m17n.SlackBuild -rw-r--r-- 1 root root 710 2017-03-22 21:41 ./source/x/ibus-m17n/slack-desc drwxr-xr-x 2 root root 4096 2024-09-12 18:33 ./source/x/ibus-table @@ -14484,7 +14485,7 @@ drwxr-xr-x 2 root root 12288 2024-07-29 17:57 ./source/x/x11/build -rw-r--r-- 1 root root 2 2021-02-13 05:35 ./source/x/x11/build/wqy-zenhei-font-ttf -rw-r--r-- 1 root root 2 2022-10-31 18:06 ./source/x/x11/build/x11perf -rw-r--r-- 1 root root 2 2021-11-29 19:21 ./source/x/x11/build/xauth --rw-r--r-- 1 root root 2 2021-02-13 05:35 ./source/x/x11/build/xbacklight +-rw-r--r-- 1 root root 2 2024-11-08 18:42 ./source/x/x11/build/xbacklight -rw-r--r-- 1 root root 2 2024-01-21 20:17 ./source/x/x11/build/xbiff -rw-r--r-- 1 root root 2 2023-02-23 19:29 ./source/x/x11/build/xbitmaps -rw-r--r-- 1 root root 2 2022-04-04 18:51 ./source/x/x11/build/xcalc @@ -14647,7 +14648,7 @@ drwxr-xr-x 2 root root 4096 2024-07-29 17:57 ./source/x/x11/configure -rw-r--r-- 1 root root 426 2024-03-25 19:07 ./source/x/x11/configure/xf86-video-geode -rw-r--r-- 1 root root 384 2024-03-25 19:07 ./source/x/x11/configure/xf86-video-glint -rw-r--r-- 1 root root 595 2024-03-25 19:07 ./source/x/x11/configure/xf86-video-intel --rw-r--r-- 1 root root 383 2024-05-12 01:02 ./source/x/x11/configure/xf86-video-nouveau +-rw-r--r-- 1 root root 580 2024-11-08 18:50 ./source/x/x11/configure/xf86-video-nouveau -rw-r--r-- 1 root root 384 2024-03-25 19:07 ./source/x/x11/configure/xf86-video-s3 -rw-r--r-- 1 root root 304 2024-03-25 19:07 ./source/x/x11/configure/xfs -rw-r--r-- 1 root root 394 2024-07-29 17:58 ./source/x/x11/configure/xinput_calibrator @@ -15143,8 +15144,8 @@ drwxr-xr-x 2 root root 12288 2024-07-29 17:55 ./source/x/x11/slack-desc -rw-r--r-- 1 root root 716 2012-04-08 02:21 ./source/x/x11/slack-desc/xwd -rw-r--r-- 1 root root 702 2012-04-08 02:21 ./source/x/x11/slack-desc/xwininfo -rw-r--r-- 1 root root 668 2012-04-07 23:42 ./source/x/x11/slack-desc/xwud -drwxr-xr-x 12 root root 4096 2024-11-06 19:26 ./source/x/x11/src -drwxr-xr-x 2 root root 4096 2024-10-13 18:28 ./source/x/x11/src/app +drwxr-xr-x 12 root root 4096 2024-11-08 18:46 ./source/x/x11/src +drwxr-xr-x 2 root root 4096 2024-11-08 18:42 ./source/x/x11/src/app -rw-r--r-- 1 root root 120780 2024-06-16 17:38 ./source/x/x11/src/app/appres-1.0.7.tar.xz -rw-r--r-- 1 root root 117904 2023-01-28 17:31 ./source/x/x11/src/app/beforelight-1.0.6.tar.xz -rw-r--r-- 1 root root 169676 2024-02-03 18:24 ./source/x/x11/src/app/bitmap-1.1.1.tar.xz @@ -15171,7 +15172,7 @@ drwxr-xr-x 2 root root 4096 2024-10-13 18:28 ./source/x/x11/src/app -rw-r--r-- 1 root root 128608 2022-10-15 16:55 ./source/x/x11/src/app/viewres-1.0.7.tar.xz -rw-r--r-- 1 root root 181396 2024-08-02 00:36 ./source/x/x11/src/app/x11perf-1.7.0.tar.xz -rw-r--r-- 1 root root 159500 2024-03-03 18:58 ./source/x/x11/src/app/xauth-1.1.3.tar.xz --rw-r--r-- 1 root root 115408 2019-07-14 18:26 ./source/x/x11/src/app/xbacklight-1.2.3.tar.xz +-rw-r--r-- 1 root root 121276 2024-11-07 18:20 ./source/x/x11/src/app/xbacklight-1.2.4.tar.xz -rw-r--r-- 1 root root 128432 2024-01-20 20:29 ./source/x/x11/src/app/xbiff-1.0.5.tar.xz -rw-r--r-- 1 root root 140692 2023-05-05 00:00 ./source/x/x11/src/app/xcalc-1.1.2.tar.xz -rw-r--r-- 1 root root 132420 2024-08-27 01:41 ./source/x/x11/src/app/xclipboard-1.1.5.tar.xz @@ -15218,7 +15219,7 @@ drwxr-xr-x 2 root root 4096 2024-10-13 18:28 ./source/x/x11/src/app -rw-r--r-- 1 root root 122624 2024-02-03 22:47 ./source/x/x11/src/app/xmore-1.0.4.tar.xz -rw-r--r-- 1 root root 143948 2024-03-03 23:02 ./source/x/x11/src/app/xpr-1.2.0.tar.xz -rw-r--r-- 1 root root 144216 2024-02-03 22:58 ./source/x/x11/src/app/xprop-1.2.7.tar.xz --rw-r--r-- 1 root root 174012 2022-12-03 23:49 ./source/x/x11/src/app/xrandr-1.5.2.tar.xz +-rw-r--r-- 1 root root 176852 2024-11-07 18:24 ./source/x/x11/src/app/xrandr-1.5.3.tar.xz -rw-r--r-- 1 root root 136768 2023-06-03 17:44 ./source/x/x11/src/app/xrdb-1.2.2.tar.xz -rw-r--r-- 1 root root 122764 2024-03-03 23:18 ./source/x/x11/src/app/xrefresh-1.1.0.tar.xz -rw-r--r-- 1 root root 202980 2023-06-03 18:43 ./source/x/x11/src/app/xscope-1.4.4.tar.xz @@ -15238,7 +15239,7 @@ drwxr-xr-x 2 root root 4096 2024-10-02 19:33 ./source/x/x11/src/data drwxr-xr-x 2 root root 4096 2024-04-08 18:19 ./source/x/x11/src/doc -rw-r--r-- 1 root root 326508 2024-03-24 18:23 ./source/x/x11/src/doc/xorg-docs-1.7.3.tar.xz -rw-r--r-- 1 root root 107832 2024-04-07 18:34 ./source/x/x11/src/doc/xorg-sgml-doctools-1.12.1.tar.xz -drwxr-xr-x 2 root root 4096 2024-10-30 17:52 ./source/x/x11/src/driver +drwxr-xr-x 2 root root 4096 2024-11-08 18:46 ./source/x/x11/src/driver -rw-r--r-- 1 root root 351952 2024-10-15 04:38 ./source/x/x11/src/driver/xf86-input-evdev-2.11.0.tar.xz -rw-r--r-- 1 root root 330088 2024-10-15 04:08 ./source/x/x11/src/driver/xf86-input-libinput-1.5.0.tar.xz -rw-r--r-- 1 root root 432380 2022-07-10 23:40 ./source/x/x11/src/driver/xf86-input-synaptics-1.9.2.tar.xz @@ -15251,7 +15252,7 @@ drwxr-xr-x 2 root root 4096 2024-10-30 17:52 ./source/x/x11/src/driver -rw-r--r-- 1 root root 485460 2024-10-12 19:41 ./source/x/x11/src/driver/xf86-video-mach64-6.10.0.tar.xz -rw-r--r-- 1 root root 395480 2024-10-12 19:59 ./source/x/x11/src/driver/xf86-video-mga-2.1.0.tar.xz -rw-r--r-- 1 root root 299216 2023-04-09 19:51 ./source/x/x11/src/driver/xf86-video-neomagic-1.3.1.tar.xz --rw-r--r-- 1 root root 134964 2023-10-05 17:10 ./source/x/x11/src/driver/xf86-video-nouveau-20231005_827f1e2.tar.xz +-rw-r--r-- 1 root root 548956 2024-11-08 15:10 ./source/x/x11/src/driver/xf86-video-nouveau-1.0.18.tar.xz -rw-r--r-- 1 root root 438104 2017-03-07 11:28 ./source/x/x11/src/driver/xf86-video-openchrome-0.6.0.tar.xz -rw-r--r-- 1 root root 437696 2024-10-12 20:10 ./source/x/x11/src/driver/xf86-video-r128-6.13.0.tar.xz -rw-r--r-- 1 root root 317360 2023-02-13 20:04 ./source/x/x11/src/driver/xf86-video-s3virge-1.11.1.tar.xz @@ -15284,7 +15285,7 @@ drwxr-xr-x 2 root root 4096 2024-03-03 19:29 ./source/x/x11/src/font -rw-r--r-- 1 root root 95284 2023-02-28 00:13 ./source/x/x11/src/font/font-dec-misc-1.0.4.tar.xz -rw-r--r-- 1 root root 378468 2023-02-28 00:23 ./source/x/x11/src/font/font-ibm-type1-1.0.4.tar.xz -rw-r--r-- 1 root root 712068 2023-02-28 00:27 ./source/x/x11/src/font/font-isas-misc-1.0.4.tar.xz --rw-r--r-- 1 root root 514704 2023-02-28 00:32 ./source/x/x11/src/font/font-jis-misc-1.0.4.tar.xz +-rw-r--r-- 1 root root 514704 2023-02-28 00:32 ./source/x/x11/src/font/font-jis-misc-1.0.4.tar.xz -rw-r--r-- 1 root root 94544 2023-02-28 00:36 ./source/x/x11/src/font/font-micro-misc-1.0.4.tar.xz -rw-r--r-- 1 root root 124252 2023-02-28 00:39 ./source/x/x11/src/font/font-misc-cyrillic-1.0.4.tar.xz -rw-r--r-- 1 root root 222624 2023-02-28 00:43 ./source/x/x11/src/font/font-misc-ethiopic-1.0.5.tar.xz @@ -16006,10 +16007,10 @@ drwxr-xr-x 2 root root 4096 2024-02-29 18:16 ./source/xfce/xfce4-terminal -rw-r--r-- 1 root root 870931 2024-02-29 14:25 ./source/xfce/xfce4-terminal/xfce4-terminal-1.1.3.tar.lz -rwxr-xr-x 1 root root 4058 2024-02-29 18:16 ./source/xfce/xfce4-terminal/xfce4-terminal.SlackBuild -rw-r--r-- 1 root root 52 2023-08-22 17:31 ./source/xfce/xfce4-terminal/xfce4-terminal.url -drwxr-xr-x 2 root root 4096 2024-03-08 19:10 ./source/xfce/xfce4-weather-plugin +drwxr-xr-x 2 root root 4096 2024-11-08 18:57 ./source/xfce/xfce4-weather-plugin -rw-r--r-- 1 root root 837 2018-02-27 06:13 ./source/xfce/xfce4-weather-plugin/slack-desc --rw-r--r-- 1 root root 2790158 2024-03-08 09:21 ./source/xfce/xfce4-weather-plugin/xfce4-weather-plugin-0.11.2.tar.lz --rwxr-xr-x 1 root root 3721 2022-12-17 20:50 ./source/xfce/xfce4-weather-plugin/xfce4-weather-plugin.SlackBuild +-rw-r--r-- 1 root root 2946399 2024-11-06 18:15 ./source/xfce/xfce4-weather-plugin/xfce4-weather-plugin-0.11.3.tar.lz +-rwxr-xr-x 1 root root 3665 2024-11-08 18:58 ./source/xfce/xfce4-weather-plugin/xfce4-weather-plugin.SlackBuild -rw-r--r-- 1 root root 65 2018-09-22 21:37 ./source/xfce/xfce4-weather-plugin/xfce4-weather-plugin.url drwxr-xr-x 2 root root 4096 2024-01-16 20:25 ./source/xfce/xfce4-whiskermenu-plugin -rw-r--r-- 1 root root 172 2016-06-18 20:47 ./source/xfce/xfce4-whiskermenu-plugin/doinst.sh.gz @@ -16077,9 +16078,9 @@ drwxr-xr-x 4 root root 4096 2024-10-17 23:23 ./testing -rw-r--r-- 1 root root 224 2024-10-17 23:23 ./testing/PACKAGES.TXT drwxr-xr-x 2 root root 4096 2024-10-17 19:40 ./testing/packages drwxr-xr-x 2 root root 4096 2024-10-17 19:40 ./testing/source -drwxr-xr-x 2 root root 4096 2024-11-01 21:12 ./usb-and-pxe-installers +drwxr-xr-x 2 root root 4096 2024-11-08 21:35 ./usb-and-pxe-installers -rw-r--r-- 1 root root 31203 2011-03-21 21:21 ./usb-and-pxe-installers/README_PXE.TXT -rw-r--r-- 1 root root 9197 2013-09-25 04:33 ./usb-and-pxe-installers/README_USB.TXT -rw-r--r-- 1 root root 598 2024-09-12 20:38 ./usb-and-pxe-installers/pxelinux.cfg_default --rw-r--r-- 1 root root 111141888 2024-11-01 21:11 ./usb-and-pxe-installers/usbboot.img +-rw-r--r-- 1 root root 111133696 2024-11-08 21:35 ./usb-and-pxe-installers/usbboot.img -rw-r--r-- 1 root root 16314 2022-03-24 20:54 ./usb-and-pxe-installers/usbimg2disk.sh diff --git a/README.initrd b/README.initrd index 9081ec9e9..b6b4fba11 100644 --- a/README.initrd +++ b/README.initrd @@ -1,10 +1,10 @@ Slackware initrd mini HOWTO by Patrick Volkerding, volkerdi@slackware.com -Fri Nov 1 20:56:00 UTC 2024 +Fri Nov 8 21:16:06 UTC 2024 -This document describes how to create and install an initrd, which may be -required to use the 4.x kernel. Also see "man mkinitrd". +This document describes how to create and install an initrd. +Also see "man mkinitrd". 1. What is an initrd? 2. Why to I need an initrd? @@ -21,50 +21,26 @@ and before the main root filesystem is mounted. 2. Why do I need an initrd? The usual reason to use an initrd is because you need to load kernel -modules before mounting the root partition. Usually these modules are -required to support the filesystem used by the root partition (ext3, ext4, -btrfs, xfs), or perhaps the controller that the hard drive is attached -to (SCSI, RAID, etc). Essentially, there are so many different options -available in modern Linux kernels that it isn't practical to try to ship -many different kernels to try to cover everyone's needs. It's a lot more -flexible to ship a generic kernel and a set of kernel modules for it. +modules before mounting the root partition, or because you need additional +userspace support for doing so (as with LVM). Modern Linux is practically +expected to be using an initrd, so even in cases where it *works* to boot +without one, you're probably less likely to run into bugs by using one. 3. How do I build the initrd? -The easiest way to make the initrd is to use the mkinitrd script included -in Slackware's mkinitrd package. We'll walk through the process of -upgrading to the generic 6.11.6 Linux kernel using the packages -found in Slackware's slackware/a/ directory. +Just installing the kernel package will automatically run the geninitrd +script to produce an initrd, so normally you won't need to build one -- +it will be done for you. However, if you need to generate an initrd you +can do so by just running "geninitrd" which will build an initrd for the +newest kernel in /boot. You can also specify the kernel to build an initrd +for on the command line, like this: -First, make sure the kernel/modules, and mkinitrd package are installed -(the current version numbers might be a little different, so this is just -an example): - - installpkg kernel-generic-6.11.6-x86_64-1.txz - installpkg mkinitrd-1.4.11-x86_64-42.txz - -Change into the /boot directory: - - cd /boot - -Now you'll want to run "mkinitrd". I'm using ext4 for my root filesystem, -and since the disk controller requires no special support the ext4 module -will be the only one I need to load: - - mkinitrd -c -k 6.11.6 -m ext4 - -This should do two things. First, it will create a directory -/boot/initrd-tree containing the initrd's filesystem. Then it will -create an initrd (/boot/initrd.gz) from this tree. If you wanted to, -you could make some additional changes in /boot/initrd-tree/ and -then run mkinitrd again without options to rebuild the image. That's -optional, though, and only advanced users will need to think about that. - -Here's another example: Build an initrd image using Linux 6.11.6 -kernel modules for a system with an ext4 root partition on /dev/sdb3: - - mkinitrd -c -k 6.11.6 -m ext4 -f ext4 -r /dev/sdb3 +geninitrd /boot/vmlinuz-6.11.7 +If you need specific modules, or you'd like to use a different initrd +generator than Slackware's mkinitrd, or to make other adjustments, see +the /etc/default/geninitrd configuration file. You can also disable +automatic initrd generation if you don't want it. 4. Now that I've built an initrd, how do I use it? @@ -76,19 +52,19 @@ done: # Linux bootable partition config begins image = /boot/vmlinuz-generic - initrd = /boot/initrd.gz + initrd = /boot/initrd-generic.img root = /dev/sda6 label = Slackware read-only # Linux bootable partition config ends -The initrd is loaded by the "initrd = /boot/initrd.gz" line. +The initrd is loaded by the "initrd = /boot/initrd-generic.img" line. Just add the line right below the line for the kernel image you use. Save the file, and then run LILO again ('lilo' at the command line). You'll need to run lilo every time you edit lilo.conf or rebuild the initrd. -Other bootloaders such as syslinux also support the use of an initrd. +Other bootloaders also support the use of an initrd. See the documentation for those programs for details on using an initrd with them. diff --git a/extra/source/xf86-video-fbdev/xf86-video-fbdev.SlackBuild b/extra/source/xf86-video-fbdev/xf86-video-fbdev.SlackBuild index bc5125b3c..6711903d4 100755 --- a/extra/source/xf86-video-fbdev/xf86-video-fbdev.SlackBuild +++ b/extra/source/xf86-video-fbdev/xf86-video-fbdev.SlackBuild @@ -23,12 +23,12 @@ PKGNAM=xf86-video-fbdev 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: if [ -z "$ARCH" ]; then 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=armv7lh ;; # Unless $ARCH is already set, use uname -m for all other archs: *) ARCH=$(uname -m) ;; @@ -38,24 +38,12 @@ fi NUMJOBS=${NUMJOBS:-" -j$(expr $(nproc) + 1) "} -if [ "$ARCH" = "i386" ]; then - SLKCFLAGS="-O2 -march=i386 -mcpu=i686" - LIBDIRSUFFIX="" -elif [ "$ARCH" = "i586" ]; then - SLKCFLAGS="-O2 -march=i586 -mtune=i686" - LIBDIRSUFFIX="" -elif [ "$ARCH" = "i686" ]; then - SLKCFLAGS="-O2 -march=i686" - LIBDIRSUFFIX="" -elif [ "$ARCH" = "s390" ]; then - SLKCFLAGS="-O2" +if [ "$ARCH" = "i686" ]; then + SLKCFLAGS="-O2 -march=pentium4 -mtune=generic" LIBDIRSUFFIX="" elif [ "$ARCH" = "x86_64" ]; then - SLKCFLAGS="-O2 -fPIC" + SLKCFLAGS="-O2 -march=x86-64 -mtune=generic -fPIC" LIBDIRSUFFIX="64" -elif [ "$ARCH" = "armv7hl" ]; then - SLKCFLAGS="-O3 -march=armv7-a -mfpu=vfpv3-d16" - LIBDIRSUFFIX="" else SLKCFLAGS="-O2" LIBDIRSUFFIX="" diff --git a/isolinux/message.txt b/isolinux/message.txt index bff21df6e..8acbb2e0d 100644 --- a/isolinux/message.txt +++ b/isolinux/message.txt @@ -1,5 +1,5 @@ -Welcome to 09Slackware6407 version 15.1 (Linux kernel 6.11.6)! +Welcome to 09Slackware6407 version 15.1 (Linux kernel 6.11.7)! 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). diff --git a/kernels/VERSIONS.TXT b/kernels/VERSIONS.TXT index 39f028303..9295ec199 100644 --- a/kernels/VERSIONS.TXT +++ b/kernels/VERSIONS.TXT @@ -1,3 +1,3 @@ -These kernels are version 6.11.6. +These kernels are version 6.11.7. diff --git a/recompress.sh b/recompress.sh index 0ec21f1d6..1b253d457 100755 --- a/recompress.sh +++ b/recompress.sh @@ -432,7 +432,6 @@ gzip ./source/n/iptraf-ng/iptraf-ng.paths.diff gzip ./source/n/nss-pam-ldapd/doinst.sh gzip ./source/n/bootp/bootp_2.4.3-15.diff gzip ./source/n/bootp/bootptab -gzip ./source/n/lftp/lftp.c99.patch gzip ./source/n/lftp/doinst.sh gzip ./source/n/postfix/postfix.script.starting.message.diff gzip ./source/n/postfix/0001-openssl-micro-mismatch-nowarn.patch diff --git a/slackware64/a/maketag b/slackware64/a/maketag index 7c4f2f633..15428ed92 100644 --- a/slackware64/a/maketag +++ b/slackware64/a/maketag @@ -66,7 +66,7 @@ Press ENTER when you are done." 19 76 10 \ "jfsutils" "Utilities for IBM's Journaled Filesystem" "on" \ "kbd" "Change keyboard and console mappings" "on" \ "kernel-firmware" "Linux kernel firmware" "on" \ -"kernel-generic" "Generic 6.11.6 Linux kernel and modules" "on" \ +"kernel-generic" "Generic 6.11.7 Linux kernel and modules" "on" \ "kmod" "Kernel module utilities" "on" \ "lbzip2" "Parallel bzip2 compressor" "on" \ "less" "A text pager utility" "on" \ diff --git a/slackware64/a/maketag.ez b/slackware64/a/maketag.ez index 7c4f2f633..15428ed92 100644 --- a/slackware64/a/maketag.ez +++ b/slackware64/a/maketag.ez @@ -66,7 +66,7 @@ Press ENTER when you are done." 19 76 10 \ "jfsutils" "Utilities for IBM's Journaled Filesystem" "on" \ "kbd" "Change keyboard and console mappings" "on" \ "kernel-firmware" "Linux kernel firmware" "on" \ -"kernel-generic" "Generic 6.11.6 Linux kernel and modules" "on" \ +"kernel-generic" "Generic 6.11.7 Linux kernel and modules" "on" \ "kmod" "Kernel module utilities" "on" \ "lbzip2" "Parallel bzip2 compressor" "on" \ "less" "A text pager utility" "on" \ diff --git a/slackware64/k/maketag b/slackware64/k/maketag index 7c23ada41..5e8516048 100644 --- a/slackware64/k/maketag +++ b/slackware64/k/maketag @@ -21,7 +21,7 @@ from series K. Use the UP/DOWN keys to scroll through the list, and \ the SPACE key to deselect any items you don't want to install. \ Press ENTER when you are \ done." 11 70 1 \ -"kernel-source" "Linux 6.11.6 kernel source" "on" \ +"kernel-source" "Linux 6.11.7 kernel source" "on" \ 2> $TMP/SeTpkgs if [ $? = 1 -o $? = 255 ]; then rm -f $TMP/SeTpkgs diff --git a/slackware64/k/maketag.ez b/slackware64/k/maketag.ez index 7c23ada41..5e8516048 100644 --- a/slackware64/k/maketag.ez +++ b/slackware64/k/maketag.ez @@ -21,7 +21,7 @@ from series K. Use the UP/DOWN keys to scroll through the list, and \ the SPACE key to deselect any items you don't want to install. \ Press ENTER when you are \ done." 11 70 1 \ -"kernel-source" "Linux 6.11.6 kernel source" "on" \ +"kernel-source" "Linux 6.11.7 kernel source" "on" \ 2> $TMP/SeTpkgs if [ $? = 1 -o $? = 255 ]; then rm -f $TMP/SeTpkgs diff --git a/source/a/mkinitrd/geninitrd b/source/a/mkinitrd/geninitrd index 358bd6f96..0fd6a6415 100644 --- a/source/a/mkinitrd/geninitrd +++ b/source/a/mkinitrd/geninitrd @@ -27,6 +27,7 @@ # symlink. Finally, it also supports a plain initrd.gz symlink to the initrd, # which might still be needed by some old setups. +# To generate an initrd automatically, just run "geninitrd". # If KERNEL_SYMLINK is defined and points to a kernel, we'll use that. # Otherwise, if KERNEL is defined and points to a kernel, we'll use that. # Otherwise, if $1 is defined and points to a kernel, we'll use that. @@ -43,11 +44,18 @@ cd $(dirname $0)/../.. +# If we don't have $KERNEL or $KERNEL_SYMLINK, maybe we got the kernel as $1: +if [ -z "$KERNEL" -a -z "$KERNEL_SYMLINK" ]; then + export KERNEL=$1 +fi + # In case you cannot make this script do exactly what you require, you're -# welcome to create /usr/local/sbin/geninitrd and it will be run instead of -# the usual setup script: +# welcome to create /usr/local/sbin/geninitrd or /opt/sbin/geninitrd and it +# will be run instead of the usual setup script: if [ -x /usr/local/sbin/geninitrd ]; then chroot . /usr/local/sbin/geninitrd $* +elif [ -x /opt/sbin/geninitrd ]; then + chroot . /opt/sbin/geninitrd $* else # we will run the default handler from the setup scripts: chroot . /var/lib/pkgtools/setup/setup.01.mkinitrd $* fi diff --git a/source/a/mkinitrd/mkinitrd.SlackBuild b/source/a/mkinitrd/mkinitrd.SlackBuild index 45ba6d5cb..64ee6ac48 100755 --- a/source/a/mkinitrd/mkinitrd.SlackBuild +++ b/source/a/mkinitrd/mkinitrd.SlackBuild @@ -25,7 +25,7 @@ cd $(dirname $0) ; CWD=$(pwd) PKGNAM=mkinitrd VERSION=${VERSION:-1.4.11} BB=1.37.0 -BUILD=${BUILD:-45} +BUILD=${BUILD:-46} # Automatically determine the architecture we're building on: if [ -z "$ARCH" ]; then diff --git a/source/a/mkinitrd/mkinitrd_command_generator.sh b/source/a/mkinitrd/mkinitrd_command_generator.sh index e58d197a5..95e1bcfd7 100644 --- a/source/a/mkinitrd/mkinitrd_command_generator.sh +++ b/source/a/mkinitrd/mkinitrd_command_generator.sh @@ -255,7 +255,7 @@ check_luks_lvm_raid() { USING_LVM=1 # Search the Physical Volume of our Logical Volume: MYVG=$( echo $(lvdisplay -c $ROOTDEV 2>/dev/null) | cut -d: -f2 ) - for LINE in $(pvdisplay -c) ; do + for LINE in $(pvdisplay -c 2> /dev/null) ; do VG=$(echo $LINE | cut -d: -f2) [ "$VG" = "$MYVG" ] && break done @@ -288,7 +288,7 @@ check_luks_lvm_raid() { USING_LVM=1 # Search the Physical Volume of our Logical Volume: MYVG=$( echo $(lvdisplay -c $REALDEV 2>/dev/null) | cut -d: -f2 ) - for LINE in $(pvdisplay -c) ; do + for LINE in $(pvdisplay -c 2> /dev/null) ; do VG=$(echo $LINE | cut -d: -f2) [ "$VG" = "$MYVG" ] && break done diff --git a/source/a/mkinitrd/setup.01.mkinitrd b/source/a/mkinitrd/setup.01.mkinitrd index b5042aa84..79769232d 100644 --- a/source/a/mkinitrd/setup.01.mkinitrd +++ b/source/a/mkinitrd/setup.01.mkinitrd @@ -1,11 +1,8 @@ #!/bin/sh #BLURB="Generate an initrd for the kernel" -# To generate an initrd automatically, just run "geninitrd". # If KERNEL_SYMLINK is defined and points to a kernel, we'll use that. # Otherwise, if KERNEL is defined and points to a kernel, we'll use that. -# Otherwise, if $1 is defined and points to a kernel, we'll use that. -# Example: geninitrd /boot/vmlinuz-6.11.6 # If none of these are true, we'll use the newest kernel we find in /boot. # Load defaults: @@ -22,13 +19,8 @@ fi KERNEL=$KERNEL_SYMLINK if [ -z "$KERNEL" ]; then - # If we were not passed $KERNEL, maybe we got the kernel as $1: - if [ ! -z "$1" ]; then - KERNEL=$1 - else - # If we weren't told anything else, then use the newest kernel: - KERNEL="$(find /boot -name "vmlinuz-*" -type f | xargs ls -t | head -n 1)" - fi + # If we weren't told anything else, then use the newest kernel: + KERNEL="$(find /boot -name "vmlinuz-*" -type f | xargs ls -t | head -n 1)" fi # If we don't see $KERNEL, try looking in /boot: diff --git a/source/k/build-all-kernels.sh b/source/k/build-all-kernels.sh index ea8dc0d77..23fdce5b1 100755 --- a/source/k/build-all-kernels.sh +++ b/source/k/build-all-kernels.sh @@ -64,9 +64,22 @@ KERNEL_CONFIGDIR=${KERNEL_CONFIGDIR:-./kernel-configs} KERNEL_CONFIGDIR=$(realpath $KERNEL_CONFIGDIR) export KERNEL_CONFIGDIR -# By default, install the packages as we build them and update the initrd. +# By default, install the packages as we build them. INSTALL_PACKAGES=${INSTALL_PACKAGES:-YES} +# By default, have the kernel package(s) generate an initrd upon installation: +AUTO_GENERATE_INITRD=${AUTO_GENERATE_INITRD:-YES} +export AUTO_GENERATE_INITRD + +# By default, update the initrd. But if both INSTALL_PACKAGES and +# AUTO_GENERATE_INITRD are YES, then installing the kernel-generic package +# will generate the initrd, so no need to do this twice. +if [ "$INSTALL_PACKAGES" = "YES" -a "$AUTO_GENERATE_INITRD" = "YES" ]; then + UPDATE_INITRD=${UPDATE_INITRD:-NO} +else + UPDATE_INITRD=${UPDATE_INITRD:-YES} +fi + # Clean kernels before building them. Not doing so quit working some time # after 4.19.x. export KERNEL_CLEAN=YES @@ -214,32 +227,9 @@ for recipe in $RECIPES ; do fi # Update initrd: - if [ "${INSTALL_PACKAGES}" = "YES" ]; then - if [ -r /etc/mkinitrd.conf ]; then - mkinitrd -F /etc/mkinitrd.conf -k ${VERSION}${LOCALVERSION} -o /boot/initrd-${VERSION}${LOCALVERSION}.img - else # try this? - sh /usr/share/mkinitrd/mkinitrd_command_generator.sh -k ${VERSION}${LOCALVERSION} -a "-o /boot/initrd-${VERSION}${LOCALVERSION}.img" | sed "s/-c -k/-k/g" | bash - fi - if [ -r /boot/initrd-${VERSION}${LOCALVERSION}.img ]; then - # Make unversioned initrd symlink(s): - ( cd /boot - for kernelsymlink in vmlinuz-* ; do - # Skip if it isn't a symlink: - if [ ! -L $kernelsymlink ]; then - continue - fi - # If it matches the kernel version we used, then make a symlink for the initrd: - KERNEL_VERSION="$(strings $kernelsymlink | grep '([^ ]*@[^ ]*) #' | cut -f1 -d' ')" - if [ "$KERNEL_VERSION" = "${VERSION}${LOCALVERSION}" ]; then - # Make symlink for the initrd: - KERNEL_NAME="$(echo $kernelsymlink | cut -f 2- -d -)" - ln -sf initrd-${VERSION}${LOCALVERSION}.img initrd-${KERNEL_NAME}.img - fi - done - ) - # Good old compat symlink :-) - ln -sf initrd-${VERSION}${LOCALVERSION}.img /boot/initrd.gz - fi + if [ "${UPDATE_INITRD}" = "YES" ]; then + echo "Updating initrd with geninitrd..." + GENINITRD_SILENT=true /usr/sbin/geninitrd fi echo diff --git a/source/k/doinst.sh/doinst.sh-kernel b/source/k/doinst.sh/doinst.sh-kernel new file mode 100644 index 000000000..184b9f781 --- /dev/null +++ b/source/k/doinst.sh/doinst.sh-kernel @@ -0,0 +1,3 @@ +if [ -x usr/sbin/geninitrd ]; then + usr/sbin/geninitrd +fi diff --git a/source/k/kernel-configs/config-6.11.6.ia32 b/source/k/kernel-configs/config-6.11.7.ia32 similarity index 99% rename from source/k/kernel-configs/config-6.11.6.ia32 rename to source/k/kernel-configs/config-6.11.7.ia32 index df1e84743..4e5d80a44 100644 --- a/source/k/kernel-configs/config-6.11.6.ia32 +++ b/source/k/kernel-configs/config-6.11.7.ia32 @@ -1,6 +1,6 @@ # # Automatically generated file; DO NOT EDIT. -# Linux/x86 6.11.6 Kernel Configuration +# Linux/x86 6.11.7 Kernel Configuration # CONFIG_CC_VERSION_TEXT="gcc (GCC) 14.2.0" CONFIG_CC_IS_GCC=y diff --git a/source/k/kernel-configs/config-6.11.6.x64 b/source/k/kernel-configs/config-6.11.7.x64 similarity index 99% rename from source/k/kernel-configs/config-6.11.6.x64 rename to source/k/kernel-configs/config-6.11.7.x64 index 2a8a71c06..146b12dc2 100644 --- a/source/k/kernel-configs/config-6.11.6.x64 +++ b/source/k/kernel-configs/config-6.11.7.x64 @@ -1,6 +1,6 @@ # # Automatically generated file; DO NOT EDIT. -# Linux/x86 6.11.6 Kernel Configuration +# Linux/x86 6.11.7 Kernel Configuration # CONFIG_CC_VERSION_TEXT="gcc (GCC) 14.2.0" CONFIG_CC_IS_GCC=y diff --git a/source/k/kernel-generic.SlackBuild b/source/k/kernel-generic.SlackBuild index d50d1bb51..b5d3ad60b 100755 --- a/source/k/kernel-generic.SlackBuild +++ b/source/k/kernel-generic.SlackBuild @@ -59,6 +59,9 @@ fi # exact one used to build, and is sorted properly. REGEN_CONFIG=${REGEN_CONFIG:-false} +# By default, have the kernel package(s) generate an initrd upon installation: +AUTO_GENERATE_INITRD=${AUTO_GENERATE_INITRD:-YES} + if [ ! -r "${KERNEL_CONFIG}" ]; then echo "Error: the KERNEL_CONFIG environment variable needs to be set to the" echo ".config file to be used to build this kernel. Example:" @@ -201,6 +204,15 @@ else cat $CWD/slack-desc/slack-desc.kernel-template | sed "s/%PACKAGE_NAME%/kernel-${KERNEL_NAME}/g" > $PKG/install/slack-desc fi +if [ "$AUTO_GENERATE_INITRD" = "YES" ]; then + echo "export KERNEL=/boot/vmlinuz-${VERSION}${LOCALVERSION}" > $PKG/install/doinst.sh + echo "export KERNEL_DOINST=true" >> $PKG/install/doinst.sh + echo "export GENINITRD_SILENT=true" >> $PKG/install/doinst.sh + cat $CWD/doinst.sh/doinst.sh-kernel >> $PKG/install/doinst.sh +else + touch $PKG/install/doinst.sh +fi + # Make the package: cd $PKG -/sbin/makepkg -l y -c n $TMP/kernel-$(echo ${KERNEL_NAME} | tr - _)-$(echo ${VERSION} | tr - _)$(echo ${LOCALVERSION} | tr - _)-${PACKAGE_ARCH}-$BUILD.txz +/sbin/makepkg -l y -c n --prepend $TMP/kernel-$(echo ${KERNEL_NAME} | tr - _)-$(echo ${VERSION} | tr - _)$(echo ${LOCALVERSION} | tr - _)-${PACKAGE_ARCH}-$BUILD.txz diff --git a/source/l/python-packaging/python-packaging.SlackBuild b/source/l/python-packaging/python-packaging.SlackBuild index 82a5cdd12..071f87792 100755 --- a/source/l/python-packaging/python-packaging.SlackBuild +++ b/source/l/python-packaging/python-packaging.SlackBuild @@ -31,7 +31,7 @@ SRCNAM=packaging if [ -z "$ARCH" ]; then case "$( uname -m )" in - i?86) ARCH=i586 ;; + i?86) ARCH=i686 ;; arm*) ARCH=arm ;; *) ARCH=$( uname -m ) ;; esac diff --git a/source/n/iptables/iptables.SlackBuild b/source/n/iptables/iptables.SlackBuild index 6ff2bcf58..6676a2834 100755 --- a/source/n/iptables/iptables.SlackBuild +++ b/source/n/iptables/iptables.SlackBuild @@ -31,7 +31,7 @@ NUMJOBS=${NUMJOBS:-" -j$(expr $(nproc) + 1) "} # Automatically determine the architecture we're building on: if [ -z "$ARCH" ]; then case "$( uname -m )" in - i?86) export ARCH=i586 ;; + i?86) export ARCH=i686 ;; arm*) export ARCH=arm ;; # Unless $ARCH is already set, use uname -m for all other archs: *) export ARCH=$( uname -m ) ;; @@ -49,14 +49,11 @@ fi TMP=${TMP:-/tmp} PKG=$TMP/package-iptables -if [ "$ARCH" = "i586" ]; then - SLKCFLAGS="-O2 -march=i586 -mtune=i686" - LIBDIRSUFFIX="" -elif [ "$ARCH" = "s390" ]; then - SLKCFLAGS="-O2" +if [ "$ARCH" = "i686" ]; then + SLKCFLAGS="-O2 -march=pentium4 -mtune=generic" LIBDIRSUFFIX="" elif [ "$ARCH" = "x86_64" ]; then - SLKCFLAGS="-O2 -fPIC" + SLKCFLAGS="-O2 -march=x86-64 -mtune=generic -fPIC" LIBDIRSUFFIX="64" else SLKCFLAGS="-O2" diff --git a/source/n/lftp/lftp.SlackBuild b/source/n/lftp/lftp.SlackBuild index cbc5c3648..3d8f094e2 100755 --- a/source/n/lftp/lftp.SlackBuild +++ b/source/n/lftp/lftp.SlackBuild @@ -1,6 +1,6 @@ #!/bin/bash -# Copyright 2008, 2009, 2010, 2012, 2018 Patrick J. Volkerding, Sebeka, MN, USA +# Copyright 2008, 2009, 2010, 2012, 2018, 2024 Patrick J. Volkerding, Sebeka, MN, USA # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -23,15 +23,15 @@ cd $(dirname $0) ; CWD=$(pwd) PKGNAM=lftp -VERSION=${VERSION:-$(echo lftp-*.tar.xz | rev | cut -f 3- -d . | cut -f 1 -d - | rev)} -BUILD=${BUILD:-4} +VERSION=${VERSION:-$(echo lftp-*.tar.?z | rev | cut -f 3- -d . | cut -f 1 -d - | rev)} +BUILD=${BUILD:-1} NUMJOBS=${NUMJOBS:-" -j$(expr $(nproc) + 1) "} # Automatically determine the architecture we're building on: if [ -z "$ARCH" ]; then case "$( uname -m )" in - i?86) export ARCH=i586 ;; + i?86) export ARCH=i686 ;; arm*) export ARCH=arm ;; # Unless $ARCH is already set, use uname -m for all other archs: *) export ARCH=$( uname -m ) ;; @@ -49,14 +49,11 @@ fi TMP=${TMP:-/tmp} PKG=$TMP/package-lftp -if [ "$ARCH" = "i586" ]; then - SLKCFLAGS="-O2 -march=i586 -mtune=i686" - LIBDIRSUFFIX="" -elif [ "$ARCH" = "s390" ]; then - SLKCFLAGS="-O2" +if [ "$ARCH" = "i686" ]; then + SLKCFLAGS="-O2 -march=pentium4 -mtune=generic" LIBDIRSUFFIX="" elif [ "$ARCH" = "x86_64" ]; then - SLKCFLAGS="-O2 -fPIC" + SLKCFLAGS="-O2 -march=x86-64 -mtune=generic -fPIC" LIBDIRSUFFIX="64" else SLKCFLAGS="-O2" @@ -70,12 +67,9 @@ rm -rf $PKG mkdir -p $TMP $PKG cd $TMP rm -rf lftp-$VERSION -tar xvf $CWD/lftp-$VERSION.tar.xz || exit 1 +tar xvf $CWD/lftp-$VERSION.tar.?z || exit 1 cd lftp-$VERSION || exit 1 -zcat $CWD/lftp.c99.patch.gz | patch -p1 --verbose || exit 1 -touch -r aclocal.m4 configure m4/needtrio.m4 - chown -R root:root . find . \ \( -perm 777 -o -perm 775 -o -perm 711 -o -perm 555 -o -perm 511 \) \ diff --git a/source/n/lftp/lftp.c99.patch b/source/n/lftp/lftp.c99.patch deleted file mode 100644 index 3e3ec17ec..000000000 --- a/source/n/lftp/lftp.c99.patch +++ /dev/null @@ -1,22 +0,0 @@ -diff -rup a/configure b/configure ---- a/configure 2023-02-08 21:27:48.733647760 -0500 -+++ b/configure 2023-02-08 21:28:31.201222024 -0500 -@@ -57429,6 +57429,7 @@ else - cat confdefs.h - <<_ACEOF >conftest.$ac_ext - /* end confdefs.h. */ - -+ #include - int main() - { - unsigned long long x=0,x1; -diff -rup a/m4/needtrio.m4 b/m4/needtrio.m4 ---- a/m4/needtrio.m4 2016-02-20 08:57:52.000000000 -0500 -+++ b/m4/needtrio.m4 2023-02-08 21:28:13.642571126 -0500 -@@ -9,6 +9,7 @@ AC_DEFUN([LFTP_NEED_TRIO],[ - else - - AC_RUN_IFELSE([AC_LANG_SOURCE([[ -+ #include - int main() - { - unsigned long long x=0,x1; diff --git a/source/n/lftp/lftp.url b/source/n/lftp/lftp.url new file mode 100644 index 000000000..887a71023 --- /dev/null +++ b/source/n/lftp/lftp.url @@ -0,0 +1,2 @@ +https://github.com/lavv17/lftp +https://github.com/lavv17/lftp/releases/download/v4.9.3/lftp-4.9.3.tar.gz diff --git a/source/x/x11/build/xbacklight b/source/x/x11/build/xbacklight index 00750edc0..d00491fd7 100644 --- a/source/x/x11/build/xbacklight +++ b/source/x/x11/build/xbacklight @@ -1 +1 @@ -3 +1 diff --git a/source/x/x11/configure/xf86-video-nouveau b/source/x/x11/configure/xf86-video-nouveau index 7e378ee13..73121d672 100644 --- a/source/x/x11/configure/xf86-video-nouveau +++ b/source/x/x11/configure/xf86-video-nouveau @@ -1,6 +1,15 @@ +if [ -x ./configure ]; then + CONFIGURE="./configure" +elif [ -x ./autogen.sh ]; then + CONFIGURE="./autogen.sh" +else + echo "ERROR: neither ./configure nor ./autogen.sh found." + sleep 5 + exit 1 +fi CFLAGS="$SLKCFLAGS -Wno-error=implicit-function-declaration" \ CXXFLAGS=$SLKCFLAGS \ -./autogen.sh \ +$CONFIGURE \ --prefix=/usr \ --libdir=/usr/lib${LIBDIRSUFFIX} \ --sysconfdir=/etc \ diff --git a/source/xfce/xfce4-weather-plugin/xfce4-weather-plugin.SlackBuild b/source/xfce/xfce4-weather-plugin/xfce4-weather-plugin.SlackBuild index 577bba027..e3e61a6e6 100755 --- a/source/xfce/xfce4-weather-plugin/xfce4-weather-plugin.SlackBuild +++ b/source/xfce/xfce4-weather-plugin/xfce4-weather-plugin.SlackBuild @@ -31,7 +31,7 @@ BUILD=${BUILD:-1} # Automatically determine the architecture we're building on: if [ -z "$ARCH" ]; then case "$( uname -m )" in - i?86) ARCH=i586 ;; + i?86) ARCH=i686 ;; arm*) ARCH=arm ;; # Unless $ARCH is already set, use uname -m for all other archs: *) ARCH=$( uname -m ) ;; @@ -51,14 +51,11 @@ NUMJOBS=${NUMJOBS:-" -j$(expr $(nproc) + 1) "} TMP=${TMP:-/tmp} PKG=$TMP/package-$PKGNAM -if [ "$ARCH" = "i586" ]; then - SLKCFLAGS="-O2 -march=i586 -mtune=i686" - LIBDIRSUFFIX="" -elif [ "$ARCH" = "i686" ]; then - SLKCFLAGS="-O2 -march=i686 -mtune=i686" +if [ "$ARCH" = "i686" ]; then + SLKCFLAGS="-O2 -march=pentium4 -mtune=generic" LIBDIRSUFFIX="" elif [ "$ARCH" = "x86_64" ]; then - SLKCFLAGS="-O2 -fPIC" + SLKCFLAGS="-O2 -march=x86-64 -mtune=generic -fPIC" LIBDIRSUFFIX="64" else SLKCFLAGS="-O2"