diff options
author | Patrick J Volkerding <volkerdi@slackware.com> | 2024-07-31 18:35:06 +0000 |
---|---|---|
committer | Eric Hameleers <alien@slackware.com> | 2024-07-31 21:14:36 +0200 |
commit | 7bcbee5dbe915b4efa8910b645e70b7a0dced8cf (patch) | |
tree | cf5a0be0e291c8d11e0f36b3b3eb81a6d45a11ea | |
parent | bf331cc42511e77c8d028de63ffaa12bcc2227fe (diff) | |
download | current-7bcbee5dbe915b4efa8910b645e70b7a0dced8cf.tar.gz current-7bcbee5dbe915b4efa8910b645e70b7a0dced8cf.tar.xz |
Wed Jul 31 18:35:06 UTC 202420240731183506
a/grub-2.12-x86_64-15.txz: Rebuilt.
In /etc/default/grub, eliminate the GRUB_DISABLE_KERNEL_SYMLINKS="true"
option, replacing it with GRUB_DISPLAY_KERNEL_FILETYPES=both. This may
be set to "symlinks" (only show kernel symlinks in the menu), "files"
(only show kernel files in the menu), or "both" to show both.
Thanks to 0XBF.
In /etc/default/grub, add a new option GRUB_INITRD_FALLBACK_NAME=initrd.gz.
This defines the name of an initrd that will match to any kernel if a
better match wasn't found first. This option will be commented out by
default.
When the defaults in /etc/default/grub are left alone, the behavior of the
10_linux script is identical to the unmodified one.
ap/vim-9.1.0645-x86_64-1.txz: Upgraded.
l/protobuf-27.3-x86_64-1.txz: Upgraded.
n/curl-8.9.1-x86_64-1.txz: Upgraded.
This update fixes a security issue:
ASN.1 date parser overread.
For more information, see:
https://curl.se/docs/CVE-2024-7264.html
https://www.cve.org/CVERecord?id=CVE-2024-7264
(* Security fix *)
x/mesa-24.1.5-x86_64-1.txz: Upgraded.
xap/vim-gvim-9.1.0645-x86_64-1.txz: Upgraded.
xfce/thunar-4.18.11-x86_64-1.txz: Upgraded.
extra/tigervnc/tigervnc-1.14.0-x86_64-2.txz: Rebuilt.
Use the old build script, which worked with a couple of added slashes.
Xvnc restored, and /usr/local directories gone.
Diffstat (limited to '')
-rw-r--r-- | ChangeLog.rss | 41 | ||||
-rw-r--r-- | ChangeLog.txt | 29 | ||||
-rw-r--r-- | FILELIST.TXT | 169 | ||||
-rwxr-xr-x | extra/source/tigervnc/tigervnc.SlackBuild | 69 | ||||
-rw-r--r-- | source/a/grub/0004-add-GRUB_DISABLE_KERNEL_SYMLINKS-variable.patch | 12 | ||||
-rw-r--r-- | source/a/grub/0004-initrd_fallback_name.patch | 24 | ||||
-rw-r--r-- | source/a/grub/0005-GRUB_DISPLAY_KERNEL_FILETYPES.patch | 32 | ||||
-rw-r--r-- | source/a/grub/10_linux.disable_kernel_symlinks.patch | 15 | ||||
-rw-r--r-- | source/a/grub/etc.default.grub | 13 | ||||
-rwxr-xr-x | source/a/grub/grub.SlackBuild | 20 | ||||
-rw-r--r-- | source/a/grub/initrd_naming.patch | 13 | ||||
-rwxr-xr-x | source/ap/vim/vim-gvim.SlackBuild | 2 | ||||
-rwxr-xr-x | source/ap/vim/vim.SlackBuild | 2 | ||||
-rwxr-xr-x | source/l/protobuf/protobuf.SlackBuild | 17 | ||||
-rwxr-xr-x | source/x/mesa/mesa.SlackBuild | 7 | ||||
-rwxr-xr-x | source/xfce/thunar/thunar.SlackBuild | 12 |
16 files changed, 275 insertions, 202 deletions
diff --git a/ChangeLog.rss b/ChangeLog.rss index e93367149..14635c06e 100644 --- a/ChangeLog.rss +++ b/ChangeLog.rss @@ -11,10 +11,47 @@ <description>Tracking Slackware development in git.</description> <language>en-us</language> <id xmlns="http://www.w3.org/2005/Atom">urn:uuid:c964f45e-6732-11e8-bbe5-107b4450212f</id> - <pubDate>Tue, 30 Jul 2024 18:39:31 GMT</pubDate> - <lastBuildDate>Tue, 30 Jul 2024 19:03:50 GMT</lastBuildDate> + <pubDate>Wed, 31 Jul 2024 18:35:06 GMT</pubDate> + <lastBuildDate>Wed, 31 Jul 2024 19:14:19 GMT</lastBuildDate> <generator>maintain_current_git.sh v 1.17</generator> <item> + <title>Wed, 31 Jul 2024 18:35:06 GMT</title> + <pubDate>Wed, 31 Jul 2024 18:35:06 GMT</pubDate> + <link>https://git.slackware.nl/current/tag/?h=20240731183506</link> + <guid isPermaLink="false">20240731183506</guid> + <description> + <![CDATA[<pre> +a/grub-2.12-x86_64-15.txz: Rebuilt. + In /etc/default/grub, eliminate the GRUB_DISABLE_KERNEL_SYMLINKS="true" + option, replacing it with GRUB_DISPLAY_KERNEL_FILETYPES=both. This may + be set to "symlinks" (only show kernel symlinks in the menu), "files" + (only show kernel files in the menu), or "both" to show both. + Thanks to 0XBF. + In /etc/default/grub, add a new option GRUB_INITRD_FALLBACK_NAME=initrd.gz. + This defines the name of an initrd that will match to any kernel if a + better match wasn't found first. This option will be commented out by + default. + When the defaults in /etc/default/grub are left alone, the behavior of the + 10_linux script is identical to the unmodified one. +ap/vim-9.1.0645-x86_64-1.txz: Upgraded. +l/protobuf-27.3-x86_64-1.txz: Upgraded. +n/curl-8.9.1-x86_64-1.txz: Upgraded. + This update fixes a security issue: + ASN.1 date parser overread. + For more information, see: + https://curl.se/docs/CVE-2024-7264.html + https://www.cve.org/CVERecord?id=CVE-2024-7264 + (* Security fix *) +x/mesa-24.1.5-x86_64-1.txz: Upgraded. +xap/vim-gvim-9.1.0645-x86_64-1.txz: Upgraded. +xfce/thunar-4.18.11-x86_64-1.txz: Upgraded. +extra/tigervnc/tigervnc-1.14.0-x86_64-2.txz: Rebuilt. + Use the old build script, which worked with a couple of added slashes. + Xvnc restored, and /usr/local directories gone. + </pre>]]> + </description> + </item> + <item> <title>Tue, 30 Jul 2024 18:39:31 GMT</title> <pubDate>Tue, 30 Jul 2024 18:39:31 GMT</pubDate> <link>https://git.slackware.nl/current/tag/?h=20240730183931</link> diff --git a/ChangeLog.txt b/ChangeLog.txt index 56f7ca913..f6e0815d5 100644 --- a/ChangeLog.txt +++ b/ChangeLog.txt @@ -1,3 +1,32 @@ +Wed Jul 31 18:35:06 UTC 2024 +a/grub-2.12-x86_64-15.txz: Rebuilt. + In /etc/default/grub, eliminate the GRUB_DISABLE_KERNEL_SYMLINKS="true" + option, replacing it with GRUB_DISPLAY_KERNEL_FILETYPES=both. This may + be set to "symlinks" (only show kernel symlinks in the menu), "files" + (only show kernel files in the menu), or "both" to show both. + Thanks to 0XBF. + In /etc/default/grub, add a new option GRUB_INITRD_FALLBACK_NAME=initrd.gz. + This defines the name of an initrd that will match to any kernel if a + better match wasn't found first. This option will be commented out by + default. + When the defaults in /etc/default/grub are left alone, the behavior of the + 10_linux script is identical to the unmodified one. +ap/vim-9.1.0645-x86_64-1.txz: Upgraded. +l/protobuf-27.3-x86_64-1.txz: Upgraded. +n/curl-8.9.1-x86_64-1.txz: Upgraded. + This update fixes a security issue: + ASN.1 date parser overread. + For more information, see: + https://curl.se/docs/CVE-2024-7264.html + https://www.cve.org/CVERecord?id=CVE-2024-7264 + (* Security fix *) +x/mesa-24.1.5-x86_64-1.txz: Upgraded. +xap/vim-gvim-9.1.0645-x86_64-1.txz: Upgraded. +xfce/thunar-4.18.11-x86_64-1.txz: Upgraded. +extra/tigervnc/tigervnc-1.14.0-x86_64-2.txz: Rebuilt. + Use the old build script, which worked with a couple of added slashes. + Xvnc restored, and /usr/local directories gone. ++--------------------------+ Tue Jul 30 18:39:31 UTC 2024 a/btrfs-progs-6.10-x86_64-1.txz: Upgraded. a/cryptsetup-2.7.4-x86_64-1.txz: Upgraded. diff --git a/FILELIST.TXT b/FILELIST.TXT index 3be380350..546eaff4b 100644 --- a/FILELIST.TXT +++ b/FILELIST.TXT @@ -1,20 +1,20 @@ -Tue Jul 30 18:43:07 UTC 2024 +Wed Jul 31 18:40:21 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-07-30 18:39 . +drwxr-xr-x 12 root root 4096 2024-07-31 18: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 1159380 2024-07-30 18:27 ./CHECKSUMS.md5 --rw-r--r-- 1 root root 195 2024-07-30 18:27 ./CHECKSUMS.md5.asc +-rw-r--r-- 1 root root 1159375 2024-07-30 18:43 ./CHECKSUMS.md5 +-rw-r--r-- 1 root root 195 2024-07-30 18:43 ./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 1139276 2024-07-30 18:39 ./ChangeLog.txt +-rw-r--r-- 1 root root 1140678 2024-07-31 18:35 ./ChangeLog.txt drwxr-xr-x 3 root root 4096 2013-03-20 22:17 ./EFI drwxr-xr-x 2 root root 4096 2024-07-27 22:05 ./EFI/BOOT -rw-r--r-- 1 root root 1200128 2024-06-23 18:50 ./EFI/BOOT/bootx64.efi @@ -25,9 +25,9 @@ drwxr-xr-x 2 root root 4096 2024-07-27 22:05 ./EFI/BOOT -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 1517324 2024-07-30 18:27 ./FILELIST.TXT +-rw-r--r-- 1 root root 1517319 2024-07-30 18:43 ./FILELIST.TXT -rw-r--r-- 1 root root 1572 2012-08-29 18:27 ./GPG-KEY --rw-r--r-- 1 root root 914181 2024-07-30 18:42 ./PACKAGES.TXT +-rw-r--r-- 1 root root 914181 2024-07-31 18:39 ./PACKAGES.TXT -rw-r--r-- 1 root root 8034 2022-02-02 03:36 ./README.TXT -rw-r--r-- 1 root root 3629 2024-07-27 21:51 ./README.initrd -rw-r--r-- 1 root root 34114 2023-12-11 20:35 ./README_CRYPT.TXT @@ -39,12 +39,12 @@ drwxr-xr-x 2 root root 4096 2024-07-27 22:05 ./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-07-30 18:25 ./extra --rw-r--r-- 1 root root 45933 2024-07-30 18:25 ./extra/CHECKSUMS.md5 --rw-r--r-- 1 root root 195 2024-07-30 18:25 ./extra/CHECKSUMS.md5.asc --rw-r--r-- 1 root root 57019 2024-07-30 18:25 ./extra/FILE_LIST --rw-r--r-- 1 root root 153613 2024-07-30 18:25 ./extra/MANIFEST.bz2 --rw-r--r-- 1 root root 34900 2024-07-30 18:25 ./extra/PACKAGES.TXT +drwxr-xr-x 16 root root 4096 2024-07-31 18:38 ./extra +-rw-r--r-- 1 root root 45933 2024-07-31 18:38 ./extra/CHECKSUMS.md5 +-rw-r--r-- 1 root root 195 2024-07-31 18:38 ./extra/CHECKSUMS.md5.asc +-rw-r--r-- 1 root root 57019 2024-07-31 18:38 ./extra/FILE_LIST +-rw-r--r-- 1 root root 153601 2024-07-31 18:38 ./extra/MANIFEST.bz2 +-rw-r--r-- 1 root root 34901 2024-07-31 18:38 ./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 @@ -357,7 +357,7 @@ drwxr-xr-x 2 root root 4096 2024-01-31 21:22 ./extra/sendmail -rw-r--r-- 1 root root 586 2024-01-31 21:15 ./extra/sendmail/sendmail-cf-8.18.1-noarch-1.txt -rw-r--r-- 1 root root 119340 2024-01-31 21:15 ./extra/sendmail/sendmail-cf-8.18.1-noarch-1.txz -rw-r--r-- 1 root root 163 2024-01-31 21:15 ./extra/sendmail/sendmail-cf-8.18.1-noarch-1.txz.asc -drwxr-xr-x 13 root root 4096 2024-07-30 17:44 ./extra/source +drwxr-xr-x 13 root root 4096 2024-07-31 17:18 ./extra/source lrwxrwxrwx 1 root root 21 2021-04-29 18:18 ./extra/source/alpine -> ../../source/n/alpine drwxr-xr-x 4 root root 4096 2022-09-06 18:32 ./extra/source/aspell-word-lists -rwxr-xr-x 1 root root 3533 2022-09-06 18:32 ./extra/source/aspell-word-lists/aspell-dict.SlackBuild @@ -564,7 +564,7 @@ drwxr-xr-x 2 root root 4096 2024-01-31 20:37 ./extra/source/sendmail -rw-r--r-- 1 root root 386 2023-06-08 04:08 ./extra/source/sendmail/site.config.m4 -rw-r--r-- 1 root root 959 2018-02-27 06:13 ./extra/source/sendmail/slack-desc.sendmail -rw-r--r-- 1 root root 1045 2018-02-27 06:13 ./extra/source/sendmail/slack-desc.sendmail-cf -drwxr-xr-x 3 root root 4096 2024-07-30 17:41 ./extra/source/tigervnc +drwxr-xr-x 3 root root 4096 2024-07-31 17:18 ./extra/source/tigervnc -rw-r--r-- 1 root root 590 2015-08-25 10:53 ./extra/source/tigervnc/10-libvnc.conf -rw-r--r-- 1 root root 485 2024-04-06 16:40 ./extra/source/tigervnc/doinst.sh.gz drwxr-xr-x 3 root root 4096 2024-07-30 17:41 ./extra/source/tigervnc/patches @@ -580,7 +580,7 @@ drwxr-xr-x 2 root root 4096 2023-03-21 19:39 ./extra/source/tigervnc/patch -rw-rw-r-- 1 root root 1033 2024-07-23 08:50 ./extra/source/tigervnc/patches/xserver21.patch.gz -rw-r--r-- 1 root root 930 2018-07-26 17:46 ./extra/source/tigervnc/slack-desc -rw-r--r-- 1 root root 1604953 2024-07-23 08:50 ./extra/source/tigervnc/tigervnc-1.14.0.tar.lz --rwxr-xr-- 1 root root 8015 2024-07-30 17:41 ./extra/source/tigervnc/tigervnc.SlackBuild +-rwxr-xr-- 1 root root 8708 2024-07-31 17:18 ./extra/source/tigervnc/tigervnc.SlackBuild -rw-r--r-- 1 root root 4963952 2024-04-12 17:22 ./extra/source/tigervnc/xorg-server-21.1.13.tar.xz drwxr-xr-x 2 root root 4096 2022-09-06 18:32 ./extra/source/xf86-video-fbdev -rw-r--r-- 1 root root 875 2018-02-27 06:13 ./extra/source/xf86-video-fbdev/slack-desc @@ -597,11 +597,11 @@ drwxr-xr-x 2 root root 4096 2024-06-26 19:07 ./extra/source/xv -rw-r--r-- 1 root root 4201802 2024-06-26 06:09 ./extra/source/xv/xv-5.2.0.tar.lz -rwxr-xr-x 1 root root 4176 2023-05-28 18:06 ./extra/source/xv/xv.SlackBuild -rw-r--r-- 1 root root 38 2023-05-28 17:57 ./extra/source/xv/xv.url -drwxr-xr-x 2 root root 4096 2024-07-30 18:25 ./extra/tigervnc +drwxr-xr-x 2 root root 4096 2024-07-31 18:38 ./extra/tigervnc -rw-r--r-- 1 root root 0 2015-12-15 08:03 ./extra/tigervnc/the_fltk_package_must_also_be_installed --rw-r--r-- 1 root root 474 2024-07-30 17:42 ./extra/tigervnc/tigervnc-1.14.0-x86_64-1.txt --rw-r--r-- 1 root root 568212 2024-07-30 17:42 ./extra/tigervnc/tigervnc-1.14.0-x86_64-1.txz --rw-r--r-- 1 root root 195 2024-07-30 17:42 ./extra/tigervnc/tigervnc-1.14.0-x86_64-1.txz.asc +-rw-r--r-- 1 root root 474 2024-07-31 17:20 ./extra/tigervnc/tigervnc-1.14.0-x86_64-2.txt +-rw-r--r-- 1 root root 1508768 2024-07-31 17:20 ./extra/tigervnc/tigervnc-1.14.0-x86_64-2.txz +-rw-r--r-- 1 root root 195 2024-07-31 17:20 ./extra/tigervnc/tigervnc-1.14.0-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 @@ -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-07-30 18:42 ./slackware64 --rw-r--r-- 1 root root 356526 2024-07-30 18:42 ./slackware64/CHECKSUMS.md5 --rw-r--r-- 1 root root 195 2024-07-30 18:42 ./slackware64/CHECKSUMS.md5.asc --rw-r--r-- 1 root root 441500 2024-07-30 18:41 ./slackware64/FILE_LIST --rw-r--r-- 1 root root 4708090 2024-07-30 18:42 ./slackware64/MANIFEST.bz2 +drwxr-xr-x 17 root root 4096 2024-07-31 18:39 ./slackware64 +-rw-r--r-- 1 root root 356526 2024-07-31 18:39 ./slackware64/CHECKSUMS.md5 +-rw-r--r-- 1 root root 195 2024-07-31 18:39 ./slackware64/CHECKSUMS.md5.asc +-rw-r--r-- 1 root root 441500 2024-07-31 18:38 ./slackware64/FILE_LIST +-rw-r--r-- 1 root root 4713111 2024-07-31 18:39 ./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-07-30 18:41 ./slackware64/a +drwxr-xr-x 2 root root 32768 2024-07-31 18:38 ./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 @@ -795,9 +795,9 @@ drwxr-xr-x 2 root root 32768 2024-07-30 18:41 ./slackware64/a -rw-r--r-- 1 root root 291 2023-05-14 00:12 ./slackware64/a/grep-3.11-x86_64-1.txt -rw-r--r-- 1 root root 271096 2023-05-14 00:12 ./slackware64/a/grep-3.11-x86_64-1.txz -rw-r--r-- 1 root root 163 2023-05-14 00:12 ./slackware64/a/grep-3.11-x86_64-1.txz.asc --rw-r--r-- 1 root root 269 2024-07-25 18:11 ./slackware64/a/grub-2.12-x86_64-14.txt --rw-r--r-- 1 root root 12769004 2024-07-25 18:11 ./slackware64/a/grub-2.12-x86_64-14.txz --rw-r--r-- 1 root root 195 2024-07-25 18:11 ./slackware64/a/grub-2.12-x86_64-14.txz.asc +-rw-r--r-- 1 root root 269 2024-07-31 18:20 ./slackware64/a/grub-2.12-x86_64-15.txt +-rw-r--r-- 1 root root 12763292 2024-07-31 18:20 ./slackware64/a/grub-2.12-x86_64-15.txz +-rw-r--r-- 1 root root 195 2024-07-31 18:20 ./slackware64/a/grub-2.12-x86_64-15.txz.asc -rw-r--r-- 1 root root 314 2023-08-20 19:07 ./slackware64/a/gzip-1.13-x86_64-1.txt -rw-r--r-- 1 root root 117772 2023-08-20 19:07 ./slackware64/a/gzip-1.13-x86_64-1.txz -rw-r--r-- 1 root root 163 2023-08-20 19:07 ./slackware64/a/gzip-1.13-x86_64-1.txz.asc @@ -1058,7 +1058,7 @@ drwxr-xr-x 2 root root 32768 2024-07-30 18:41 ./slackware64/a -rw-r--r-- 1 root root 540 2024-01-15 21:54 ./slackware64/a/zoo-2.10_28-x86_64-1.txt -rw-r--r-- 1 root root 55448 2024-01-15 21:54 ./slackware64/a/zoo-2.10_28-x86_64-1.txz -rw-r--r-- 1 root root 163 2024-01-15 21:54 ./slackware64/a/zoo-2.10_28-x86_64-1.txz.asc -drwxr-xr-x 2 root root 20480 2024-07-25 02:43 ./slackware64/ap +drwxr-xr-x 2 root root 20480 2024-07-31 18:38 ./slackware64/ap -rw-r--r-- 1 root root 291 2024-03-14 19:01 ./slackware64/ap/a2ps-4.15.6-x86_64-1.txt -rw-r--r-- 1 root root 675492 2024-03-14 19:01 ./slackware64/ap/a2ps-4.15.6-x86_64-1.txz -rw-r--r-- 1 root root 195 2024-03-14 19:01 ./slackware64/ap/a2ps-4.15.6-x86_64-1.txz.asc @@ -1307,9 +1307,9 @@ drwxr-xr-x 2 root root 20480 2024-07-25 02:43 ./slackware64/ap -rw-r--r-- 1 root root 375 2021-02-13 11:46 ./slackware64/ap/vbetool-1.2.2-x86_64-4.txt -rw-r--r-- 1 root root 14756 2021-02-13 11:46 ./slackware64/ap/vbetool-1.2.2-x86_64-4.txz -rw-r--r-- 1 root root 163 2021-02-13 11:46 ./slackware64/ap/vbetool-1.2.2-x86_64-4.txz.asc --rw-r--r-- 1 root root 407 2024-07-17 18:11 ./slackware64/ap/vim-9.1.0595-x86_64-1.txt --rw-r--r-- 1 root root 8972172 2024-07-17 18:11 ./slackware64/ap/vim-9.1.0595-x86_64-1.txz --rw-r--r-- 1 root root 195 2024-07-17 18:11 ./slackware64/ap/vim-9.1.0595-x86_64-1.txz.asc +-rw-r--r-- 1 root root 407 2024-07-30 21:35 ./slackware64/ap/vim-9.1.0645-x86_64-1.txt +-rw-r--r-- 1 root root 8990736 2024-07-30 21:35 ./slackware64/ap/vim-9.1.0645-x86_64-1.txz +-rw-r--r-- 1 root root 195 2024-07-30 21:35 ./slackware64/ap/vim-9.1.0645-x86_64-1.txz.asc -rw-r--r-- 1 root root 604 2023-03-05 21:21 ./slackware64/ap/vorbis-tools-1.4.2-x86_64-4.txt -rw-r--r-- 1 root root 178980 2023-03-05 21:21 ./slackware64/ap/vorbis-tools-1.4.2-x86_64-4.txz -rw-r--r-- 1 root root 163 2023-03-05 21:21 ./slackware64/ap/vorbis-tools-1.4.2-x86_64-4.txz.asc @@ -2780,7 +2780,7 @@ drwxr-xr-x 2 root root 86016 2024-07-18 20:05 ./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-07-30 18:26 ./slackware64/l +drwxr-xr-x 2 root root 102400 2024-07-31 18:38 ./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 @@ -3763,9 +3763,9 @@ drwxr-xr-x 2 root root 102400 2024-07-30 18:26 ./slackware64/l -rw-r--r-- 1 root root 589 2022-09-17 18:29 ./slackware64/l/popt-1.19-x86_64-1.txt -rw-r--r-- 1 root root 62380 2022-09-17 18:29 ./slackware64/l/popt-1.19-x86_64-1.txz -rw-r--r-- 1 root root 163 2022-09-17 18:29 ./slackware64/l/popt-1.19-x86_64-1.txz.asc --rw-r--r-- 1 root root 338 2024-06-26 19:03 ./slackware64/l/protobuf-27.2-x86_64-1.txt --rw-r--r-- 1 root root 3368860 2024-06-26 19:03 ./slackware64/l/protobuf-27.2-x86_64-1.txz --rw-r--r-- 1 root root 195 2024-06-26 19:03 ./slackware64/l/protobuf-27.2-x86_64-1.txz.asc +-rw-r--r-- 1 root root 338 2024-07-31 17:31 ./slackware64/l/protobuf-27.3-x86_64-1.txt +-rw-r--r-- 1 root root 3369484 2024-07-31 17:31 ./slackware64/l/protobuf-27.3-x86_64-1.txz +-rw-r--r-- 1 root root 195 2024-07-31 17:31 ./slackware64/l/protobuf-27.3-x86_64-1.txz.asc -rw-r--r-- 1 root root 338 2024-07-13 17:08 ./slackware64/l/pulseaudio-17.0-x86_64-4.txt -rw-r--r-- 1 root root 1660388 2024-07-13 17:08 ./slackware64/l/pulseaudio-17.0-x86_64-4.txz -rw-r--r-- 1 root root 195 2024-07-13 17:08 ./slackware64/l/pulseaudio-17.0-x86_64-4.txz.asc @@ -4115,7 +4115,7 @@ drwxr-xr-x 2 root root 102400 2024-07-30 18:26 ./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-07-29 18:34 ./slackware64/n +drwxr-xr-x 2 root root 36864 2024-07-31 18:38 ./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 @@ -4161,9 +4161,9 @@ drwxr-xr-x 2 root root 36864 2024-07-29 18:34 ./slackware64/n -rw-r--r-- 1 root root 597 2023-09-30 19:58 ./slackware64/n/conntrack-tools-1.4.8-x86_64-1.txt -rw-r--r-- 1 root root 164308 2023-09-30 19:58 ./slackware64/n/conntrack-tools-1.4.8-x86_64-1.txz -rw-r--r-- 1 root root 163 2023-09-30 19:58 ./slackware64/n/conntrack-tools-1.4.8-x86_64-1.txz.asc --rw-r--r-- 1 root root 552 2024-07-24 18:14 ./slackware64/n/curl-8.9.0-x86_64-1.txt --rw-r--r-- 1 root root 1300516 2024-07-24 18:14 ./slackware64/n/curl-8.9.0-x86_64-1.txz --rw-r--r-- 1 root root 195 2024-07-24 18:14 ./slackware64/n/curl-8.9.0-x86_64-1.txz.asc +-rw-r--r-- 1 root root 552 2024-07-31 17:00 ./slackware64/n/curl-8.9.1-x86_64-1.txt +-rw-r--r-- 1 root root 1302332 2024-07-31 17:00 ./slackware64/n/curl-8.9.1-x86_64-1.txz +-rw-r--r-- 1 root root 195 2024-07-31 17:00 ./slackware64/n/curl-8.9.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 @@ -4637,7 +4637,7 @@ drwxr-xr-x 2 root root 4096 2024-03-01 22:17 ./slackware64/tcl -rw-r--r-- 1 root root 227 2024-03-01 18:55 ./slackware64/tcl/tk-8.6.14-x86_64-1.txt -rw-r--r-- 1 root root 1806636 2024-03-01 18:55 ./slackware64/tcl/tk-8.6.14-x86_64-1.txz -rw-r--r-- 1 root root 163 2024-03-01 18:55 ./slackware64/tcl/tk-8.6.14-x86_64-1.txz.asc -drwxr-xr-x 2 root root 65536 2024-07-29 18:34 ./slackware64/x +drwxr-xr-x 2 root root 65536 2024-07-31 18:38 ./slackware64/x -rw-r--r-- 1 root root 440 2024-07-28 16:37 ./slackware64/x/OpenCC-1.1.8-x86_64-1.txt -rw-r--r-- 1 root root 649208 2024-07-28 16:37 ./slackware64/x/OpenCC-1.1.8-x86_64-1.txz -rw-r--r-- 1 root root 195 2024-07-28 16:37 ./slackware64/x/OpenCC-1.1.8-x86_64-1.txz.asc @@ -5095,9 +5095,9 @@ drwxr-xr-x 2 root root 65536 2024-07-29 18:34 ./slackware64/x -rw-r--r-- 1 root root 485 2024-07-22 03:34 ./slackware64/x/marisa-0.2.6-x86_64-10.txt -rw-r--r-- 1 root root 162568 2024-07-22 03:34 ./slackware64/x/marisa-0.2.6-x86_64-10.txz -rw-r--r-- 1 root root 195 2024-07-22 03:34 ./slackware64/x/marisa-0.2.6-x86_64-10.txz.asc --rw-r--r-- 1 root root 362 2024-07-21 02:58 ./slackware64/x/mesa-24.1.4-x86_64-2.txt --rw-r--r-- 1 root root 35044936 2024-07-21 02:58 ./slackware64/x/mesa-24.1.4-x86_64-2.txz --rw-r--r-- 1 root root 195 2024-07-21 02:58 ./slackware64/x/mesa-24.1.4-x86_64-2.txz.asc +-rw-r--r-- 1 root root 362 2024-07-31 17:31 ./slackware64/x/mesa-24.1.5-x86_64-1.txt +-rw-r--r-- 1 root root 35070512 2024-07-31 17:31 ./slackware64/x/mesa-24.1.5-x86_64-1.txz +-rw-r--r-- 1 root root 195 2024-07-31 17:31 ./slackware64/x/mesa-24.1.5-x86_64-1.txz.asc -rw-r--r-- 1 root root 425 2022-04-04 18:48 ./slackware64/x/mkcomposecache-1.2.2-x86_64-1.txt -rw-r--r-- 1 root root 13532 2022-04-04 18:48 ./slackware64/x/mkcomposecache-1.2.2-x86_64-1.txz -rw-r--r-- 1 root root 163 2022-04-04 18:48 ./slackware64/x/mkcomposecache-1.2.2-x86_64-1.txz.asc @@ -5525,7 +5525,7 @@ drwxr-xr-x 2 root root 65536 2024-07-29 18:34 ./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 2024-07-26 18:28 ./slackware64/xap +drwxr-xr-x 2 root root 16384 2024-07-31 18:38 ./slackware64/xap -rw-r--r-- 1 root root 625 2024-05-04 01:48 ./slackware64/xap/MPlayer-20240403-x86_64-2.txt -rw-r--r-- 1 root root 2705916 2024-05-04 01:48 ./slackware64/xap/MPlayer-20240403-x86_64-2.txz -rw-r--r-- 1 root root 195 2024-05-04 01:48 ./slackware64/xap/MPlayer-20240403-x86_64-2.txz.asc @@ -5642,9 +5642,9 @@ drwxr-xr-x 2 root root 16384 2024-07-26 18:28 ./slackware64/xap -rw-r--r-- 1 root root 1356360 2024-01-28 21:04 ./slackware64/xap/ssr-0.4.4-x86_64-2.txz -rw-r--r-- 1 root root 163 2024-01-28 21:04 ./slackware64/xap/ssr-0.4.4-x86_64-2.txz.asc -rw-r--r-- 1 root root 684 2024-05-31 18:46 ./slackware64/xap/tagfile --rw-r--r-- 1 root root 527 2024-07-17 18:12 ./slackware64/xap/vim-gvim-9.1.0595-x86_64-1.txt --rw-r--r-- 1 root root 1803696 2024-07-17 18:12 ./slackware64/xap/vim-gvim-9.1.0595-x86_64-1.txz --rw-r--r-- 1 root root 195 2024-07-17 18:12 ./slackware64/xap/vim-gvim-9.1.0595-x86_64-1.txz.asc +-rw-r--r-- 1 root root 527 2024-07-30 21:36 ./slackware64/xap/vim-gvim-9.1.0645-x86_64-1.txt +-rw-r--r-- 1 root root 1806472 2024-07-30 21:36 ./slackware64/xap/vim-gvim-9.1.0645-x86_64-1.txz +-rw-r--r-- 1 root root 195 2024-07-30 21:36 ./slackware64/xap/vim-gvim-9.1.0645-x86_64-1.txz.asc -rw-r--r-- 1 root root 455 2023-12-05 23:07 ./slackware64/xap/windowmaker-0.96.0-x86_64-2.txt -rw-r--r-- 1 root root 1782724 2023-12-05 23:07 ./slackware64/xap/windowmaker-0.96.0-x86_64-2.txz -rw-r--r-- 1 root root 163 2023-12-05 23:07 ./slackware64/xap/windowmaker-0.96.0-x86_64-2.txz.asc @@ -5687,7 +5687,7 @@ drwxr-xr-x 2 root root 16384 2024-07-26 18:28 ./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-06-11 21:16 ./slackware64/xfce +drwxr-xr-x 2 root root 12288 2024-07-31 18:38 ./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 @@ -5714,9 +5714,9 @@ drwxr-xr-x 2 root root 12288 2024-06-11 21:16 ./slackware64/xfce -rw-r--r-- 1 root root 406736 2024-02-05 19:20 ./slackware64/xfce/mousepad-0.6.2-x86_64-1.txz -rw-r--r-- 1 root root 163 2024-02-05 19:20 ./slackware64/xfce/mousepad-0.6.2-x86_64-1.txz.asc -rw-r--r-- 1 root root 555 2020-12-07 21:31 ./slackware64/xfce/tagfile --rw-r--r-- 1 root root 460 2023-12-31 20:03 ./slackware64/xfce/thunar-4.18.10-x86_64-1.txt --rw-r--r-- 1 root root 1450340 2023-12-31 20:03 ./slackware64/xfce/thunar-4.18.10-x86_64-1.txz --rw-r--r-- 1 root root 163 2023-12-31 20:03 ./slackware64/xfce/thunar-4.18.10-x86_64-1.txz.asc +-rw-r--r-- 1 root root 460 2024-07-30 21:31 ./slackware64/xfce/thunar-4.18.11-x86_64-1.txt +-rw-r--r-- 1 root root 1455292 2024-07-30 21:31 ./slackware64/xfce/thunar-4.18.11-x86_64-1.txz +-rw-r--r-- 1 root root 195 2024-07-30 21:31 ./slackware64/xfce/thunar-4.18.11-x86_64-1.txz.asc -rw-r--r-- 1 root root 336 2022-12-17 20:41 ./slackware64/xfce/thunar-volman-4.18.0-x86_64-1.txt -rw-r--r-- 1 root root 132100 2022-12-17 20:41 ./slackware64/xfce/thunar-volman-4.18.0-x86_64-1.txz -rw-r--r-- 1 root root 163 2022-12-17 20:41 ./slackware64/xfce/thunar-volman-4.18.0-x86_64-1.txz.asc @@ -5795,13 +5795,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-07-30 18:43 ./source --rw-r--r-- 1 root root 623458 2024-07-30 18:43 ./source/CHECKSUMS.md5 --rw-r--r-- 1 root root 195 2024-07-30 18:43 ./source/CHECKSUMS.md5.asc --rw-r--r-- 1 root root 869101 2024-07-30 18:42 ./source/FILE_LIST --rw-r--r-- 1 root root 29944521 2024-07-30 18:42 ./source/MANIFEST.bz2 +drwxr-xr-x 18 root root 4096 2024-07-31 18:40 ./source +-rw-r--r-- 1 root root 623376 2024-07-31 18:40 ./source/CHECKSUMS.md5 +-rw-r--r-- 1 root root 195 2024-07-31 18:40 ./source/CHECKSUMS.md5.asc +-rw-r--r-- 1 root root 869002 2024-07-31 18:40 ./source/FILE_LIST +-rw-r--r-- 1 root root 29964092 2024-07-31 18:40 ./source/MANIFEST.bz2 -rw-r--r-- 1 root root 828 2022-02-02 04:43 ./source/README.TXT -drwxr-xr-x 124 root root 4096 2024-07-25 18:05 ./source/a +drwxr-xr-x 124 root root 4096 2024-07-31 18:18 ./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 @@ -6212,23 +6212,22 @@ drwxr-xr-x 2 root root 4096 2022-09-07 16:29 ./source/a/grep/scripts -rw-r--r-- 1 root root 104 2022-09-07 16:29 ./source/a/grep/scripts/egrep -rw-r--r-- 1 root root 104 2022-09-07 16:29 ./source/a/grep/scripts/fgrep -rw-r--r-- 1 root root 743 2018-02-27 06:13 ./source/a/grep/slack-desc -drwxr-xr-x 2 root root 4096 2024-07-25 05:21 ./source/a/grub +drwxr-xr-x 2 root root 4096 2024-07-30 20:57 ./source/a/grub -rw-r--r-- 1 root root 1167 2023-12-21 19:26 ./source/a/grub/0001-00_header-add-GRUB_COLOR_-variables.patch -rw-r--r-- 1 root root 444 2024-01-02 19:45 ./source/a/grub/0001-skip-new-and-orig-files-in-etc-grub.d.patch -rw-r--r-- 1 root root 766 2023-12-21 19:30 ./source/a/grub/0003-support-dropins-for-default-configuration.patch --rw-r--r-- 1 root root 376 2024-06-26 17:44 ./source/a/grub/0004-add-GRUB_DISABLE_KERNEL_SYMLINKS-variable.patch +-rw-r--r-- 1 root root 917 2024-07-30 20:36 ./source/a/grub/0004-initrd_fallback_name.patch +-rw-r--r-- 1 root root 1047 2024-07-30 20:56 ./source/a/grub/0005-GRUB_DISPLAY_KERNEL_FILETYPES.patch -rw-r--r-- 1 root root 1103 2018-05-16 15:18 ./source/a/grub/0198-align-struct-efi_variable-better.patch -rw-r--r-- 1 root root 6576 2024-06-27 18:41 ./source/a/grub/09_slackware_linux --rw-r--r-- 1 root root 483 2024-07-25 05:21 ./source/a/grub/10_linux.disable_kernel_symlinks.patch -rw-r--r-- 1 root root 616 2024-07-24 19:14 ./source/a/grub/10_linux.osname.patch -rw-r--r-- 1 root root 1320 2023-12-21 07:17 ./source/a/grub/b835601c7639ed1890f2d3db91900a8506011a8e.patch -rw-r--r-- 1 root root 688 2024-06-23 22:41 ./source/a/grub/doinst.sh --rw-r--r-- 1 root root 1576 2024-07-25 18:07 ./source/a/grub/etc.default.grub +-rw-r--r-- 1 root root 1691 2024-07-30 21:02 ./source/a/grub/etc.default.grub -rw-r--r-- 1 root root 6675608 2023-12-20 16:53 ./source/a/grub/grub-2.12.tar.xz -rw-r--r-- 1 root root 566 2023-12-20 16:53 ./source/a/grub/grub-2.12.tar.xz.sig --rwxr-xr-x 1 root root 8885 2024-07-25 18:06 ./source/a/grub/grub.SlackBuild +-rwxr-xr-x 1 root root 8864 2024-07-30 20:59 ./source/a/grub/grub.SlackBuild -rw-r--r-- 1 root root 1458 2016-12-25 09:49 ./source/a/grub/grub.dejavusansmono.gfxterm.font.diff --rw-r--r-- 1 root root 619 2012-09-29 04:34 ./source/a/grub/initrd_naming.patch -rw-r--r-- 1 root root 721 2023-12-21 19:34 ./source/a/grub/slack-desc -rw-r--r-- 1 root root 431 2024-06-26 18:21 ./source/a/grub/update-grub drwxr-xr-x 2 root root 4096 2023-08-20 19:07 ./source/a/gzip @@ -7532,16 +7531,16 @@ drwxr-xr-x 2 root root 4096 2021-02-13 05:31 ./source/ap/vbetool -rw-r--r-- 1 root root 24915 2015-12-20 20:37 ./source/ap/vbetool/vbetool-1.2.2.tar.gz -rwxr-xr-x 1 root root 3202 2021-02-13 05:31 ./source/ap/vbetool/vbetool.SlackBuild -rw-r--r-- 1 root root 129 2008-11-24 18:23 ./source/ap/vbetool/vbetool.info -drwxr-xr-x 2 root root 4096 2024-07-17 18:10 ./source/ap/vim +drwxr-xr-x 2 root root 4096 2024-07-30 21:34 ./source/ap/vim -rw-r--r-- 1 root root 299348 2009-07-09 22:03 ./source/ap/vim/ctags-5.8.tar.xz -rw-r--r-- 1 root root 2768 2022-02-12 08:11 ./source/ap/vim/ctags.use-conventional-unused-marker.patch.gz -rw-r--r-- 1 root root 505 2022-09-26 18:00 ./source/ap/vim/doinst.sh.gz -rw-r--r-- 1 root root 8249 2006-01-19 17:01 ./source/ap/vim/gvim.png -rw-r--r-- 1 root root 858 2023-08-07 19:00 ./source/ap/vim/slack-desc.vim -rw-r--r-- 1 root root 983 2023-08-07 19:01 ./source/ap/vim/slack-desc.vim-gvim --rw-r--r-- 1 root root 11584576 2024-07-17 18:10 ./source/ap/vim/vim-9.1.0595.tar.lz --rwxr-xr-x 1 root root 6289 2024-03-23 17:20 ./source/ap/vim/vim-gvim.SlackBuild --rwxr-xr-x 1 root root 7680 2024-03-23 17:18 ./source/ap/vim/vim.SlackBuild +-rw-r--r-- 1 root root 11605659 2024-07-30 21:34 ./source/ap/vim/vim-9.1.0645.tar.lz +-rwxr-xr-x 1 root root 6289 2024-07-30 21:34 ./source/ap/vim/vim-gvim.SlackBuild +-rwxr-xr-x 1 root root 7680 2024-07-30 21:33 ./source/ap/vim/vim.SlackBuild -rw-r--r-- 1 root root 76 2022-12-08 18:30 ./source/ap/vim/vim.url -rw-r--r-- 1 root root 283 2019-01-11 20:43 ./source/ap/vim/vim.vimrc.diff.gz drwxr-xr-x 2 root root 4096 2023-03-05 20:50 ./source/ap/vorbis-tools @@ -11866,12 +11865,12 @@ drwxr-xr-x 2 root root 4096 2022-09-17 18:29 ./source/l/popt -rwxr-xr-x 1 root root 4399 2022-09-17 18:29 ./source/l/popt/popt.SlackBuild -rw-r--r-- 1 root root 40 2020-06-26 19:04 ./source/l/popt/popt.url -rw-r--r-- 1 root root 1041 2018-02-27 06:12 ./source/l/popt/slack-desc -drwxr-xr-x 3 root root 4096 2024-06-26 19:00 ./source/l/protobuf --rw-r--r-- 1 root root 3786459 2024-06-25 17:53 ./source/l/protobuf/protobuf-27.2.tar.lz --rwxr-xr-x 1 root root 5017 2024-06-26 19:00 ./source/l/protobuf/protobuf.SlackBuild +drwxr-xr-x 3 root root 4096 2024-07-31 17:28 ./source/l/protobuf +-rw-r--r-- 1 root root 3786132 2024-07-31 12:20 ./source/l/protobuf/protobuf-27.3.tar.lz +-rwxr-xr-x 1 root root 4803 2024-07-31 17:28 ./source/l/protobuf/protobuf.SlackBuild -rw-r--r-- 1 root root 35 2024-03-18 18:47 ./source/l/protobuf/protobuf.url -drwxr-xr-x 2 root root 4096 2024-06-26 19:01 ./source/l/protobuf/python-protobuf --rw-r--r-- 1 root root 303221 2024-06-25 20:54 ./source/l/protobuf/python-protobuf/protobuf-5.27.2.tar.lz +drwxr-xr-x 2 root root 4096 2024-07-31 17:29 ./source/l/protobuf/python-protobuf +-rw-r--r-- 1 root root 303173 2024-07-31 16:29 ./source/l/protobuf/python-protobuf/protobuf-5.27.3.tar.lz -rw-r--r-- 1 root root 38 2024-06-18 18:03 ./source/l/protobuf/python-protobuf/protobuf.url -rw-r--r-- 1 root root 827 2024-03-18 18:52 ./source/l/protobuf/slack-desc -rw-r--r-- 1 root root 1345 2024-03-18 19:15 ./source/l/protobuf/soversion.patch @@ -12687,9 +12686,9 @@ drwxr-xr-x 2 root root 4096 2023-09-30 19:57 ./source/n/conntrack-tools -rwxr-xr-x 1 root root 3634 2022-10-08 17:54 ./source/n/conntrack-tools/conntrack-tools.SlackBuild -rw-r--r-- 1 root root 53 2022-10-08 17:54 ./source/n/conntrack-tools/conntrack-tools.url -rw-r--r-- 1 root root 1092 2018-05-28 18:00 ./source/n/conntrack-tools/slack-desc -drwxr-xr-x 2 root root 4096 2024-07-24 18:04 ./source/n/curl --rw-r--r-- 1 root root 2781828 2024-07-24 06:23 ./source/n/curl/curl-8.9.0.tar.xz --rw-r--r-- 1 root root 488 2024-07-24 06:23 ./source/n/curl/curl-8.9.0.tar.xz.asc +drwxr-xr-x 2 root root 4096 2024-07-31 16:59 ./source/n/curl +-rw-r--r-- 1 root root 2782364 2024-07-31 06:53 ./source/n/curl/curl-8.9.1.tar.xz +-rw-r--r-- 1 root root 488 2024-07-31 06:53 ./source/n/curl/curl-8.9.1.tar.xz.asc -rwxr-xr-x 1 root root 4891 2024-07-24 18:05 ./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 @@ -14126,7 +14125,7 @@ drwxr-xr-x 2 root root 4096 2024-03-29 03:06 ./source/x/marisa -rwxr-xr-x 1 root root 4840 2024-07-22 03:15 ./source/x/marisa/marisa.SlackBuild -rw-r--r-- 1 root root 38 2020-12-08 18:39 ./source/x/marisa/marisa.url -rw-r--r-- 1 root root 972 2020-11-28 00:57 ./source/x/marisa/slack-desc -drwxr-xr-x 5 root root 4096 2024-07-17 18:05 ./source/x/mesa +drwxr-xr-x 5 root root 4096 2024-07-31 17:25 ./source/x/mesa drwxr-xr-x 4 root root 4096 2022-08-08 18:18 ./source/x/mesa/amber -rw-r--r-- 1 root root 16607716 2022-06-08 18:26 ./source/x/mesa/amber/mesa-21.3.9.tar.xz -rw-r--r-- 1 root root 119 2022-06-08 18:26 ./source/x/mesa/amber/mesa-21.3.9.tar.xz.sig @@ -14136,13 +14135,13 @@ drwxr-xr-x 2 root root 4096 2021-03-12 01:31 ./source/x/mesa/amber/patche -rw-r--r-- 1 root root 1259 2021-03-12 01:31 ./source/x/mesa/amber/patches-revert/80817b6e344258ac9b955f824ebf9019a0fc1610.patch -rw-r--r-- 1 root root 388 2018-12-07 19:28 ./source/x/mesa/doinst.sh.gz -rwxr-xr-x 1 root root 720 2015-12-11 03:09 ./source/x/mesa/get-mesa.sh --rw-r--r-- 1 root root 29106920 2024-07-17 15:08 ./source/x/mesa/mesa-24.1.4.tar.xz --rw-r--r-- 1 root root 309 2024-07-17 15:08 ./source/x/mesa/mesa-24.1.4.tar.xz.sig +-rw-r--r-- 1 root root 29140156 2024-07-31 15:41 ./source/x/mesa/mesa-24.1.5.tar.xz +-rw-r--r-- 1 root root 310 2024-07-31 15:41 ./source/x/mesa/mesa-24.1.5.tar.xz.sig -rwxr-xr-x 1 root root 2901 2024-06-09 18:30 ./source/x/mesa/mesa-amber.build -rw-r--r-- 1 root root 7322153 2022-05-30 14:26 ./source/x/mesa/mesa-demos-8.5.0.tar.lz -rwxr-xr-x 1 root root 1590 2023-08-24 13:39 ./source/x/mesa/mesa-demos.build -rw-r--r-- 1 root root 884838 2024-06-19 17:37 ./source/x/mesa/mesa-subprojects.tar.lz --rwxr-xr-x 1 root root 6955 2024-07-21 02:52 ./source/x/mesa/mesa.SlackBuild +-rwxr-xr-x 1 root root 6863 2024-07-31 17:25 ./source/x/mesa/mesa.SlackBuild -rw-r--r-- 1 root root 78 2010-10-01 04:23 ./source/x/mesa/mesa.url drwxr-xr-x 2 root root 4096 2023-11-30 19:16 ./source/x/mesa/patches drwxr-xr-x 2 root root 4096 2022-08-08 18:00 ./source/x/mesa/patches-revert @@ -15271,7 +15270,7 @@ drwxr-xr-x 2 root root 4096 2024-03-03 19:29 ./source/x/x11/src/font -rwxr-xr-x 1 root root 2211 2020-07-09 18:37 ./source/x/x11/src/get-xf86-video-nouveau.sh -rwxr-xr-x 1 root root 2262 2020-07-09 18:37 ./source/x/x11/src/get-xf86-video-openchrome.sh -rwxr-xr-x 1 root root 2170 2020-07-09 18:37 ./source/x/x11/src/get-xf86-video-r128.sh --rwxr-xr-x 1 root root 2202 2020-07-09 18:37 ./source/x/x11/src/get-xf86-video-savage.sh +-rwxr-xr-x 1 root root 2202 2020-07-09 18:37 ./source/x/x11/src/get-xf86-video-savage.sh -rwxr-xr-x 1 root root 2154 2020-07-09 18:37 ./source/x/x11/src/get-xf86-video-sis.sh -rwxr-xr-x 1 root root 2154 2020-07-09 18:37 ./source/x/x11/src/get-xf86-video-v4l.sh -rwxr-xr-x 1 root root 2205 2022-08-08 20:05 ./source/x/x11/src/get-xf86-video-vmware.sh @@ -15860,15 +15859,15 @@ drwxr-xr-x 2 root root 4096 2024-02-05 19:20 ./source/xfce/mousepad -rwxr-xr-x 1 root root 4088 2024-04-04 18:46 ./source/xfce/mousepad/mousepad.SlackBuild -rw-r--r-- 1 root root 48 2023-02-10 19:44 ./source/xfce/mousepad/mousepad.url -rw-r--r-- 1 root root 921 2020-06-21 07:57 ./source/xfce/mousepad/slack-desc -drwxr-xr-x 2 root root 4096 2023-12-31 20:02 ./source/xfce/thunar +drwxr-xr-x 2 root root 4096 2024-07-30 21:30 ./source/xfce/thunar drwxr-xr-x 2 root root 4096 2022-12-17 20:41 ./source/xfce/thunar-volman -rw-r--r-- 1 root root 797 2020-11-25 21:09 ./source/xfce/thunar-volman/slack-desc -rw-r--r-- 1 root root 410307 2022-12-15 09:49 ./source/xfce/thunar-volman/thunar-volman-4.18.0.tar.lz -rwxr-xr-x 1 root root 3468 2022-12-17 20:41 ./source/xfce/thunar-volman/thunar-volman.SlackBuild -rw-r--r-- 1 root root 54 2022-12-17 20:41 ./source/xfce/thunar-volman/thunar-volman.url -rw-r--r-- 1 root root 914 2020-01-31 19:09 ./source/xfce/thunar/slack-desc --rw-r--r-- 1 root root 2254071 2023-12-30 22:37 ./source/xfce/thunar/thunar-4.18.10.tar.lz --rwxr-xr-x 1 root root 4779 2021-03-07 18:59 ./source/xfce/thunar/thunar.SlackBuild +-rw-r--r-- 1 root root 2275633 2024-07-30 15:54 ./source/xfce/thunar/thunar-4.18.11.tar.lz +-rwxr-xr-x 1 root root 4712 2024-07-30 21:30 ./source/xfce/thunar/thunar.SlackBuild -rw-r--r-- 1 root root 47 2022-12-17 20:39 ./source/xfce/thunar/thunar.url drwxr-xr-x 2 root root 4096 2023-12-01 18:14 ./source/xfce/tumbler -rw-r--r-- 1 root root 964 2018-02-27 06:13 ./source/xfce/tumbler/slack-desc diff --git a/extra/source/tigervnc/tigervnc.SlackBuild b/extra/source/tigervnc/tigervnc.SlackBuild index 1cff70a33..328d3dcc4 100755 --- a/extra/source/tigervnc/tigervnc.SlackBuild +++ b/extra/source/tigervnc/tigervnc.SlackBuild @@ -1,7 +1,7 @@ #!/bin/bash # Copyright 2010, 2011, 2012, 2013, 2014, 2015 Eric Hameleers, Eindhoven. NL -# Copyright 2015, 2016, 2020, 2021 Patrick J. Volkerding, Sebeka, MN, USA +# Copyright 2015, 2016, 2020, 2021, 2024 Patrick J. Volkerding, Sebeka, MN, USA # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -26,7 +26,7 @@ cd $(dirname $0) ; CWD=$(pwd) PKGNAM=tigervnc VERSION=${VERSION:-$(echo $PKGNAM-*.tar.?z | rev | cut -f 3- -d . | cut -f 1 -d - | rev)} XORGVER=${XORGVER:-$(echo xorg-server-*.tar.?z | rev | cut -f 3- -d . | cut -f 1 -d - | rev)} -BUILD=${BUILD:-1} +BUILD=${BUILD:-2} # Do we build the java applet (needs jdk)? JAVA_APPLET=${JAVA_APPLET:-"OFF"} @@ -124,43 +124,48 @@ cmake \ -DINSTALL_SYSTEMD_UNITS=OFF \ -DBUILD_JAVA:BOOL=${JAVA_APPLET} \ . -make V=1 $NUMJOBS || exit 1 +make V=1 $NUMJOBS || make || exit 1 make DESTDIR=$PKG install || exit 1 # Build and install the VNC server: ( cd unix/xserver - mkdir meson-build - cd meson-build # Default font paths to be used by the X server DEF_FONTPATH="/usr/share/fonts/local,/usr/share/fonts/TTF,/usr/share/fonts/OTF,/usr/share/fonts/Type1,/usr/share/fonts/misc,/usr/share/fonts/CID,/usr/share/fonts/75dpi/:unscaled,/usr/share/fonts/100dpi/:unscaled,/usr/share/fonts/75dpi,/usr/share/fonts/100dpi,/usr/share/fonts/cyrillic" -meson setup \ - --localstatedir=/var \ + ./configure \ + --prefix=/usr \ + --libdir=/usr/lib${LIBDIRSUFFIX} \ --sysconfdir=/etc \ - -Ddri1=false \ - -Ddri2=true \ - -Ddri3=false \ - -Dglamor=false \ - -Dxorg=false \ - -Dglx=true \ - -Dxnest=false \ - -Dxvfb=false \ - -Dxwin=false \ - -Dxephyr=false \ - -Dxcsecurity=true \ - -Dxinerama=true \ - -Dxkb_dir=/etc/X11/xkb \ - -Dxkb_output_dir=/var/lib/xkb \ - -Dhal=false \ - -Dudev=false \ - -Dudev_kms=false \ - -Ddtrace=false \ - -Dint10=x86emu \ - -Ddocs=false \ - -Ddevel-docs=false \ - -Dvendor_name="Slackware Linux Project" \ - .. || exit 1 - "${NINJA:=ninja}" $NUMJOBS || exit 1 - DESTDIR=$PKG $NINJA install || exit 1 + --localstatedir=/var \ + --disable-dri --enable-dri2 --disable-dri3 \ + --disable-static \ + --disable-xorg --disable-xnest --disable-xvfb --disable-dmx \ + --disable-xwin --disable-xephyr --disable-kdrive --disable-xwayland \ + --enable-composite \ + --enable-glx --enable-glx-tls \ + --enable-install-libxf86config \ + --enable-xcsecurity \ + --enable-xinerama \ + --with-int10=x86emu \ + --with-default-font-path="${DEF_FONTPATH}" \ + --with-dri-driver-path=/usr/lib${LIBDIRSUFFIX}/xorg/modules/dri \ + --with-module-dir=/usr/lib${LIBDIRSUFFIX}/xorg/modules \ + --with-pic \ + --with-xkb-path=/etc/X11/xkb \ + --with-xkb-output=/var/lib/xkb \ + --disable-config-dbus \ + --disable-config-hal \ + --disable-config-udev \ + --disable-docs --disable-devel-docs \ + --disable-selective-werror \ + --disable-unit-tests \ + --without-dtrace \ + --with-os-name="$(head -1 /etc/slackware-version)" \ + --with-os-vendor="Slackware Linux Project" \ + --with-builderstring="Built by Slackware for xorg-server-$XORGVER" \ + --build=$TARGET || exit 1 + make V=1 TIGERVNC_SRCDIR="$TMP/${PKGNAM}-${VERSION}/" $NUMJOBS || exit 1 + make TIGERVNC_SRCDIR="$TMP/${PKGNAM}-${VERSION}/" -C hw/vnc \ + DESTDIR=$PKG install || exit 1 ) || exit 1 # Relocate the man pages: diff --git a/source/a/grub/0004-add-GRUB_DISABLE_KERNEL_SYMLINKS-variable.patch b/source/a/grub/0004-add-GRUB_DISABLE_KERNEL_SYMLINKS-variable.patch deleted file mode 100644 index d49925ae1..000000000 --- a/source/a/grub/0004-add-GRUB_DISABLE_KERNEL_SYMLINKS-variable.patch +++ /dev/null @@ -1,12 +0,0 @@ ---- ./util/grub-mkconfig.in.orig 2022-11-14 09:52:54.000000000 -0600 -+++ ./util/grub-mkconfig.in 2024-06-26 12:44:00.986119802 -0500 -@@ -255,7 +255,8 @@ - GRUB_ENABLE_CRYPTODISK \ - GRUB_BADRAM \ - GRUB_OS_PROBER_SKIP_LIST \ -- GRUB_DISABLE_SUBMENU -+ GRUB_DISABLE_SUBMENU \ -+ GRUB_DISABLE_KERNEL_SYMLINKS - - if test "x${grub_cfg}" != "x"; then - rm -f "${grub_cfg}.new" diff --git a/source/a/grub/0004-initrd_fallback_name.patch b/source/a/grub/0004-initrd_fallback_name.patch new file mode 100644 index 000000000..4c8efcdcb --- /dev/null +++ b/source/a/grub/0004-initrd_fallback_name.patch @@ -0,0 +1,24 @@ +--- ./util/grub.d/10_linux.in.orig 2024-07-30 15:28:52.790956089 -0500 ++++ ./util/grub.d/10_linux.in 2024-07-30 15:33:20.145303738 -0500 +@@ -235,7 +235,8 @@ + "initramfs-genkernel-${version}" \ + "initramfs-genkernel-${alt_version}" \ + "initramfs-genkernel-${GENKERNEL_ARCH}-${version}" \ +- "initramfs-genkernel-${GENKERNEL_ARCH}-${alt_version}"; do ++ "initramfs-genkernel-${GENKERNEL_ARCH}-${alt_version}" \ ++ "$GRUB_INITRD_FALLBACK_NAME" ; do + if test -e "${dirname}/${i}" ; then + initrd_real="${i}" + break +--- ./util/grub-mkconfig.in.orig 2024-07-30 15:28:52.787956085 -0500 ++++ ./util/grub-mkconfig.in 2024-07-30 15:35:55.115501711 -0500 +@@ -262,7 +262,8 @@ + GRUB_ENABLE_CRYPTODISK \ + GRUB_BADRAM \ + GRUB_OS_PROBER_SKIP_LIST \ +- GRUB_DISABLE_SUBMENU ++ GRUB_DISABLE_SUBMENU \ ++ GRUB_INITRD_FALLBACK_NAME + + if test "x${grub_cfg}" != "x"; then + rm -f "${grub_cfg}.new" diff --git a/source/a/grub/0005-GRUB_DISPLAY_KERNEL_FILETYPES.patch b/source/a/grub/0005-GRUB_DISPLAY_KERNEL_FILETYPES.patch new file mode 100644 index 000000000..1b9b8105f --- /dev/null +++ b/source/a/grub/0005-GRUB_DISPLAY_KERNEL_FILETYPES.patch @@ -0,0 +1,32 @@ +--- ./util/grub.d/10_linux.in.orig 2024-07-30 15:48:29.942595025 -0500 ++++ ./util/grub.d/10_linux.in 2024-07-30 15:55:59.637592488 -0500 +@@ -209,6 +209,17 @@ + + is_top_level=true + for linux in ${reverse_sorted_list}; do ++ ++ # Skip symbolic links to kernels if requested: ++ if [ -L "$linux" -a "$GRUB_DISPLAY_KERNEL_FILETYPES" = "files" ]; then ++ continue ++ fi ++ ++ # Skip kernels that are files rather than symbolic links if requested: ++ if [ ! -L "$linux" -a "$GRUB_DISPLAY_KERNEL_FILETYPES" = "symlinks" ]; then ++ continue ++ fi ++ + gettext_printf "Found linux image: %s\n" "$linux" >&2 + basename=`basename $linux` + dirname=`dirname $linux` +--- ./util/grub-mkconfig.in.orig 2024-07-30 15:48:29.985595129 -0500 ++++ ./util/grub-mkconfig.in 2024-07-30 15:51:12.083974196 -0500 +@@ -263,7 +263,8 @@ + GRUB_BADRAM \ + GRUB_OS_PROBER_SKIP_LIST \ + GRUB_DISABLE_SUBMENU \ +- GRUB_INITRD_FALLBACK_NAME ++ GRUB_INITRD_FALLBACK_NAME \ ++ GRUB_DISPLAY_KERNEL_FILETYPES + + if test "x${grub_cfg}" != "x"; then + rm -f "${grub_cfg}.new" diff --git a/source/a/grub/10_linux.disable_kernel_symlinks.patch b/source/a/grub/10_linux.disable_kernel_symlinks.patch deleted file mode 100644 index f35e671c6..000000000 --- a/source/a/grub/10_linux.disable_kernel_symlinks.patch +++ /dev/null @@ -1,15 +0,0 @@ ---- ./util/grub.d/10_linux.in.orig 2024-07-25 00:18:12.270876545 -0500 -+++ ./util/grub.d/10_linux.in 2024-07-25 00:21:10.292942662 -0500 -@@ -209,6 +209,12 @@ - - is_top_level=true - for linux in ${reverse_sorted_list}; do -+ -+ # Skip symbolic links to kernels if requested: -+ if [ -L "$linux" -a "$GRUB_DISABLE_KERNEL_SYMLINKS" = "true" ]; then -+ continue -+ fi -+ - gettext_printf "Found linux image: %s\n" "$linux" >&2 - basename=`basename $linux` - dirname=`dirname $linux` diff --git a/source/a/grub/etc.default.grub b/source/a/grub/etc.default.grub index 83fa11708..a44846a3d 100644 --- a/source/a/grub/etc.default.grub +++ b/source/a/grub/etc.default.grub @@ -37,8 +37,11 @@ GRUB_DISABLE_OS_PROBER="false" # Disable the submenus: GRUB_DISABLE_SUBMENU="true" -# This option skips making menu entries for the symbolic links to kernels. -# Some folks don't like the extra (redundant) menu entries, while others -# like having an unversioned menu entry that doesn't require "update-grub" -# after installing new kernels. Your call. -#GRUB_DISABLE_KERNEL_SYMLINKS="true" +# What kernel filetypes to display in the menu. This may be set to "files" +# (only display kernels that are files), "symlinks" (only display kernels +# that are symbolic links), or "both". +GRUB_DISPLAY_KERNEL_FILETYPES=both + +# This option allows defining an initrd name that will match any kernel as a +# fallback if no other matching initrd is found. You may use any name you like. +#GRUB_INITRD_FALLBACK_NAME=initrd.gz diff --git a/source/a/grub/grub.SlackBuild b/source/a/grub/grub.SlackBuild index e230301a1..eea2d3733 100755 --- a/source/a/grub/grub.SlackBuild +++ b/source/a/grub/grub.SlackBuild @@ -28,7 +28,7 @@ PKGNAM=grub VERSION=${VERSION:-$(echo $PKGNAM-*.tar.xz | rev | cut -f 3- -d . | cut -f 1 -d - | rev)} # Better to use _ than ~ in the package filenames version: PKGVER=$(echo $VERSION | tr '~' '_') -BUILD=${BUILD:-14} +BUILD=${BUILD:-15} # If you use stack-protector, then grub will not work with legacy BIOS: STACKPROTECT=${STACKPROTECT:---enable-stack-protector=no} @@ -89,9 +89,6 @@ find . \ \( -perm 666 -o -perm 664 -o -perm 600 -o -perm 444 -o -perm 440 -o -perm 400 \) \ -exec chmod 644 {} \+ -# Accept /boot/initrd.gz as a valid initrd name (obsolete?): -cat $CWD/initrd_naming.patch | patch -p1 --verbose || exit 1 - # Support DejaVuSansMono font (dejavusansmono.pf2) by default: cat $CWD/grub.dejavusansmono.gfxterm.font.diff | patch -p1 --verbose || exit 1 @@ -107,18 +104,21 @@ cat $CWD/0001-00_header-add-GRUB_COLOR_-variables.patch | patch -p1 --verbose || # Also from Arch, support drop-in config bits in /etc/default/grub.d/: cat $CWD/0003-support-dropins-for-default-configuration.patch | patch -p1 --verbose || exit 1 -# Support GRUB_DISABLE_KERNEL_SYMLINKS variable in /etc/default/grub. -# If this is not defined, it is assumed to be false. -cat $CWD/0004-add-GRUB_DISABLE_KERNEL_SYMLINKS-variable.patch | patch -p1 --verbose || exit 1 - # Fix 2.12 release with upstream commit (won't compile otherwise): cat $CWD/b835601c7639ed1890f2d3db91900a8506011a8e.patch | patch -p1 --verbose || exit 1 # For Slackware, opt-out of having our operating system renamed: cat $CWD/10_linux.osname.patch | patch -p1 --verbose || exit 1 -# Skip symlinks to kernels according to GRUB_DISABLE_KERNEL_SYMLINKS: -cat $CWD/10_linux.disable_kernel_symlinks.patch | patch -p1 --verbose || exit 1 +# Allow defining an initrd fallback name with the +# GRUB_INITRD_FALLBACK_NAME variable in /etc/default/grub. +# Commented out by default. +cat $CWD/0004-initrd_fallback_name.patch | patch -p1 --verbose || exit 1 + +# Support displaying only kernels that are files, only kernels that are +# symlinks, or both. This is set with the GRUB_DISPLAY_KERNEL_FILETYPES +# variable in /etc/default/grub: +cat $CWD/0005-GRUB_DISPLAY_KERNEL_FILETYPES.patch | patch -p1 --verbose || exit 1 # Still won't compile. Someday they'll remember how to cut a new release. touch grub-core/extra_deps.lst diff --git a/source/a/grub/initrd_naming.patch b/source/a/grub/initrd_naming.patch deleted file mode 100644 index 6b62778b0..000000000 --- a/source/a/grub/initrd_naming.patch +++ /dev/null @@ -1,13 +0,0 @@ -diff -Naur grub-2.00.orig/util/grub.d/10_linux.in grub-2.00/util/grub.d/10_linux.in ---- grub-2.00.orig/util/grub.d/10_linux.in 2012-04-18 23:24:38.000000000 +0200 -+++ grub-2.00/util/grub.d/10_linux.in 2012-06-30 07:53:03.765625589 +0200 -@@ -198,7 +198,8 @@ - "initramfs-genkernel-${version}" \ - "initramfs-genkernel-${alt_version}" \ - "initramfs-genkernel-${GENKERNEL_ARCH}-${version}" \ -- "initramfs-genkernel-${GENKERNEL_ARCH}-${alt_version}"; do -+ "initramfs-genkernel-${GENKERNEL_ARCH}-${alt_version}" \ -+ "initrd.gz"; do - if test -e "${dirname}/${i}" ; then - initrd="$i" - break diff --git a/source/ap/vim/vim-gvim.SlackBuild b/source/ap/vim/vim-gvim.SlackBuild index 44b11e81d..4e36cc5f6 100755 --- a/source/ap/vim/vim-gvim.SlackBuild +++ b/source/ap/vim/vim-gvim.SlackBuild @@ -43,7 +43,7 @@ LUAINTERP=${LUAINTERP:-dynamic} # 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 ) ;; diff --git a/source/ap/vim/vim.SlackBuild b/source/ap/vim/vim.SlackBuild index 9897abc4a..bbecce85f 100755 --- a/source/ap/vim/vim.SlackBuild +++ b/source/ap/vim/vim.SlackBuild @@ -53,7 +53,7 @@ fi # 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 ) ;; diff --git a/source/l/protobuf/protobuf.SlackBuild b/source/l/protobuf/protobuf.SlackBuild index f738656f8..dede4efcf 100755 --- a/source/l/protobuf/protobuf.SlackBuild +++ b/source/l/protobuf/protobuf.SlackBuild @@ -29,7 +29,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*) readelf /usr/bin/file -A | egrep -q "Tag_CPU.*[4,5]" && ARCH=arm || ARCH=armv7hl ;; # Unless $ARCH is already set, use uname -m for all other archs: *) ARCH=$(uname -m) ;; @@ -47,21 +47,12 @@ fi NUMJOBS=${NUMJOBS:-" -j $(expr $(nproc) + 1) "} -if [ "$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/source/x/mesa/mesa.SlackBuild b/source/x/mesa/mesa.SlackBuild index 7972e9dbf..970492c78 100755 --- a/source/x/mesa/mesa.SlackBuild +++ b/source/x/mesa/mesa.SlackBuild @@ -26,7 +26,7 @@ PKGNAM=mesa VERSION=${VERSION:-$(echo $PKGNAM-[0-9]*.tar.?z | rev | cut -f 3- -d . | rev | cut -f 2- -d -)} AMBERVERS=${AMBERVERS:-21.3.9} DEMOVERS=${DEMOVERS:-8.5.0} -BUILD=${BUILD:-2} +BUILD=${BUILD:-1} BUILD_AMBER=${BUILD_AMBER:-YES} BUILD_DEMOS=${BUILD_DEMOS:-YES} CODECS=${CODECS:-h264dec,h264enc,h265dec,h265enc,vc1dec,av1dec,av1enc,vp9dec} @@ -55,10 +55,7 @@ fi TMP=${TMP:-/tmp} PKG=$TMP/package-mesa -if [ "$ARCH" = "i586" ]; then - SLKCFLAGS="-O2 -march=i586 -mtune=i686" - LIBDIRSUFFIX="" -elif [ "$ARCH" = "i686" ]; then +if [ "$ARCH" = "i686" ]; then SLKCFLAGS="-O2 -march=pentium4 -mtune=generic" LIBDIRSUFFIX="" elif [ "$ARCH" = "x86_64" ]; then diff --git a/source/xfce/thunar/thunar.SlackBuild b/source/xfce/thunar/thunar.SlackBuild index d63023364..9a842fe38 100755 --- a/source/xfce/thunar/thunar.SlackBuild +++ b/source/xfce/thunar/thunar.SlackBuild @@ -30,8 +30,7 @@ BUILD=${BUILD:-1} MARCH=$( uname -m ) if [ -z "$ARCH" ]; then case "$MARCH" in - i?86) export ARCH=i586 ;; - armv7hl) export ARCH=$MARCH ;; + i?86) export ARCH=i686 ;; arm*) export ARCH=arm ;; # Unless $ARCH is already set, use uname -m for all other archs: *) export ARCH=$MARCH ;; @@ -48,14 +47,11 @@ fi NUMJOBS=${NUMJOBS:-" -j$(expr $(nproc) + 1) "} -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" |