Thu May 25 00:24:33 UTC 2023

a/elilo-3.16-x86_64-16.txz:  Rebuilt.
  eliloconfig: don't mess with mounting efivarfs. This should be handled by
  rc.S, or by whatever the admin put in /etc/fstab.
a/kernel-firmware-20230523_1ba3519-noarch-1.txz:  Upgraded.
a/kernel-generic-6.1.30-x86_64-1.txz:  Upgraded.
a/kernel-huge-6.1.30-x86_64-1.txz:  Upgraded.
a/kernel-modules-6.1.30-x86_64-1.txz:  Upgraded.
a/sysvinit-scripts-15.1-noarch-5.txz:  Rebuilt.
  rc.S: mount efivarfs rw, may be overridden in /etc/default/efivarfs.
ap/sc-im-0.8.3-x86_64-1.txz:  Upgraded.
d/kernel-headers-6.1.30-x86-1.txz:  Upgraded.
d/parallel-20230522-noarch-1.txz:  Upgraded.
k/kernel-source-6.1.30-noarch-1.txz:  Upgraded.
l/enchant-2.4.0-x86_64-1.txz:  Upgraded.
l/glib2-2.76.3-x86_64-1.txz:  Upgraded.
l/gtk+3-3.24.38-x86_64-1.txz:  Upgraded.
l/qt5-5.15.9_20230523_245f369c-x86_64-1.txz:  Upgraded.
  This update fixes a security issue.
  Qt-based clients may mismatch HSTS headers (Strict-Transport-Security),
  which would prevent the client from switching to a secure HTTPS
  connection as requested by a server.
  For more information, see:
    https://www.cve.org/CVERecord?id=CVE-2023-32762
  (* Security fix *)
n/curl-8.1.1-x86_64-1.txz:  Upgraded.
  This is a bugfix release.
t/texlive-2023.230322-x86_64-3.txz:  Rebuilt.
  This update patches a security issue:
  LuaTeX before 1.17.0 allows execution of arbitrary shell commands when
  compiling a TeX file obtained from an untrusted source. This occurs
  because luatex-core.lua lets the original io.popen be accessed. This also
  affects TeX Live before 2023 r66984 and MiKTeX before 23.5.
  Thanks to Johannes Schoepfer.
  For more information, see:
    https://www.cve.org/CVERecord?id=CVE-2023-32700
  (* Security fix *)
xap/mozilla-firefox-113.0.2-x86_64-1.txz:  Upgraded.
  This is a bugfix release.
  For more information, see:
    https://www.mozilla.org/en-US/firefox/113.0.2/releasenotes/
xfce/libxfce4ui-4.18.4-x86_64-1.txz:  Upgraded.
xfce/xfce4-panel-4.18.4-x86_64-1.txz:  Upgraded.
isolinux/initrd.img:  Rebuilt.
kernels/*:  Upgraded.
usb-and-pxe-installers/usbboot.img:  Rebuilt.
This commit is contained in:
Patrick J Volkerding 2023-05-25 00:24:33 +00:00 committed by Eric Hameleers
parent b2fa3fdbd7
commit ed49432ad9
29 changed files with 2449 additions and 205 deletions

View file

@ -11,9 +11,64 @@
<description>Tracking Slackware development in git.</description>
<language>en-us</language>
<id xmlns="http://www.w3.org/2005/Atom">urn:uuid:c964f45e-6732-11e8-bbe5-107b4450212f</id>
<pubDate>Mon, 22 May 2023 19:05:02 GMT</pubDate>
<lastBuildDate>Mon, 22 May 2023 19:32:39 GMT</lastBuildDate>
<pubDate>Thu, 25 May 2023 00:24:33 GMT</pubDate>
<lastBuildDate>Thu, 25 May 2023 01:49:54 GMT</lastBuildDate>
<generator>maintain_current_git.sh v 1.17</generator>
<item>
<title>Thu, 25 May 2023 00:24:33 GMT</title>
<pubDate>Thu, 25 May 2023 00:24:33 GMT</pubDate>
<link>https://git.slackware.nl/current/tag/?h=20230525002433</link>
<guid isPermaLink="false">20230525002433</guid>
<description>
<![CDATA[<pre>
a/elilo-3.16-x86_64-16.txz: Rebuilt.
eliloconfig: don't mess with mounting efivarfs. This should be handled by
rc.S, or by whatever the admin put in /etc/fstab.
a/kernel-firmware-20230523_1ba3519-noarch-1.txz: Upgraded.
a/kernel-generic-6.1.30-x86_64-1.txz: Upgraded.
a/kernel-huge-6.1.30-x86_64-1.txz: Upgraded.
a/kernel-modules-6.1.30-x86_64-1.txz: Upgraded.
a/sysvinit-scripts-15.1-noarch-5.txz: Rebuilt.
rc.S: mount efivarfs rw, may be overridden in /etc/default/efivarfs.
ap/sc-im-0.8.3-x86_64-1.txz: Upgraded.
d/kernel-headers-6.1.30-x86-1.txz: Upgraded.
d/parallel-20230522-noarch-1.txz: Upgraded.
k/kernel-source-6.1.30-noarch-1.txz: Upgraded.
l/enchant-2.4.0-x86_64-1.txz: Upgraded.
l/glib2-2.76.3-x86_64-1.txz: Upgraded.
l/gtk+3-3.24.38-x86_64-1.txz: Upgraded.
l/qt5-5.15.9_20230523_245f369c-x86_64-1.txz: Upgraded.
This update fixes a security issue.
Qt-based clients may mismatch HSTS headers (Strict-Transport-Security),
which would prevent the client from switching to a secure HTTPS
connection as requested by a server.
For more information, see:
https://www.cve.org/CVERecord?id=CVE-2023-32762
(* Security fix *)
n/curl-8.1.1-x86_64-1.txz: Upgraded.
This is a bugfix release.
t/texlive-2023.230322-x86_64-3.txz: Rebuilt.
This update patches a security issue:
LuaTeX before 1.17.0 allows execution of arbitrary shell commands when
compiling a TeX file obtained from an untrusted source. This occurs
because luatex-core.lua lets the original io.popen be accessed. This also
affects TeX Live before 2023 r66984 and MiKTeX before 23.5.
Thanks to Johannes Schoepfer.
For more information, see:
https://www.cve.org/CVERecord?id=CVE-2023-32700
(* Security fix *)
xap/mozilla-firefox-113.0.2-x86_64-1.txz: Upgraded.
This is a bugfix release.
For more information, see:
https://www.mozilla.org/en-US/firefox/113.0.2/releasenotes/
xfce/libxfce4ui-4.18.4-x86_64-1.txz: Upgraded.
xfce/xfce4-panel-4.18.4-x86_64-1.txz: Upgraded.
isolinux/initrd.img: Rebuilt.
kernels/*: Upgraded.
usb-and-pxe-installers/usbboot.img: Rebuilt.
</pre>]]>
</description>
</item>
<item>
<title>Mon, 22 May 2023 19:05:02 GMT</title>
<pubDate>Mon, 22 May 2023 19:05:02 GMT</pubDate>

View file

@ -1,3 +1,50 @@
Thu May 25 00:24:33 UTC 2023
a/elilo-3.16-x86_64-16.txz: Rebuilt.
eliloconfig: don't mess with mounting efivarfs. This should be handled by
rc.S, or by whatever the admin put in /etc/fstab.
a/kernel-firmware-20230523_1ba3519-noarch-1.txz: Upgraded.
a/kernel-generic-6.1.30-x86_64-1.txz: Upgraded.
a/kernel-huge-6.1.30-x86_64-1.txz: Upgraded.
a/kernel-modules-6.1.30-x86_64-1.txz: Upgraded.
a/sysvinit-scripts-15.1-noarch-5.txz: Rebuilt.
rc.S: mount efivarfs rw, may be overridden in /etc/default/efivarfs.
ap/sc-im-0.8.3-x86_64-1.txz: Upgraded.
d/kernel-headers-6.1.30-x86-1.txz: Upgraded.
d/parallel-20230522-noarch-1.txz: Upgraded.
k/kernel-source-6.1.30-noarch-1.txz: Upgraded.
l/enchant-2.4.0-x86_64-1.txz: Upgraded.
l/glib2-2.76.3-x86_64-1.txz: Upgraded.
l/gtk+3-3.24.38-x86_64-1.txz: Upgraded.
l/qt5-5.15.9_20230523_245f369c-x86_64-1.txz: Upgraded.
This update fixes a security issue.
Qt-based clients may mismatch HSTS headers (Strict-Transport-Security),
which would prevent the client from switching to a secure HTTPS
connection as requested by a server.
For more information, see:
https://www.cve.org/CVERecord?id=CVE-2023-32762
(* Security fix *)
n/curl-8.1.1-x86_64-1.txz: Upgraded.
This is a bugfix release.
t/texlive-2023.230322-x86_64-3.txz: Rebuilt.
This update patches a security issue:
LuaTeX before 1.17.0 allows execution of arbitrary shell commands when
compiling a TeX file obtained from an untrusted source. This occurs
because luatex-core.lua lets the original io.popen be accessed. This also
affects TeX Live before 2023 r66984 and MiKTeX before 23.5.
Thanks to Johannes Schoepfer.
For more information, see:
https://www.cve.org/CVERecord?id=CVE-2023-32700
(* Security fix *)
xap/mozilla-firefox-113.0.2-x86_64-1.txz: Upgraded.
This is a bugfix release.
For more information, see:
https://www.mozilla.org/en-US/firefox/113.0.2/releasenotes/
xfce/libxfce4ui-4.18.4-x86_64-1.txz: Upgraded.
xfce/xfce4-panel-4.18.4-x86_64-1.txz: Upgraded.
isolinux/initrd.img: Rebuilt.
kernels/*: Upgraded.
usb-and-pxe-installers/usbboot.img: Rebuilt.
+--------------------------+
Mon May 22 19:05:02 UTC 2023
ap/qpdf-11.4.0-x86_64-1.txz: Upgraded.
l/exiv2-0.27.7-x86_64-1.txz: Upgraded.

View file

@ -1,35 +1,35 @@
Mon May 22 19:09:16 UTC 2023
Thu May 25 01:20:03 UTC 2023
Here is the file list for this directory. If you are using a
mirror site and find missing or extra files in the disk
subdirectories, please have the archive administrator refresh
the mirror.
drwxr-xr-x 12 root root 4096 2023-05-22 19:05 .
drwxr-xr-x 12 root root 4096 2023-05-25 00:35 .
-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 1115935 2023-05-21 17:30 ./CHECKSUMS.md5
-rw-r--r-- 1 root root 163 2023-05-21 17:30 ./CHECKSUMS.md5.asc
-rw-r--r-- 1 root root 1116239 2023-05-25 00:35 ./CHECKSUMS.md5
-rw-r--r-- 1 root root 163 2023-05-25 00:35 ./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 640505 2023-05-22 19:05 ./ChangeLog.txt
-rw-r--r-- 1 root root 642665 2023-05-25 01:19 ./ChangeLog.txt
drwxr-xr-x 3 root root 4096 2013-03-20 22:17 ./EFI
drwxr-xr-x 2 root root 4096 2023-05-17 20:59 ./EFI/BOOT
drwxr-xr-x 2 root root 4096 2023-05-25 00:23 ./EFI/BOOT
-rw-r--r-- 1 root root 1187840 2021-06-15 19:16 ./EFI/BOOT/bootx64.efi
-rw-r--r-- 1 root root 78 2013-09-23 20:35 ./EFI/BOOT/grub-embedded.cfg
-rw-r--r-- 1 root root 893 2018-04-17 21:17 ./EFI/BOOT/grub.cfg
-rw-r--r-- 2 root root 12081664 2023-05-17 20:06 ./EFI/BOOT/huge.s
-rw-r--r-- 2 root root 45989656 2023-05-17 20:59 ./EFI/BOOT/initrd.img
-rw-r--r-- 2 root root 12113824 2023-05-24 19:18 ./EFI/BOOT/huge.s
-rw-r--r-- 2 root root 46008160 2023-05-25 00:23 ./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 1455280 2023-05-21 17:30 ./FILELIST.TXT
-rw-r--r-- 1 root root 1455645 2023-05-25 00:34 ./FILELIST.TXT
-rw-r--r-- 1 root root 1572 2012-08-29 18:27 ./GPG-KEY
-rw-r--r-- 1 root root 872197 2023-05-22 19:08 ./PACKAGES.TXT
-rw-r--r-- 1 root root 872186 2023-05-25 00:34 ./PACKAGES.TXT
-rw-r--r-- 1 root root 8034 2022-02-02 03:36 ./README.TXT
-rw-r--r-- 1 root root 3629 2023-05-17 20:24 ./README.initrd
-rw-r--r-- 1 root root 3629 2023-05-25 00:09 ./README.initrd
-rw-r--r-- 1 root root 34162 2022-01-30 20:35 ./README_CRYPT.TXT
-rw-r--r-- 1 root root 8754 2022-03-30 19:05 ./README_LVM.TXT
-rw-r--r-- 1 root root 19658 2013-06-18 04:34 ./README_RAID.TXT
@ -643,16 +643,16 @@ drwxr-xr-x 2 root root 4096 2022-02-25 00:07 ./extra/xv
-rw-r--r-- 1 root root 233 2022-02-24 20:04 ./extra/xv/xv-3.10a-x86_64-10.txt
-rw-r--r-- 1 root root 942524 2022-02-24 20:04 ./extra/xv/xv-3.10a-x86_64-10.txz
-rw-r--r-- 1 root root 163 2022-02-24 20:04 ./extra/xv/xv-3.10a-x86_64-10.txz.asc
drwxr-xr-x 3 root root 4096 2023-05-17 20:59 ./isolinux
drwxr-xr-x 3 root root 4096 2023-05-25 00:23 ./isolinux
-rw-r--r-- 1 root root 6185 2022-02-03 06:53 ./isolinux/README.TXT
-rw-r--r-- 1 root root 788 2007-03-17 19:50 ./isolinux/README_SPLIT.TXT
-rw-r--r-- 1 root root 1474560 2021-06-15 19:16 ./isolinux/efiboot.img
-rw-r--r-- 1 root root 574 2013-10-24 00:19 ./isolinux/f2.txt
-rw-r--r-- 2 root root 45989656 2023-05-17 20:59 ./isolinux/initrd.img
-rw-r--r-- 2 root root 46008160 2023-05-25 00:23 ./isolinux/initrd.img
-rw-r--r-- 1 root root 50 2003-01-18 00:02 ./isolinux/iso.sort
-rw-r--r-- 1 root root 24576 2016-05-27 20:36 ./isolinux/isolinux.bin
-rw-r--r-- 1 root root 578 2013-03-27 03:29 ./isolinux/isolinux.cfg
-rw-r--r-- 1 root root 682 2023-05-17 20:24 ./isolinux/message.txt
-rw-r--r-- 1 root root 682 2023-05-25 00:09 ./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
@ -663,12 +663,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 2023-05-17 20:24 ./kernels
-rw-r--r-- 1 root root 36 2023-05-17 20:24 ./kernels/VERSIONS.TXT
drwxr-xr-x 2 root root 4096 2023-05-17 20:06 ./kernels/huge.s
-rw-r--r-- 1 root root 1198766 2023-05-17 20:06 ./kernels/huge.s/System.map.gz
-rw-r--r-- 2 root root 12081664 2023-05-17 20:06 ./kernels/huge.s/bzImage
-rw-r--r-- 1 root root 252472 2023-05-17 18:04 ./kernels/huge.s/config
drwxr-xr-x 5 root root 4096 2023-05-25 00:09 ./kernels
-rw-r--r-- 1 root root 36 2023-05-25 00:09 ./kernels/VERSIONS.TXT
drwxr-xr-x 2 root root 4096 2023-05-24 19:18 ./kernels/huge.s
-rw-r--r-- 1 root root 1198753 2023-05-24 19:18 ./kernels/huge.s/System.map.gz
-rw-r--r-- 2 root root 12113824 2023-05-24 19:18 ./kernels/huge.s/bzImage
-rw-r--r-- 1 root root 252505 2023-05-24 17:36 ./kernels/huge.s/config
drwxr-xr-x 2 root root 4096 2011-03-25 03:15 ./kernels/memtest
-rw-r--r-- 1 root root 60 2011-03-24 00:19 ./kernels/memtest/README
-rw-r--r-- 1 root root 150024 2013-10-17 04:15 ./kernels/memtest/memtest
@ -687,13 +687,13 @@ drwxr-xr-x 2 root root 4096 2022-02-03 07:02 ./patches
-rw-r--r-- 1 root root 575 2022-02-03 07:02 ./patches/FILE_LIST
-rw-r--r-- 1 root root 14 2022-02-03 07:02 ./patches/MANIFEST.bz2
-rw-r--r-- 1 root root 224 2022-02-03 07:02 ./patches/PACKAGES.TXT
drwxr-xr-x 17 root root 4096 2023-05-22 19:08 ./slackware64
-rw-r--r-- 1 root root 340415 2023-05-22 19:08 ./slackware64/CHECKSUMS.md5
-rw-r--r-- 1 root root 163 2023-05-22 19:08 ./slackware64/CHECKSUMS.md5.asc
-rw-r--r-- 1 root root 422021 2023-05-22 19:08 ./slackware64/FILE_LIST
-rw-r--r-- 1 root root 4308748 2023-05-22 19:08 ./slackware64/MANIFEST.bz2
drwxr-xr-x 17 root root 4096 2023-05-25 00:34 ./slackware64
-rw-r--r-- 1 root root 340382 2023-05-25 00:34 ./slackware64/CHECKSUMS.md5
-rw-r--r-- 1 root root 163 2023-05-25 00:34 ./slackware64/CHECKSUMS.md5.asc
-rw-r--r-- 1 root root 421990 2023-05-25 00:33 ./slackware64/FILE_LIST
-rw-r--r-- 1 root root 4308964 2023-05-25 00:33 ./slackware64/MANIFEST.bz2
lrwxrwxrwx 1 root root 15 2009-08-23 23:34 ./slackware64/PACKAGES.TXT -> ../PACKAGES.TXT
drwxr-xr-x 2 root root 32768 2023-05-19 19:02 ./slackware64/a
drwxr-xr-x 2 root root 32768 2023-05-25 00:32 ./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
@ -769,9 +769,9 @@ drwxr-xr-x 2 root root 32768 2023-05-19 19:02 ./slackware64/a
-rw-r--r-- 1 root root 312 2021-03-13 19:13 ./slackware64/a/efivar-20201015_cff88dd-x86_64-1.txt
-rw-r--r-- 1 root root 118768 2021-03-13 19:13 ./slackware64/a/efivar-20201015_cff88dd-x86_64-1.txz
-rw-r--r-- 1 root root 163 2021-03-13 19:13 ./slackware64/a/efivar-20201015_cff88dd-x86_64-1.txz.asc
-rw-r--r-- 1 root root 445 2023-03-21 21:03 ./slackware64/a/elilo-3.16-x86_64-15.txt
-rw-r--r-- 1 root root 153468 2023-03-21 21:03 ./slackware64/a/elilo-3.16-x86_64-15.txz
-rw-r--r-- 1 root root 163 2023-03-21 21:03 ./slackware64/a/elilo-3.16-x86_64-15.txz.asc
-rw-r--r-- 1 root root 445 2023-05-25 00:04 ./slackware64/a/elilo-3.16-x86_64-16.txt
-rw-r--r-- 1 root root 153504 2023-05-25 00:04 ./slackware64/a/elilo-3.16-x86_64-16.txz
-rw-r--r-- 1 root root 163 2023-05-25 00:04 ./slackware64/a/elilo-3.16-x86_64-16.txz.asc
-rw-r--r-- 1 root root 260 2023-05-18 02:04 ./slackware64/a/elogind-252.9-x86_64-1.txt
-rw-r--r-- 1 root root 1167760 2023-05-18 02:04 ./slackware64/a/elogind-252.9-x86_64-1.txz
-rw-r--r-- 1 root root 163 2023-05-18 02:04 ./slackware64/a/elogind-252.9-x86_64-1.txz.asc
@ -858,18 +858,18 @@ drwxr-xr-x 2 root root 32768 2023-05-19 19:02 ./slackware64/a
-rw-r--r-- 1 root root 461 2021-02-13 11:08 ./slackware64/a/kbd-1.15.3-x86_64-6.txt
-rw-r--r-- 1 root root 1137072 2021-02-13 11:08 ./slackware64/a/kbd-1.15.3-x86_64-6.txz
-rw-r--r-- 1 root root 163 2021-02-13 11:08 ./slackware64/a/kbd-1.15.3-x86_64-6.txz.asc
-rw-r--r-- 1 root root 422 2023-05-17 16:43 ./slackware64/a/kernel-firmware-20230517_601c181-noarch-1.txt
-rw-r--r-- 1 root root 252250648 2023-05-17 16:43 ./slackware64/a/kernel-firmware-20230517_601c181-noarch-1.txz
-rw-r--r-- 1 root root 163 2023-05-17 16:43 ./slackware64/a/kernel-firmware-20230517_601c181-noarch-1.txz.asc
-rw-r--r-- 1 root root 624 2023-05-17 20:09 ./slackware64/a/kernel-generic-6.1.29-x86_64-1.txt
-rw-r--r-- 1 root root 8802288 2023-05-17 20:09 ./slackware64/a/kernel-generic-6.1.29-x86_64-1.txz
-rw-r--r-- 1 root root 163 2023-05-17 20:09 ./slackware64/a/kernel-generic-6.1.29-x86_64-1.txz.asc
-rw-r--r-- 1 root root 636 2023-05-17 20:06 ./slackware64/a/kernel-huge-6.1.29-x86_64-1.txt
-rw-r--r-- 1 root root 12933344 2023-05-17 20:06 ./slackware64/a/kernel-huge-6.1.29-x86_64-1.txz
-rw-r--r-- 1 root root 163 2023-05-17 20:06 ./slackware64/a/kernel-huge-6.1.29-x86_64-1.txz.asc
-rw-r--r-- 1 root root 567 2023-05-17 20:23 ./slackware64/a/kernel-modules-6.1.29-x86_64-1.txt
-rw-r--r-- 1 root root 53291264 2023-05-17 20:23 ./slackware64/a/kernel-modules-6.1.29-x86_64-1.txz
-rw-r--r-- 1 root root 163 2023-05-17 20:23 ./slackware64/a/kernel-modules-6.1.29-x86_64-1.txz.asc
-rw-r--r-- 1 root root 422 2023-05-24 17:22 ./slackware64/a/kernel-firmware-20230523_1ba3519-noarch-1.txt
-rw-r--r-- 1 root root 252428772 2023-05-24 17:22 ./slackware64/a/kernel-firmware-20230523_1ba3519-noarch-1.txz
-rw-r--r-- 1 root root 163 2023-05-24 17:22 ./slackware64/a/kernel-firmware-20230523_1ba3519-noarch-1.txz.asc
-rw-r--r-- 1 root root 624 2023-05-24 19:21 ./slackware64/a/kernel-generic-6.1.30-x86_64-1.txt
-rw-r--r-- 1 root root 8778224 2023-05-24 19:21 ./slackware64/a/kernel-generic-6.1.30-x86_64-1.txz
-rw-r--r-- 1 root root 163 2023-05-24 19:21 ./slackware64/a/kernel-generic-6.1.30-x86_64-1.txz.asc
-rw-r--r-- 1 root root 636 2023-05-24 19:18 ./slackware64/a/kernel-huge-6.1.30-x86_64-1.txt
-rw-r--r-- 1 root root 12965776 2023-05-24 19:18 ./slackware64/a/kernel-huge-6.1.30-x86_64-1.txz
-rw-r--r-- 1 root root 163 2023-05-24 19:18 ./slackware64/a/kernel-huge-6.1.30-x86_64-1.txz.asc
-rw-r--r-- 1 root root 567 2023-05-24 19:35 ./slackware64/a/kernel-modules-6.1.30-x86_64-1.txt
-rw-r--r-- 1 root root 53325164 2023-05-24 19:35 ./slackware64/a/kernel-modules-6.1.30-x86_64-1.txz
-rw-r--r-- 1 root root 163 2023-05-24 19:35 ./slackware64/a/kernel-modules-6.1.30-x86_64-1.txz.asc
-rw-r--r-- 1 root root 508 2023-03-08 02:13 ./slackware64/a/kmod-30-x86_64-2.txt
-rw-r--r-- 1 root root 118348 2023-03-08 02:13 ./slackware64/a/kmod-30-x86_64-2.txz
-rw-r--r-- 1 root root 163 2023-03-08 02:13 ./slackware64/a/kmod-30-x86_64-2.txz.asc
@ -915,8 +915,8 @@ drwxr-xr-x 2 root root 32768 2023-05-19 19:02 ./slackware64/a
-rw-r--r-- 1 root root 405 2022-01-27 19:11 ./slackware64/a/lzlib-1.13-x86_64-1.txt
-rw-r--r-- 1 root root 58460 2022-01-27 19:11 ./slackware64/a/lzlib-1.13-x86_64-1.txz
-rw-r--r-- 1 root root 163 2022-01-27 19:11 ./slackware64/a/lzlib-1.13-x86_64-1.txz.asc
-rw-r--r-- 1 root root 9970 2023-05-17 20:24 ./slackware64/a/maketag
-rw-r--r-- 1 root root 9970 2023-05-17 20:24 ./slackware64/a/maketag.ez
-rw-r--r-- 1 root root 9970 2023-05-25 00:09 ./slackware64/a/maketag
-rw-r--r-- 1 root root 9970 2023-05-25 00:09 ./slackware64/a/maketag.ez
-rw-r--r-- 1 root root 591 2023-04-09 18:44 ./slackware64/a/mcelog-194-x86_64-1.txt
-rw-r--r-- 1 root root 353332 2023-04-09 18:44 ./slackware64/a/mcelog-194-x86_64-1.txz
-rw-r--r-- 1 root root 163 2023-04-09 18:44 ./slackware64/a/mcelog-194-x86_64-1.txz.asc
@ -1022,10 +1022,10 @@ drwxr-xr-x 2 root root 32768 2023-05-19 19:02 ./slackware64/a
-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 163 2022-09-06 18:43 ./slackware64/a/sysvinit-functions-8.53-x86_64-6.txz.asc
-rw-r--r-- 1 root root 378 2023-05-09 18:53 ./slackware64/a/sysvinit-scripts-15.1-noarch-4.txt
-rw-r--r-- 1 root root 16444 2023-05-09 18:53 ./slackware64/a/sysvinit-scripts-15.1-noarch-4.txz
-rw-r--r-- 1 root root 163 2023-05-09 18:53 ./slackware64/a/sysvinit-scripts-15.1-noarch-4.txz.asc
-rw-r--r-- 1 root root 1569 2023-05-17 20:24 ./slackware64/a/tagfile
-rw-r--r-- 1 root root 378 2023-05-24 23:58 ./slackware64/a/sysvinit-scripts-15.1-noarch-5.txt
-rw-r--r-- 1 root root 16840 2023-05-24 23:58 ./slackware64/a/sysvinit-scripts-15.1-noarch-5.txz
-rw-r--r-- 1 root root 163 2023-05-24 23:58 ./slackware64/a/sysvinit-scripts-15.1-noarch-5.txz.asc
-rw-r--r-- 1 root root 1569 2023-05-25 00:09 ./slackware64/a/tagfile
-rw-r--r-- 1 root root 395 2023-03-24 18:56 ./slackware64/a/tar-1.34-x86_64-3.txt
-rw-r--r-- 1 root root 803840 2023-03-24 18:56 ./slackware64/a/tar-1.34-x86_64-3.txz
-rw-r--r-- 1 root root 163 2023-03-24 18:56 ./slackware64/a/tar-1.34-x86_64-3.txz.asc
@ -1080,7 +1080,7 @@ drwxr-xr-x 2 root root 32768 2023-05-19 19:02 ./slackware64/a
-rw-r--r-- 1 root root 540 2021-02-13 11:22 ./slackware64/a/zoo-2.10_22-x86_64-4.txt
-rw-r--r-- 1 root root 56160 2021-02-13 11:22 ./slackware64/a/zoo-2.10_22-x86_64-4.txz
-rw-r--r-- 1 root root 163 2021-02-13 11:22 ./slackware64/a/zoo-2.10_22-x86_64-4.txz.asc
drwxr-xr-x 2 root root 20480 2023-05-22 19:08 ./slackware64/ap
drwxr-xr-x 2 root root 20480 2023-05-25 00:32 ./slackware64/ap
-rw-r--r-- 1 root root 291 2023-05-10 18:06 ./slackware64/ap/a2ps-4.15.4-x86_64-1.txt
-rw-r--r-- 1 root root 653388 2023-05-10 18:06 ./slackware64/ap/a2ps-4.15.4-x86_64-1.txz
-rw-r--r-- 1 root root 163 2023-05-10 18:06 ./slackware64/ap/a2ps-4.15.4-x86_64-1.txz.asc
@ -1271,9 +1271,9 @@ drwxr-xr-x 2 root root 20480 2023-05-22 19:08 ./slackware64/ap
-rw-r--r-- 1 root root 123 2021-02-13 11:43 ./slackware64/ap/sc-7.16-x86_64-10.txt
-rw-r--r-- 1 root root 187088 2021-02-13 11:43 ./slackware64/ap/sc-7.16-x86_64-10.txz
-rw-r--r-- 1 root root 163 2021-02-13 11:43 ./slackware64/ap/sc-7.16-x86_64-10.txz.asc
-rw-r--r-- 1 root root 533 2021-10-10 21:42 ./slackware64/ap/sc-im-20210927_64b1a41-x86_64-1.txt
-rw-r--r-- 1 root root 157840 2021-10-10 21:42 ./slackware64/ap/sc-im-20210927_64b1a41-x86_64-1.txz
-rw-r--r-- 1 root root 163 2021-10-10 21:42 ./slackware64/ap/sc-im-20210927_64b1a41-x86_64-1.txz.asc
-rw-r--r-- 1 root root 533 2023-05-24 05:22 ./slackware64/ap/sc-im-0.8.3-x86_64-1.txt
-rw-r--r-- 1 root root 159320 2023-05-24 05:22 ./slackware64/ap/sc-im-0.8.3-x86_64-1.txz
-rw-r--r-- 1 root root 163 2023-05-24 05:22 ./slackware64/ap/sc-im-0.8.3-x86_64-1.txz.asc
-rw-r--r-- 1 root root 653 2022-02-02 02:13 ./slackware64/ap/screen-4.9.0-x86_64-1.txt
-rw-r--r-- 1 root root 550196 2022-02-02 02:13 ./slackware64/ap/screen-4.9.0-x86_64-1.txz
-rw-r--r-- 1 root root 163 2022-02-02 02:13 ./slackware64/ap/screen-4.9.0-x86_64-1.txz.asc
@ -1335,7 +1335,7 @@ drwxr-xr-x 2 root root 20480 2023-05-22 19:08 ./slackware64/ap
-rw-r--r-- 1 root root 506 2022-05-15 17:09 ./slackware64/ap/zsh-5.9-x86_64-1.txt
-rw-r--r-- 1 root root 3156392 2022-05-15 17:09 ./slackware64/ap/zsh-5.9-x86_64-1.txz
-rw-r--r-- 1 root root 163 2022-05-15 17:09 ./slackware64/ap/zsh-5.9-x86_64-1.txz.asc
drwxr-xr-x 2 root root 20480 2023-05-21 17:28 ./slackware64/d
drwxr-xr-x 2 root root 20480 2023-05-25 00:33 ./slackware64/d
-rw-r--r-- 1 root root 360 2022-03-09 03:58 ./slackware64/d/Cython-0.29.28-x86_64-1.txt
-rw-r--r-- 1 root root 2393012 2022-03-09 03:58 ./slackware64/d/Cython-0.29.28-x86_64-1.txz
-rw-r--r-- 1 root root 163 2022-03-09 03:58 ./slackware64/d/Cython-0.29.28-x86_64-1.txz.asc
@ -1446,9 +1446,9 @@ drwxr-xr-x 2 root root 20480 2023-05-21 17:28 ./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 2023-05-17 20:23 ./slackware64/d/kernel-headers-6.1.29-x86-1.txt
-rw-r--r-- 1 root root 1144812 2023-05-17 20:23 ./slackware64/d/kernel-headers-6.1.29-x86-1.txz
-rw-r--r-- 1 root root 163 2023-05-17 20:23 ./slackware64/d/kernel-headers-6.1.29-x86-1.txz.asc
-rw-r--r-- 1 root root 332 2023-05-24 19:35 ./slackware64/d/kernel-headers-6.1.30-x86-1.txt
-rw-r--r-- 1 root root 1144856 2023-05-24 19:35 ./slackware64/d/kernel-headers-6.1.30-x86-1.txz
-rw-r--r-- 1 root root 163 2023-05-24 19:35 ./slackware64/d/kernel-headers-6.1.30-x86-1.txz.asc
-rw-r--r-- 1 root root 498 2022-09-06 18:30 ./slackware64/d/libtool-2.4.7-x86_64-4.txt
-rw-r--r-- 1 root root 438292 2022-09-06 18:30 ./slackware64/d/libtool-2.4.7-x86_64-4.txz
-rw-r--r-- 1 root root 163 2022-09-06 18:30 ./slackware64/d/libtool-2.4.7-x86_64-4.txz.asc
@ -1487,9 +1487,9 @@ drwxr-xr-x 2 root root 20480 2023-05-21 17:28 ./slackware64/d
-rw-r--r-- 1 root root 529 2023-04-15 18:36 ./slackware64/d/pahole-1.25-x86_64-1.txt
-rw-r--r-- 1 root root 327656 2023-04-15 18:36 ./slackware64/d/pahole-1.25-x86_64-1.txz
-rw-r--r-- 1 root root 163 2023-04-15 18:36 ./slackware64/d/pahole-1.25-x86_64-1.txz.asc
-rw-r--r-- 1 root root 398 2023-04-24 19:57 ./slackware64/d/parallel-20230422-noarch-1.txt
-rw-r--r-- 1 root root 507864 2023-04-24 19:57 ./slackware64/d/parallel-20230422-noarch-1.txz
-rw-r--r-- 1 root root 163 2023-04-24 19:57 ./slackware64/d/parallel-20230422-noarch-1.txz.asc
-rw-r--r-- 1 root root 398 2023-05-23 18:10 ./slackware64/d/parallel-20230522-noarch-1.txt
-rw-r--r-- 1 root root 510120 2023-05-23 18:10 ./slackware64/d/parallel-20230522-noarch-1.txz
-rw-r--r-- 1 root root 163 2023-05-23 18:10 ./slackware64/d/parallel-20230522-noarch-1.txz.asc
-rw-r--r-- 1 root root 469 2023-04-24 19:58 ./slackware64/d/patchelf-0.18.0-x86_64-1.txt
-rw-r--r-- 1 root root 94892 2023-04-24 19:58 ./slackware64/d/patchelf-0.18.0-x86_64-1.txz
-rw-r--r-- 1 root root 163 2023-04-24 19:58 ./slackware64/d/patchelf-0.18.0-x86_64-1.txz.asc
@ -1584,15 +1584,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 2023-05-17 21:06 ./slackware64/k
drwxr-xr-x 2 root root 4096 2023-05-25 00:32 ./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 2023-05-17 20:02 ./slackware64/k/kernel-source-6.1.29-noarch-1.txt
-rw-r--r-- 1 root root 131378620 2023-05-17 20:02 ./slackware64/k/kernel-source-6.1.29-noarch-1.txz
-rw-r--r-- 1 root root 163 2023-05-17 20:02 ./slackware64/k/kernel-source-6.1.29-noarch-1.txz.asc
-rw-r--r-- 1 root root 1170 2023-05-17 20:24 ./slackware64/k/maketag
-rw-r--r-- 1 root root 1170 2023-05-17 20:24 ./slackware64/k/maketag.ez
-rw-r--r-- 1 root root 18 2023-05-17 20:24 ./slackware64/k/tagfile
-rw-r--r-- 1 root root 317 2023-05-24 19:15 ./slackware64/k/kernel-source-6.1.30-noarch-1.txt
-rw-r--r-- 1 root root 131390156 2023-05-24 19:15 ./slackware64/k/kernel-source-6.1.30-noarch-1.txz
-rw-r--r-- 1 root root 163 2023-05-24 19:15 ./slackware64/k/kernel-source-6.1.30-noarch-1.txz.asc
-rw-r--r-- 1 root root 1170 2023-05-25 00:09 ./slackware64/k/maketag
-rw-r--r-- 1 root root 1170 2023-05-25 00:09 ./slackware64/k/maketag.ez
-rw-r--r-- 1 root root 18 2023-05-25 00:09 ./slackware64/k/tagfile
drwxr-xr-x 2 root root 86016 2023-05-21 17:28 ./slackware64/kde
-rw-r--r-- 1 root root 382 2023-05-14 04:49 ./slackware64/kde/akonadi-23.04.1-x86_64-1.txt
-rw-r--r-- 1 root root 2581320 2023-05-14 04:49 ./slackware64/kde/akonadi-23.04.1-x86_64-1.txz
@ -2711,7 +2711,7 @@ drwxr-xr-x 2 root root 86016 2023-05-21 17:28 ./slackware64/kde
-rw-r--r-- 1 root root 164 2023-05-14 05:16 ./slackware64/kde/svgpart-23.04.1-x86_64-1.txt
-rw-r--r-- 1 root root 32108 2023-05-14 05:16 ./slackware64/kde/svgpart-23.04.1-x86_64-1.txz
-rw-r--r-- 1 root root 163 2023-05-14 05:16 ./slackware64/kde/svgpart-23.04.1-x86_64-1.txz.asc
-rw-r--r-- 1 root root 277 2023-05-14 05:11 ./slackware64/kde/sweeper-23.04.1-x86_64-1.txt
-rw-r--r-- 1 root root 277 2023-05-14 05:11 ./slackware64/kde/sweeper-23.04.1-x86_64-1.txt
-rw-r--r-- 1 root root 412632 2023-05-14 05:11 ./slackware64/kde/sweeper-23.04.1-x86_64-1.txz
-rw-r--r-- 1 root root 163 2023-05-14 05:11 ./slackware64/kde/sweeper-23.04.1-x86_64-1.txz.asc
-rw-r--r-- 1 root root 440 2023-05-14 04:35 ./slackware64/kde/syndication-5.106.0-x86_64-1.txt
@ -2748,7 +2748,7 @@ drwxr-xr-x 2 root root 86016 2023-05-21 17:28 ./slackware64/kde
-rw-r--r-- 1 root root 403 2023-04-20 20:52 ./slackware64/kde/zxing-cpp-2.0.0-x86_64-1.txt
-rw-r--r-- 1 root root 713544 2023-04-20 20:52 ./slackware64/kde/zxing-cpp-2.0.0-x86_64-1.txz
-rw-r--r-- 1 root root 163 2023-04-20 20:52 ./slackware64/kde/zxing-cpp-2.0.0-x86_64-1.txz.asc
drwxr-xr-x 2 root root 86016 2023-05-22 19:08 ./slackware64/l
drwxr-xr-x 2 root root 86016 2023-05-25 00:33 ./slackware64/l
-rw-r--r-- 1 root root 329 2022-03-06 20:00 ./slackware64/l/GConf-3.2.6-x86_64-8.txt
-rw-r--r-- 1 root root 928144 2022-03-06 20:00 ./slackware64/l/GConf-3.2.6-x86_64-8.txz
-rw-r--r-- 1 root root 163 2022-03-06 20:00 ./slackware64/l/GConf-3.2.6-x86_64-8.txz.asc
@ -2911,9 +2911,9 @@ drwxr-xr-x 2 root root 86016 2023-05-22 19:08 ./slackware64/l
-rw-r--r-- 1 root root 527 2023-03-03 19:46 ./slackware64/l/elfutils-0.189-x86_64-1.txt
-rw-r--r-- 1 root root 907176 2023-03-03 19:46 ./slackware64/l/elfutils-0.189-x86_64-1.txz
-rw-r--r-- 1 root root 163 2023-03-03 19:46 ./slackware64/l/elfutils-0.189-x86_64-1.txz.asc
-rw-r--r-- 1 root root 343 2023-02-19 19:38 ./slackware64/l/enchant-2.3.4-x86_64-1.txt
-rw-r--r-- 1 root root 55956 2023-02-19 19:38 ./slackware64/l/enchant-2.3.4-x86_64-1.txz
-rw-r--r-- 1 root root 163 2023-02-19 19:38 ./slackware64/l/enchant-2.3.4-x86_64-1.txz.asc
-rw-r--r-- 1 root root 343 2023-05-23 18:06 ./slackware64/l/enchant-2.4.0-x86_64-1.txt
-rw-r--r-- 1 root root 56008 2023-05-23 18:06 ./slackware64/l/enchant-2.4.0-x86_64-1.txz
-rw-r--r-- 1 root root 163 2023-05-23 18:06 ./slackware64/l/enchant-2.4.0-x86_64-1.txz.asc
-rw-r--r-- 1 root root 504 2021-02-13 06:26 ./slackware64/l/esound-0.2.41-x86_64-5.txt
-rw-r--r-- 1 root root 100980 2021-02-13 06:26 ./slackware64/l/esound-0.2.41-x86_64-5.txz
-rw-r--r-- 1 root root 163 2021-02-13 06:26 ./slackware64/l/esound-0.2.41-x86_64-5.txz.asc
@ -2998,9 +2998,9 @@ drwxr-xr-x 2 root root 86016 2023-05-22 19:08 ./slackware64/l
-rw-r--r-- 1 root root 300 2023-04-12 17:45 ./slackware64/l/glib-networking-2.76.0-x86_64-1.txt
-rw-r--r-- 1 root root 143548 2023-04-12 17:45 ./slackware64/l/glib-networking-2.76.0-x86_64-1.txz
-rw-r--r-- 1 root root 163 2023-04-12 17:45 ./slackware64/l/glib-networking-2.76.0-x86_64-1.txz.asc
-rw-r--r-- 1 root root 407 2023-04-24 19:41 ./slackware64/l/glib2-2.76.2-x86_64-1.txt
-rw-r--r-- 1 root root 4227544 2023-04-24 19:41 ./slackware64/l/glib2-2.76.2-x86_64-1.txz
-rw-r--r-- 1 root root 163 2023-04-24 19:41 ./slackware64/l/glib2-2.76.2-x86_64-1.txz.asc
-rw-r--r-- 1 root root 407 2023-05-23 18:12 ./slackware64/l/glib2-2.76.3-x86_64-1.txt
-rw-r--r-- 1 root root 4227732 2023-05-23 18:12 ./slackware64/l/glib2-2.76.3-x86_64-1.txz
-rw-r--r-- 1 root root 163 2023-05-23 18:12 ./slackware64/l/glib2-2.76.3-x86_64-1.txz.asc
-rw-r--r-- 1 root root 313 2023-02-03 19:17 ./slackware64/l/glibc-2.37-x86_64-2.txt
-rw-r--r-- 1 root root 5422916 2023-02-03 19:17 ./slackware64/l/glibc-2.37-x86_64-2.txz
-rw-r--r-- 1 root root 163 2023-02-03 19:17 ./slackware64/l/glibc-2.37-x86_64-2.txz.asc
@ -3070,9 +3070,9 @@ drwxr-xr-x 2 root root 86016 2023-05-22 19:08 ./slackware64/l
-rw-r--r-- 1 root root 328 2022-02-20 22:10 ./slackware64/l/gtk+2-2.24.33-x86_64-3.txt
-rw-r--r-- 1 root root 6887800 2022-02-20 22:10 ./slackware64/l/gtk+2-2.24.33-x86_64-3.txz
-rw-r--r-- 1 root root 163 2022-02-20 22:10 ./slackware64/l/gtk+2-2.24.33-x86_64-3.txz.asc
-rw-r--r-- 1 root root 328 2023-03-03 19:51 ./slackware64/l/gtk+3-3.24.37-x86_64-1.txt
-rw-r--r-- 1 root root 11272472 2023-03-03 19:51 ./slackware64/l/gtk+3-3.24.37-x86_64-1.txz
-rw-r--r-- 1 root root 163 2023-03-03 19:51 ./slackware64/l/gtk+3-3.24.37-x86_64-1.txz.asc
-rw-r--r-- 1 root root 328 2023-05-24 05:21 ./slackware64/l/gtk+3-3.24.38-x86_64-1.txt
-rw-r--r-- 1 root root 11304884 2023-05-24 05:21 ./slackware64/l/gtk+3-3.24.38-x86_64-1.txz
-rw-r--r-- 1 root root 163 2023-05-24 05:21 ./slackware64/l/gtk+3-3.24.38-x86_64-1.txz.asc
-rw-r--r-- 1 root root 315 2023-05-09 19:51 ./slackware64/l/gtk4-4.10.3-x86_64-1.txt
-rw-r--r-- 1 root root 9784628 2023-05-09 19:51 ./slackware64/l/gtk4-4.10.3-x86_64-1.txz
-rw-r--r-- 1 root root 163 2023-05-09 19:51 ./slackware64/l/gtk4-4.10.3-x86_64-1.txz.asc
@ -3794,9 +3794,9 @@ drwxr-xr-x 2 root root 86016 2023-05-22 19:08 ./slackware64/l
-rw-r--r-- 1 root root 437 2021-02-13 07:44 ./slackware64/l/qrencode-4.1.1-x86_64-3.txt
-rw-r--r-- 1 root root 58388 2021-02-13 07:44 ./slackware64/l/qrencode-4.1.1-x86_64-3.txz
-rw-r--r-- 1 root root 163 2021-02-13 07:44 ./slackware64/l/qrencode-4.1.1-x86_64-3.txz.asc
-rw-r--r-- 1 root root 260 2023-04-14 21:54 ./slackware64/l/qt5-5.15.9_20230412_abff5c39-x86_64-1.txt
-rw-r--r-- 1 root root 97363780 2023-04-14 21:54 ./slackware64/l/qt5-5.15.9_20230412_abff5c39-x86_64-1.txz
-rw-r--r-- 1 root root 163 2023-04-14 21:54 ./slackware64/l/qt5-5.15.9_20230412_abff5c39-x86_64-1.txz.asc
-rw-r--r-- 1 root root 260 2023-05-24 06:38 ./slackware64/l/qt5-5.15.9_20230523_245f369c-x86_64-1.txt
-rw-r--r-- 1 root root 97353004 2023-05-24 06:38 ./slackware64/l/qt5-5.15.9_20230523_245f369c-x86_64-1.txz
-rw-r--r-- 1 root root 163 2023-05-24 06:38 ./slackware64/l/qt5-5.15.9_20230523_245f369c-x86_64-1.txz.asc
-rw-r--r-- 1 root root 470 2023-04-14 20:15 ./slackware64/l/qt5-webkit-5.212.0_alpha4-x86_64-11.txt
-rw-r--r-- 1 root root 16277596 2023-04-14 20:15 ./slackware64/l/qt5-webkit-5.212.0_alpha4-x86_64-11.txz
-rw-r--r-- 1 root root 163 2023-04-14 20:15 ./slackware64/l/qt5-webkit-5.212.0_alpha4-x86_64-11.txz.asc
@ -3930,7 +3930,7 @@ drwxr-xr-x 2 root root 86016 2023-05-22 19:08 ./slackware64/l
-rw-r--r-- 1 root root 463 2023-04-05 18:12 ./slackware64/l/zstd-1.5.5-x86_64-1.txt
-rw-r--r-- 1 root root 465608 2023-04-05 18:12 ./slackware64/l/zstd-1.5.5-x86_64-1.txz
-rw-r--r-- 1 root root 163 2023-04-05 18:12 ./slackware64/l/zstd-1.5.5-x86_64-1.txz.asc
drwxr-xr-x 2 root root 36864 2023-05-22 19:08 ./slackware64/n
drwxr-xr-x 2 root root 36864 2023-05-25 00:32 ./slackware64/n
-rw-r--r-- 1 root root 357 2023-03-09 19:11 ./slackware64/n/ModemManager-1.20.6-x86_64-1.txt
-rw-r--r-- 1 root root 1517848 2023-03-09 19:11 ./slackware64/n/ModemManager-1.20.6-x86_64-1.txz
-rw-r--r-- 1 root root 163 2023-03-09 19:11 ./slackware64/n/ModemManager-1.20.6-x86_64-1.txz.asc
@ -3979,9 +3979,9 @@ drwxr-xr-x 2 root root 36864 2023-05-22 19:08 ./slackware64/n
-rw-r--r-- 1 root root 409 2021-02-13 11:57 ./slackware64/n/crda-4.14-x86_64-3.txt
-rw-r--r-- 1 root root 69208 2021-02-13 11:57 ./slackware64/n/crda-4.14-x86_64-3.txz
-rw-r--r-- 1 root root 163 2021-02-13 11:57 ./slackware64/n/crda-4.14-x86_64-3.txz.asc
-rw-r--r-- 1 root root 552 2023-05-17 16:45 ./slackware64/n/curl-8.1.0-x86_64-1.txt
-rw-r--r-- 1 root root 1351080 2023-05-17 16:45 ./slackware64/n/curl-8.1.0-x86_64-1.txz
-rw-r--r-- 1 root root 163 2023-05-17 16:45 ./slackware64/n/curl-8.1.0-x86_64-1.txz.asc
-rw-r--r-- 1 root root 552 2023-05-23 16:52 ./slackware64/n/curl-8.1.1-x86_64-1.txt
-rw-r--r-- 1 root root 1351540 2023-05-23 16:52 ./slackware64/n/curl-8.1.1-x86_64-1.txz
-rw-r--r-- 1 root root 163 2023-05-23 16:52 ./slackware64/n/curl-8.1.1-x86_64-1.txz.asc
-rw-r--r-- 1 root root 373 2023-03-08 02:08 ./slackware64/n/cyrus-sasl-2.1.28-x86_64-3.txt
-rw-r--r-- 1 root root 994312 2023-03-08 02:08 ./slackware64/n/cyrus-sasl-2.1.28-x86_64-3.txz
-rw-r--r-- 1 root root 163 2023-03-08 02:08 ./slackware64/n/cyrus-sasl-2.1.28-x86_64-3.txz.asc
@ -4401,7 +4401,7 @@ drwxr-xr-x 2 root root 36864 2023-05-22 19:08 ./slackware64/n
-rw-r--r-- 1 root root 648 2021-02-13 12:34 ./slackware64/n/zd1211-firmware-1.5-fw-4.txt
-rw-r--r-- 1 root root 31144 2021-02-13 12:34 ./slackware64/n/zd1211-firmware-1.5-fw-4.txz
-rw-r--r-- 1 root root 163 2021-02-13 12:34 ./slackware64/n/zd1211-firmware-1.5-fw-4.txz.asc
drwxr-xr-x 2 root root 4096 2023-04-15 03:27 ./slackware64/t
drwxr-xr-x 2 root root 4096 2023-05-25 00:33 ./slackware64/t
-rw-r--r-- 1 root root 484 2021-08-23 17:49 ./slackware64/t/fig2dev-3.2.8b-x86_64-1.txt
-rw-r--r-- 1 root root 290424 2021-08-23 17:49 ./slackware64/t/fig2dev-3.2.8b-x86_64-1.txz
-rw-r--r-- 1 root root 163 2021-08-23 17:49 ./slackware64/t/fig2dev-3.2.8b-x86_64-1.txz.asc
@ -4410,9 +4410,9 @@ drwxr-xr-x 2 root root 4096 2023-04-15 03:27 ./slackware64/t
-rw-r--r-- 1 root root 1102 2018-03-01 07:55 ./slackware64/t/maketag
-rw-r--r-- 1 root root 1102 2018-03-01 07:55 ./slackware64/t/maketag.ez
-rw-r--r-- 1 root root 33 2018-03-01 07:55 ./slackware64/t/tagfile
-rw-r--r-- 1 root root 508 2023-04-14 20:32 ./slackware64/t/texlive-2023.230322-x86_64-2.txt
-rw-r--r-- 1 root root 68376204 2023-04-14 20:32 ./slackware64/t/texlive-2023.230322-x86_64-2.txz
-rw-r--r-- 1 root root 163 2023-04-14 20:32 ./slackware64/t/texlive-2023.230322-x86_64-2.txz.asc
-rw-r--r-- 1 root root 508 2023-05-23 18:45 ./slackware64/t/texlive-2023.230322-x86_64-3.txt
-rw-r--r-- 1 root root 68386636 2023-05-23 18:45 ./slackware64/t/texlive-2023.230322-x86_64-3.txz
-rw-r--r-- 1 root root 163 2023-05-23 18:45 ./slackware64/t/texlive-2023.230322-x86_64-3.txz.asc
-rw-r--r-- 1 root root 457 2021-08-23 18:15 ./slackware64/t/xfig-3.2.8b-x86_64-1.txt
-rw-r--r-- 1 root root 3386488 2021-08-23 18:15 ./slackware64/t/xfig-3.2.8b-x86_64-1.txz
-rw-r--r-- 1 root root 163 2021-08-23 18:15 ./slackware64/t/xfig-3.2.8b-x86_64-1.txz.asc
@ -5325,7 +5325,7 @@ drwxr-xr-x 2 root root 65536 2023-05-18 15:21 ./slackware64/x
-rw-r--r-- 1 root root 213 2022-07-11 18:36 ./slackware64/x/xwud-1.0.6-x86_64-1.txt
-rw-r--r-- 1 root root 25896 2022-07-11 18:36 ./slackware64/x/xwud-1.0.6-x86_64-1.txz
-rw-r--r-- 1 root root 163 2022-07-11 18:36 ./slackware64/x/xwud-1.0.6-x86_64-1.txz.asc
drwxr-xr-x 2 root root 16384 2023-05-22 19:08 ./slackware64/xap
drwxr-xr-x 2 root root 16384 2023-05-25 00:32 ./slackware64/xap
-rw-r--r-- 1 root root 625 2022-10-09 18:00 ./slackware64/xap/MPlayer-20221009-x86_64-1.txt
-rw-r--r-- 1 root root 2750024 2022-10-09 18:00 ./slackware64/xap/MPlayer-20221009-x86_64-1.txz
-rw-r--r-- 1 root root 163 2022-10-09 18:00 ./slackware64/xap/MPlayer-20221009-x86_64-1.txz.asc
@ -5402,9 +5402,9 @@ drwxr-xr-x 2 root root 16384 2023-05-22 19:08 ./slackware64/xap
-rw-r--r-- 1 root root 163 2023-01-09 19:24 ./slackware64/xap/libnma-1.10.6-x86_64-1.txz.asc
-rw-r--r-- 1 root root 4491 2021-09-23 19:14 ./slackware64/xap/maketag
-rw-r--r-- 1 root root 4491 2021-09-23 19:14 ./slackware64/xap/maketag.ez
-rw-r--r-- 1 root root 570 2023-05-14 00:37 ./slackware64/xap/mozilla-firefox-113.0.1-x86_64-1.txt
-rw-r--r-- 1 root root 59367472 2023-05-14 00:37 ./slackware64/xap/mozilla-firefox-113.0.1-x86_64-1.txz
-rw-r--r-- 1 root root 163 2023-05-14 00:37 ./slackware64/xap/mozilla-firefox-113.0.1-x86_64-1.txz.asc
-rw-r--r-- 1 root root 570 2023-05-23 18:34 ./slackware64/xap/mozilla-firefox-113.0.2-x86_64-1.txt
-rw-r--r-- 1 root root 59350088 2023-05-23 18:34 ./slackware64/xap/mozilla-firefox-113.0.2-x86_64-1.txz
-rw-r--r-- 1 root root 163 2023-05-23 18:34 ./slackware64/xap/mozilla-firefox-113.0.2-x86_64-1.txz.asc
-rw-r--r-- 1 root root 663 2023-05-10 19:04 ./slackware64/xap/mozilla-thunderbird-102.11.0-x86_64-1.txt
-rw-r--r-- 1 root root 54982920 2023-05-10 19:04 ./slackware64/xap/mozilla-thunderbird-102.11.0-x86_64-1.txz
-rw-r--r-- 1 root root 163 2023-05-10 19:04 ./slackware64/xap/mozilla-thunderbird-102.11.0-x86_64-1.txz.asc
@ -5484,7 +5484,7 @@ drwxr-xr-x 2 root root 16384 2023-05-22 19:08 ./slackware64/xap
-rw-r--r-- 1 root root 230 2023-04-02 18:24 ./slackware64/xap/xsnow-3.7.4-x86_64-1.txt
-rw-r--r-- 1 root root 1798148 2023-04-02 18:24 ./slackware64/xap/xsnow-3.7.4-x86_64-1.txz
-rw-r--r-- 1 root root 163 2023-04-02 18:24 ./slackware64/xap/xsnow-3.7.4-x86_64-1.txz.asc
drwxr-xr-x 2 root root 12288 2023-05-16 03:11 ./slackware64/xfce
drwxr-xr-x 2 root root 12288 2023-05-25 00:32 ./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
@ -5497,11 +5497,11 @@ drwxr-xr-x 2 root root 12288 2023-05-16 03:11 ./slackware64/xfce
-rw-r--r-- 1 root root 294 2023-03-29 17:35 ./slackware64/xfce/garcon-4.18.1-x86_64-1.txt
-rw-r--r-- 1 root root 166236 2023-03-29 17:35 ./slackware64/xfce/garcon-4.18.1-x86_64-1.txz
-rw-r--r-- 1 root root 163 2023-03-29 17:35 ./slackware64/xfce/garcon-4.18.1-x86_64-1.txz.asc
-rwxr-xr-x 1 root root 2897 2009-06-24 22:06 ./slackware64/xfce/install-packages
-rw-r--r-- 1 root root 446 2006-09-18 10:41 ./slackware64/xfce/install.end
-rw-r--r-- 1 root root 309 2023-03-29 17:29 ./slackware64/xfce/libxfce4ui-4.18.3-x86_64-1.txt
-rw-r--r-- 1 root root 362260 2023-03-29 17:29 ./slackware64/xfce/libxfce4ui-4.18.3-x86_64-1.txz
-rw-r--r-- 1 root root 163 2023-03-29 17:29 ./slackware64/xfce/libxfce4ui-4.18.3-x86_64-1.txz.asc
-rwxr-xr-x 1 root root 2897 2009-06-24 22:06 ./slackware64/xfce/install-packages
-rw-r--r-- 1 root root 446 2006-09-18 10:41 ./slackware64/xfce/install.end
-rw-r--r-- 1 root root 309 2023-05-23 18:16 ./slackware64/xfce/libxfce4ui-4.18.4-x86_64-1.txt
-rw-r--r-- 1 root root 364972 2023-05-23 18:16 ./slackware64/xfce/libxfce4ui-4.18.4-x86_64-1.txz
-rw-r--r-- 1 root root 163 2023-05-23 18:16 ./slackware64/xfce/libxfce4ui-4.18.4-x86_64-1.txz.asc
-rw-r--r-- 1 root root 316 2023-01-10 21:06 ./slackware64/xfce/libxfce4util-4.18.1-x86_64-1.txt
-rw-r--r-- 1 root root 138332 2023-01-10 21:06 ./slackware64/xfce/libxfce4util-4.18.1-x86_64-1.txz
-rw-r--r-- 1 root root 163 2023-01-10 21:06 ./slackware64/xfce/libxfce4util-4.18.1-x86_64-1.txz.asc
@ -5532,9 +5532,9 @@ drwxr-xr-x 2 root root 12288 2023-05-16 03:11 ./slackware64/xfce
-rw-r--r-- 1 root root 378 2023-02-28 19:27 ./slackware64/xfce/xfce4-notifyd-0.8.2-x86_64-1.txt
-rw-r--r-- 1 root root 185544 2023-02-28 19:27 ./slackware64/xfce/xfce4-notifyd-0.8.2-x86_64-1.txz
-rw-r--r-- 1 root root 163 2023-02-28 19:27 ./slackware64/xfce/xfce4-notifyd-0.8.2-x86_64-1.txz.asc
-rw-r--r-- 1 root root 437 2023-03-29 17:36 ./slackware64/xfce/xfce4-panel-4.18.3-x86_64-1.txt
-rw-r--r-- 1 root root 754016 2023-03-29 17:36 ./slackware64/xfce/xfce4-panel-4.18.3-x86_64-1.txz
-rw-r--r-- 1 root root 163 2023-03-29 17:36 ./slackware64/xfce/xfce4-panel-4.18.3-x86_64-1.txz.asc
-rw-r--r-- 1 root root 437 2023-05-23 18:16 ./slackware64/xfce/xfce4-panel-4.18.4-x86_64-1.txt
-rw-r--r-- 1 root root 897668 2023-05-23 18:16 ./slackware64/xfce/xfce4-panel-4.18.4-x86_64-1.txz
-rw-r--r-- 1 root root 163 2023-05-23 18:16 ./slackware64/xfce/xfce4-panel-4.18.4-x86_64-1.txz.asc
-rw-r--r-- 1 root root 637 2021-02-22 01:27 ./slackware64/xfce/xfce4-panel-profiles-1.0.13-x86_64-1.txt
-rw-r--r-- 1 root root 77244 2021-02-22 01:27 ./slackware64/xfce/xfce4-panel-profiles-1.0.13-x86_64-1.txz
-rw-r--r-- 1 root root 163 2021-02-22 01:27 ./slackware64/xfce/xfce4-panel-profiles-1.0.13-x86_64-1.txz.asc
@ -5592,11 +5592,11 @@ drwxr-xr-x 2 root root 4096 2023-03-08 20:34 ./slackware64/y
-rw-r--r-- 1 root root 1491108 2023-02-19 18:31 ./slackware64/y/nethack-3.6.7-x86_64-1.txz
-rw-r--r-- 1 root root 163 2023-02-19 18:31 ./slackware64/y/nethack-3.6.7-x86_64-1.txz.asc
-rw-r--r-- 1 root root 26 2020-12-30 21:55 ./slackware64/y/tagfile
drwxr-xr-x 18 root root 4096 2023-05-22 19:09 ./source
-rw-r--r-- 1 root root 599422 2023-05-22 19:09 ./source/CHECKSUMS.md5
-rw-r--r-- 1 root root 163 2023-05-22 19:09 ./source/CHECKSUMS.md5.asc
-rw-r--r-- 1 root root 833333 2023-05-22 19:09 ./source/FILE_LIST
-rw-r--r-- 1 root root 24541040 2023-05-22 19:09 ./source/MANIFEST.bz2
drwxr-xr-x 18 root root 4096 2023-05-25 00:34 ./source
-rw-r--r-- 1 root root 599577 2023-05-25 00:34 ./source/CHECKSUMS.md5
-rw-r--r-- 1 root root 163 2023-05-25 00:34 ./source/CHECKSUMS.md5.asc
-rw-r--r-- 1 root root 833523 2023-05-25 00:34 ./source/FILE_LIST
-rw-r--r-- 1 root root 24558144 2023-05-25 00:34 ./source/MANIFEST.bz2
-rw-r--r-- 1 root root 828 2022-02-02 04:43 ./source/README.TXT
drwxr-xr-x 123 root root 4096 2023-05-17 20:46 ./source/a
-rw-r--r-- 1 root root 234 2022-10-16 18:39 ./source/a/FTBFSlog
@ -5813,11 +5813,11 @@ drwxr-xr-x 2 root root 4096 2022-09-06 18:27 ./source/a/efivar
-rw-r--r-- 1 root root 798 2018-06-12 19:27 ./source/a/efivar/slack-desc
drwxr-xr-x 2 root root 4096 2023-03-20 17:03 ./source/a/elilo
-rw-r--r-- 1 root root 420016 2013-03-29 20:03 ./source/a/elilo/elilo-3.16-all.tar.xz
-rwxr-xr-x 1 root root 5633 2023-03-21 20:40 ./source/a/elilo/elilo.SlackBuild
-rwxr-xr-x 1 root root 5633 2023-05-25 00:04 ./source/a/elilo/elilo.SlackBuild
-rw-r--r-- 1 root root 436 2017-11-20 18:33 ./source/a/elilo/elilo.double.kernel.size.limit.diff.gz
-rw-r--r-- 1 root root 115516 2022-08-05 20:38 ./source/a/elilo/elilo.loader.binaries.tar.xz
-rw-r--r-- 1 root root 627 2022-08-05 19:09 ./source/a/elilo/elilo.zeroes.cc_blob_address.diff.gz
-rw-r--r-- 1 root root 8199 2023-03-21 21:03 ./source/a/elilo/eliloconfig
-rw-r--r-- 1 root root 7978 2023-05-25 00:04 ./source/a/elilo/eliloconfig
-rw-r--r-- 1 root root 105 2013-10-06 07:42 ./source/a/elilo/setup.ll.eliloconfig
-rw-r--r-- 1 root root 897 2018-02-27 06:13 ./source/a/elilo/slack-desc
drwxr-xr-x 2 root root 4096 2023-05-18 02:04 ./source/a/elogind
@ -6550,17 +6550,18 @@ drwxr-xr-x 2 root root 4096 2021-02-13 05:31 ./source/a/sysvinit-function
-rw-r--r-- 1 root root 13915 2022-09-06 18:43 ./source/a/sysvinit-functions/functions
-rw-r--r-- 1 root root 1160 2018-02-27 06:13 ./source/a/sysvinit-functions/slack-desc
-rwxr-xr-x 1 root root 3679 2022-09-06 18:43 ./source/a/sysvinit-functions/sysvinit-functions.SlackBuild
drwxr-xr-x 4 root root 4096 2021-02-13 05:31 ./source/a/sysvinit-scripts
drwxr-xr-x 2 root root 4096 2018-09-04 22:24 ./source/a/sysvinit-scripts/default
drwxr-xr-x 4 root root 4096 2023-05-24 23:57 ./source/a/sysvinit-scripts
drwxr-xr-x 2 root root 4096 2023-05-24 23:57 ./source/a/sysvinit-scripts/default
-rw-r--r-- 1 root root 160 2018-09-04 22:24 ./source/a/sysvinit-scripts/default/cpufreq
-rw-r--r-- 1 root root 367 2018-09-04 22:25 ./source/a/sysvinit-scripts/doinst.sh.gz
-rw-r--r-- 1 root root 383 2023-05-24 23:57 ./source/a/sysvinit-scripts/default/efivarfs
-rw-r--r-- 1 root root 376 2023-05-24 23:57 ./source/a/sysvinit-scripts/doinst.sh.gz
drwxr-xr-x 2 root root 4096 2022-12-21 19:43 ./source/a/sysvinit-scripts/scripts
-rw-r--r-- 1 root root 2367 2021-04-24 18:41 ./source/a/sysvinit-scripts/scripts/inittab
-rw-r--r-- 1 root root 1629 2023-05-09 18:53 ./source/a/sysvinit-scripts/scripts/rc.4
-rw-r--r-- 1 root root 11320 2022-12-21 19:52 ./source/a/sysvinit-scripts/scripts/rc.6
-rw-r--r-- 1 root root 3303 2021-04-23 18:33 ./source/a/sysvinit-scripts/scripts/rc.K
-rw-r--r-- 1 root root 13232 2022-03-29 18:44 ./source/a/sysvinit-scripts/scripts/rc.M
-rw-r--r-- 1 root root 16665 2022-08-01 19:40 ./source/a/sysvinit-scripts/scripts/rc.S
-rw-r--r-- 1 root root 17518 2023-05-24 23:54 ./source/a/sysvinit-scripts/scripts/rc.S
-rw-r--r-- 1 root root 3330 2022-09-06 16:57 ./source/a/sysvinit-scripts/scripts/rc.cpufreq
-rw-r--r-- 1 root root 274 2021-04-23 18:31 ./source/a/sysvinit-scripts/scripts/rc.local
-rw-r--r-- 1 root root 170 2021-04-23 18:31 ./source/a/sysvinit-scripts/scripts/rc.loop
@ -6568,7 +6569,7 @@ drwxr-xr-x 2 root root 4096 2022-12-21 19:43 ./source/a/sysvinit-scripts/
-rw-r--r-- 1 root root 691 2021-04-23 18:31 ./source/a/sysvinit-scripts/scripts/rc.modules.local
-rw-r--r-- 1 root root 1656 2021-04-23 18:31 ./source/a/sysvinit-scripts/scripts/rc.sysvinit
-rw-r--r-- 1 root root 842 2018-02-27 06:13 ./source/a/sysvinit-scripts/slack-desc
-rwxr-xr-x 1 root root 2373 2023-05-09 18:53 ./source/a/sysvinit-scripts/sysvinit-scripts.SlackBuild
-rwxr-xr-x 1 root root 2469 2023-05-24 23:58 ./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 1009 2018-06-21 18:24 ./source/a/sysvinit/slack-desc
-rw-r--r-- 1 root root 233451 2023-04-30 16:56 ./source/a/sysvinit/sysvinit-3.07.tar.lz
@ -7112,10 +7113,10 @@ drwxr-xr-x 2 root root 4096 2021-02-13 05:31 ./source/ap/rzip
-rwxr-xr-x 1 root root 3096 2021-02-13 05:31 ./source/ap/rzip/rzip.SlackBuild
-rw-r--r-- 1 root root 720 2018-02-27 06:12 ./source/ap/rzip/slack-desc
drwxr-xr-x 2 root root 4096 2022-09-06 18:27 ./source/ap/sc
drwxr-xr-x 2 root root 4096 2022-09-06 18:27 ./source/ap/sc-im
drwxr-xr-x 2 root root 4096 2023-05-24 05:22 ./source/ap/sc-im
-rwxr-xr-x 1 root root 1995 2020-07-09 18:37 ./source/ap/sc-im/fetch-sc-im.sh
-rwxr-xr-x 1 root root 325 2018-05-24 18:32 ./source/ap/sc-im/repack-github-archive.sh
-rw-r--r-- 1 root root 1348716 2021-09-27 14:58 ./source/ap/sc-im/sc-im-20210927_64b1a41.tar.lz
-rwxr-xr-x 1 root root 2442 2023-05-24 05:25 ./source/ap/sc-im/repack-github-archive.sh
-rw-r--r-- 1 root root 1415239 2023-01-12 17:57 ./source/ap/sc-im/sc-im-0.8.3.tar.lz
-rwxr-xr-x 1 root root 3737 2022-09-06 18:27 ./source/ap/sc-im/sc-im.SlackBuild
-rw-r--r-- 1 root root 38 2018-05-24 18:20 ./source/ap/sc-im/sc-im.url
-rw-r--r-- 1 root root 989 2018-05-24 18:45 ./source/ap/sc-im/slack-desc
@ -7598,8 +7599,8 @@ drwxr-xr-x 2 root root 4096 2023-04-15 18:36 ./source/d/pahole
-rwxr-xr-x 1 root root 3820 2022-05-23 18:28 ./source/d/pahole/pahole.SlackBuild
-rw-r--r-- 1 root root 52 2022-05-23 18:20 ./source/d/pahole/pahole.url
-rw-r--r-- 1 root root 1015 2022-05-23 18:32 ./source/d/pahole/slack-desc
drwxr-xr-x 2 root root 4096 2023-04-24 19:57 ./source/d/parallel
-rw-r--r-- 1 root root 1990599 2023-04-22 19:56 ./source/d/parallel/parallel-20230422.tar.lz
drwxr-xr-x 2 root root 4096 2023-05-23 18:10 ./source/d/parallel
-rw-r--r-- 1 root root 2001237 2023-05-22 19:29 ./source/d/parallel/parallel-20230522.tar.lz
-rwxr-xr-x 1 root root 4535 2022-09-06 18:27 ./source/d/parallel/parallel.SlackBuild
-rw-r--r-- 1 root root 857 2018-04-21 03:27 ./source/d/parallel/slack-desc
drwxr-xr-x 2 root root 4096 2023-04-24 19:57 ./source/d/patchelf
@ -7778,7 +7779,7 @@ drwxr-xr-x 2 root root 4096 2018-02-27 06:13 ./source/f
-rw-r--r-- 1 root root 960 2018-02-27 06:13 ./source/f/slack-desc.linux-faqs
-rw-r--r-- 1 root root 801 2018-02-27 06:13 ./source/f/slack-desc.linux-howtos
drwxr-xr-x 3 root root 4096 2023-01-19 20:42 ./source/installer
-rw-r--r-- 1 root root 44628 2023-04-05 19:23 ./source/installer/ChangeLog.txt
-rw-r--r-- 1 root root 44704 2023-05-25 00:15 ./source/installer/ChangeLog.txt
-rw-r--r-- 1 root root 6849 2018-03-11 00:53 ./source/installer/README
-rwxr-xr-x 1 root root 79201 2023-04-05 19:09 ./source/installer/build_installer.sh
-rwxr-xr-x 1 root root 2252 2022-09-06 18:27 ./source/installer/installer.SlackBuild
@ -7818,26 +7819,26 @@ drwxr-xr-x 2 root root 4096 2018-03-11 02:36 ./source/installer/sources/e
-rwxr-xr-x 1 root root 238531 2018-06-12 19:01 ./source/installer/sources/efi.x86_64/EFI/BOOT/BOOTX64.EFI
-rwxr-xr-x 1 root root 422 2013-03-27 03:35 ./source/installer/sources/efi.x86_64/EFI/BOOT/elilo.conf
-rwxr-xr-x 1 root root 561 2021-01-29 20:43 ./source/installer/sources/efi.x86_64/EFI/BOOT/message.txt
drwxr-xr-x 2 root root 4096 2023-03-21 21:05 ./source/installer/sources/initrd
-rw-r--r-- 1 root root 145254 2023-03-21 21:04 ./source/installer/sources/initrd/skeleton_initrd.tar.gz
drwxr-xr-x 2 root root 4096 2023-05-25 00:15 ./source/installer/sources/initrd
-rw-r--r-- 1 root root 145353 2023-05-25 00:15 ./source/installer/sources/initrd/skeleton_initrd.tar.gz
drwxr-xr-x 2 root root 4096 2022-12-14 18:57 ./source/installer/sources/nano
-rw-r--r-- 1 root root 1605272 2022-12-14 10:35 ./source/installer/sources/nano/nano-7.1.tar.xz
-rw-r--r-- 1 root root 833 2022-12-14 10:35 ./source/installer/sources/nano/nano-7.1.tar.xz.sig
drwxr-xr-x 5 root root 4096 2023-05-17 16:43 ./source/k
drwxr-xr-x 5 root root 4096 2023-05-24 17:19 ./source/k
-rwxr-xr-x 1 root root 8310 2022-10-22 18:02 ./source/k/build-all-kernels.sh
drwxr-xr-x 2 root root 4096 2023-05-17 18:04 ./source/k/kernel-configs
-rw-r--r-- 1 root root 248556 2023-05-17 17:03 ./source/k/kernel-configs/config-generic-6.1.29
-rw-r--r-- 1 root root 252503 2023-05-17 18:04 ./source/k/kernel-configs/config-generic-6.1.29.x64
-rw-r--r-- 1 root root 249800 2023-05-17 17:03 ./source/k/kernel-configs/config-generic-smp-6.1.29-smp
-rw-r--r-- 1 root root 248525 2023-05-17 17:03 ./source/k/kernel-configs/config-huge-6.1.29
-rw-r--r-- 1 root root 252472 2023-05-17 18:04 ./source/k/kernel-configs/config-huge-6.1.29.x64
-rw-r--r-- 1 root root 249769 2023-05-17 17:03 ./source/k/kernel-configs/config-huge-smp-6.1.29-smp
drwxr-xr-x 2 root root 4096 2023-05-24 17:36 ./source/k/kernel-configs
-rw-r--r-- 1 root root 248589 2023-05-24 17:31 ./source/k/kernel-configs/config-generic-6.1.30
-rw-r--r-- 1 root root 252536 2023-05-24 17:36 ./source/k/kernel-configs/config-generic-6.1.30.x64
-rw-r--r-- 1 root root 249833 2023-05-24 17:30 ./source/k/kernel-configs/config-generic-smp-6.1.30-smp
-rw-r--r-- 1 root root 248558 2023-05-24 17:31 ./source/k/kernel-configs/config-huge-6.1.30
-rw-r--r-- 1 root root 252505 2023-05-24 17:36 ./source/k/kernel-configs/config-huge-6.1.30.x64
-rw-r--r-- 1 root root 249802 2023-05-24 17:31 ./source/k/kernel-configs/config-huge-smp-6.1.30-smp
-rwxr-xr-x 1 root root 7441 2020-06-11 19:56 ./source/k/kernel-generic.SlackBuild
-rwxr-xr-x 1 root root 3779 2019-09-29 23:48 ./source/k/kernel-headers.SlackBuild
-rwxr-xr-x 1 root root 6504 2022-10-22 18:03 ./source/k/kernel-modules.SlackBuild
-rwxr-xr-x 1 root root 10927 2023-01-25 19:02 ./source/k/kernel-source.SlackBuild
-rw-r--r-- 1 root root 989 2023-05-17 10:04 ./source/k/linux-6.1.29.tar.sign
-rw-r--r-- 1 root root 134881816 2023-05-17 10:04 ./source/k/linux-6.1.29.tar.xz
-rw-r--r-- 1 root root 989 2023-05-24 16:42 ./source/k/linux-6.1.30.tar.sign
-rw-r--r-- 1 root root 134914908 2023-05-24 16:42 ./source/k/linux-6.1.30.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
@ -9786,7 +9787,7 @@ drwxr-xr-x 2 root root 4096 2023-04-20 20:51 ./source/kde/zxing-cpp
-rw-r--r-- 1 root root 569082 2023-01-05 15:11 ./source/kde/zxing-cpp/zxing-cpp-2.0.0.tar.lz
-rwxr-xr-x 1 root root 3872 2023-04-20 20:52 ./source/kde/zxing-cpp/zxing-cpp.SlackBuild
-rw-r--r-- 1 root root 39 2023-04-20 20:51 ./source/kde/zxing-cpp/zxing-cpp.url
drwxr-xr-x 391 root root 12288 2023-05-16 18:52 ./source/l
drwxr-xr-x 391 root root 12288 2023-05-24 04:35 ./source/l
-rw-r--r-- 1 root root 926 2023-05-04 03:22 ./source/l/FTBFSlog
drwxr-xr-x 3 root root 4096 2022-03-06 19:58 ./source/l/GConf
-rw-r--r-- 1 root root 1559904 2013-01-22 02:48 ./source/l/GConf/GConf-3.2.6.tar.xz
@ -10074,8 +10075,8 @@ drwxr-xr-x 2 root root 4096 2023-03-03 19:46 ./source/l/elfutils
-rw-r--r-- 1 root root 8646507 2023-03-03 15:43 ./source/l/elfutils/elfutils-0.189.tar.lz
-rwxr-xr-x 1 root root 4678 2021-05-11 18:27 ./source/l/elfutils/elfutils.SlackBuild
-rw-r--r-- 1 root root 983 2020-11-01 18:17 ./source/l/elfutils/slack-desc
drwxr-xr-x 2 root root 4096 2023-02-19 19:35 ./source/l/enchant
-rw-r--r-- 1 root root 562744 2023-02-19 14:50 ./source/l/enchant/enchant-2.3.4.tar.lz
drwxr-xr-x 2 root root 4096 2023-05-23 18:06 ./source/l/enchant
-rw-r--r-- 1 root root 564001 2023-05-22 15:49 ./source/l/enchant/enchant-2.4.0.tar.lz
-rwxr-xr-x 1 root root 4091 2023-02-19 19:38 ./source/l/enchant/enchant.SlackBuild
-rw-r--r-- 1 root root 35 2020-10-28 22:18 ./source/l/enchant/enchant.url
-rw-r--r-- 1 root root 798 2020-10-28 22:17 ./source/l/enchant/slack-desc
@ -10251,9 +10252,9 @@ drwxr-xr-x 2 root root 4096 2023-04-12 17:45 ./source/l/glib-networking
-rw-r--r-- 1 root root 346080 2001-03-15 14:59 ./source/l/glib/glib-1.2.10.tar.bz2
-rwxr-xr-x 1 root root 5498 2021-02-13 05:31 ./source/l/glib/glib.SlackBuild
-rw-r--r-- 1 root root 754 2018-02-27 06:12 ./source/l/glib/slack-desc
drwxr-xr-x 2 root root 4096 2023-04-24 19:36 ./source/l/glib2
drwxr-xr-x 2 root root 4096 2023-05-23 18:09 ./source/l/glib2
-rw-r--r-- 1 root root 516 2011-11-06 22:03 ./source/l/glib2/doinst.sh.gz
-rw-r--r-- 1 root root 5273836 2023-04-21 15:58 ./source/l/glib2/glib-2.76.2.tar.xz
-rw-r--r-- 1 root root 5273460 2023-05-23 11:12 ./source/l/glib2/glib-2.76.3.tar.xz
-rwxr-xr-x 1 root root 5376 2023-04-12 17:40 ./source/l/glib2/glib2.SlackBuild
-rw-r--r-- 1 root root 913 2021-09-02 23:31 ./source/l/glib2/libglib2.csh
-rw-r--r-- 1 root root 909 2021-09-01 17:51 ./source/l/glib2/libglib2.sh
@ -10424,9 +10425,9 @@ drwxr-xr-x 2 root root 4096 2003-01-11 06:27 ./source/l/gtk+2/profile.d
-rw-r--r-- 1 root root 781 2021-04-02 18:02 ./source/l/gtk+2/slack-desc
-rw-r--r-- 1 root root 339 2011-02-24 20:40 ./source/l/gtk+2/update-gtk-immodules
-rw-r--r-- 1 root root 1459 2013-07-12 04:52 ./source/l/gtk+2/update-gtk-immodules-2.0
drwxr-xr-x 2 root root 4096 2023-03-03 19:47 ./source/l/gtk+3
drwxr-xr-x 2 root root 4096 2023-05-24 05:15 ./source/l/gtk+3
-rw-r--r-- 1 root root 639 2014-09-30 04:11 ./source/l/gtk+3/doinst.sh.gz
-rw-r--r-- 1 root root 12401196 2023-03-03 00:43 ./source/l/gtk+3/gtk+-3.24.37.tar.xz
-rw-r--r-- 1 root root 12398104 2023-05-22 02:25 ./source/l/gtk+3/gtk+-3.24.38.tar.xz
-rwxr-xr-x 1 root root 5213 2023-01-20 19:40 ./source/l/gtk+3/gtk+3.SlackBuild
-rw-r--r-- 1 root root 781 2021-04-02 18:03 ./source/l/gtk+3/slack-desc
-rw-r--r-- 1 root root 1458 2013-07-12 05:02 ./source/l/gtk+3/update-gtk-immodules-3.0
@ -11721,7 +11722,7 @@ drwxr-xr-x 2 root root 4096 2022-09-06 18:27 ./source/l/qrencode
-rwxr-xr-- 1 root root 4450 2022-09-06 18:27 ./source/l/qrencode/qrencode.SlackBuild
-rw-r--r-- 1 root root 34 2020-08-23 18:07 ./source/l/qrencode/qrencode.url
-rw-r--r-- 1 root root 925 2020-11-01 20:04 ./source/l/qrencode/slack-desc
drwxr-xr-x 4 root root 4096 2023-04-14 20:44 ./source/l/qt5
drwxr-xr-x 4 root root 4096 2023-05-24 04:35 ./source/l/qt5
drwxr-xr-x 2 root root 4096 2023-05-04 03:20 ./source/l/qt5-webkit
-rwxr-xr-x 1 root root 4931 2023-05-04 03:21 ./source/l/qt5-webkit/qt5-webkit.SlackBuild
-rw-r--r-- 1 root root 878 2020-10-30 18:54 ./source/l/qt5-webkit/qt5-webkit.bison27.patch.gz
@ -11745,8 +11746,8 @@ drwxr-xr-x 2 root root 4096 2023-05-02 19:00 ./source/l/qt5/patches
drwxr-xr-x 2 root root 4096 2022-03-20 19:27 ./source/l/qt5/profile.d
-rw-r--r-- 1 root root 1102 2022-03-20 19:27 ./source/l/qt5/profile.d/qt5.csh
-rw-r--r-- 1 root root 971 2022-03-15 20:00 ./source/l/qt5/profile.d/qt5.sh
-rw-r--r-- 1 root root 643420914 2023-04-12 00:54 ./source/l/qt5/qt-everywhere-src-5.15.9_20230412_abff5c39.tar.lz
-rwxr-xr-x 1 root root 12370 2023-05-02 19:02 ./source/l/qt5/qt5.SlackBuild
-rw-r--r-- 1 root root 647659281 2023-05-23 23:55 ./source/l/qt5/qt-everywhere-src-5.15.9_20230523_245f369c.tar.lz
-rwxr-xr-x 1 root root 12412 2023-05-24 04:09 ./source/l/qt5/qt5.SlackBuild
-rw-r--r-- 1 root root 711 2020-11-28 01:00 ./source/l/qt5/slack-desc
drwxr-xr-x 2 root root 4096 2023-05-14 15:41 ./source/l/qtkeychain
-rw-r--r-- 1 root root 42939 2023-05-12 10:22 ./source/l/qtkeychain/qtkeychain-0.14.0.tar.lz
@ -12130,9 +12131,9 @@ drwxr-xr-x 2 root root 4096 2021-02-13 05:32 ./source/n/crda
-rw-r--r-- 1 root root 488 2019-06-03 21:45 ./source/n/crda/wireless-regdb-2019.06.03.tar.sign
-rw-r--r-- 1 root root 23176 2019-06-03 21:45 ./source/n/crda/wireless-regdb-2019.06.03.tar.xz
-rw-r--r-- 1 root root 55 2018-02-05 06:31 ./source/n/crda/wireless-regdb.url
drwxr-xr-x 2 root root 4096 2023-05-17 16:44 ./source/n/curl
-rw-r--r-- 1 root root 2612568 2023-05-17 06:09 ./source/n/curl/curl-8.1.0.tar.xz
-rw-r--r-- 1 root root 488 2023-05-17 06:09 ./source/n/curl/curl-8.1.0.tar.xz.asc
drwxr-xr-x 2 root root 4096 2023-05-23 16:51 ./source/n/curl
-rw-r--r-- 1 root root 2613348 2023-05-23 06:14 ./source/n/curl/curl-8.1.1.tar.xz
-rw-r--r-- 1 root root 488 2023-05-23 06:14 ./source/n/curl/curl-8.1.1.tar.xz.asc
-rwxr-xr-x 1 root root 4851 2023-03-20 17:30 ./source/n/curl/curl.SlackBuild
-rw-r--r-- 1 root root 30 2018-04-20 16:49 ./source/n/curl/curl.url
-rw-r--r-- 1 root root 1004 2019-02-06 21:57 ./source/n/curl/slack-desc
@ -13116,7 +13117,7 @@ drwxr-xr-x 2 root root 4096 2021-08-23 17:48 ./source/t/fig2dev
-rw-r--r-- 1 root root 522756 2021-08-22 15:34 ./source/t/fig2dev/fig2dev-3.2.8b.tar.xz
-rwxr-xr-x 1 root root 4197 2021-03-28 18:06 ./source/t/fig2dev/fig2dev.SlackBuild
-rw-r--r-- 1 root root 940 2018-02-27 06:12 ./source/t/fig2dev/slack-desc
drwxr-xr-x 3 root root 4096 2023-04-14 19:09 ./source/t/texlive
drwxr-xr-x 3 root root 4096 2023-05-23 18:38 ./source/t/texlive
-rw-r--r-- 1 root root 773 2017-05-22 17:37 ./source/t/texlive/README.tlpkg
-rw-r--r-- 1 root root 137 2023-03-21 11:44 ./source/t/texlive/doinst.sh.gz
-rw-r--r-- 1 root root 135 2023-03-22 12:55 ./source/t/texlive/douninst.sh
@ -13128,8 +13129,9 @@ drwxr-xr-x 2 root root 4096 2023-03-22 07:06 ./source/t/texlive/prep
-rw-r--r-- 1 root root 32992 2023-03-22 06:53 ./source/t/texlive/prep/texmf_get.sh
-rw-r--r-- 1 root root 996 2018-08-22 16:53 ./source/t/texlive/slack-desc
-rw-r--r-- 1 root root 28288604 2023-03-11 18:14 ./source/t/texlive/texlive-20230311-source.tar.xz
-rw-r--r-- 1 root root 19770 2023-05-22 19:22 ./source/t/texlive/texlive-20230313-source-security_fix-1.patch.gz
-rw-r--r-- 1 root root 58399144 2023-03-22 07:17 ./source/t/texlive/texlive-base-230322.tar.xz
-rwxr-xr-x 1 root root 6745 2023-04-14 19:09 ./source/t/texlive/texlive.SlackBuild
-rwxr-xr-x 1 root root 6854 2023-05-23 18:39 ./source/t/texlive/texlive.SlackBuild
-rw-r--r-- 1 root root 150 2023-03-22 07:44 ./source/t/texlive/texlive.url
drwxr-xr-x 2 root root 4096 2021-08-23 18:13 ./source/t/xfig
-rw-r--r-- 1 root root 909 2018-02-27 06:12 ./source/t/xfig/slack-desc
@ -14900,7 +14902,7 @@ drwxr-xr-x 2 root root 4096 2023-01-09 19:24 ./source/xap/libnma
-rw-r--r-- 1 root root 702820 2023-01-08 23:51 ./source/xap/libnma/libnma-1.10.6.tar.xz
-rwxr-xr-x 1 root root 3630 2023-01-09 19:24 ./source/xap/libnma/libnma.SlackBuild
-rw-r--r-- 1 root root 792 2020-03-07 19:38 ./source/xap/libnma/slack-desc
drwxr-xr-x 3 root root 4096 2023-05-14 00:17 ./source/xap/mozilla-firefox
drwxr-xr-x 3 root root 4096 2023-05-23 18:09 ./source/xap/mozilla-firefox
-rw-r--r-- 1 root root 693 2021-03-22 17:58 ./source/xap/mozilla-firefox/0027-LTO-Only-enable-LTO-for-Rust-when-complete-build-use.patch.gz
-rw-r--r-- 1 root root 266 2022-08-06 19:40 ./source/xap/mozilla-firefox/arc4random_buf.glibc-2.36.diff.gz
drwxr-xr-x 3 root root 4096 2022-12-07 18:06 ./source/xap/mozilla-firefox/build-deps
@ -14911,8 +14913,8 @@ drwxr-xr-x 2 root root 4096 2016-07-03 18:05 ./source/xap/mozilla-firefox
-rwxr-xr-x 1 root root 2486 2019-07-08 21:06 ./source/xap/mozilla-firefox/build-deps/autoconf/autoconf.build
-rwxr-xr-x 1 root root 840 2018-03-13 12:55 ./source/xap/mozilla-firefox/fetch-and-repack.sh
-rw-r--r-- 1 root root 330 2019-07-08 18:41 ./source/xap/mozilla-firefox/ff.ui.scrollToClick.diff.gz
-rw-r--r-- 1 root root 502785808 2023-05-12 10:31 ./source/xap/mozilla-firefox/firefox-113.0.1.source.tar.xz
-rw-r--r-- 1 root root 833 2023-05-12 10:31 ./source/xap/mozilla-firefox/firefox-113.0.1.source.tar.xz.asc
-rw-r--r-- 1 root root 500503164 2023-05-23 13:04 ./source/xap/mozilla-firefox/firefox-113.0.2.source.tar.xz
-rw-r--r-- 1 root root 833 2023-05-23 13:04 ./source/xap/mozilla-firefox/firefox-113.0.2.source.tar.xz.asc
-rw-r--r-- 1 root root 327 2008-06-17 17:19 ./source/xap/mozilla-firefox/firefox.moz_plugin_path.diff.gz
-rw-r--r-- 1 root root 518 2021-03-15 17:43 ./source/xap/mozilla-firefox/gkrust.a.no.networking.check.diff.gz
-rw-r--r-- 1 root root 462 2009-07-01 06:05 ./source/xap/mozilla-firefox/mimeTypes.rdf.gz
@ -15189,8 +15191,8 @@ drwxr-xr-x 2 root root 4096 2023-03-29 17:34 ./source/xfce/garcon
-rwxr-xr-x 1 root root 4902 2022-12-17 20:38 ./source/xfce/garcon/garcon.SlackBuild
-rw-r--r-- 1 root root 46 2022-12-17 20:38 ./source/xfce/garcon/garcon.url
-rw-r--r-- 1 root root 748 2018-02-27 06:13 ./source/xfce/garcon/slack-desc
drwxr-xr-x 2 root root 4096 2023-03-29 17:29 ./source/xfce/libxfce4ui
-rw-r--r-- 1 root root 721610 2023-03-28 17:21 ./source/xfce/libxfce4ui/libxfce4ui-4.18.3.tar.lz
drwxr-xr-x 2 root root 4096 2023-05-23 18:09 ./source/xfce/libxfce4ui
-rw-r--r-- 1 root root 723484 2023-05-22 17:04 ./source/xfce/libxfce4ui/libxfce4ui-4.18.4.tar.lz
-rwxr-xr-x 1 root root 4933 2021-09-06 03:48 ./source/xfce/libxfce4ui/libxfce4ui.SlackBuild
-rw-r--r-- 1 root root 51 2022-12-17 20:29 ./source/xfce/libxfce4ui/libxfce4ui.url
-rw-r--r-- 1 root root 767 2018-02-27 06:13 ./source/xfce/libxfce4ui/slack-desc
@ -15243,14 +15245,14 @@ drwxr-xr-x 2 root root 4096 2023-02-28 19:27 ./source/xfce/xfce4-notifyd
-rw-r--r-- 1 root root 506883 2023-02-28 06:37 ./source/xfce/xfce4-notifyd/xfce4-notifyd-0.8.2.tar.lz
-rwxr-xr-x 1 root root 4023 2022-02-13 19:38 ./source/xfce/xfce4-notifyd/xfce4-notifyd.SlackBuild
-rw-r--r-- 1 root root 52 2023-02-11 20:27 ./source/xfce/xfce4-notifyd/xfce4-notifyd.url
drwxr-xr-x 2 root root 4096 2023-03-29 17:35 ./source/xfce/xfce4-panel
drwxr-xr-x 2 root root 4096 2023-05-23 18:11 ./source/xfce/xfce4-panel
drwxr-xr-x 2 root root 4096 2021-02-22 01:27 ./source/xfce/xfce4-panel-profiles
-rw-r--r-- 1 root root 121 2019-08-02 07:05 ./source/xfce/xfce4-panel-profiles/doinst.sh.gz
-rw-r--r-- 1 root root 1138 2019-08-02 07:01 ./source/xfce/xfce4-panel-profiles/slack-desc
-rw-r--r-- 1 root root 63201 2021-02-22 01:26 ./source/xfce/xfce4-panel-profiles/xfce4-panel-profiles-1.0.13.tar.lz
-rwxr-xr-x 1 root root 3834 2021-02-22 01:27 ./source/xfce/xfce4-panel-profiles/xfce4-panel-profiles.SlackBuild
-rw-r--r-- 1 root root 896 2018-02-27 06:13 ./source/xfce/xfce4-panel/slack-desc
-rw-r--r-- 1 root root 1200802 2023-03-28 17:57 ./source/xfce/xfce4-panel/xfce4-panel-4.18.3.tar.lz
-rw-r--r-- 1 root root 1344602 2023-05-22 17:42 ./source/xfce/xfce4-panel/xfce4-panel-4.18.4.tar.lz
-rwxr-xr-x 1 root root 4782 2021-02-25 19:35 ./source/xfce/xfce4-panel/xfce4-panel.SlackBuild
-rw-r--r-- 1 root root 52 2022-12-17 20:44 ./source/xfce/xfce4-panel/xfce4-panel.url
drwxr-xr-x 2 root root 4096 2023-02-10 19:50 ./source/xfce/xfce4-power-manager
@ -15427,9 +15429,9 @@ drwxr-xr-x 2 root root 4096 2023-05-08 21:44 ./testing/source/rust
-rw-r--r-- 1 root root 1670 2023-05-08 21:43 ./testing/source/rust/rust.url
-rw-r--r-- 1 root root 130940003 2023-04-20 14:38 ./testing/source/rust/rustc-1.69.0-src.tar.lz
-rw-r--r-- 1 root root 910 2018-02-27 06:49 ./testing/source/rust/slack-desc
drwxr-xr-x 2 root root 4096 2023-05-17 20:59 ./usb-and-pxe-installers
drwxr-xr-x 2 root root 4096 2023-05-25 00:23 ./usb-and-pxe-installers
-rw-r--r-- 1 root root 31203 2011-03-21 21:21 ./usb-and-pxe-installers/README_PXE.TXT
-rw-r--r-- 1 root root 9197 2013-09-25 04:33 ./usb-and-pxe-installers/README_USB.TXT
-rw-r--r-- 1 root root 574 2013-03-27 04:59 ./usb-and-pxe-installers/pxelinux.cfg_default
-rw-r--r-- 1 root root 59130880 2023-05-17 20:59 ./usb-and-pxe-installers/usbboot.img
-rw-r--r-- 1 root root 59184128 2023-05-25 00:23 ./usb-and-pxe-installers/usbboot.img
-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
by Patrick Volkerding, volkerdi@slackware.com
Wed May 17 20:24:47 UTC 2023
Thu May 25 00:09:28 UTC 2023
This document describes how to create and install an initrd, which may be
required to use the 4.x kernel. Also see "man mkinitrd".
@ -33,15 +33,15 @@ flexible to ship a generic kernel and a set of kernel modules for it.
The easiest way to make the initrd is to use the mkinitrd script included
in Slackware's mkinitrd package. We'll walk through the process of
upgrading to the generic 6.1.29 Linux kernel using the packages
upgrading to the generic 6.1.30 Linux kernel using the packages
found in Slackware's slackware/a/ directory.
First, make sure the kernel, kernel modules, and mkinitrd package are
installed (the current version numbers might be a little different, so
this is just an example):
installpkg kernel-generic-6.1.29-x86_64-1.txz
installpkg kernel-modules-6.1.29-x86_64-1.txz
installpkg kernel-generic-6.1.30-x86_64-1.txz
installpkg kernel-modules-6.1.30-x86_64-1.txz
installpkg mkinitrd-1.4.11-x86_64-32.txz
Change into the /boot directory:
@ -52,7 +52,7 @@ Now you'll want to run "mkinitrd". I'm using ext4 for my root filesystem,
and since the disk controller requires no special support the ext4 module
will be the only one I need to load:
mkinitrd -c -k 6.1.29 -m ext4
mkinitrd -c -k 6.1.30 -m ext4
This should do two things. First, it will create a directory
/boot/initrd-tree containing the initrd's filesystem. Then it will
@ -61,10 +61,10 @@ you could make some additional changes in /boot/initrd-tree/ and
then run mkinitrd again without options to rebuild the image. That's
optional, though, and only advanced users will need to think about that.
Here's another example: Build an initrd image using Linux 6.1.29
Here's another example: Build an initrd image using Linux 6.1.30
kernel modules for a system with an ext4 root partition on /dev/sdb3:
mkinitrd -c -k 6.1.29 -m ext4 -f ext4 -r /dev/sdb3
mkinitrd -c -k 6.1.30 -m ext4 -f ext4 -r /dev/sdb3
4. Now that I've built an initrd, how do I use it?

View file

@ -1,5 +1,5 @@
Welcome to 09Slackware6407 version 15.1 (Linux kernel 6.1.29)!
Welcome to 09Slackware6407 version 15.1 (Linux kernel 6.1.30)!
If you need to pass extra parameters to the kernel, enter them at the prompt
below after the name of the kernel to boot (e.g., huge.s).

View file

@ -1,3 +1,3 @@
These kernels are version 6.1.29.
These kernels are version 6.1.30.

View file

@ -691,6 +691,7 @@ gzip ./source/ap/rpm/rpm.install4j.compat.diff
gzip ./source/ap/rpm/doinst.sh
gzip ./source/ap/rpm/Packages
gzip ./source/ap/man-db/doinst.sh
gzip ./source/t/texlive/texlive-20230313-source-security_fix-1.patch
gzip ./source/t/texlive/doinst.sh
gzip ./source/t/xfig/xfig.no.pdf.ref.diff
gzip ./source/t/xfig/xfig.fig.ad.diff

View file

@ -66,9 +66,9 @@ system. :^) Press ENTER when you are done." 21 76 10 \
"jfsutils" "Utilities for IBM's Journaled Filesystem" "on" \
"kbd" "Change keyboard and console mappings" "on" \
"kernel-firmware" "Linux kernel firmware -- REQUIRED" "on" \
"kernel-generic" "Generic 6.1.29 kernel (needs an initrd)" "on" \
"kernel-huge" "Loaded 6.1.29 Linux kernel" "on" \
"kernel-modules" "Linux 6.1.29 kernel modules -- REQUIRED" "on" \
"kernel-generic" "Generic 6.1.30 kernel (needs an initrd)" "on" \
"kernel-huge" "Loaded 6.1.30 Linux kernel" "on" \
"kernel-modules" "Linux 6.1.30 kernel modules -- REQUIRED" "on" \
"kmod" "Kernel module utilities -- REQUIRED" "on" \
"lbzip2" "Parallel bzip2 compressor" "on" \
"less" "A text pager utility - REQUIRED" "on" \

View file

@ -66,9 +66,9 @@ system. :^) Press ENTER when you are done." 21 76 10 \
"jfsutils" "Utilities for IBM's Journaled Filesystem" "on" \
"kbd" "Change keyboard and console mappings" "on" \
"kernel-firmware" "Linux kernel firmware -- REQUIRED" "on" \
"kernel-generic" "Generic 6.1.29 kernel (needs an initrd)" "on" \
"kernel-huge" "Loaded 6.1.29 Linux kernel" "on" \
"kernel-modules" "Linux 6.1.29 kernel modules -- REQUIRED" "on" \
"kernel-generic" "Generic 6.1.30 kernel (needs an initrd)" "on" \
"kernel-huge" "Loaded 6.1.30 Linux kernel" "on" \
"kernel-modules" "Linux 6.1.30 kernel modules -- REQUIRED" "on" \
"kmod" "Kernel module utilities -- REQUIRED" "on" \
"lbzip2" "Parallel bzip2 compressor" "on" \
"less" "A text pager utility - REQUIRED" "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. \
Press ENTER when you are \
done." 11 70 1 \
"kernel-source" "Linux 6.1.29 kernel source" "on" \
"kernel-source" "Linux 6.1.30 kernel source" "on" \
2> $TMP/SeTpkgs
if [ $? = 1 -o $? = 255 ]; then
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. \
Press ENTER when you are \
done." 11 70 1 \
"kernel-source" "Linux 6.1.29 kernel source" "on" \
"kernel-source" "Linux 6.1.30 kernel source" "on" \
2> $TMP/SeTpkgs
if [ $? = 1 -o $? = 255 ]; then
rm -f $TMP/SeTpkgs

View file

@ -24,7 +24,7 @@ cd $(dirname $0) ; CWD=$(pwd)
PKGNAM=elilo
VERSION=${VERSION:-$(echo $PKGNAM*.tar.?z* | rev | cut -f 2 -d - | rev)}
BUILD=${BUILD:-15}
BUILD=${BUILD:-16}
if [ -z "$ARCH" ]; then
case "$( uname -m )" in

View file

@ -176,12 +176,6 @@ if [ "$REPLY" = "skip" ]; then
exit
fi
# Make sure efivarfs is active since we'll need it to
# change UEFI boot menu entries:
if [ "$(/bin/ls /sys/firmware/efi/efivars 2> /dev/null | wc -l)" = "0" ]; then
mount -t efivarfs none /sys/firmware/efi/efivars
fi
efibootmgr -v | rev | cut -f 2- | rev | grep Boot0 | grep Slackware | while read line ; do
# Reject entries that don't exactly match as not our business
if [ ! "$(echo $line | cut -f 2- -d ' ')" = "Slackware" ]; then

View file

@ -0,0 +1,7 @@
# By default, we will mount efivarfs read-write on /sys/firmware/efi/efivars.
# This is needed in order to create or modify EFI boot menu entries.
# If you do not want this, you may set the variable below to 'ro' for
# read-only, or 'nomount' (or anything else) if you do not want rc.S to mount
# efivarfs. However, if might still be mounted by /etc/fstab or elsewhere.
EFIVARFS=rw

View file

@ -24,6 +24,7 @@ config etc/rc.d/rc.sysvinit.new
config etc/rc.d/rc.modules.new
config etc/rc.d/rc.modules.local.new
config etc/default/cpufreq.new
config etc/default/efivarfs.new
( cd etc/rc.d ; rm -rf rc.0 )
( cd etc/rc.d ; ln -sf rc.6 rc.0 )

View file

@ -24,6 +24,31 @@ if [ ! -d /sys/kernel -a -z "$container" ]; then
/sbin/mount -v sysfs /sys -n -t sysfs 2> /dev/null
fi
# The efivarfs filesystem is used for reading and writing EFI variables, such
# as the boot menu entries. By default efivarfs will be mounted read-write on
# the /sys/firmware/efi/efivars directory. To modify this behavior, edit the
# file: /etc/default/efivarfs
# Only try to mount if this directory exists (so the kernel supports efivarfs):
if [ -d /sys/firmware/efi/efivars ]; then
# Only try to mount if efivarfs is not already mounted:
if ! mount | grep -wq efivarfs ; then
# Mount according to /etc/default/efivarfs:
if [ -r /etc/default/efivarfs ]; then
. /etc/default/efivarfs
else # default
EFIVARFS=rw
fi
case "$EFIVARFS" in
'rw')
mount -o rw -t efivarfs none /sys/firmware/efi/efivars
;;
'ro')
mount -o ro -t efivarfs none /sys/firmware/efi/efivars
;;
esac
fi
fi
# If /run exists, mount a tmpfs on it (unless the
# initrd has already done so):
if [ -d /run -a -z "$container" ]; then

View file

@ -25,7 +25,7 @@ cd $(dirname $0) ; CWD=$(pwd)
PKGNAM=sysvinit-scripts
VERSION=${VERSION:-15.1}
ARCH=noarch
BUILD=${BUILD:-4}
BUILD=${BUILD:-5}
# 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
@ -56,6 +56,9 @@ chown root:root $PKG/etc/inittab.new
mkdir -p $PKG/etc/default
cat $CWD/default/cpufreq > $PKG/etc/default/cpufreq.new
# Install /etc/default/efivarfs.new:
cat $CWD/default/efivarfs > $PKG/etc/default/efivarfs.new
mkdir -p $PKG/install
zcat $CWD/doinst.sh > $PKG/install/doinst.sh
cat $CWD/slack-desc > $PKG/install/slack-desc

View file

@ -1,10 +1,64 @@
ARCHIVE_ORIG=$(/bin/ls v*.tar.gz)
NEW_BASENAME="sc-im-$(basename $ARCHIVE_ORIG .tar.gz | cut -b2-)"
rm -rf ${NEW_BASENAME}*
tar xf $ARCHIVE_ORIG
# Dump this stuff:
rm -rf $NEW_BASENAME/{examples,screenshots}
tar cf ${NEW_BASENAME}.tar ${NEW_BASENAME}
plzip -9 ${NEW_BASENAME}.tar
rm -f ${ARCHIVE_ORIG}
rm -rf ${NEW_BASENAME}
#!/bin/bash
# Copyright 2020, 2021, 2022, 2023 Patrick J. Volkerding, Sebeka, Minnesota, USA
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
# permitted provided that the following conditions are met:
#
# 1. Redistributions of this script must retain the above copyright
# notice, this list of conditions and the following disclaimer.
#
# THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR IMPLIED
# WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
# MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO
# EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
# SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
# PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS;
# OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY,
# WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR
# OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
CWD=$(pwd)
# If no archive specified with $1, then look for a v[0-9]*.tar.gz styled tarball:
if [ ! -z $1 ]; then
GITHUB_ARCHIVE=$1
else
GITHUB_ARCHIVE=${GITHUB_ARCHIVE:-$(/bin/ls v[0-9]*.tar.gz 2> /dev/null)}
if ! /bin/ls v[0-9]*.tar.gz 1> /dev/null 2> /dev/null ; then
echo "ERROR: github archive not found"
exit 1
fi
fi
OUTPUT_NAME=$(tar tvvf $GITHUB_ARCHIVE | head -n 1 | tr -d / | rev | cut -f 1 -d ' ' | rev)
OUTPUT_TIMESTAMP=$(tar tvvf $GITHUB_ARCHIVE | head -n 1 | tr -d / | rev | cut -f 2,3 -d ' ' | rev)
# Create a temporary extraction directory:
EXTRACT_DIR=$(mktemp -d)
# Extract, repack, compress, and fix timestamp:
( cd $EXTRACT_DIR
tar xf $CWD/$GITHUB_ARCHIVE
# If this is a stupid archive with the name doubled up, fix that:
if [ "$(echo $OUTPUT_NAME | cut -f 1 -d -)" = "$(echo $OUTPUT_NAME | cut -f 2 -d -)" ]; then
echo -n "Fixing internal archive name $OUTPUT_NAME -> "
OUTPUT_NAME="$(echo $OUTPUT_NAME | cut -f 2- -d -)"
echo $OUTPUT_NAME
mv * $OUTPUT_NAME
fi
tar cf $OUTPUT_NAME.tar $OUTPUT_NAME
plzip -9 $OUTPUT_NAME.tar
touch -d "$OUTPUT_TIMESTAMP" $OUTPUT_NAME.tar.lz
)
# Move the repacked archive here:
mv $EXTRACT_DIR/*.tar.lz .
# Remove the temporary directory:
rm -rf $EXTRACT_DIR
# Remove the repo tarball:
rm -f $GITHUB_ARCHIVE

View file

@ -1,3 +1,6 @@
Thu May 25 00:15:21 UTC 2023
Mount efivarfs.
+--------------------------+
Wed Apr 5 19:09:55 UTC 2023
build_installer.sh: Switch /sbin/depmod from BusyBox's implementation to
kmod's, as the busybox implementation doesn't work.

View file

@ -13,6 +13,13 @@
# Mount sysfs next:
/sbin/mount -v sysfs /sys -t sysfs 1> /dev/null
# The efivarfs filesystem is used for reading and writing EFI variables, such
# as the boot menu entries. By default efivarfs will be mounted read-write on
# the /sys/firmware/efi/efivars directory.
if [ -d /sys/firmware/efi/efivars ]; then
mount -o rw -t efivarfs none /sys/firmware/efi/efivars
fi
# Set a root password for the Slackware Installer if set as a Kernel cmdline:
# This is intended for network installations where otherwise the root password
# would be unset.

View file

@ -1,6 +1,6 @@
#
# Automatically generated file; DO NOT EDIT.
# Linux/x86 6.1.29 Kernel Configuration
# Linux/x86 6.1.30 Kernel Configuration
#
CONFIG_CC_VERSION_TEXT="gcc (GCC) 12.2.0"
CONFIG_CC_IS_GCC=y
@ -8535,10 +8535,11 @@ CONFIG_AMILO_RFKILL=m
CONFIG_FUJITSU_LAPTOP=m
CONFIG_FUJITSU_TABLET=m
CONFIG_GPD_POCKET_FAN=m
CONFIG_X86_PLATFORM_DRIVERS_HP=y
CONFIG_HP_ACCEL=m
CONFIG_WIRELESS_HOTKEY=m
CONFIG_HP_WMI=m
CONFIG_TC1100_WMI=m
CONFIG_WIRELESS_HOTKEY=m
CONFIG_IBM_RTL=m
CONFIG_IDEAPAD_LAPTOP=m
CONFIG_SENSORS_HDAPS=m

View file

@ -1,6 +1,6 @@
#
# Automatically generated file; DO NOT EDIT.
# Linux/x86 6.1.29 Kernel Configuration
# Linux/x86 6.1.30 Kernel Configuration
#
CONFIG_CC_VERSION_TEXT="gcc (GCC) 12.2.0"
CONFIG_CC_IS_GCC=y
@ -8535,9 +8535,10 @@ CONFIG_AMILO_RFKILL=m
CONFIG_FUJITSU_LAPTOP=m
CONFIG_FUJITSU_TABLET=m
CONFIG_GPD_POCKET_FAN=m
CONFIG_X86_PLATFORM_DRIVERS_HP=y
CONFIG_HP_ACCEL=m
CONFIG_WIRELESS_HOTKEY=m
CONFIG_HP_WMI=m
CONFIG_WIRELESS_HOTKEY=m
CONFIG_IBM_RTL=m
CONFIG_IDEAPAD_LAPTOP=m
CONFIG_SENSORS_HDAPS=m

View file

@ -1,6 +1,6 @@
#
# Automatically generated file; DO NOT EDIT.
# Linux/x86 6.1.29 Kernel Configuration
# Linux/x86 6.1.30 Kernel Configuration
#
CONFIG_CC_VERSION_TEXT="gcc (GCC) 12.2.0"
CONFIG_CC_IS_GCC=y
@ -8581,10 +8581,11 @@ CONFIG_AMILO_RFKILL=m
CONFIG_FUJITSU_LAPTOP=m
CONFIG_FUJITSU_TABLET=m
CONFIG_GPD_POCKET_FAN=m
CONFIG_X86_PLATFORM_DRIVERS_HP=y
CONFIG_HP_ACCEL=m
CONFIG_WIRELESS_HOTKEY=m
CONFIG_HP_WMI=m
CONFIG_TC1100_WMI=m
CONFIG_WIRELESS_HOTKEY=m
CONFIG_IBM_RTL=m
CONFIG_IDEAPAD_LAPTOP=m
CONFIG_SENSORS_HDAPS=m

View file

@ -1,6 +1,6 @@
#
# Automatically generated file; DO NOT EDIT.
# Linux/x86 6.1.29 Kernel Configuration
# Linux/x86 6.1.30 Kernel Configuration
#
CONFIG_CC_VERSION_TEXT="gcc (GCC) 12.2.0"
CONFIG_CC_IS_GCC=y
@ -8535,10 +8535,11 @@ CONFIG_AMILO_RFKILL=m
CONFIG_FUJITSU_LAPTOP=m
CONFIG_FUJITSU_TABLET=m
CONFIG_GPD_POCKET_FAN=m
CONFIG_X86_PLATFORM_DRIVERS_HP=y
CONFIG_HP_ACCEL=m
CONFIG_WIRELESS_HOTKEY=m
CONFIG_HP_WMI=m
CONFIG_TC1100_WMI=m
CONFIG_WIRELESS_HOTKEY=m
CONFIG_IBM_RTL=m
CONFIG_IDEAPAD_LAPTOP=m
CONFIG_SENSORS_HDAPS=m

View file

@ -1,6 +1,6 @@
#
# Automatically generated file; DO NOT EDIT.
# Linux/x86 6.1.29 Kernel Configuration
# Linux/x86 6.1.30 Kernel Configuration
#
CONFIG_CC_VERSION_TEXT="gcc (GCC) 12.2.0"
CONFIG_CC_IS_GCC=y
@ -8535,9 +8535,10 @@ CONFIG_AMILO_RFKILL=m
CONFIG_FUJITSU_LAPTOP=m
CONFIG_FUJITSU_TABLET=m
CONFIG_GPD_POCKET_FAN=m
CONFIG_X86_PLATFORM_DRIVERS_HP=y
CONFIG_HP_ACCEL=m
CONFIG_WIRELESS_HOTKEY=m
CONFIG_HP_WMI=m
CONFIG_WIRELESS_HOTKEY=m
CONFIG_IBM_RTL=m
CONFIG_IDEAPAD_LAPTOP=m
CONFIG_SENSORS_HDAPS=m

View file

@ -1,6 +1,6 @@
#
# Automatically generated file; DO NOT EDIT.
# Linux/x86 6.1.29 Kernel Configuration
# Linux/x86 6.1.30 Kernel Configuration
#
CONFIG_CC_VERSION_TEXT="gcc (GCC) 12.2.0"
CONFIG_CC_IS_GCC=y
@ -8581,10 +8581,11 @@ CONFIG_AMILO_RFKILL=m
CONFIG_FUJITSU_LAPTOP=m
CONFIG_FUJITSU_TABLET=m
CONFIG_GPD_POCKET_FAN=m
CONFIG_X86_PLATFORM_DRIVERS_HP=y
CONFIG_HP_ACCEL=m
CONFIG_WIRELESS_HOTKEY=m
CONFIG_HP_WMI=m
CONFIG_TC1100_WMI=m
CONFIG_WIRELESS_HOTKEY=m
CONFIG_IBM_RTL=m
CONFIG_IDEAPAD_LAPTOP=m
CONFIG_SENSORS_HDAPS=m

View file

@ -146,7 +146,9 @@ cd qtwebengine/src/3rdparty
cd - 1>/dev/null
# Fix build with gcc13:
zcat $CWD/0001-Fixes-for-building-with-GCC-13.patch.gz | patch -p1 --verbose || exit 1
cd qtwebengine
zcat $CWD/patches/0001-Fixes-for-building-with-GCC-13.patch.gz | patch -p1 --verbose || exit 1
cd - 1>/dev/null
# CMake generates wrong -isystem /usr/include compilations flags with Qt5::Gui
# and for it breaks KWin compilation with:

File diff suppressed because it is too large Load diff

View file

@ -34,7 +34,7 @@ PKGNAM=texlive
SOURCEVERSION=${SOURCEVERSION:-20230311}
TEXMFVERSION=${TEXMFVERSION:-230322}
VERSION=${VERSION:-2023.$TEXMFVERSION}
BUILD=${BUILD:-2}
BUILD=${BUILD:-3}
TMP=${TMP:-/tmp}
PKG=$TMP/package-texlive
@ -77,6 +77,9 @@ cd texlive-$SOURCEVERSION-source || exit 1
chown -R root:root .
chmod -R u+w,go-w,a+rX-st .
# CVE-2023-32700:
zcat $CWD/texlive-20230313-source-security_fix-1.patch.gz | patch -p1 --verbose || exit 1
mkdir build
cd build
CFLAGS="$SLKCFLAGS" \