summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author Patrick J Volkerding <volkerdi@slackware.com>2022-09-26 19:43:54 +0000
committer Eric Hameleers <alien@slackware.com>2022-09-27 06:59:45 +0200
commit98175558d7a0dcd6e001ae887a44c05cf7955d63 (patch)
tree234639cf4c451359a2e1378954d53ce601bba068
parentc1abff4356b1c0bde79b73b1c88adec821b09872 (diff)
downloadcurrent-98175558d7a0dcd6e001ae887a44c05cf7955d63.tar.gz
current-98175558d7a0dcd6e001ae887a44c05cf7955d63.tar.xz
Mon Sep 26 19:43:54 UTC 202220220926194354
a/bash-5.2.000-x86_64-1.txz: Upgraded. ap/vim-9.0.0594-x86_64-1.txz: Upgraded. Fixed stack-based buffer overflow. Thanks to marav for the heads-up. In addition, Mig21 pointed out an issue where the defaults.vim file might need to be edited for some purposes as its contents will override the settings in the system-wide vimrc. Usually this file is replaced whenever vim is upgraded, which in those situations would be inconvenient for the admin. So, I've added support for a file named defaults.vim.custom which (if it exists) will be used instead of the defaults.vim file shipped in the package and will persist through upgrades. For more information, see: https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-3296 (* Security fix *) l/fluidsynth-2.3.0-x86_64-1.txz: Upgraded. l/imagemagick-7.1.0_49-x86_64-1.txz: Upgraded. l/libcap-2.66-x86_64-1.txz: Upgraded. l/netpbm-10.99.03-x86_64-1.txz: Upgraded. l/readline-8.2.000-x86_64-1.txz: Upgraded. l/xapian-core-1.4.21-x86_64-1.txz: Upgraded. n/dnsmasq-2.87-x86_64-1.txz: Upgraded. Fix write-after-free error in DHCPv6 server code. For more information, see: https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-0934 (* Security fix *) x/xterm-373-x86_64-1.txz: Upgraded. xap/vim-gvim-9.0.0594-x86_64-1.txz: Upgraded.
-rw-r--r--ChangeLog.rss41
-rw-r--r--ChangeLog.txt29
-rw-r--r--FILELIST.TXT354
-rwxr-xr-xrecompress.sh2
-rw-r--r--source/a/bash/bash-5.1-patches/bash51-00180
-rw-r--r--source/a/bash/bash-5.1-patches/bash51-00257
-rw-r--r--source/a/bash/bash-5.1-patches/bash51-00353
-rw-r--r--source/a/bash/bash-5.1-patches/bash51-004126
-rw-r--r--source/a/bash/bash-5.1-patches/bash51-005100
-rw-r--r--source/a/bash/bash-5.1-patches/bash51-00648
-rw-r--r--source/a/bash/bash-5.1-patches/bash51-00795
-rw-r--r--source/a/bash/bash-5.1-patches/bash51-00861
-rw-r--r--source/a/bash/bash-5.1-patches/bash51-00959
-rw-r--r--source/a/bash/bash-5.1-patches/bash51-01059
-rw-r--r--source/a/bash/bash-5.1-patches/bash51-01181
-rw-r--r--source/a/bash/bash-5.1-patches/bash51-012198
-rw-r--r--source/a/bash/bash-5.1-patches/bash51-01343
-rw-r--r--source/a/bash/bash-5.1-patches/bash51-01448
-rw-r--r--source/a/bash/bash-5.1-patches/bash51-01549
-rw-r--r--source/a/bash/bash-5.1-patches/bash51-01664
-rw-r--r--source/ap/vim/doinst.sh25
-rwxr-xr-xsource/ap/vim/vim.SlackBuild18
-rw-r--r--source/installer/ChangeLog.txt4
-rwxr-xr-xsource/installer/sources/initrd/sbin/probe12
-rwxr-xr-xsource/l/fluidsynth/fluidsynth.SlackBuild5
-rw-r--r--source/l/readline/readline-8.1-patches/readline81-00192
-rw-r--r--source/l/readline/readline-8.1-patches/readline81-00245
-rw-r--r--source/n/dnsmasq/dnsmasq-2.80-SIOCGSTAMP.patch60
-rwxr-xr-xsource/n/dnsmasq/dnsmasq.SlackBuild5
29 files changed, 269 insertions, 1644 deletions
diff --git a/ChangeLog.rss b/ChangeLog.rss
index e38581a06..6ddd7b3b7 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>Fri, 23 Sep 2022 23:51:02 GMT</pubDate>
- <lastBuildDate>Sat, 24 Sep 2022 05:00:16 GMT</lastBuildDate>
+ <pubDate>Mon, 26 Sep 2022 19:43:54 GMT</pubDate>
+ <lastBuildDate>Tue, 27 Sep 2022 04:59:43 GMT</lastBuildDate>
<generator>maintain_current_git.sh v 1.17</generator>
<item>
+ <title>Mon, 26 Sep 2022 19:43:54 GMT</title>
+ <pubDate>Mon, 26 Sep 2022 19:43:54 GMT</pubDate>
+ <link>https://git.slackware.nl/current/tag/?h=20220926194354</link>
+ <guid isPermaLink="false">20220926194354</guid>
+ <description>
+ <![CDATA[<pre>
+a/bash-5.2.000-x86_64-1.txz: Upgraded.
+ap/vim-9.0.0594-x86_64-1.txz: Upgraded.
+ Fixed stack-based buffer overflow.
+ Thanks to marav for the heads-up.
+ In addition, Mig21 pointed out an issue where the defaults.vim file might
+ need to be edited for some purposes as its contents will override the
+ settings in the system-wide vimrc. Usually this file is replaced whenever
+ vim is upgraded, which in those situations would be inconvenient for the
+ admin. So, I've added support for a file named defaults.vim.custom which
+ (if it exists) will be used instead of the defaults.vim file shipped in
+ the package and will persist through upgrades.
+ For more information, see:
+ https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-3296
+ (* Security fix *)
+l/fluidsynth-2.3.0-x86_64-1.txz: Upgraded.
+l/imagemagick-7.1.0_49-x86_64-1.txz: Upgraded.
+l/libcap-2.66-x86_64-1.txz: Upgraded.
+l/netpbm-10.99.03-x86_64-1.txz: Upgraded.
+l/readline-8.2.000-x86_64-1.txz: Upgraded.
+l/xapian-core-1.4.21-x86_64-1.txz: Upgraded.
+n/dnsmasq-2.87-x86_64-1.txz: Upgraded.
+ Fix write-after-free error in DHCPv6 server code.
+ For more information, see:
+ https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-0934
+ (* Security fix *)
+x/xterm-373-x86_64-1.txz: Upgraded.
+xap/vim-gvim-9.0.0594-x86_64-1.txz: Upgraded.
+ </pre>]]>
+ </description>
+ </item>
+ <item>
<title>Fri, 23 Sep 2022 23:51:02 GMT</title>
<pubDate>Fri, 23 Sep 2022 23:51:02 GMT</pubDate>
<link>https://git.slackware.nl/current/tag/?h=20220923235102</link>
diff --git a/ChangeLog.txt b/ChangeLog.txt
index d02c541c6..185d08a11 100644
--- a/ChangeLog.txt
+++ b/ChangeLog.txt
@@ -1,3 +1,32 @@
+Mon Sep 26 19:43:54 UTC 2022
+a/bash-5.2.000-x86_64-1.txz: Upgraded.
+ap/vim-9.0.0594-x86_64-1.txz: Upgraded.
+ Fixed stack-based buffer overflow.
+ Thanks to marav for the heads-up.
+ In addition, Mig21 pointed out an issue where the defaults.vim file might
+ need to be edited for some purposes as its contents will override the
+ settings in the system-wide vimrc. Usually this file is replaced whenever
+ vim is upgraded, which in those situations would be inconvenient for the
+ admin. So, I've added support for a file named defaults.vim.custom which
+ (if it exists) will be used instead of the defaults.vim file shipped in
+ the package and will persist through upgrades.
+ For more information, see:
+ https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-3296
+ (* Security fix *)
+l/fluidsynth-2.3.0-x86_64-1.txz: Upgraded.
+l/imagemagick-7.1.0_49-x86_64-1.txz: Upgraded.
+l/libcap-2.66-x86_64-1.txz: Upgraded.
+l/netpbm-10.99.03-x86_64-1.txz: Upgraded.
+l/readline-8.2.000-x86_64-1.txz: Upgraded.
+l/xapian-core-1.4.21-x86_64-1.txz: Upgraded.
+n/dnsmasq-2.87-x86_64-1.txz: Upgraded.
+ Fix write-after-free error in DHCPv6 server code.
+ For more information, see:
+ https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-0934
+ (* Security fix *)
+x/xterm-373-x86_64-1.txz: Upgraded.
+xap/vim-gvim-9.0.0594-x86_64-1.txz: Upgraded.
++--------------------------+
Fri Sep 23 23:51:02 UTC 2022
a/kernel-firmware-20220923_bb3f948-noarch-1.txz: Upgraded.
a/kernel-generic-5.19.11-x86_64-1.txz: Upgraded.
diff --git a/FILELIST.TXT b/FILELIST.TXT
index 7e5177ec1..eac18e67f 100644
--- a/FILELIST.TXT
+++ b/FILELIST.TXT
@@ -1,20 +1,20 @@
-Fri Sep 23 23:55:03 UTC 2022
+Mon Sep 26 19:50:30 UTC 2022
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 2022-09-23 23:51 .
+drwxr-xr-x 12 root root 4096 2022-09-26 19:43 .
-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 1102757 2022-09-23 23:38 ./CHECKSUMS.md5
--rw-r--r-- 1 root root 163 2022-09-23 23:38 ./CHECKSUMS.md5.asc
+-rw-r--r-- 1 root root 1102757 2022-09-23 23:55 ./CHECKSUMS.md5
+-rw-r--r-- 1 root root 163 2022-09-23 23:55 ./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 311769 2022-09-23 23:51 ./ChangeLog.txt
+-rw-r--r-- 1 root root 313148 2022-09-26 19:43 ./ChangeLog.txt
drwxr-xr-x 3 root root 4096 2013-03-20 22:17 ./EFI
drwxr-xr-x 2 root root 4096 2022-09-23 23:51 ./EFI/BOOT
-rw-r--r-- 1 root root 1187840 2021-06-15 19:16 ./EFI/BOOT/bootx64.efi
@@ -25,9 +25,9 @@ drwxr-xr-x 2 root root 4096 2022-09-23 23:51 ./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 1436752 2022-09-23 23:37 ./FILELIST.TXT
+-rw-r--r-- 1 root root 1436752 2022-09-23 23:55 ./FILELIST.TXT
-rw-r--r-- 1 root root 1572 2012-08-29 18:27 ./GPG-KEY
--rw-r--r-- 1 root root 858348 2022-09-23 23:54 ./PACKAGES.TXT
+-rw-r--r-- 1 root root 858348 2022-09-26 19:50 ./PACKAGES.TXT
-rw-r--r-- 1 root root 8034 2022-02-02 03:36 ./README.TXT
-rw-r--r-- 1 root root 3635 2022-09-23 23:39 ./README.initrd
-rw-r--r-- 1 root root 34162 2022-01-30 20:35 ./README_CRYPT.TXT
@@ -746,13 +746,13 @@ drwxr-xr-x 2 root root 4096 2022-02-03 07:02 ./patches
-rw-r--r-- 1 root root 575 2022-02-03 07:02 ./patches/FILE_LIST
-rw-r--r-- 1 root root 14 2022-02-03 07:02 ./patches/MANIFEST.bz2
-rw-r--r-- 1 root root 224 2022-02-03 07:02 ./patches/PACKAGES.TXT
-drwxr-xr-x 17 root root 4096 2022-09-23 23:55 ./slackware64
--rw-r--r-- 1 root root 334922 2022-09-23 23:55 ./slackware64/CHECKSUMS.md5
--rw-r--r-- 1 root root 163 2022-09-23 23:55 ./slackware64/CHECKSUMS.md5.asc
--rw-r--r-- 1 root root 415486 2022-09-23 23:54 ./slackware64/FILE_LIST
--rw-r--r-- 1 root root 4250176 2022-09-23 23:54 ./slackware64/MANIFEST.bz2
+drwxr-xr-x 17 root root 4096 2022-09-26 19:50 ./slackware64
+-rw-r--r-- 1 root root 334922 2022-09-26 19:50 ./slackware64/CHECKSUMS.md5
+-rw-r--r-- 1 root root 163 2022-09-26 19:50 ./slackware64/CHECKSUMS.md5.asc
+-rw-r--r-- 1 root root 415486 2022-09-26 19:49 ./slackware64/FILE_LIST
+-rw-r--r-- 1 root root 4235073 2022-09-26 19:49 ./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 2022-09-23 23:53 ./slackware64/a
+drwxr-xr-x 2 root root 32768 2022-09-26 19:49 ./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
@@ -774,9 +774,9 @@ drwxr-xr-x 2 root root 32768 2022-09-23 23:53 ./slackware64/a
-rw-r--r-- 1 root root 606 2021-03-16 17:15 ./slackware64/a/attr-2.5.1-x86_64-1.txt
-rw-r--r-- 1 root root 62320 2021-03-16 17:15 ./slackware64/a/attr-2.5.1-x86_64-1.txz
-rw-r--r-- 1 root root 163 2021-03-16 17:15 ./slackware64/a/attr-2.5.1-x86_64-1.txz.asc
--rw-r--r-- 1 root root 507 2022-01-04 22:00 ./slackware64/a/bash-5.1.016-x86_64-1.txt
--rw-r--r-- 1 root root 1679840 2022-01-04 22:00 ./slackware64/a/bash-5.1.016-x86_64-1.txz
--rw-r--r-- 1 root root 163 2022-01-04 22:00 ./slackware64/a/bash-5.1.016-x86_64-1.txz.asc
+-rw-r--r-- 1 root root 507 2022-09-26 18:07 ./slackware64/a/bash-5.2.000-x86_64-1.txt
+-rw-r--r-- 1 root root 1810260 2022-09-26 18:07 ./slackware64/a/bash-5.2.000-x86_64-1.txz
+-rw-r--r-- 1 root root 163 2022-09-26 18:07 ./slackware64/a/bash-5.2.000-x86_64-1.txz.asc
-rw-r--r-- 1 root root 226 2021-02-13 10:55 ./slackware64/a/bin-11.1-x86_64-5.txt
-rw-r--r-- 1 root root 39244 2021-02-13 10:55 ./slackware64/a/bin-11.1-x86_64-5.txz
-rw-r--r-- 1 root root 163 2021-02-13 10:55 ./slackware64/a/bin-11.1-x86_64-5.txz.asc
@@ -1133,7 +1133,7 @@ drwxr-xr-x 2 root root 32768 2022-09-23 23:53 ./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 2022-09-23 23:36 ./slackware64/ap
+drwxr-xr-x 2 root root 20480 2022-09-26 19:49 ./slackware64/ap
-rw-r--r-- 1 root root 291 2021-02-13 11:23 ./slackware64/ap/a2ps-4.14-x86_64-9.txt
-rw-r--r-- 1 root root 703580 2021-02-13 11:23 ./slackware64/ap/a2ps-4.14-x86_64-9.txz
-rw-r--r-- 1 root root 163 2021-02-13 11:23 ./slackware64/ap/a2ps-4.14-x86_64-9.txz.asc
@@ -1373,9 +1373,9 @@ drwxr-xr-x 2 root root 20480 2022-09-23 23:36 ./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 383 2022-09-23 18:57 ./slackware64/ap/vim-9.0.0558-x86_64-1.txt
--rw-r--r-- 1 root root 8456328 2022-09-23 18:57 ./slackware64/ap/vim-9.0.0558-x86_64-1.txz
--rw-r--r-- 1 root root 163 2022-09-23 18:57 ./slackware64/ap/vim-9.0.0558-x86_64-1.txz.asc
+-rw-r--r-- 1 root root 383 2022-09-26 18:38 ./slackware64/ap/vim-9.0.0594-x86_64-1.txt
+-rw-r--r-- 1 root root 8459788 2022-09-26 18:38 ./slackware64/ap/vim-9.0.0594-x86_64-1.txz
+-rw-r--r-- 1 root root 163 2022-09-26 18:38 ./slackware64/ap/vim-9.0.0594-x86_64-1.txz.asc
-rw-r--r-- 1 root root 604 2021-02-13 11:47 ./slackware64/ap/vorbis-tools-1.4.2-x86_64-2.txt
-rw-r--r-- 1 root root 179076 2021-02-13 11:47 ./slackware64/ap/vorbis-tools-1.4.2-x86_64-2.txz
-rw-r--r-- 1 root root 163 2021-02-13 11:47 ./slackware64/ap/vorbis-tools-1.4.2-x86_64-2.txz.asc
@@ -2759,7 +2759,7 @@ drwxr-xr-x 2 root root 86016 2022-09-17 19:01 ./slackware64/kde
-rw-r--r-- 1 root root 517 2022-09-10 00:36 ./slackware64/kde/zanshin-22.08.1-x86_64-1.txt
-rw-r--r-- 1 root root 678352 2022-09-10 00:36 ./slackware64/kde/zanshin-22.08.1-x86_64-1.txz
-rw-r--r-- 1 root root 163 2022-09-10 00:36 ./slackware64/kde/zanshin-22.08.1-x86_64-1.txz.asc
-drwxr-xr-x 2 root root 86016 2022-09-23 23:36 ./slackware64/l
+drwxr-xr-x 2 root root 86016 2022-09-26 19:49 ./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
@@ -2946,9 +2946,9 @@ drwxr-xr-x 2 root root 86016 2022-09-23 23:36 ./slackware64/l
-rw-r--r-- 1 root root 502 2021-09-17 03:12 ./slackware64/l/fftw-3.3.10-x86_64-1.txt
-rw-r--r-- 1 root root 2430516 2021-09-17 03:12 ./slackware64/l/fftw-3.3.10-x86_64-1.txz
-rw-r--r-- 1 root root 163 2021-09-17 03:12 ./slackware64/l/fftw-3.3.10-x86_64-1.txz.asc
--rw-r--r-- 1 root root 475 2022-09-06 18:08 ./slackware64/l/fluidsynth-2.2.9-x86_64-1.txt
--rw-r--r-- 1 root root 230680 2022-09-06 18:08 ./slackware64/l/fluidsynth-2.2.9-x86_64-1.txz
--rw-r--r-- 1 root root 163 2022-09-06 18:08 ./slackware64/l/fluidsynth-2.2.9-x86_64-1.txz.asc
+-rw-r--r-- 1 root root 475 2022-09-26 18:22 ./slackware64/l/fluidsynth-2.3.0-x86_64-1.txt
+-rw-r--r-- 1 root root 239996 2022-09-26 18:22 ./slackware64/l/fluidsynth-2.3.0-x86_64-1.txz
+-rw-r--r-- 1 root root 163 2022-09-26 18:22 ./slackware64/l/fluidsynth-2.3.0-x86_64-1.txz.asc
-rw-r--r-- 1 root root 242 2022-08-28 17:06 ./slackware64/l/fmt-9.1.0-x86_64-1.txt
-rw-r--r-- 1 root root 210828 2022-08-28 17:06 ./slackware64/l/fmt-9.1.0-x86_64-1.txz
-rw-r--r-- 1 root root 163 2022-08-28 17:06 ./slackware64/l/fmt-9.1.0-x86_64-1.txz.asc
@@ -3126,9 +3126,9 @@ drwxr-xr-x 2 root root 86016 2022-09-23 23:36 ./slackware64/l
-rw-r--r-- 1 root root 473 2021-02-13 06:52 ./slackware64/l/id3lib-3.8.3-x86_64-4.txt
-rw-r--r-- 1 root root 161400 2021-02-13 06:52 ./slackware64/l/id3lib-3.8.3-x86_64-4.txz
-rw-r--r-- 1 root root 163 2021-02-13 06:52 ./slackware64/l/id3lib-3.8.3-x86_64-4.txz.asc
--rw-r--r-- 1 root root 537 2022-09-12 18:19 ./slackware64/l/imagemagick-7.1.0_48-x86_64-1.txt
--rw-r--r-- 1 root root 8218200 2022-09-12 18:19 ./slackware64/l/imagemagick-7.1.0_48-x86_64-1.txz
--rw-r--r-- 1 root root 163 2022-09-12 18:19 ./slackware64/l/imagemagick-7.1.0_48-x86_64-1.txz.asc
+-rw-r--r-- 1 root root 537 2022-09-26 18:28 ./slackware64/l/imagemagick-7.1.0_49-x86_64-1.txt
+-rw-r--r-- 1 root root 8218048 2022-09-26 18:28 ./slackware64/l/imagemagick-7.1.0_49-x86_64-1.txz
+-rw-r--r-- 1 root root 163 2022-09-26 18:28 ./slackware64/l/imagemagick-7.1.0_49-x86_64-1.txz.asc
-rwxr-xr-x 1 root root 2897 2009-06-24 22:06 ./slackware64/l/install-packages
-rw-r--r-- 1 root root 446 2006-09-18 10:41 ./slackware64/l/install.end
-rw-r--r-- 1 root root 415 2022-07-04 19:45 ./slackware64/l/isl-0.25-x86_64-1.txt
@@ -3209,9 +3209,9 @@ drwxr-xr-x 2 root root 86016 2022-09-23 23:36 ./slackware64/l
-rw-r--r-- 1 root root 479 2022-01-31 20:01 ./slackware64/l/libcanberra-0.30-x86_64-9.txt
-rw-r--r-- 1 root root 97484 2022-01-31 20:01 ./slackware64/l/libcanberra-0.30-x86_64-9.txz
-rw-r--r-- 1 root root 163 2022-01-31 20:01 ./slackware64/l/libcanberra-0.30-x86_64-9.txz.asc
--rw-r--r-- 1 root root 433 2022-07-20 00:58 ./slackware64/l/libcap-2.65-x86_64-1.txt
--rw-r--r-- 1 root root 112088 2022-07-20 00:58 ./slackware64/l/libcap-2.65-x86_64-1.txz
--rw-r--r-- 1 root root 163 2022-07-20 00:58 ./slackware64/l/libcap-2.65-x86_64-1.txz.asc
+-rw-r--r-- 1 root root 433 2022-09-26 18:37 ./slackware64/l/libcap-2.66-x86_64-1.txt
+-rw-r--r-- 1 root root 111932 2022-09-26 18:37 ./slackware64/l/libcap-2.66-x86_64-1.txz
+-rw-r--r-- 1 root root 163 2022-09-26 18:37 ./slackware64/l/libcap-2.66-x86_64-1.txz.asc
-rw-r--r-- 1 root root 472 2022-03-30 17:55 ./slackware64/l/libcap-ng-0.8.3-x86_64-1.txt
-rw-r--r-- 1 root root 73688 2022-03-30 17:55 ./slackware64/l/libcap-ng-0.8.3-x86_64-1.txz
-rw-r--r-- 1 root root 163 2022-03-30 17:55 ./slackware64/l/libcap-ng-0.8.3-x86_64-1.txz.asc
@@ -3568,9 +3568,9 @@ drwxr-xr-x 2 root root 86016 2022-09-23 23:36 ./slackware64/l
-rw-r--r-- 1 root root 345 2022-09-11 18:23 ./slackware64/l/neon-0.32.4-x86_64-1.txt
-rw-r--r-- 1 root root 215092 2022-09-11 18:23 ./slackware64/l/neon-0.32.4-x86_64-1.txz
-rw-r--r-- 1 root root 163 2022-09-11 18:23 ./slackware64/l/neon-0.32.4-x86_64-1.txz.asc
--rw-r--r-- 1 root root 271 2022-08-12 16:36 ./slackware64/l/netpbm-10.99.02-x86_64-1.txt
--rw-r--r-- 1 root root 2127336 2022-08-12 16:36 ./slackware64/l/netpbm-10.99.02-x86_64-1.txz
--rw-r--r-- 1 root root 163 2022-08-12 16:36 ./slackware64/l/netpbm-10.99.02-x86_64-1.txz.asc
+-rw-r--r-- 1 root root 271 2022-09-26 18:51 ./slackware64/l/netpbm-10.99.03-x86_64-1.txt
+-rw-r--r-- 1 root root 2127008 2022-09-26 18:51 ./slackware64/l/netpbm-10.99.03-x86_64-1.txz
+-rw-r--r-- 1 root root 163 2022-09-26 18:51 ./slackware64/l/netpbm-10.99.03-x86_64-1.txz.asc
-rw-r--r-- 1 root root 423 2021-11-03 01:01 ./slackware64/l/newt-0.52.21-x86_64-7.txt
-rw-r--r-- 1 root root 114448 2021-11-03 01:01 ./slackware64/l/newt-0.52.21-x86_64-7.txz
-rw-r--r-- 1 root root 163 2021-11-03 01:01 ./slackware64/l/newt-0.52.21-x86_64-7.txz.asc
@@ -3814,9 +3814,9 @@ drwxr-xr-x 2 root root 86016 2022-09-23 23:36 ./slackware64/l
-rw-r--r-- 1 root root 457 2022-04-17 19:15 ./slackware64/l/quazip-1.3-x86_64-1.txt
-rw-r--r-- 1 root root 114092 2022-04-17 19:15 ./slackware64/l/quazip-1.3-x86_64-1.txz
-rw-r--r-- 1 root root 163 2022-04-17 19:15 ./slackware64/l/quazip-1.3-x86_64-1.txz.asc
--rw-r--r-- 1 root root 556 2022-01-06 01:30 ./slackware64/l/readline-8.1.002-x86_64-1.txt
--rw-r--r-- 1 root root 321948 2022-01-06 01:30 ./slackware64/l/readline-8.1.002-x86_64-1.txz
--rw-r--r-- 1 root root 163 2022-01-06 01:30 ./slackware64/l/readline-8.1.002-x86_64-1.txz.asc
+-rw-r--r-- 1 root root 556 2022-09-26 18:06 ./slackware64/l/readline-8.2.000-x86_64-1.txt
+-rw-r--r-- 1 root root 330016 2022-09-26 18:06 ./slackware64/l/readline-8.2.000-x86_64-1.txz
+-rw-r--r-- 1 root root 163 2022-09-26 18:06 ./slackware64/l/readline-8.2.000-x86_64-1.txz.asc
-rw-r--r-- 1 root root 431 2022-01-18 19:17 ./slackware64/l/rpcsvc-proto-1.4.3-x86_64-1.txt
-rw-r--r-- 1 root root 56352 2022-01-18 19:17 ./slackware64/l/rpcsvc-proto-1.4.3-x86_64-1.txz
-rw-r--r-- 1 root root 163 2022-01-18 19:17 ./slackware64/l/rpcsvc-proto-1.4.3-x86_64-1.txz.asc
@@ -3923,9 +3923,9 @@ drwxr-xr-x 2 root root 86016 2022-09-23 23:36 ./slackware64/l
-rw-r--r-- 1 root root 257 2021-02-13 09:06 ./slackware64/l/woff2-20180531_a0d0ed7-x86_64-3.txt
-rw-r--r-- 1 root root 43852 2021-02-13 09:06 ./slackware64/l/woff2-20180531_a0d0ed7-x86_64-3.txz
-rw-r--r-- 1 root root 163 2021-02-13 09:06 ./slackware64/l/woff2-20180531_a0d0ed7-x86_64-3.txz.asc
--rw-r--r-- 1 root root 413 2022-07-06 18:06 ./slackware64/l/xapian-core-1.4.20-x86_64-1.txt
--rw-r--r-- 1 root root 2041544 2022-07-06 18:06 ./slackware64/l/xapian-core-1.4.20-x86_64-1.txz
--rw-r--r-- 1 root root 163 2022-07-06 18:06 ./slackware64/l/xapian-core-1.4.20-x86_64-1.txz.asc
+-rw-r--r-- 1 root root 413 2022-09-26 19:04 ./slackware64/l/xapian-core-1.4.21-x86_64-1.txt
+-rw-r--r-- 1 root root 2047560 2022-09-26 19:04 ./slackware64/l/xapian-core-1.4.21-x86_64-1.txz
+-rw-r--r-- 1 root root 163 2022-09-26 19:04 ./slackware64/l/xapian-core-1.4.21-x86_64-1.txz.asc
-rw-r--r-- 1 root root 520 2021-12-10 04:31 ./slackware64/l/xxHash-0.8.1-x86_64-2.txt
-rw-r--r-- 1 root root 82036 2021-12-10 04:31 ./slackware64/l/xxHash-0.8.1-x86_64-2.txz
-rw-r--r-- 1 root root 163 2021-12-10 04:31 ./slackware64/l/xxHash-0.8.1-x86_64-2.txz.asc
@@ -3935,7 +3935,7 @@ drwxr-xr-x 2 root root 86016 2022-09-23 23:36 ./slackware64/l
-rw-r--r-- 1 root root 463 2022-01-21 04:11 ./slackware64/l/zstd-1.5.2-x86_64-1.txt
-rw-r--r-- 1 root root 437228 2022-01-21 04:11 ./slackware64/l/zstd-1.5.2-x86_64-1.txz
-rw-r--r-- 1 root root 163 2022-01-21 04:11 ./slackware64/l/zstd-1.5.2-x86_64-1.txz.asc
-drwxr-xr-x 2 root root 36864 2022-09-23 23:36 ./slackware64/n
+drwxr-xr-x 2 root root 36864 2022-09-26 19:49 ./slackware64/n
-rw-r--r-- 1 root root 357 2022-09-10 18:15 ./slackware64/n/ModemManager-1.18.12-x86_64-1.txt
-rw-r--r-- 1 root root 2148884 2022-09-10 18:15 ./slackware64/n/ModemManager-1.18.12-x86_64-1.txz
-rw-r--r-- 1 root root 163 2022-09-10 18:15 ./slackware64/n/ModemManager-1.18.12-x86_64-1.txz.asc
@@ -4002,9 +4002,9 @@ drwxr-xr-x 2 root root 36864 2022-09-23 23:36 ./slackware64/n
-rw-r--r-- 1 root root 493 2022-08-28 18:49 ./slackware64/n/dhcpcd-9.4.1-x86_64-2.txt
-rw-r--r-- 1 root root 188880 2022-08-28 18:49 ./slackware64/n/dhcpcd-9.4.1-x86_64-2.txz
-rw-r--r-- 1 root root 163 2022-08-28 18:49 ./slackware64/n/dhcpcd-9.4.1-x86_64-2.txz.asc
--rw-r--r-- 1 root root 443 2021-09-09 17:11 ./slackware64/n/dnsmasq-2.86-x86_64-1.txt
--rw-r--r-- 1 root root 382016 2021-09-09 17:11 ./slackware64/n/dnsmasq-2.86-x86_64-1.txz
--rw-r--r-- 1 root root 163 2021-09-09 17:11 ./slackware64/n/dnsmasq-2.86-x86_64-1.txz.asc
+-rw-r--r-- 1 root root 443 2022-09-26 18:10 ./slackware64/n/dnsmasq-2.87-x86_64-1.txt
+-rw-r--r-- 1 root root 390360 2022-09-26 18:10 ./slackware64/n/dnsmasq-2.87-x86_64-1.txz
+-rw-r--r-- 1 root root 163 2022-09-26 18:10 ./slackware64/n/dnsmasq-2.87-x86_64-1.txz.asc
-rw-r--r-- 1 root root 450 2022-06-15 16:24 ./slackware64/n/dovecot-2.3.19.1-x86_64-1.txt
-rw-r--r-- 1 root root 3352824 2022-06-15 16:24 ./slackware64/n/dovecot-2.3.19.1-x86_64-1.txz
-rw-r--r-- 1 root root 163 2022-06-15 16:24 ./slackware64/n/dovecot-2.3.19.1-x86_64-1.txz.asc
@@ -4442,7 +4442,7 @@ drwxr-xr-x 2 root root 4096 2021-11-06 20:26 ./slackware64/tcl
-rw-r--r-- 1 root root 227 2021-11-06 17:03 ./slackware64/tcl/tk-8.6.12-x86_64-1.txt
-rw-r--r-- 1 root root 1788908 2021-11-06 17:03 ./slackware64/tcl/tk-8.6.12-x86_64-1.txz
-rw-r--r-- 1 root root 163 2021-11-06 17:03 ./slackware64/tcl/tk-8.6.12-x86_64-1.txz.asc
-drwxr-xr-x 2 root root 65536 2022-09-18 19:05 ./slackware64/x
+drwxr-xr-x 2 root root 65536 2022-09-26 19:49 ./slackware64/x
-rw-r--r-- 1 root root 440 2022-06-04 18:16 ./slackware64/x/OpenCC-1.1.4-x86_64-1.txt
-rw-r--r-- 1 root root 682804 2022-06-04 18:16 ./slackware64/x/OpenCC-1.1.4-x86_64-1.txz
-rw-r--r-- 1 root root 163 2022-06-04 18:16 ./slackware64/x/OpenCC-1.1.4-x86_64-1.txz.asc
@@ -5291,9 +5291,9 @@ drwxr-xr-x 2 root root 65536 2022-09-18 19:05 ./slackware64/x
-rw-r--r-- 1 root root 421 2021-02-13 13:13 ./slackware64/x/xstdcmap-1.0.4-x86_64-3.txt
-rw-r--r-- 1 root root 18612 2021-02-13 13:13 ./slackware64/x/xstdcmap-1.0.4-x86_64-3.txz
-rw-r--r-- 1 root root 163 2021-02-13 13:13 ./slackware64/x/xstdcmap-1.0.4-x86_64-3.txz.asc
--rw-r--r-- 1 root root 308 2022-03-10 19:18 ./slackware64/x/xterm-372-x86_64-1.txt
--rw-r--r-- 1 root root 418668 2022-03-10 19:18 ./slackware64/x/xterm-372-x86_64-1.txz
--rw-r--r-- 1 root root 163 2022-03-10 19:18 ./slackware64/x/xterm-372-x86_64-1.txz.asc
+-rw-r--r-- 1 root root 308 2022-09-26 19:04 ./slackware64/x/xterm-373-x86_64-1.txt
+-rw-r--r-- 1 root root 432484 2022-09-26 19:04 ./slackware64/x/xterm-373-x86_64-1.txz
+-rw-r--r-- 1 root root 163 2022-09-26 19:04 ./slackware64/x/xterm-373-x86_64-1.txz.asc
-rw-r--r-- 1 root root 391 2021-02-13 13:09 ./slackware64/x/xtrans-1.4.0-noarch-3.txt
-rw-r--r-- 1 root root 68312 2021-02-13 13:09 ./slackware64/x/xtrans-1.4.0-noarch-3.txz
-rw-r--r-- 1 root root 163 2021-02-13 13:09 ./slackware64/x/xtrans-1.4.0-noarch-3.txz.asc
@@ -5312,7 +5312,7 @@ drwxr-xr-x 2 root root 65536 2022-09-18 19:05 ./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 2022-09-23 23:36 ./slackware64/xap
+drwxr-xr-x 2 root root 16384 2022-09-26 19:49 ./slackware64/xap
-rw-r--r-- 1 root root 625 2021-04-18 18:11 ./slackware64/xap/MPlayer-20210418-x86_64-1.txt
-rw-r--r-- 1 root root 2738724 2021-04-18 18:11 ./slackware64/xap/MPlayer-20210418-x86_64-1.txz
-rw-r--r-- 1 root root 163 2021-04-18 18:11 ./slackware64/xap/MPlayer-20210418-x86_64-1.txz.asc
@@ -5426,9 +5426,9 @@ drwxr-xr-x 2 root root 16384 2022-09-23 23:36 ./slackware64/xap
-rw-r--r-- 1 root root 1340972 2021-09-03 02:17 ./slackware64/xap/ssr-0.4.3-x86_64-1.txz
-rw-r--r-- 1 root root 163 2021-09-03 02:17 ./slackware64/xap/ssr-0.4.3-x86_64-1.txz.asc
-rw-r--r-- 1 root root 676 2021-09-23 19:13 ./slackware64/xap/tagfile
--rw-r--r-- 1 root root 503 2022-09-23 18:57 ./slackware64/xap/vim-gvim-9.0.0558-x86_64-1.txt
--rw-r--r-- 1 root root 1703996 2022-09-23 18:57 ./slackware64/xap/vim-gvim-9.0.0558-x86_64-1.txz
--rw-r--r-- 1 root root 163 2022-09-23 18:57 ./slackware64/xap/vim-gvim-9.0.0558-x86_64-1.txz.asc
+-rw-r--r-- 1 root root 503 2022-09-26 18:38 ./slackware64/xap/vim-gvim-9.0.0594-x86_64-1.txt
+-rw-r--r-- 1 root root 1703660 2022-09-26 18:38 ./slackware64/xap/vim-gvim-9.0.0594-x86_64-1.txz
+-rw-r--r-- 1 root root 163 2022-09-26 18:38 ./slackware64/xap/vim-gvim-9.0.0594-x86_64-1.txz.asc
-rw-r--r-- 1 root root 455 2021-02-13 13:43 ./slackware64/xap/windowmaker-0.95.9-x86_64-3.txt
-rw-r--r-- 1 root root 1761052 2021-02-13 13:43 ./slackware64/xap/windowmaker-0.95.9-x86_64-3.txz
-rw-r--r-- 1 root root 163 2021-02-13 13:43 ./slackware64/xap/windowmaker-0.95.9-x86_64-3.txz.asc
@@ -5579,11 +5579,11 @@ drwxr-xr-x 2 root root 4096 2021-02-15 19:33 ./slackware64/y
-rw-r--r-- 1 root root 1486956 2021-02-13 13:56 ./slackware64/y/nethack-3.6.6-x86_64-3.txz
-rw-r--r-- 1 root root 163 2021-02-13 13:56 ./slackware64/y/nethack-3.6.6-x86_64-3.txz.asc
-rw-r--r-- 1 root root 26 2020-12-30 21:55 ./slackware64/y/tagfile
-drwxr-xr-x 18 root root 4096 2022-09-23 23:37 ./source
--rw-r--r-- 1 root root 592110 2022-09-23 23:37 ./source/CHECKSUMS.md5
--rw-r--r-- 1 root root 163 2022-09-23 23:37 ./source/CHECKSUMS.md5.asc
--rw-r--r-- 1 root root 824374 2022-09-23 23:37 ./source/FILE_LIST
--rw-r--r-- 1 root root 23709767 2022-09-23 23:37 ./source/MANIFEST.bz2
+drwxr-xr-x 18 root root 4096 2022-09-26 19:50 ./source
+-rw-r--r-- 1 root root 589411 2022-09-26 19:50 ./source/CHECKSUMS.md5
+-rw-r--r-- 1 root root 163 2022-09-26 19:50 ./source/CHECKSUMS.md5.asc
+-rw-r--r-- 1 root root 821076 2022-09-26 19:50 ./source/FILE_LIST
+-rw-r--r-- 1 root root 23714905 2022-09-26 19:50 ./source/MANIFEST.bz2
-rw-r--r-- 1 root root 828 2022-02-02 04:43 ./source/README.TXT
drwxr-xr-x 122 root root 4096 2022-08-15 19:00 ./source/a
-rw-r--r-- 1 root root 111 2022-02-07 20:58 ./source/a/FTBFSlog
@@ -5630,41 +5630,9 @@ drwxr-xr-x 2 root root 4096 2021-03-16 17:15 ./source/a/attr
-rw-r--r-- 1 root root 88 2006-02-28 00:02 ./source/a/attr/build
-rw-r--r-- 1 root root 270 2018-06-19 18:09 ./source/a/attr/doinst.sh.gz
-rw-r--r-- 1 root root 1058 2018-02-27 06:13 ./source/a/attr/slack-desc
-drwxr-xr-x 3 root root 4096 2021-02-13 05:31 ./source/a/bash
-drwxr-xr-x 2 root root 4096 2022-01-04 21:59 ./source/a/bash/bash-5.1-patches
--rw-r--r-- 1 root root 2894 2020-12-19 19:19 ./source/a/bash/bash-5.1-patches/bash51-001
--rw-r--r-- 1 root root 95 2020-12-19 19:19 ./source/a/bash/bash-5.1-patches/bash51-001.sig
--rw-r--r-- 1 root root 1575 2020-12-19 19:19 ./source/a/bash/bash-5.1-patches/bash51-002
--rw-r--r-- 1 root root 95 2020-12-19 19:19 ./source/a/bash/bash-5.1-patches/bash51-002.sig
--rw-r--r-- 1 root root 1800 2020-12-19 19:20 ./source/a/bash/bash-5.1-patches/bash51-003
--rw-r--r-- 1 root root 95 2020-12-19 19:20 ./source/a/bash/bash-5.1-patches/bash51-003.sig
--rw-r--r-- 1 root root 3745 2020-12-19 19:20 ./source/a/bash/bash-5.1-patches/bash51-004
--rw-r--r-- 1 root root 95 2020-12-19 19:20 ./source/a/bash/bash-5.1-patches/bash51-004.sig
--rw-r--r-- 1 root root 2577 2021-05-04 15:47 ./source/a/bash/bash-5.1-patches/bash51-005
--rw-r--r-- 1 root root 95 2021-05-04 15:47 ./source/a/bash/bash-5.1-patches/bash51-005.sig
--rw-r--r-- 1 root root 1412 2021-05-04 15:47 ./source/a/bash/bash-5.1-patches/bash51-006
--rw-r--r-- 1 root root 95 2021-05-04 15:47 ./source/a/bash/bash-5.1-patches/bash51-006.sig
--rw-r--r-- 1 root root 2621 2021-05-04 15:47 ./source/a/bash/bash-5.1-patches/bash51-007
--rw-r--r-- 1 root root 95 2021-05-04 15:47 ./source/a/bash/bash-5.1-patches/bash51-007.sig
--rw-r--r-- 1 root root 1821 2021-05-04 15:47 ./source/a/bash/bash-5.1-patches/bash51-008
--rw-r--r-- 1 root root 95 2021-05-04 15:47 ./source/a/bash/bash-5.1-patches/bash51-008.sig
--rw-r--r-- 1 root root 1627 2021-11-17 21:33 ./source/a/bash/bash-5.1-patches/bash51-009
--rw-r--r-- 1 root root 95 2021-11-17 21:33 ./source/a/bash/bash-5.1-patches/bash51-009.sig
--rw-r--r-- 1 root root 1700 2021-11-17 21:33 ./source/a/bash/bash-5.1-patches/bash51-010
--rw-r--r-- 1 root root 95 2021-11-17 21:33 ./source/a/bash/bash-5.1-patches/bash51-010.sig
--rw-r--r-- 1 root root 2229 2021-11-17 21:33 ./source/a/bash/bash-5.1-patches/bash51-011
--rw-r--r-- 1 root root 95 2021-11-17 21:33 ./source/a/bash/bash-5.1-patches/bash51-011.sig
--rw-r--r-- 1 root root 6372 2021-11-17 21:33 ./source/a/bash/bash-5.1-patches/bash51-012
--rw-r--r-- 1 root root 95 2021-11-17 21:33 ./source/a/bash/bash-5.1-patches/bash51-012.sig
--rw-r--r-- 1 root root 1277 2022-01-04 21:47 ./source/a/bash/bash-5.1-patches/bash51-013
--rw-r--r-- 1 root root 95 2022-01-04 21:47 ./source/a/bash/bash-5.1-patches/bash51-013.sig
--rw-r--r-- 1 root root 1456 2022-01-04 21:47 ./source/a/bash/bash-5.1-patches/bash51-014
--rw-r--r-- 1 root root 95 2022-01-04 21:47 ./source/a/bash/bash-5.1-patches/bash51-014.sig
--rw-r--r-- 1 root root 1409 2022-01-04 21:47 ./source/a/bash/bash-5.1-patches/bash51-015
--rw-r--r-- 1 root root 95 2022-01-04 21:47 ./source/a/bash/bash-5.1-patches/bash51-015.sig
--rw-r--r-- 1 root root 2122 2022-01-04 21:48 ./source/a/bash/bash-5.1-patches/bash51-016
--rw-r--r-- 1 root root 95 2022-01-04 21:48 ./source/a/bash/bash-5.1-patches/bash51-016.sig
--rw-r--r-- 1 root root 6174498 2020-12-06 20:44 ./source/a/bash/bash-5.1.tar.lz
+drwxr-xr-x 3 root root 4096 2022-09-26 18:03 ./source/a/bash
+drwxr-xr-x 2 root root 4096 2022-09-26 18:02 ./source/a/bash/bash-5.2-patches
+-rw-r--r-- 1 root root 6390158 2022-09-26 15:58 ./source/a/bash/bash-5.2.tar.lz
-rwxr-xr-x 1 root root 6188 2021-05-05 16:36 ./source/a/bash/bash.SlackBuild
-rw-r--r-- 1 root root 631 2018-03-29 01:12 ./source/a/bash/bash_manpages.patch.gz
-rw-r--r-- 1 root root 189 2019-03-08 17:32 ./source/a/bash/doinst.sh.gz
@@ -6685,7 +6653,7 @@ drwxr-xr-x 2 root root 4096 2021-02-13 05:31 ./source/a/zoo
-rw-r--r-- 1 root root 173607 1994-12-30 20:19 ./source/a/zoo/zoo-2.10.tar.gz
-rwxr-xr-x 1 root root 3143 2021-02-13 05:31 ./source/a/zoo/zoo.SlackBuild
-rw-r--r-- 1 root root 14136 2010-05-22 09:49 ./source/a/zoo/zoo_2.10-22.debian.tar.gz
-drwxr-xr-x 85 root root 4096 2022-09-18 18:33 ./source/ap
+drwxr-xr-x 85 root root 4096 2022-09-26 18:36 ./source/ap
-rw-r--r-- 1 root root 248 2022-09-01 02:14 ./source/ap/FTBFSlog
drwxr-xr-x 2 root root 4096 2021-02-13 05:31 ./source/ap/a2ps
-rw-r--r-- 1 root root 1521 2017-10-01 17:59 ./source/ap/a2ps/a2ps-4.14-texinfo-nodes.patch.gz
@@ -7250,15 +7218,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 2022-09-23 18:56 ./source/ap/vim
+drwxr-xr-x 2 root root 4096 2022-09-26 18:37 ./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 834 2018-02-27 06:13 ./source/ap/vim/slack-desc.vim
-rw-r--r-- 1 root root 959 2018-03-15 02:41 ./source/ap/vim/slack-desc.vim-gvim
--rw-r--r-- 1 root root 10676701 2022-09-23 18:56 ./source/ap/vim/vim-9.0.0558.tar.lz
+-rw-r--r-- 1 root root 10679763 2022-09-26 18:37 ./source/ap/vim/vim-9.0.0594.tar.lz
-rwxr-xr-x 1 root root 6360 2022-06-29 20:12 ./source/ap/vim/vim-gvim.SlackBuild
--rwxr-xr-x 1 root root 7924 2022-06-29 20:11 ./source/ap/vim/vim.SlackBuild
+-rwxr-xr-x 1 root root 7539 2022-09-26 18:17 ./source/ap/vim/vim.SlackBuild
-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 2021-02-13 05:31 ./source/ap/vorbis-tools
-rw-r--r-- 1 root root 1064 2018-02-27 06:12 ./source/ap/vorbis-tools/slack-desc
@@ -7734,7 +7703,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 2022-09-06 18:27 ./source/installer
--rw-r--r-- 1 root root 40981 2022-09-12 18:10 ./source/installer/ChangeLog.txt
+-rw-r--r-- 1 root root 41159 2022-09-26 19:10 ./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 77623 2022-09-12 18:14 ./source/installer/build_installer.sh
-rwxr-xr-x 1 root root 2252 2022-09-06 18:27 ./source/installer/installer.SlackBuild
@@ -7771,8 +7740,8 @@ 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 2022-09-06 18:34 ./source/installer/sources/initrd
--rw-r--r-- 1 root root 141252 2022-09-06 18:34 ./source/installer/sources/initrd/skeleton_initrd.tar.gz
+drwxr-xr-x 2 root root 4096 2022-09-26 19:10 ./source/installer/sources/initrd
+-rw-r--r-- 1 root root 141276 2022-09-26 19:10 ./source/installer/sources/initrd/skeleton_initrd.tar.gz
drwxr-xr-x 2 root root 4096 2022-08-02 18:25 ./source/installer/sources/nano
-rw-r--r-- 1 root root 1593804 2022-08-02 07:23 ./source/installer/sources/nano/nano-6.4.tar.xz
-rw-r--r-- 1 root root 833 2022-08-02 07:23 ./source/installer/sources/nano/nano-6.4.tar.xz.sig
@@ -10037,10 +10006,10 @@ drwxr-xr-x 2 root root 4096 2021-09-17 03:10 ./source/l/fftw
-rw-r--r-- 1 root root 2334329 2021-09-15 13:42 ./source/l/fftw/fftw-3.3.10.tar.lz
-rwxr-xr-x 1 root root 5221 2021-09-17 03:10 ./source/l/fftw/fftw.SlackBuild
-rw-r--r-- 1 root root 954 2018-02-27 06:12 ./source/l/fftw/slack-desc
-drwxr-xr-x 2 root root 4096 2022-09-06 18:07 ./source/l/fluidsynth
+drwxr-xr-x 2 root root 4096 2022-09-26 18:19 ./source/l/fluidsynth
-rw-r--r-- 1 root root 176 2021-07-13 19:03 ./source/l/fluidsynth/doinst.sh.gz
--rw-r--r-- 1 root root 1508331 2022-09-05 15:49 ./source/l/fluidsynth/fluidsynth-2.2.9.tar.lz
--rwxr-xr-x 1 root root 4514 2021-07-13 19:04 ./source/l/fluidsynth/fluidsynth.SlackBuild
+-rw-r--r-- 1 root root 1512707 2022-09-20 17:41 ./source/l/fluidsynth/fluidsynth-2.3.0.tar.lz
+-rwxr-xr-x 1 root root 4493 2022-09-26 18:22 ./source/l/fluidsynth/fluidsynth.SlackBuild
-rw-r--r-- 1 root root 45 2018-02-23 19:31 ./source/l/fluidsynth/fluidsynth.url
-rw-r--r-- 1 root root 965 2018-02-27 06:12 ./source/l/fluidsynth/slack-desc
drwxr-xr-x 2 root root 4096 2022-08-28 17:06 ./source/l/fmt
@@ -10425,8 +10394,8 @@ drwxr-xr-x 2 root root 4096 2018-01-05 18:45 ./source/l/id3lib/patches
-rw-r--r-- 1 root root 629 2017-09-11 16:30 ./source/l/id3lib/patches/id3lib.utf8_writing.patch.gz
-rw-r--r-- 1 root root 517 2017-09-11 16:30 ./source/l/id3lib/patches/id3lib.vbr_stack_smash.patch.gz
-rw-r--r-- 1 root root 927 2018-02-27 06:12 ./source/l/id3lib/slack-desc
-drwxr-xr-x 2 root root 4096 2022-09-12 18:17 ./source/l/imagemagick
--rw-r--r-- 1 root root 10417900 2022-09-11 15:22 ./source/l/imagemagick/ImageMagick-7.1.0-48.tar.lz
+drwxr-xr-x 2 root root 4096 2022-09-26 18:26 ./source/l/imagemagick
+-rw-r--r-- 1 root root 10419793 2022-09-24 14:41 ./source/l/imagemagick/ImageMagick-7.1.0-49.tar.lz
-rw-r--r-- 1 root root 309 2016-05-17 04:08 ./source/l/imagemagick/doinst.sh.gz
-rwxr-xr-x 1 root root 7107 2022-01-23 19:11 ./source/l/imagemagick/imagemagick.SlackBuild
-rw-r--r-- 1 root root 43 2020-09-30 21:13 ./source/l/imagemagick/imagemagick.url
@@ -10552,15 +10521,15 @@ drwxr-xr-x 2 root root 4096 2022-01-31 19:59 ./source/l/libcanberra
-rwxr-xr-x 1 root root 4069 2022-01-31 20:00 ./source/l/libcanberra/libcanberra.SlackBuild
-rw-r--r-- 1 root root 49 2012-05-01 01:27 ./source/l/libcanberra/libcanberra.url
-rw-r--r-- 1 root root 938 2018-02-27 06:12 ./source/l/libcanberra/slack-desc
-drwxr-xr-x 2 root root 4096 2022-07-20 00:58 ./source/l/libcap
+drwxr-xr-x 2 root root 4096 2022-09-26 18:37 ./source/l/libcap
drwxr-xr-x 2 root root 4096 2022-09-06 18:27 ./source/l/libcap-ng
-rw-r--r-- 1 root root 276050 2022-03-29 20:21 ./source/l/libcap-ng/libcap-ng-0.8.3.tar.lz
-rwxr-xr-x 1 root root 4919 2022-09-06 18:27 ./source/l/libcap-ng/libcap-ng.SlackBuild
-rw-r--r-- 1 root root 926 2018-02-27 06:12 ./source/l/libcap-ng/slack-desc
-rw-r--r-- 1 root root 553 2008-10-30 18:03 ./source/l/libcap/README.SLACKWARE
-rw-r--r-- 1 root root 11907 2008-03-29 00:07 ./source/l/libcap/capfaq-0.2.txt
--rw-r--r-- 1 root root 833 2022-07-17 23:46 ./source/l/libcap/libcap-2.65.tar.sign
--rw-r--r-- 1 root root 179852 2022-07-17 23:46 ./source/l/libcap/libcap-2.65.tar.xz
+-rw-r--r-- 1 root root 833 2022-09-24 22:42 ./source/l/libcap/libcap-2.66.tar.sign
+-rw-r--r-- 1 root root 181592 2022-09-24 22:42 ./source/l/libcap/libcap-2.66.tar.xz
-rwxr-xr-x 1 root root 4542 2021-03-14 17:51 ./source/l/libcap/libcap.SlackBuild
-rw-r--r-- 1 root root 246 2020-05-05 20:10 ./source/l/libcap/libcap.pkgconfig.path.diff.gz
-rw-r--r-- 1 root root 77 2018-11-19 18:49 ./source/l/libcap/libcap.url
@@ -11156,8 +11125,8 @@ drwxr-xr-x 2 root root 4096 2022-09-11 18:23 ./source/l/neon
-rwxr-xr-x 1 root root 4451 2021-09-21 02:45 ./source/l/neon/neon.SlackBuild
-rw-r--r-- 1 root root 31 2020-04-18 18:41 ./source/l/neon/neon.url
-rw-r--r-- 1 root root 797 2020-04-18 18:41 ./source/l/neon/slack-desc
-drwxr-xr-x 2 root root 4096 2022-08-12 16:35 ./source/l/netpbm
--rw-r--r-- 1 root root 3235929 2022-08-12 16:35 ./source/l/netpbm/netpbm-10.99.02.tar.lz
+drwxr-xr-x 2 root root 4096 2022-09-26 18:50 ./source/l/netpbm
+-rw-r--r-- 1 root root 3235211 2022-09-26 18:50 ./source/l/netpbm/netpbm-10.99.03.tar.lz
-rw-r--r-- 1 root root 381 2019-04-17 08:07 ./source/l/netpbm/netpbm-CAN-2005-2471.patch.gz
-rw-r--r-- 1 root root 382 2019-04-17 08:07 ./source/l/netpbm/netpbm-CVE-2017-2587.patch.gz
-rw-r--r-- 1 root root 284 2019-04-17 08:07 ./source/l/netpbm/netpbm-bmptopnm.patch.gz
@@ -11648,13 +11617,9 @@ drwxr-xr-x 2 root root 4096 2022-09-06 18:27 ./source/l/quazip
-rwxr-xr-- 1 root root 3921 2022-09-06 18:27 ./source/l/quazip/quazip.SlackBuild
-rw-r--r-- 1 root root 36 2020-09-29 22:21 ./source/l/quazip/quazip.url
-rw-r--r-- 1 root root 911 2020-11-28 00:37 ./source/l/quazip/slack-desc
-drwxr-xr-x 3 root root 4096 2021-02-13 05:32 ./source/l/readline
-drwxr-xr-x 2 root root 4096 2022-01-06 01:30 ./source/l/readline/readline-8.1-patches
--rw-r--r-- 1 root root 2454 2021-05-04 15:52 ./source/l/readline/readline-8.1-patches/readline81-001
--rw-r--r-- 1 root root 95 2021-05-04 15:52 ./source/l/readline/readline-8.1-patches/readline81-001.sig
--rw-r--r-- 1 root root 1242 2022-01-05 15:41 ./source/l/readline/readline-8.1-patches/readline81-002
--rw-r--r-- 1 root root 95 2022-01-05 15:41 ./source/l/readline/readline-8.1-patches/readline81-002.sig
--rw-r--r-- 1 root root 2069922 2020-12-06 20:45 ./source/l/readline/readline-8.1.tar.lz
+drwxr-xr-x 3 root root 4096 2022-09-26 18:05 ./source/l/readline
+drwxr-xr-x 2 root root 4096 2022-09-26 18:05 ./source/l/readline/readline-8.2-patches
+-rw-r--r-- 1 root root 2105163 2022-09-26 15:46 ./source/l/readline/readline-8.2.tar.lz
-rwxr-xr-x 1 root root 4806 2021-05-05 16:49 ./source/l/readline/readline.SlackBuild
-rw-r--r-- 1 root root 1012 2018-02-27 06:12 ./source/l/readline/slack-desc
drwxr-xr-x 2 root root 4096 2022-09-06 18:27 ./source/l/rpcsvc-proto
@@ -11850,9 +11815,9 @@ drwxr-xr-x 2 root root 4096 2022-09-06 18:27 ./source/l/woff2
-rw-r--r-- 1 root root 743 2020-02-16 23:10 ./source/l/woff2/slack-desc
-rw-r--r-- 1 root root 32983 2018-05-31 05:00 ./source/l/woff2/woff2-20180531_a0d0ed7.tar.lz
-rwxr-xr-x 1 root root 3716 2022-09-06 18:27 ./source/l/woff2/woff2.SlackBuild
-drwxr-xr-x 2 root root 4096 2022-07-06 18:06 ./source/l/xapian-core
+drwxr-xr-x 2 root root 4096 2022-09-26 19:03 ./source/l/xapian-core
-rw-r--r-- 1 root root 872 2018-10-30 21:09 ./source/l/xapian-core/slack-desc
--rw-r--r-- 1 root root 3003788 2022-07-04 06:46 ./source/l/xapian-core/xapian-core-1.4.20.tar.xz
+-rw-r--r-- 1 root root 3018384 2022-09-22 06:10 ./source/l/xapian-core/xapian-core-1.4.21.tar.xz
-rwxr-xr-x 1 root root 4287 2022-01-02 00:46 ./source/l/xapian-core/xapian-core.SlackBuild
drwxr-xr-x 2 root root 4096 2022-09-06 18:27 ./source/l/xxHash
-rw-r--r-- 1 root root 974 2020-06-23 19:09 ./source/l/xxHash/slack-desc
@@ -11962,41 +11927,41 @@ drwxr-xr-x 2 root root 4096 2021-02-13 05:32 ./source/n/bootp
-rw-r--r-- 1 root root 89235 1999-03-18 19:52 ./source/n/bootp/bootp_2.4.3.orig.tar.gz
-rw-r--r-- 1 root root 643 2002-02-27 00:08 ./source/n/bootp/bootptab.gz
-rw-r--r-- 1 root root 873 2018-02-27 06:13 ./source/n/bootp/slack-desc
-drwxr-xr-x 2 root root 4096 2021-03-21 17:41 ./source/n/bridge-utils
--rw-r--r-- 1 root root 29421 2021-03-21 17:40 ./source/n/bridge-utils/bridge-utils-1.7.1.tar.lz
--rwxr-xr-x 1 root root 4014 2021-03-21 17:41 ./source/n/bridge-utils/bridge-utils.SlackBuild
--rw-r--r-- 1 root root 131 2021-03-21 17:40 ./source/n/bridge-utils/bridge-utils.url
--rw-r--r-- 1 root root 1048 2018-02-27 06:13 ./source/n/bridge-utils/slack-desc
-drwxr-xr-x 2 root root 4096 2022-09-06 18:27 ./source/n/bsd-finger
--rw-r--r-- 1 root root 288 2017-08-02 23:32 ./source/n/bsd-finger/bsd-finger-0.16-allocbroken.patch.gz
--rw-r--r-- 1 root root 334 2017-08-02 23:32 ./source/n/bsd-finger/bsd-finger-0.16-pts.patch.gz
--rw-r--r-- 1 root root 2920 2017-08-02 23:32 ./source/n/bsd-finger/bsd-finger-0.17-coverity-bugs.patch.gz
--rw-r--r-- 1 root root 430 2017-08-02 23:32 ./source/n/bsd-finger/bsd-finger-0.17-exact.patch.gz
--rw-r--r-- 1 root root 541 2017-08-02 23:32 ./source/n/bsd-finger/bsd-finger-0.17-host-info.patch.gz
--rw-r--r-- 1 root root 234 2017-08-02 23:32 ./source/n/bsd-finger/bsd-finger-0.17-init-realname.patch.gz
--rw-r--r-- 1 root root 349 2017-08-02 23:32 ./source/n/bsd-finger/bsd-finger-0.17-match_sigsegv.patch.gz
--rw-r--r-- 1 root root 350 2017-08-02 23:32 ./source/n/bsd-finger/bsd-finger-0.17-rfc742.patch.gz
--rw-r--r-- 1 root root 302 2017-08-02 23:32 ./source/n/bsd-finger/bsd-finger-0.17-strip.patch.gz
--rw-r--r-- 1 root root 312 2017-08-02 23:32 ./source/n/bsd-finger/bsd-finger-0.17-time.patch.gz
--rw-r--r-- 1 root root 4169 2017-08-02 23:32 ./source/n/bsd-finger/bsd-finger-0.17-usagi-ipv6.patch.gz
--rw-r--r-- 1 root root 568 2017-08-02 23:32 ./source/n/bsd-finger/bsd-finger-0.17-utmp.patch.gz
--rw-r--r-- 1 root root 273 2001-02-26 01:21 ./source/n/bsd-finger/bsd-finger-0.17.diff.gz
--rw-r--r-- 1 root root 25521 2000-07-31 02:56 ./source/n/bsd-finger/bsd-finger-0.17.tar.gz
--rw-r--r-- 1 root root 1479 2017-08-02 23:32 ./source/n/bsd-finger/bsd-finger-wide-char-support5.patch.gz
--rwxr-xr-x 1 root root 3941 2022-09-06 18:27 ./source/n/bsd-finger/bsd-finger.SlackBuild
--rw-r--r-- 1 root root 1071 2018-02-27 06:13 ./source/n/bsd-finger/slack-desc
-drwxr-xr-x 2 root root 4096 2022-09-06 18:27 ./source/n/c-ares
--rw-r--r-- 1 root root 835619 2021-10-27 06:07 ./source/n/c-ares/c-ares-1.18.1.tar.lz
--rwxr-xr-x 1 root root 4417 2022-09-06 18:27 ./source/n/c-ares/c-ares.SlackBuild
--rw-r--r-- 1 root root 970 2021-04-09 19:13 ./source/n/c-ares/slack-desc
-drwxr-xr-x 2 root root 4096 2022-09-22 18:43 ./source/n/ca-certificates
--rwxr-xr-x 1 root root 3661 2021-10-05 19:57 ./source/n/ca-certificates/ca-certificates.SlackBuild
--rw-r--r-- 1 root root 14672 2018-12-11 03:14 ./source/n/ca-certificates/ca-certificates.tar.lz
--rw-r--r-- 1 root root 220992 2022-09-22 18:43 ./source/n/ca-certificates/certdata-20220922.txt.xz
--rw-r--r-- 1 root root 448 2021-10-05 19:56 ./source/n/ca-certificates/doinst.sh.gz
--rw-r--r-- 1 root root 374 2015-09-14 21:52 ./source/n/ca-certificates/fixup_update-ca-certificates.diff.gz
--rwxr-xr-x 1 root root 1626 2018-12-11 03:25 ./source/n/ca-certificates/get-certdata.txt.sh
--rw-r--r-- 1 root root 128 2012-09-11 21:12 ./source/n/ca-certificates/setup.11.cacerts
+drwxr-xr-x 2 root root 4096 2021-03-21 17:41 ./source/n/bridge-utils
+-rw-r--r-- 1 root root 29421 2021-03-21 17:40 ./source/n/bridge-utils/bridge-utils-1.7.1.tar.lz
+-rwxr-xr-x 1 root root 4014 2021-03-21 17:41 ./source/n/bridge-utils/bridge-utils.SlackBuild
+-rw-r--r-- 1 root root 131 2021-03-21 17:40 ./source/n/bridge-utils/bridge-utils.url
+-rw-r--r-- 1 root root 1048 2018-02-27 06:13 ./source/n/bridge-utils/slack-desc
+drwxr-xr-x 2 root root 4096 2022-09-06 18:27 ./source/n/bsd-finger
+-rw-r--r-- 1 root root 288 2017-08-02 23:32 ./source/n/bsd-finger/bsd-finger-0.16-allocbroken.patch.gz
+-rw-r--r-- 1 root root 334 2017-08-02 23:32 ./source/n/bsd-finger/bsd-finger-0.16-pts.patch.gz
+-rw-r--r-- 1 root root 2920 2017-08-02 23:32 ./source/n/bsd-finger/bsd-finger-0.17-coverity-bugs.patch.gz
+-rw-r--r-- 1 root root 430 2017-08-02 23:32 ./source/n/bsd-finger/bsd-finger-0.17-exact.patch.gz
+-rw-r--r-- 1 root root 541 2017-08-02 23:32 ./source/n/bsd-finger/bsd-finger-0.17-host-info.patch.gz
+-rw-r--r-- 1 root root 234 2017-08-02 23:32 ./source/n/bsd-finger/bsd-finger-0.17-init-realname.patch.gz
+-rw-r--r-- 1 root root 349 2017-08-02 23:32 ./source/n/bsd-finger/bsd-finger-0.17-match_sigsegv.patch.gz
+-rw-r--r-- 1 root root 350 2017-08-02 23:32 ./source/n/bsd-finger/bsd-finger-0.17-rfc742.patch.gz
+-rw-r--r-- 1 root root 302 2017-08-02 23:32 ./source/n/bsd-finger/bsd-finger-0.17-strip.patch.gz
+-rw-r--r-- 1 root root 312 2017-08-02 23:32 ./source/n/bsd-finger/bsd-finger-0.17-time.patch.gz
+-rw-r--r-- 1 root root 4169 2017-08-02 23:32 ./source/n/bsd-finger/bsd-finger-0.17-usagi-ipv6.patch.gz
+-rw-r--r-- 1 root root 568 2017-08-02 23:32 ./source/n/bsd-finger/bsd-finger-0.17-utmp.patch.gz
+-rw-r--r-- 1 root root 273 2001-02-26 01:21 ./source/n/bsd-finger/bsd-finger-0.17.diff.gz
+-rw-r--r-- 1 root root 25521 2000-07-31 02:56 ./source/n/bsd-finger/bsd-finger-0.17.tar.gz
+-rw-r--r-- 1 root root 1479 2017-08-02 23:32 ./source/n/bsd-finger/bsd-finger-wide-char-support5.patch.gz
+-rwxr-xr-x 1 root root 3941 2022-09-06 18:27 ./source/n/bsd-finger/bsd-finger.SlackBuild
+-rw-r--r-- 1 root root 1071 2018-02-27 06:13 ./source/n/bsd-finger/slack-desc
+drwxr-xr-x 2 root root 4096 2022-09-06 18:27 ./source/n/c-ares
+-rw-r--r-- 1 root root 835619 2021-10-27 06:07 ./source/n/c-ares/c-ares-1.18.1.tar.lz
+-rwxr-xr-x 1 root root 4417 2022-09-06 18:27 ./source/n/c-ares/c-ares.SlackBuild
+-rw-r--r-- 1 root root 970 2021-04-09 19:13 ./source/n/c-ares/slack-desc
+drwxr-xr-x 2 root root 4096 2022-09-22 18:43 ./source/n/ca-certificates
+-rwxr-xr-x 1 root root 3661 2021-10-05 19:57 ./source/n/ca-certificates/ca-certificates.SlackBuild
+-rw-r--r-- 1 root root 14672 2018-12-11 03:14 ./source/n/ca-certificates/ca-certificates.tar.lz
+-rw-r--r-- 1 root root 220992 2022-09-22 18:43 ./source/n/ca-certificates/certdata-20220922.txt.xz
+-rw-r--r-- 1 root root 448 2021-10-05 19:56 ./source/n/ca-certificates/doinst.sh.gz
+-rw-r--r-- 1 root root 374 2015-09-14 21:52 ./source/n/ca-certificates/fixup_update-ca-certificates.diff.gz
+-rwxr-xr-x 1 root root 1626 2018-12-11 03:25 ./source/n/ca-certificates/get-certdata.txt.sh
+-rw-r--r-- 1 root root 128 2012-09-11 21:12 ./source/n/ca-certificates/setup.11.cacerts
-rw-r--r-- 1 root root 829 2019-02-26 23:30 ./source/n/ca-certificates/slack-desc
-rw-r--r-- 1 root root 229 2019-02-26 20:33 ./source/n/ca-certificates/update-ca-certificates.c_rehash.diff.gz
drwxr-xr-x 2 root root 4096 2022-09-06 18:27 ./source/n/cifs-utils
@@ -12069,11 +12034,10 @@ drwxr-xr-x 2 root root 4096 2022-08-28 18:48 ./source/n/dhcpcd/patches
-rw-r--r-- 1 root root 411 2018-01-02 10:20 ./source/n/dhcpcd/patches/dhcpcd.conf-request_ntp_server_by_default.patch
-rw-r--r-- 1 root root 316 2021-08-10 04:00 ./source/n/dhcpcd/patches/use-hostname_short-in-dhcpcd.conf.patch
-rw-r--r-- 1 root root 947 2018-02-27 06:13 ./source/n/dhcpcd/slack-desc
-drwxr-xr-x 2 root root 4096 2021-09-09 17:11 ./source/n/dnsmasq
--rw-r--r-- 1 root root 898 2019-08-28 17:40 ./source/n/dnsmasq/dnsmasq-2.80-SIOCGSTAMP.patch.gz
--rw-r--r-- 1 root root 531404 2021-09-08 21:53 ./source/n/dnsmasq/dnsmasq-2.86.tar.xz
--rw-r--r-- 1 root root 833 2021-09-08 21:53 ./source/n/dnsmasq/dnsmasq-2.86.tar.xz.asc
--rwxr-xr-x 1 root root 4269 2021-09-09 17:11 ./source/n/dnsmasq/dnsmasq.SlackBuild
+drwxr-xr-x 2 root root 4096 2022-09-26 18:09 ./source/n/dnsmasq
+-rw-r--r-- 1 root root 540528 2022-09-25 21:58 ./source/n/dnsmasq/dnsmasq-2.87.tar.xz
+-rw-r--r-- 1 root root 833 2022-09-25 21:58 ./source/n/dnsmasq/dnsmasq-2.87.tar.xz.asc
+-rwxr-xr-x 1 root root 4145 2022-09-26 18:10 ./source/n/dnsmasq/dnsmasq.SlackBuild
-rw-r--r-- 1 root root 543 2010-01-22 21:33 ./source/n/dnsmasq/dnsmasq.leasedir.diff.gz
-rw-r--r-- 1 root root 246 2017-07-07 18:28 ./source/n/dnsmasq/dnsmasq.libidn2.diff.gz
-rw-r--r-- 1 root root 345 2021-04-25 18:48 ./source/n/dnsmasq/doinst.sh.gz
@@ -14615,11 +14579,11 @@ drwxr-xr-x 2 root root 4096 2022-08-08 19:27 ./source/x/xorg-server-xwayla
-rwxr-xr-x 1 root root 5115 2022-08-08 19:27 ./source/x/xorg-server-xwayland/xorg-server-xwayland.SlackBuild
-rw-r--r-- 1 root root 1272440 2022-07-12 14:04 ./source/x/xorg-server-xwayland/xwayland-22.1.3.tar.xz
-rw-r--r-- 1 root root 95 2022-07-12 14:04 ./source/x/xorg-server-xwayland/xwayland-22.1.3.tar.xz.sig
-drwxr-xr-x 2 root root 4096 2022-03-10 19:18 ./source/x/xterm
+drwxr-xr-x 2 root root 4096 2022-09-26 19:04 ./source/x/xterm
-rw-r--r-- 1 root root 3266 2022-01-19 05:01 ./source/x/xterm/XTerm-console
-rw-r--r-- 1 root root 391 2019-01-01 20:06 ./source/x/xterm/doinst.sh.gz
-rw-r--r-- 1 root root 761 2018-02-27 06:13 ./source/x/xterm/slack-desc
--rw-r--r-- 1 root root 1040540 2022-03-10 01:00 ./source/x/xterm/xterm-372.tar.lz
+-rw-r--r-- 1 root root 1047288 2022-09-25 23:05 ./source/x/xterm/xterm-373.tar.lz
-rwxr-xr-x 1 root root 5055 2022-03-01 00:54 ./source/x/xterm/xterm.SlackBuild
-rw-r--r-- 1 root root 38 2018-08-13 18:38 ./source/x/xterm/xterm.url
drwxr-xr-x 52 root root 4096 2022-06-30 23:26 ./source/xap
@@ -15244,39 +15208,39 @@ drwxr-xr-x 2 root root 4096 2019-02-17 22:03 ./source/y/bsd-games/patches
-rw-r--r-- 1 root root 745 2019-02-17 21:20 ./source/y/bsd-games/patches/0012-Fix-include-stdio.h-C-incompatibility.patch.gz
-rw-r--r-- 1 root root 25237 2019-02-17 21:20 ./source/y/bsd-games/patches/0013-Update-acronyms.patch.gz
-rw-r--r-- 1 root root 7476 2019-02-17 21:20 ./source/y/bsd-games/patches/0015-primes-Update-to-NetBSD-CVS-2018-02-03.patch.gz
--rw-r--r-- 1 root root 791 2019-02-17 21:20 ./source/y/bsd-games/patches/0016-Better-explanation-how-to-read-the-documentation.patch.gz
--rw-r--r-- 1 root root 801 2019-02-17 21:20 ./source/y/bsd-games/patches/0017-hack-Fix-segv-when-i-inventory-done-after-load-from-.patch.gz
--rw-r--r-- 1 root root 563 2003-02-03 21:48 ./source/y/bsd-games/patches/bsd-games.config.params.diff.gz
--rw-r--r-- 1 root root 422 2019-02-17 21:39 ./source/y/bsd-games/patches/bsd-games.factor.no.ubig.diff.gz
--rw-r--r-- 1 root root 313 2019-02-17 22:07 ./source/y/bsd-games/patches/bsd-games.fortunepath.diff.gz
--rw-r--r-- 1 root root 1960 2006-09-09 00:47 ./source/y/bsd-games/patches/bsd-games.pom.diff.gz
--rw-r--r-- 1 root root 1065 2019-02-17 22:28 ./source/y/bsd-games/slack-desc
-drwxr-xr-x 2 root root 4096 2022-09-06 18:27 ./source/y/nethack
--rw-r--r-- 1 root root 4023451 2020-03-08 18:44 ./source/y/nethack/nethack-366-src.tar.lz
--rwxr-xr-x 1 root root 5000 2022-09-06 18:27 ./source/y/nethack/nethack.SlackBuild
--rw-r--r-- 1 root root 59 2020-12-30 20:25 ./source/y/nethack/nethack.url
--rw-r--r-- 1 root root 1031 2020-12-30 21:50 ./source/y/nethack/slack-desc
-drwxr-xr-x 4 root root 4096 2022-09-22 19:57 ./testing
--rw-r--r-- 1 root root 1194 2022-09-22 19:57 ./testing/CHECKSUMS.md5
--rw-r--r-- 1 root root 163 2022-09-22 19:57 ./testing/CHECKSUMS.md5.asc
--rw-r--r-- 1 root root 1575 2022-09-22 19:57 ./testing/FILE_LIST
--rw-r--r-- 1 root root 1405882 2022-09-22 19:57 ./testing/MANIFEST.bz2
--rw-r--r-- 1 root root 832 2022-09-22 19:57 ./testing/PACKAGES.TXT
-drwxr-xr-x 2 root root 4096 2022-09-22 19:57 ./testing/packages
--rw-r--r-- 1 root root 426 2022-09-22 18:53 ./testing/packages/rust-1.64.0-x86_64-1.txt
--rw-r--r-- 1 root root 72133112 2022-09-22 18:53 ./testing/packages/rust-1.64.0-x86_64-1.txz
--rw-r--r-- 1 root root 163 2022-09-22 18:53 ./testing/packages/rust-1.64.0-x86_64-1.txz.asc
-drwxr-xr-x 3 root root 4096 2022-09-22 18:17 ./testing/source
-drwxr-xr-x 2 root root 4096 2022-09-22 18:21 ./testing/source/rust
--rw-r--r-- 1 root root 261 2020-11-19 19:46 ./testing/source/rust/link_libffi.diff.gz
--rw-r--r-- 1 root root 450 2022-08-06 04:15 ./testing/source/rust/llvm.sanitizer_platform_limits_posix.cpp.glibc-2.36.diff.gz
--rwxr-xr-x 1 root root 10011 2022-09-22 18:19 ./testing/source/rust/rust.SlackBuild
--rw-r--r-- 1 root root 1670 2022-09-22 18:20 ./testing/source/rust/rust.url
--rw-r--r-- 1 root root 127608594 2022-09-22 13:29 ./testing/source/rust/rustc-1.64.0-src.tar.lz
--rw-r--r-- 1 root root 910 2018-02-27 06:49 ./testing/source/rust/slack-desc
-drwxr-xr-x 2 root root 4096 2022-09-23 23:50 ./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 57607168 2022-09-23 23:50 ./usb-and-pxe-installers/usbboot.img
--rw-r--r-- 1 root root 16314 2022-03-24 20:54 ./usb-and-pxe-installers/usbimg2disk.sh
+-rw-r--r-- 1 root root 791 2019-02-17 21:20 ./source/y/bsd-games/patches/0016-Better-explanation-how-to-read-the-documentation.patch.gz
+-rw-r--r-- 1 root root 801 2019-02-17 21:20 ./source/y/bsd-games/patches/0017-hack-Fix-segv-when-i-inventory-done-after-load-from-.patch.gz
+-rw-r--r-- 1 root root 563 2003-02-03 21:48 ./source/y/bsd-games/patches/bsd-games.config.params.diff.gz
+-rw-r--r-- 1 root root 422 2019-02-17 21:39 ./source/y/bsd-games/patches/bsd-games.factor.no.ubig.diff.gz
+-rw-r--r-- 1 root root 313 2019-02-17 22:07 ./source/y/bsd-games/patches/bsd-games.fortunepath.diff.gz
+-rw-r--r-- 1 root root 1960 2006-09-09 00:47 ./source/y/bsd-games/patches/bsd-games.pom.diff.gz
+-rw-r--r-- 1 root root 1065 2019-02-17 22:28 ./source/y/bsd-games/slack-desc
+drwxr-xr-x 2 root root 4096 2022-09-06 18:27 ./source/y/nethack
+-rw-r--r-- 1 root root 4023451 2020-03-08 18:44 ./source/y/nethack/nethack-366-src.tar.lz
+-rwxr-xr-x 1 root root 5000 2022-09-06 18:27 ./source/y/nethack/nethack.SlackBuild
+-rw-r--r-- 1 root root 59 2020-12-30 20:25 ./source/y/nethack/nethack.url
+-rw-r--r-- 1 root root 1031 2020-12-30 21:50 ./source/y/nethack/slack-desc
+drwxr-xr-x 4 root root 4096 2022-09-22 19:57 ./testing
+-rw-r--r-- 1 root root 1194 2022-09-22 19:57 ./testing/CHECKSUMS.md5
+-rw-r--r-- 1 root root 163 2022-09-22 19:57 ./testing/CHECKSUMS.md5.asc
+-rw-r--r-- 1 root root 1575 2022-09-22 19:57 ./testing/FILE_LIST
+-rw-r--r-- 1 root root 1405882 2022-09-22 19:57 ./testing/MANIFEST.bz2
+-rw-r--r-- 1 root root 832 2022-09-22 19:57 ./testing/PACKAGES.TXT
+drwxr-xr-x 2 root root 4096 2022-09-22 19:57 ./testing/packages
+-rw-r--r-- 1 root root 426 2022-09-22 18:53 ./testing/packages/rust-1.64.0-x86_64-1.txt
+-rw-r--r-- 1 root root 72133112 2022-09-22 18:53 ./testing/packages/rust-1.64.0-x86_64-1.txz
+-rw-r--r-- 1 root root 163 2022-09-22 18:53 ./testing/packages/rust-1.64.0-x86_64-1.txz.asc
+drwxr-xr-x 3 root root 4096 2022-09-22 18:17 ./testing/source
+drwxr-xr-x 2 root root 4096 2022-09-22 18:21 ./testing/source/rust
+-rw-r--r-- 1 root root 261 2020-11-19 19:46 ./testing/source/rust/link_libffi.diff.gz
+-rw-r--r-- 1 root root 450 2022-08-06 04:15 ./testing/source/rust/llvm.sanitizer_platform_limits_posix.cpp.glibc-2.36.diff.gz
+-rwxr-xr-x 1 root root 10011 2022-09-22 18:19 ./testing/source/rust/rust.SlackBuild
+-rw-r--r-- 1 root root 1670 2022-09-22 18:20 ./testing/source/rust/rust.url
+-rw-r--r-- 1 root root 127608594 2022-09-22 13:29 ./testing/source/rust/rustc-1.64.0-src.tar.lz
+-rw-r--r-- 1 root root 910 2018-02-27 06:49 ./testing/source/rust/slack-desc
+drwxr-xr-x 2 root root 4096 2022-09-23 23:50 ./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 57607168 2022-09-23 23:50 ./usb-and-pxe-installers/usbboot.img
+-rw-r--r-- 1 root root 16314 2022-03-24 20:54 ./usb-and-pxe-installers/usbimg2disk.sh
diff --git a/recompress.sh b/recompress.sh
index d820f01bf..33f6ea4d0 100755
--- a/recompress.sh
+++ b/recompress.sh
@@ -599,7 +599,6 @@ gzip ./source/n/dhcp/doinst.sh
gzip ./source/n/proftpd/doinst.sh
gzip ./source/n/dnsmasq/rc.dnsmasq
gzip ./source/n/dnsmasq/dnsmasq.leasedir.diff
-gzip ./source/n/dnsmasq/dnsmasq-2.80-SIOCGSTAMP.patch
gzip ./source/n/dnsmasq/doinst.sh
gzip ./source/n/dnsmasq/dnsmasq.libidn2.diff
gzip ./source/n/cyrus-sasl/rc.saslauthd
@@ -647,6 +646,7 @@ gzip ./source/ap/libx86/libx86-mmap-offset.patch
gzip ./source/ap/libx86/libx86-add-pkgconfig.patch
gzip ./source/ap/vim/ctags.use-conventional-unused-marker.patch
gzip ./source/ap/vim/vim.vimrc.diff
+gzip ./source/ap/vim/doinst.sh
gzip ./source/ap/acct/acct.logdir.fhs.diff
gzip ./source/ap/usbmuxd/39-usbmuxd.rules
gzip ./source/ap/usbmuxd/doinst.sh
diff --git a/source/a/bash/bash-5.1-patches/bash51-001 b/source/a/bash/bash-5.1-patches/bash51-001
deleted file mode 100644
index 6f29981d2..000000000
--- a/source/a/bash/bash-5.1-patches/bash51-001
+++ /dev/null
@@ -1,80 +0,0 @@
- BASH PATCH REPORT
- =================
-
-Bash-Release: 5.1
-Patch-ID: bash51-001
-
-Bug-Reported-by: Fazal Majid <fazal@majid.org>
-Bug-Reference-ID: <DEAB7D2C-C626-450C-B2E5-281AFF2D26D4@majid.org>
-Bug-Reference-URL: https://lists.gnu.org/archive/html/bug-bash/2020-12/msg00000.html
-
-Bug-Description:
-
-There is a missing dependency on a constructed file, which can cause highly
-parellel builds to fail.
-
-Patch (apply with `patch -p0'):
-
-*** ../bash-5.1-patched/Makefile.in 2020-12-04 09:51:19.000000000 -0500
---- Makefile.in 2020-12-16 11:28:36.000000000 -0500
-***************
-*** 1316,1319 ****
---- 1316,1320 ----
- bashline.o: pcomplete.h ${BASHINCDIR}/chartypes.h input.h
- bashline.o: ${BASHINCDIR}/shmbutil.h ${BASHINCDIR}/shmbchar.h
-+ bashline.o: ${DEFDIR}/builtext.h
- bracecomp.o: config.h bashansi.h ${BASHINCDIR}/ansi_stdlib.h
- bracecomp.o: shell.h syntax.h config.h bashjmp.h ${BASHINCDIR}/posixjmp.h
-***************
-*** 1436,1439 ****
---- 1437,1441 ----
- builtins/evalstring.o: jobs.h builtins.h flags.h input.h execute_cmd.h
- builtins/evalstring.o: bashhist.h $(DEFSRC)/common.h pathnames.h
-+ builtins/evalstring.o: ${DEFDIR}/builtext.h
- builtins/getopt.o: config.h ${BASHINCDIR}/memalloc.h
- builtins/getopt.o: shell.h syntax.h bashjmp.h command.h general.h xmalloc.h error.h
-
-*** ../bash-5.1-patched/builtins/Makefile.in 2019-07-25 08:03:45.000000000 -0400
---- builtins/Makefile.in 2020-12-16 11:29:29.000000000 -0500
-***************
-*** 362,366 ****
- evalstring.o: $(topdir)/flags.h $(topdir)/input.h $(topdir)/execute_cmd.h
- evalstring.o: $(topdir)/bashhist.h $(srcdir)/common.h
-! evalstring.o: $(topdir)/trap.h $(topdir)/redir.h ../pathnames.h
- #evalstring.o: $(topdir)/y.tab.h
- getopt.o: ../config.h $(BASHINCDIR)/memalloc.h
---- 362,366 ----
- evalstring.o: $(topdir)/flags.h $(topdir)/input.h $(topdir)/execute_cmd.h
- evalstring.o: $(topdir)/bashhist.h $(srcdir)/common.h
-! evalstring.o: $(topdir)/trap.h $(topdir)/redir.h ../pathnames.h ./builtext.h
- #evalstring.o: $(topdir)/y.tab.h
- getopt.o: ../config.h $(BASHINCDIR)/memalloc.h
-
-*** ../bash-5.1/patchlevel.h 2020-06-22 14:51:03.000000000 -0400
---- patchlevel.h 2020-10-01 11:01:28.000000000 -0400
-***************
-*** 1,5 ****
- /* patchlevel.h -- current bash patch level */
-
-! /* Copyright (C) 2001-2016 Free Software Foundation, Inc.
-
- This file is part of GNU Bash, the Bourne Again SHell.
---- 1,5 ----
- /* patchlevel.h -- current bash patch level */
-
-! /* Copyright (C) 2001-2020 Free Software Foundation, Inc.
-
- This file is part of GNU Bash, the Bourne Again SHell.
-***************
-*** 26,30 ****
- looks for to find the patch level (for the sccs version string). */
-
-! #define PATCHLEVEL 0
-
- #endif /* _PATCHLEVEL_H_ */
---- 26,30 ----
- looks for to find the patch level (for the sccs version string). */
-
-! #define PATCHLEVEL 1
-
- #endif /* _PATCHLEVEL_H_ */
diff --git a/source/a/bash/bash-5.1-patches/bash51-002 b/source/a/bash/bash-5.1-patches/bash51-002
deleted file mode 100644
index 8c991649a..000000000
--- a/source/a/bash/bash-5.1-patches/bash51-002
+++ /dev/null
@@ -1,57 +0,0 @@
- BASH PATCH REPORT
- =================
-
-Bash-Release: 5.1
-Patch-ID: bash51-002
-
-Bug-Reported-by: oguzismailuysal@gmail.com
-Bug-Reference-ID: <CAH7i3LoHFUa4aSF5-AD2r80HG-p-YzD_9ZxomarZkhP8NMq63g@mail.gmail.com>
-Bug-Reference-URL: https://lists.gnu.org/archive/html/bug-bash/2020-12/msg00037.html
-
-Bug-Description:
-
-If there are no jobs, and the `-n' and `-p' options are both supplied to
-`wait', bash can assign a value to the variable name specified with `-p'
-instead of leaving it unset.
-
-Patch (apply with `patch -p0'):
-
-*** ../bash-5.1-patched/builtins/wait.def 2020-04-09 15:13:57.000000000 -0400
---- builtins/wait.def 2020-12-11 09:46:49.000000000 -0500
-***************
-*** 214,222 ****
-
- status = wait_for_any_job (wflags, &pstat);
-- if (status < 0)
-- status = 127;
--
- if (vname && status >= 0)
- bind_var_to_int (vname, pstat.pid);
- if (list)
- unset_waitlist ();
---- 214,222 ----
-
- status = wait_for_any_job (wflags, &pstat);
- if (vname && status >= 0)
- bind_var_to_int (vname, pstat.pid);
-+
-+ if (status < 0)
-+ status = 127;
- if (list)
- unset_waitlist ();
-
-*** ../bash-5.1/patchlevel.h 2020-06-22 14:51:03.000000000 -0400
---- patchlevel.h 2020-10-01 11:01:28.000000000 -0400
-***************
-*** 26,30 ****
- looks for to find the patch level (for the sccs version string). */
-
-! #define PATCHLEVEL 1
-
- #endif /* _PATCHLEVEL_H_ */
---- 26,30 ----
- looks for to find the patch level (for the sccs version string). */
-
-! #define PATCHLEVEL 2
-
- #endif /* _PATCHLEVEL_H_ */
diff --git a/source/a/bash/bash-5.1-patches/bash51-003 b/source/a/bash/bash-5.1-patches/bash51-003
deleted file mode 100644
index 68e5dce6a..000000000
--- a/source/a/bash/bash-5.1-patches/bash51-003
+++ /dev/null
@@ -1,53 +0,0 @@
- BASH PATCH REPORT
- =================
-
-Bash-Release: 5.1
-Patch-ID: bash51-003
-
-Bug-Reported-by: oguzismailuysal@gmail.com
-Bug-Reference-ID: <CAH7i3LpG91BnNcDtaTUm2Ph7a+PnJkuh6nAc87cVL7_38tOaMQ@mail.gmail.com>
-Bug-Reference-URL: https://lists.gnu.org/archive/html/bug-bash/2020-12/msg00050.html
-
-Bug-Description:
-
-Bash does not put a command substitution process that is started to perform an
-expansion in a child process into the right process group where it can receive
-keyboard-generated signals.
-
-Patch (apply with `patch -p0'):
-
-*** ../bash-5.1-patched/subst.c 2020-11-16 10:33:15.000000000 -0500
---- subst.c 2020-12-12 13:50:11.000000000 -0500
-***************
-*** 6357,6362 ****
- #if defined (JOB_CONTROL)
- old_pipeline_pgrp = pipeline_pgrp;
-! /* Don't reset the pipeline pgrp if we're already a subshell in a pipeline. */
-! if ((subshell_environment & SUBSHELL_PIPE) == 0)
- pipeline_pgrp = shell_pgrp;
- cleanup_the_pipeline ();
---- 6357,6364 ----
- #if defined (JOB_CONTROL)
- old_pipeline_pgrp = pipeline_pgrp;
-! /* Don't reset the pipeline pgrp if we're already a subshell in a pipeline or
-! we've already forked to run a disk command (and are expanding redirections,
-! for example). */
-! if ((subshell_environment & (SUBSHELL_FORK|SUBSHELL_PIPE)) == 0)
- pipeline_pgrp = shell_pgrp;
- cleanup_the_pipeline ();
-
-*** ../bash-5.1/patchlevel.h 2020-06-22 14:51:03.000000000 -0400
---- patchlevel.h 2020-10-01 11:01:28.000000000 -0400
-***************
-*** 26,30 ****
- looks for to find the patch level (for the sccs version string). */
-
-! #define PATCHLEVEL 2
-
- #endif /* _PATCHLEVEL_H_ */
---- 26,30 ----
- looks for to find the patch level (for the sccs version string). */
-
-! #define PATCHLEVEL 3
-
- #endif /* _PATCHLEVEL_H_ */
diff --git a/source/a/bash/bash-5.1-patches/bash51-004 b/source/a/bash/bash-5.1-patches/bash51-004
deleted file mode 100644
index 39a6c647f..000000000
--- a/source/a/bash/bash-5.1-patches/bash51-004
+++ /dev/null
@@ -1,126 +0,0 @@
- BASH PATCH REPORT
- =================
-
-Bash-Release: 5.1
-Patch-ID: bash51-004
-
-Bug-Reported-by: oguzismailuysal@gmail.com
-Bug-Reference-ID: <CAH7i3LoHGmwaghDpCWRUfcY04gQmeDTH3RiG=bf2b=KbU=gyhw@mail.gmail.com>
-Bug-Reference-URL: https://lists.gnu.org/archive/html/bug-bash/2020-12/msg00039.html
-
-Bug-Description:
-
-If a key-value compound array assignment to an associative array is supplied
-as an assignment statement argument to the `declare' command that declares the
-array, the assignment doesn't perform the correct word expansions.
-
-This patch makes key-value assignment and subscript assignment perform the
-same expansions when they're supplied as an argument to `declare'.
-
-Patch (apply with `patch -p0'):
-
-*** ../bash-5.1-patched/arrayfunc.c 2020-10-09 11:38:58.000000000 -0400
---- arrayfunc.c 2020-12-11 15:12:22.000000000 -0500
-***************
-*** 598,601 ****
---- 598,622 ----
- }
- }
-+
-+ /* Return non-zero if L appears to be a key-value pair associative array
-+ compound assignment. */
-+ int
-+ kvpair_assignment_p (l)
-+ WORD_LIST *l;
-+ {
-+ return (l && (l->word->flags & W_ASSIGNMENT) == 0 && l->word->word[0] != '['); /*]*/
-+ }
-+
-+ char *
-+ expand_and_quote_kvpair_word (w)
-+ char *w;
-+ {
-+ char *t, *r;
-+
-+ t = w ? expand_assignment_string_to_string (w, 0) : 0;
-+ r = sh_single_quote (t ? t : "");
-+ free (t);
-+ return r;
-+ }
- #endif
-
-***************
-*** 641,645 ****
-
- #if ASSOC_KVPAIR_ASSIGNMENT
-! if (assoc_p (var) && nlist && (nlist->word->flags & W_ASSIGNMENT) == 0 && nlist->word->word[0] != '[') /*]*/
- {
- iflags = flags & ~ASS_APPEND;
---- 662,666 ----
-
- #if ASSOC_KVPAIR_ASSIGNMENT
-! if (assoc_p (var) && kvpair_assignment_p (nlist))
- {
- iflags = flags & ~ASS_APPEND;
-*** ../bash-5.1-patched/arrayfunc.h 2020-04-29 17:24:15.000000000 -0400
---- arrayfunc.h 2020-12-11 14:23:50.000000000 -0500
-***************
-*** 68,71 ****
---- 68,74 ----
- extern void quote_compound_array_list PARAMS((WORD_LIST *, int));
-
-+ extern int kvpair_assignment_p PARAMS((WORD_LIST *));
-+ extern char *expand_and_quote_kvpair_word PARAMS((char *));
-+
- extern int unbind_array_element PARAMS((SHELL_VAR *, char *, int));
- extern int skipsubscript PARAMS((const char *, int, int));
-*** ../bash-5.1-patched/subst.c 2020-11-16 10:33:15.000000000 -0500
---- subst.c 2020-12-11 15:11:10.000000000 -0500
-***************
-*** 11605,11608 ****
---- 11605,11609 ----
- WORD_LIST *l, *nl;
- char *t;
-+ int kvpair;
-
- if (flags == 0)
-***************
-*** 11619,11622 ****
---- 11620,11627 ----
- /* Associative array */
- l = parse_string_to_word_list (value, 1, "array assign");
-+ #if ASSOC_KVPAIR_ASSIGNMENT
-+ kvpair = kvpair_assignment_p (l);
-+ #endif
-+
- /* For associative arrays, with their arbitrary subscripts, we have to
- expand and quote in one step so we don't have to search for the
-***************
-*** 11624,11627 ****
---- 11629,11638 ----
- for (nl = l; nl; nl = nl->next)
- {
-+ #if ASSOC_KVPAIR_ASSIGNMENT
-+ if (kvpair)
-+ /* keys and values undergo the same set of expansions */
-+ t = expand_and_quote_kvpair_word (nl->word->word);
-+ else
-+ #endif
- if ((nl->word->flags & W_ASSIGNMENT) == 0)
- t = sh_single_quote (nl->word->word ? nl->word->word : "");
-
-*** ../bash-5.1/patchlevel.h 2020-06-22 14:51:03.000000000 -0400
---- patchlevel.h 2020-10-01 11:01:28.000000000 -0400
-***************
-*** 26,30 ****
- looks for to find the patch level (for the sccs version string). */
-
-! #define PATCHLEVEL 3
-
- #endif /* _PATCHLEVEL_H_ */
---- 26,30 ----
- looks for to find the patch level (for the sccs version string). */
-
-! #define PATCHLEVEL 4
-
- #endif /* _PATCHLEVEL_H_ */
diff --git a/source/a/bash/bash-5.1-patches/bash51-005 b/source/a/bash/bash-5.1-patches/bash51-005
deleted file mode 100644
index dee89561d..000000000
--- a/source/a/bash/bash-5.1-patches/bash51-005
+++ /dev/null
@@ -1,100 +0,0 @@
- BASH PATCH REPORT
- =================
-
-Bash-Release: 5.1
-Patch-ID: bash51-005
-
-Bug-Reported-by: Alexander Mescheryakov <alexander.s.m@gmail.com>,
- konsolebox <konsolebox@gmail.com>
-Bug-Reference-ID: <5ffd7f3d.1c69fb81.dee25.166c@mx.google.com>,
- <CAJnmqwaVs7M6NBqZzcHy5c2+yHkTEg7p+o8ZWuA7sN+6N1q4CA@mail.gmail.com>
-Bug-Reference-URL: https://lists.gnu.org/archive/html/bug-bash/2021-01/msg00082.html,
- https://lists.gnu.org/archive/html/bug-bash/2021-04/msg00160.html
-
-Bug-Description:
-
-Fix two memory leaks when assigning arrays using compound assignment syntax.
-
-Patch (apply with `patch -p0'):
-
-*** ../bash-5.1-patched/subst.c 2020-12-16 17:01:32.000000000 -0500
---- subst.c 2021-01-24 17:48:40.000000000 -0500
-***************
-*** 11674,11677 ****
---- 11674,11679 ----
-
- value = string_list (l);
-+ dispose_words (l);
-+
- wlen = STRLEN (value);
-
-*** ../bash-5.1-patched/arrayfunc.c 2020-12-16 17:01:32.000000000 -0500
---- arrayfunc.c 2021-04-19 16:43:09.000000000 -0400
-***************
-*** 565,574 ****
- WORD_LIST *list;
- char *akey, *aval, *k, *v;
-- int free_aval;
-
- for (list = nlist; list; list = list->next)
- {
-- free_aval = 0;
--
- k = list->word->word;
- v = list->next ? list->next->word->word : 0;
---- 565,571 ----
-***************
-*** 578,583 ****
-
- akey = expand_assignment_string_to_string (k, 0);
-- aval = expand_assignment_string_to_string (v, 0);
--
- if (akey == 0 || *akey == 0)
- {
---- 575,578 ----
-***************
-*** 586,599 ****
- continue;
- }
- if (aval == 0)
- {
- aval = (char *)xmalloc (1);
- aval[0] = '\0'; /* like do_assignment_internal */
-- free_aval = 1;
- }
-
- bind_assoc_var_internal (var, h, akey, aval, flags);
-! if (free_aval)
-! free (aval);
- }
- }
---- 581,594 ----
- continue;
- }
-+
-+ aval = expand_assignment_string_to_string (v, 0);
- if (aval == 0)
- {
- aval = (char *)xmalloc (1);
- aval[0] = '\0'; /* like do_assignment_internal */
- }
-
- bind_assoc_var_internal (var, h, akey, aval, flags);
-! free (aval);
- }
- }
-*** ../bash-5.1/patchlevel.h 2020-06-22 14:51:03.000000000 -0400
---- patchlevel.h 2020-10-01 11:01:28.000000000 -0400
-***************
-*** 26,30 ****
- looks for to find the patch level (for the sccs version string). */
-
-! #define PATCHLEVEL 4
-
- #endif /* _PATCHLEVEL_H_ */
---- 26,30 ----
- looks for to find the patch level (for the sccs version string). */
-
-! #define PATCHLEVEL 5
-
- #endif /* _PATCHLEVEL_H_ */
diff --git a/source/a/bash/bash-5.1-patches/bash51-006 b/source/a/bash/bash-5.1-patches/bash51-006
deleted file mode 100644
index dcabf8113..000000000
--- a/source/a/bash/bash-5.1-patches/bash51-006
+++ /dev/null
@@ -1,48 +0,0 @@
- BASH PATCH REPORT
- =================
-
-Bash-Release: 5.1
-Patch-ID: bash51-006
-
-Bug-Reported-by: oguzismailuysal@gmail.com
-Bug-Reference-ID: <CAH7i3LoY7C+pV_yG2LxwPNtAw3kiRkxmB4KcL1dTsih0u2BdKA@mail.gmail.com>
-Bug-Reference-URL: https://lists.gnu.org/archive/html/bug-bash/2020-12/msg00108.html
-
-Bug-Description:
-
-Make sure child processes forked to run command substitutions are in the
-proper process group.
-
-Patch (apply with `patch -p0'):
-
-*** ../bash-5.1-patched/subst.c 2020-12-16 17:01:32.000000000 -0500
---- subst.c 2020-12-25 19:20:25.000000000 -0500
-***************
-*** 6413,6416 ****
---- 6413,6423 ----
- interactive = 0;
-
-+ #if defined (JOB_CONTROL)
-+ /* Invariant: in child processes started to run command substitutions,
-+ pipeline_pgrp == shell_pgrp. Other parts of the shell assume this. */
-+ if (pipeline_pgrp > 0 && pipeline_pgrp != shell_pgrp)
-+ shell_pgrp = pipeline_pgrp;
-+ #endif
-+
- set_sigint_handler (); /* XXX */
-
-*** ../bash-5.1/patchlevel.h 2020-06-22 14:51:03.000000000 -0400
---- patchlevel.h 2020-10-01 11:01:28.000000000 -0400
-***************
-*** 26,30 ****
- looks for to find the patch level (for the sccs version string). */
-
-! #define PATCHLEVEL 5
-
- #endif /* _PATCHLEVEL_H_ */
---- 26,30 ----
- looks for to find the patch level (for the sccs version string). */
-
-! #define PATCHLEVEL 6
-
- #endif /* _PATCHLEVEL_H_ */
diff --git a/source/a/bash/bash-5.1-patches/bash51-007 b/source/a/bash/bash-5.1-patches/bash51-007
deleted file mode 100644
index ffd04fa43..000000000
--- a/source/a/bash/bash-5.1-patches/bash51-007
+++ /dev/null
@@ -1,95 +0,0 @@
- BASH PATCH REPORT
- =================
-
-Bash-Release: 5.1
-Patch-ID: bash51-007
-
-Bug-Reported-by: Tom Tromey <tom@tromey.com>
-Bug-Reference-ID: <875z3u9fd0.fsf@tromey.com>
-Bug-Reference-URL: https://lists.gnu.org/archive/html/bug-readline/2021-01/msg00009.html
-
-Bug-Description:
-
-The code to check readline versions in an inputrc file had the sense of the
-comparisons reversed.
-
-Patch (apply with `patch -p0'):
-
-*** ../bash-5.1-patched/lib/readline/bind.c 2020-10-26 10:03:14.000000000 -0400
---- lib/readline/bind.c 2021-01-18 16:38:48.000000000 -0500
-***************
-*** 1235,1239 ****
- else if (_rl_strnicmp (args, "version", 7) == 0)
- {
-! int rlversion, versionarg, op, previ, major, minor;
-
- _rl_parsing_conditionalized_out = 1;
---- 1235,1239 ----
- else if (_rl_strnicmp (args, "version", 7) == 0)
- {
-! int rlversion, versionarg, op, previ, major, minor, opresult;
-
- _rl_parsing_conditionalized_out = 1;
-***************
-*** 1295,1316 ****
- {
- case OP_EQ:
-! _rl_parsing_conditionalized_out = rlversion == versionarg;
- break;
- case OP_NE:
-! _rl_parsing_conditionalized_out = rlversion != versionarg;
- break;
- case OP_GT:
-! _rl_parsing_conditionalized_out = rlversion > versionarg;
- break;
- case OP_GE:
-! _rl_parsing_conditionalized_out = rlversion >= versionarg;
- break;
- case OP_LT:
-! _rl_parsing_conditionalized_out = rlversion < versionarg;
- break;
- case OP_LE:
-! _rl_parsing_conditionalized_out = rlversion <= versionarg;
- break;
- }
- }
- /* Check to see if the first word in ARGS is the same as the
---- 1295,1317 ----
- {
- case OP_EQ:
-! opresult = rlversion == versionarg;
- break;
- case OP_NE:
-! opresult = rlversion != versionarg;
- break;
- case OP_GT:
-! opresult = rlversion > versionarg;
- break;
- case OP_GE:
-! opresult = rlversion >= versionarg;
- break;
- case OP_LT:
-! opresult = rlversion < versionarg;
- break;
- case OP_LE:
-! opresult = rlversion <= versionarg;
- break;
- }
-+ _rl_parsing_conditionalized_out = 1 - opresult;
- }
- /* Check to see if the first word in ARGS is the same as the
-*** ../bash-5.1/patchlevel.h 2020-06-22 14:51:03.000000000 -0400
---- patchlevel.h 2020-10-01 11:01:28.000000000 -0400
-***************
-*** 26,30 ****
- looks for to find the patch level (for the sccs version string). */
-
-! #define PATCHLEVEL 6
-
- #endif /* _PATCHLEVEL_H_ */
---- 26,30 ----
- looks for to find the patch level (for the sccs version string). */
-
-! #define PATCHLEVEL 7
-
- #endif /* _PATCHLEVEL_H_ */
diff --git a/source/a/bash/bash-5.1-patches/bash51-008 b/source/a/bash/bash-5.1-patches/bash51-008
deleted file mode 100644
index ece214f09..000000000
--- a/source/a/bash/bash-5.1-patches/bash51-008
+++ /dev/null
@@ -1,61 +0,0 @@
- BASH PATCH REPORT
- =================
-
-Bash-Release: 5.1
-Patch-ID: bash51-008
-
-Bug-Reported-by: Michael Felt <aixtools@gmail.com>
-Bug-Reference-ID: <b82d9a2f-5d8a-ffb2-4115-420c09272da5@felt.demon.nl>
-Bug-Reference-URL: https://lists.gnu.org/archive/html/bug-bash/2021-03/msg00028.html
-
-Bug-Description:
-
-Process substitution FIFOs opened by child processes as targets of redirections
-were not removed appropriately, leaving remnants in the file system.
-
-Patch (apply with `patch -p0'):
-
-*** ../bash-5.1-patched/execute_cmd.c 2020-10-12 10:16:13.000000000 -0400
---- execute_cmd.c 2021-05-04 11:12:39.000000000 -0400
-***************
-*** 5557,5565 ****
- /* Try to remove named pipes that may have been created as the
- result of redirections. */
-! unlink_fifo_list ();
- #endif /* PROCESS_SUBSTITUTION */
- exit (EXECUTION_FAILURE);
- }
-
- if (async)
- interactive = old_interactive;
---- 5557,5571 ----
- /* Try to remove named pipes that may have been created as the
- result of redirections. */
-! unlink_all_fifos ();
- #endif /* PROCESS_SUBSTITUTION */
- exit (EXECUTION_FAILURE);
- }
-
-+ #if defined (PROCESS_SUBSTITUTION) && !defined (HAVE_DEV_FD)
-+ /* This should only contain FIFOs created as part of redirection
-+ expansion. */
-+ unlink_all_fifos ();
-+ #endif
-+
- if (async)
- interactive = old_interactive;
-*** ../bash-5.1/patchlevel.h 2020-06-22 14:51:03.000000000 -0400
---- patchlevel.h 2020-10-01 11:01:28.000000000 -0400
-***************
-*** 26,30 ****
- looks for to find the patch level (for the sccs version string). */
-
-! #define PATCHLEVEL 7
-
- #endif /* _PATCHLEVEL_H_ */
---- 26,30 ----
- looks for to find the patch level (for the sccs version string). */
-
-! #define PATCHLEVEL 8
-
- #endif /* _PATCHLEVEL_H_ */
diff --git a/source/a/bash/bash-5.1-patches/bash51-009 b/source/a/bash/bash-5.1-patches/bash51-009
deleted file mode 100644
index 2796c3b9b..000000000
--- a/source/a/bash/bash-5.1-patches/bash51-009
+++ /dev/null
@@ -1,59 +0,0 @@
- BASH PATCH REPORT
- =================
-
-Bash-Release: 5.1
-Patch-ID: bash51-009
-
-Bug-Reported-by: Julien Moutinho <julm+bash@sourcephile.fr>
-Bug-Reference-ID: <20211004035906.5kiobuzkpeckmvwg@sourcephile.fr>
-Bug-Reference-URL: https://lists.gnu.org/archive/html/bug-bash/2021-10/msg00022.html
-
-Bug-Description:
-
-The bash malloc implementation of malloc_usable_size() does not follow the
-specification. This can cause library functions that use it to overwrite
-memory bounds checking.
-
-Patch (apply with `patch -p0'):
-
-*** ../bash-5.1-patched/lib/malloc/malloc.c 2020-07-08 10:19:30.000000000 -0400
---- lib/malloc/malloc.c 2021-10-05 16:10:55.000000000 -0400
-***************
-*** 1287,1297 ****
- }
-
-! /* XXX - should we return 0 if ISFREE? */
-! maxbytes = binsize(p->mh_index);
-!
-! /* So the usable size is the maximum number of bytes in the bin less the
-! malloc overhead */
-! maxbytes -= MOVERHEAD + MSLOP;
-! return (maxbytes);
- }
-
---- 1358,1367 ----
- }
-
-! /* return 0 if ISFREE */
-! if (p->mh_alloc == ISFREE)
-! return 0;
-!
-! /* Since we use bounds checking, the usable size is the last requested size. */
-! return (p->mh_nbytes);
- }
-
-*** ../bash-5.1/patchlevel.h 2020-06-22 14:51:03.000000000 -0400
---- patchlevel.h 2020-10-01 11:01:28.000000000 -0400
-***************
-*** 26,30 ****
- looks for to find the patch level (for the sccs version string). */
-
-! #define PATCHLEVEL 8
-
- #endif /* _PATCHLEVEL_H_ */
---- 26,30 ----
- looks for to find the patch level (for the sccs version string). */
-
-! #define PATCHLEVEL 9
-
- #endif /* _PATCHLEVEL_H_ */
diff --git a/source/a/bash/bash-5.1-patches/bash51-010 b/source/a/bash/bash-5.1-patches/bash51-010
deleted file mode 100644
index cfe6fa46b..000000000
--- a/source/a/bash/bash-5.1-patches/bash51-010
+++ /dev/null
@@ -1,59 +0,0 @@
- BASH PATCH REPORT
- =================
-
-Bash-Release: 5.1
-Patch-ID: bash51-010
-
-Bug-Reported-by: Jonas Alfredsson <jonas.alfredsson@protonmail.com>
-Bug-Reference-ID: <LjAfZaEuZncr2RaqhSSfcaiXdkuK6kdEYxshP3LApXbgMVQzggMGyWHO9knVkXicW2fP-ibsipJ_GZ-YaJRm96Rsozf6PgFmPsljRCtflls=@protonmail.com>
-Bug-Reference-URL: https://lists.gnu.org/archive/html/bug-bash/2021-05/msg00059.html
-
-Bug-Description:
-
-If `wait -n' is interrupted by a trapped signal other than SIGINT, it does
-not completely clean up state, and that can prevent subsequent calls to
-`wait -n' from working correctly.
-
-Patch (apply with `patch -p0'):
-
-*** ../bash-5.1-patched/builtins/wait.def 2020-12-16 17:13:12.000000000 -0500
---- builtins/wait.def 2021-11-17 10:25:15.000000000 -0500
-***************
-*** 112,116 ****
- WORD_LIST *list;
- {
-! int status, code, opt, nflag, wflags;
- char *vname;
- SHELL_VAR *pidvar;
---- 112,117 ----
- WORD_LIST *list;
- {
-! int status, code, opt, nflag;
-! volatile int wflags;
- char *vname;
- SHELL_VAR *pidvar;
-***************
-*** 181,184 ****
---- 188,193 ----
- status = 128 + wait_signal_received;
- wait_sigint_cleanup ();
-+ if (wflags & JWAIT_WAITING)
-+ unset_waitlist ();
- WAIT_RETURN (status);
- }
-
-*** ../bash-5.1/patchlevel.h 2020-06-22 14:51:03.000000000 -0400
---- patchlevel.h 2020-10-01 11:01:28.000000000 -0400
-***************
-*** 26,30 ****
- looks for to find the patch level (for the sccs version string). */
-
-! #define PATCHLEVEL 9
-
- #endif /* _PATCHLEVEL_H_ */
---- 26,30 ----
- looks for to find the patch level (for the sccs version string). */
-
-! #define PATCHLEVEL 10
-
- #endif /* _PATCHLEVEL_H_ */
diff --git a/source/a/bash/bash-5.1-patches/bash51-011 b/source/a/bash/bash-5.1-patches/bash51-011
deleted file mode 100644
index 655c7ec8b..000000000
--- a/source/a/bash/bash-5.1-patches/bash51-011
+++ /dev/null
@@ -1,81 +0,0 @@
- BASH PATCH REPORT
- =================
-
-Bash-Release: 5.1
-Patch-ID: bash51-011
-
-Bug-Reported-by: Alex fxmbsw7 Ratchev <fxmbsw7@gmail.com>
-Bug-Reference-ID: <CAALKErFrm+yuwy=ioK+RmjCiwxTDmzeMFWqLF2BEWYtkGS5UFQ@mail.gmail.com>
-Bug-Reference-URL: https://lists.gnu.org/archive/html/bug-bash/2020-11/msg00064.html
-
-Bug-Description:
-
-When reading a compound assignment, and running it through the parser to
-split it into words, we need to save and restore any alias we're currently
-expanding.
-
-Patch (apply with `patch -p0'):
-
-*** ../bash-5.1-patched/parse.y 2020-11-28 12:10:06.000000000 -0500
---- parse.y 2021-10-13 11:04:27.000000000 -0400
-***************
-*** 6494,6501 ****
-
- push_stream (1);
-- #if 0 /* TAG: bash-5.2 Alex fxmbsw7 Ratchev <fxmbsw7@gmail.com> 11/17/2020 */
- if (ea = expanding_alias ())
- parser_save_alias ();
-- #endif
- last_read_token = WORD; /* WORD to allow reserved words here */
- current_command_line_count = 0;
---- 6494,6499 ----
-***************
-*** 6532,6539 ****
- pop_stream ();
-
-- #if 0 /* TAG: bash-5.2 */
- if (ea)
- parser_restore_alias ();
-- #endif
-
- #if defined (HISTORY)
---- 6530,6535 ----
-*** ../bash-5.1-patched/y.tab.c 2020-11-28 12:17:19.000000000 -0500
---- y.tab.c 2021-11-17 10:47:35.000000000 -0500
-***************
-*** 8788,8795 ****
-
- push_stream (1);
-- #if 0 /* TAG: bash-5.2 Alex fxmbsw7 Ratchev <fxmbsw7@gmail.com> 11/17/2020 */
- if (ea = expanding_alias ())
- parser_save_alias ();
-- #endif
- last_read_token = WORD; /* WORD to allow reserved words here */
- current_command_line_count = 0;
---- 8777,8782 ----
-***************
-*** 8826,8833 ****
- pop_stream ();
-
-- #if 0 /* TAG: bash-5.2 */
- if (ea)
- parser_restore_alias ();
-- #endif
-
- #if defined (HISTORY)
---- 8813,8818 ----
-*** ../bash-5.1/patchlevel.h 2020-06-22 14:51:03.000000000 -0400
---- patchlevel.h 2020-10-01 11:01:28.000000000 -0400
-***************
-*** 26,30 ****
- looks for to find the patch level (for the sccs version string). */
-
-! #define PATCHLEVEL 10
-
- #endif /* _PATCHLEVEL_H_ */
---- 26,30 ----
- looks for to find the patch level (for the sccs version string). */
-
-! #define PATCHLEVEL 11
-
- #endif /* _PATCHLEVEL_H_ */
diff --git a/source/a/bash/bash-5.1-patches/bash51-012 b/source/a/bash/bash-5.1-patches/bash51-012
deleted file mode 100644
index 222491884..000000000
--- a/source/a/bash/bash-5.1-patches/bash51-012
+++ /dev/null
@@ -1,198 +0,0 @@
- BASH PATCH REPORT
- =================
-
-Bash-Release: 5.1
-Patch-ID: bash51-012
-
-Bug-Reported-by: Nikolay Borisov <nborisov@suse.com>
-Bug-Reference-ID: <1a715205-06ce-413b-c1c0-2f5639ce06c0@suse.com>
-Bug-Reference-URL: https://lists.gnu.org/archive/html/bug-bash/2020-11/msg00091.html
-
-Bug-Description:
-
-There is a possible race condition that arises when a child process receives
-a signal trapped by the parent before it can reset the signal dispositions.
-The child process is not supposed to trap the signal in this circumstance.
-
-Patch (apply with `patch -p0'):
-
-*** ../bash-20201118/command.h 2020-08-14 15:04:39.000000000 -0400
---- command.h 2020-11-27 15:18:02.000000000 -0500
-***************
-*** 125,128 ****
---- 125,129 ----
- #define SUBSHELL_COPROC 0x40 /* subshell from a coproc pipeline */
- #define SUBSHELL_RESETTRAP 0x80 /* subshell needs to reset trap strings on first call to trap */
-+ #define SUBSHELL_IGNTRAP 0x100 /* subshell should reset trapped signals from trap_handler */
-
- /* A structure which represents a word. */
-
-*** ../bash-20201118/execute_cmd.c 2020-11-23 14:16:48.000000000 -0500
---- execute_cmd.c 2020-11-27 16:43:25.000000000 -0500
-***************
-*** 1548,1551 ****
---- 1548,1554 ----
- reset_signal_handlers ();
- subshell_environment |= SUBSHELL_RESETTRAP;
-+ /* Note that signal handlers have been reset, so we should no longer
-+ reset the handler and resend trapped signals to ourselves. */
-+ subshell_environment &= ~SUBSHELL_IGNTRAP;
-
- /* We are in a subshell, so forget that we are running a trap handler or
-***************
-*** 4321,4325 ****
- cmdflags |= CMD_NO_FORK;
-
-! subshell_environment = SUBSHELL_FORK; /* XXX */
- if (pipe_in != NO_PIPE || pipe_out != NO_PIPE)
- subshell_environment |= SUBSHELL_PIPE;
---- 4324,4329 ----
- cmdflags |= CMD_NO_FORK;
-
-! /* We redo some of what make_child() does with SUBSHELL_IGNTRAP */
-! subshell_environment = SUBSHELL_FORK|SUBSHELL_IGNTRAP; /* XXX */
- if (pipe_in != NO_PIPE || pipe_out != NO_PIPE)
- subshell_environment |= SUBSHELL_PIPE;
-***************
-*** 4575,4578 ****
---- 4580,4584 ----
- reset_signal_handlers ();
- subshell_environment |= SUBSHELL_RESETTRAP;
-+ subshell_environment &= ~SUBSHELL_IGNTRAP;
-
- if (async)
-***************
-*** 5515,5518 ****
---- 5521,5525 ----
- /* Cancel traps, in trap.c. */
- restore_original_signals ();
-+ subshell_environment &= ~SUBSHELL_IGNTRAP;
-
- #if defined (JOB_CONTROL)
-
-*** ../bash-20201118/jobs.c 2020-08-04 10:17:39.000000000 -0400
---- jobs.c 2020-11-27 16:39:56.000000000 -0500
-***************
-*** 2218,2221 ****
---- 2218,2223 ----
- pid_t mypid;
-
-+ subshell_environment |= SUBSHELL_IGNTRAP;
-+
- /* If this ends up being changed to modify or use `command' in the
- child process, go back and change callers who free `command' in
-diff -rC 2 ../bash-20201118/nojobs.c nojobs.c
-*** ../bash-20201118/nojobs.c 2020-07-08 10:11:25.000000000 -0400
---- nojobs.c 2020-11-27 16:38:36.000000000 -0500
-***************
-*** 576,579 ****
---- 576,581 ----
- #endif
-
-+ subshell_environment |= SUBSHELL_IGNTRAP;
-+
- default_tty_job_signals ();
- }
-
-*** ../bash-20201118/sig.c 2020-11-23 13:22:17.000000000 -0500
---- sig.c 2020-11-28 10:21:43.000000000 -0500
-***************
-*** 56,60 ****
- #endif
-
-! extern void initialize_siglist ();
-
- #if !defined (JOB_CONTROL)
---- 56,61 ----
- #endif
-
-! extern void initialize_siglist PARAMS((void));
-! extern void set_original_signal PARAMS((int, SigHandler *));
-
- #if !defined (JOB_CONTROL)
-***************
-*** 256,259 ****
---- 257,267 ----
- XHANDLER(i) = oact.sa_handler;
- XSAFLAGS(i) = oact.sa_flags;
-+
-+ #if 0
-+ set_original_signal (XSIG(i), XHANDLER(i)); /* optimization */
-+ #else
-+ set_original_signal (XSIG(i), act.sa_handler); /* optimization */
-+ #endif
-+
- /* Don't do anything with signals that are ignored at shell entry
- if the shell is not interactive. */
-
-*** ../bash-20201118/subst.c 2020-11-16 10:33:15.000000000 -0500
---- subst.c 2020-11-27 16:07:00.000000000 -0500
-***************
-*** 5952,5955 ****
---- 5952,5956 ----
- /* Cancel traps, in trap.c. */
- restore_original_signals (); /* XXX - what about special builtins? bash-4.2 */
-+ subshell_environment &= ~SUBSHELL_IGNTRAP;
- QUIT; /* catch any interrupts we got post-fork */
- setup_async_signals ();
-***************
-*** 6383,6386 ****
---- 6384,6388 ----
- QUIT; /* catch any interrupts we got post-fork */
- subshell_environment |= SUBSHELL_RESETTRAP;
-+ subshell_environment &= ~SUBSHELL_IGNTRAP;
- }
-
-
-diff -rC 2 ../bash-20201118/trap.c trap.c
-*** ../bash-20201118/trap.c 2020-11-28 12:04:07.000000000 -0500
---- trap.c 2020-11-28 10:22:10.000000000 -0500
-***************
-*** 482,485 ****
---- 482,511 ----
- }
-
-+ /* This means we're in a subshell, but have not yet reset the handler for
-+ trapped signals. We're not supposed to execute the trap in this situation;
-+ we should restore the original signal and resend the signal to ourselves
-+ to preserve the Posix "signal traps that are not being ignored shall be
-+ set to the default action" semantics. */
-+ if ((subshell_environment & SUBSHELL_IGNTRAP) && trap_list[sig] != (char *)IGNORE_SIG)
-+ {
-+ sigset_t mask;
-+
-+ /* Paranoia */
-+ if (original_signals[sig] == IMPOSSIBLE_TRAP_HANDLER)
-+ original_signals[sig] = SIG_DFL;
-+
-+ restore_signal (sig);
-+
-+ /* Make sure we let the signal we just caught through */
-+ sigemptyset (&mask);
-+ sigprocmask (SIG_SETMASK, (sigset_t *)NULL, &mask);
-+ sigdelset (&mask, sig);
-+ sigprocmask (SIG_SETMASK, &mask, (sigset_t *)NULL);
-+
-+ kill (getpid (), sig);
-+
-+ SIGRETURN (0);
-+ }
-+
- if ((sig >= NSIG) ||
- (trap_list[sig] == (char *)DEFAULT_SIG) ||
-
-*** ../bash-5.1/patchlevel.h 2020-06-22 14:51:03.000000000 -0400
---- patchlevel.h 2020-10-01 11:01:28.000000000 -0400
-***************
-*** 26,30 ****
- looks for to find the patch level (for the sccs version string). */
-
-! #define PATCHLEVEL 11
-
- #endif /* _PATCHLEVEL_H_ */
---- 26,30 ----
- looks for to find the patch level (for the sccs version string). */
-
-! #define PATCHLEVEL 12
-
- #endif /* _PATCHLEVEL_H_ */
diff --git a/source/a/bash/bash-5.1-patches/bash51-013 b/source/a/bash/bash-5.1-patches/bash51-013
deleted file mode 100644
index f2413a58d..000000000
--- a/source/a/bash/bash-5.1-patches/bash51-013
+++ /dev/null
@@ -1,43 +0,0 @@
- BASH PATCH REPORT
- =================
-
-Bash-Release: 5.1
-Patch-ID: bash51-013
-
-Bug-Reported-by: Anders Kaseorg <andersk@mit.edu>
-Bug-Reference-ID: <de65540274064d7b95f17e9c46a3a6d8@oc11expo7.exchange.mit.edu>
-Bug-Reference-URL: https://lists.gnu.org/archive/html/bug-bash/2021-11/msg00025.html
-
-Bug-Description:
-
-Bash did not always perform tilde expansion following an unquoted colon on
-the rhs of an assignment statement in posix mode.
-
-Patch (apply with `patch -p0'):
-
-*** ../bash-20211028/subst.c 2021-10-18 16:09:58.000000000 -0400
---- subst.c 2021-11-30 11:19:47.000000000 -0500
-***************
-*** 3826,3829 ****
---- 3826,3830 ----
- td.flags = W_ASSIGNRHS;
- #endif
-+ td.flags |= (W_NOGLOB|W_TILDEEXP);
- td.word = savestring (string);
- value = call_expand_word_internal (&td, quoted, 0, (int *)NULL, (int *)NULL);
-
-*** ../bash-5.1/patchlevel.h 2020-06-22 14:51:03.000000000 -0400
---- patchlevel.h 2020-10-01 11:01:28.000000000 -0400
-***************
-*** 26,30 ****
- looks for to find the patch level (for the sccs version string). */
-
-! #define PATCHLEVEL 12
-
- #endif /* _PATCHLEVEL_H_ */
---- 26,30 ----
- looks for to find the patch level (for the sccs version string). */
-
-! #define PATCHLEVEL 13
-
- #endif /* _PATCHLEVEL_H_ */
diff --git a/source/a/bash/bash-5.1-patches/bash51-014 b/source/a/bash/bash-5.1-patches/bash51-014
deleted file mode 100644
index cd8df23ab..000000000
--- a/source/a/bash/bash-5.1-patches/bash51-014
+++ /dev/null
@@ -1,48 +0,0 @@
- BASH PATCH REPORT
- =================
-
-Bash-Release: 5.1
-Patch-ID: bash51-014
-
-Bug-Reported-by: platon7pronko@gmail.com
-Bug-Reference-ID:
-Bug-Reference-URL: https://savannah.gnu.org/patch/?10035
-
-Bug-Description:
-
-Bash may produce corrupted input if a multibyte character spans a 512-byte
-boundary while reading the output of a command substitution.
-
-Patch (apply with `patch -p0'):
-
-*** ../bash-20210217/subst.c 2021-02-03 10:32:08.000000000 -0500
---- subst.c 2021-03-01 16:47:52.000000000 -0500
-***************
-*** 6243,6247 ****
- /* punt on the hard case for now */
- memset (&ps, '\0', sizeof (mbstate_t));
-! mblen = mbrtowc (&wc, bufp-1, bufn+1, &ps);
- if (MB_INVALIDCH (mblen) || mblen == 0 || mblen == 1)
- istring[istring_index++] = c;
---- 6243,6247 ----
- /* punt on the hard case for now */
- memset (&ps, '\0', sizeof (mbstate_t));
-! mblen = mbrtowc (&wc, bufp-1, bufn, &ps);
- if (MB_INVALIDCH (mblen) || mblen == 0 || mblen == 1)
- istring[istring_index++] = c;
-
-*** ../bash-5.1/patchlevel.h 2020-06-22 14:51:03.000000000 -0400
---- patchlevel.h 2020-10-01 11:01:28.000000000 -0400
-***************
-*** 26,30 ****
- looks for to find the patch level (for the sccs version string). */
-
-! #define PATCHLEVEL 13
-
- #endif /* _PATCHLEVEL_H_ */
---- 26,30 ----
- looks for to find the patch level (for the sccs version string). */
-
-! #define PATCHLEVEL 14
-
- #endif /* _PATCHLEVEL_H_ */
diff --git a/source/a/bash/bash-5.1-patches/bash51-015 b/source/a/bash/bash-5.1-patches/bash51-015
deleted file mode 100644
index 5ae65811a..000000000
--- a/source/a/bash/bash-5.1-patches/bash51-015
+++ /dev/null
@@ -1,49 +0,0 @@
- BASH PATCH REPORT
- =================
-
-Bash-Release: 5.1
-Patch-ID: bash51-015
-
-Bug-Reported-by: Volodymyr Prodan <vovcat@gmail.com>
-Bug-Reference-ID:
-Bug-Reference-URL: https://savannah.gnu.org/patch/?10076
-
-Bug-Description:
-
-Patch (apply with `patch -p0'):
-
-There are some characters (e.g., cyrillic) that can't be displayed using
-certain single-byte encodings (e.g., cp1251) because the negative signed
-int is interpreted as EOF and not displayed.
-
-*** ../bash-20210524/lib/readline/display.c 2021-03-16 18:12:20.000000000 -0400
---- lib/readline/display.c 2021-06-07 16:53:08.000000000 -0400
-***************
-*** 1599,1603 ****
-
- for (cur_face = FACE_NORMAL, i = 0; i < n; i++)
-! putc_face (str[i], face[i], &cur_face);
- putc_face (EOF, FACE_NORMAL, &cur_face);
- }
---- 1599,1603 ----
-
- for (cur_face = FACE_NORMAL, i = 0; i < n; i++)
-! putc_face ((unsigned char) str[i], face[i], &cur_face);
- putc_face (EOF, FACE_NORMAL, &cur_face);
- }
-
-*** ../bash-5.1/patchlevel.h 2020-06-22 14:51:03.000000000 -0400
---- patchlevel.h 2020-10-01 11:01:28.000000000 -0400
-***************
-*** 26,30 ****
- looks for to find the patch level (for the sccs version string). */
-
-! #define PATCHLEVEL 14
-
- #endif /* _PATCHLEVEL_H_ */
---- 26,30 ----
- looks for to find the patch level (for the sccs version string). */
-
-! #define PATCHLEVEL 15
-
- #endif /* _PATCHLEVEL_H_ */
diff --git a/source/a/bash/bash-5.1-patches/bash51-016 b/source/a/bash/bash-5.1-patches/bash51-016
deleted file mode 100644
index 4694498b2..000000000
--- a/source/a/bash/bash-5.1-patches/bash51-016
+++ /dev/null
@@ -1,64 +0,0 @@
- BASH PATCH REPORT
- =================
-
-Bash-Release: 5.1
-Patch-ID: bash51-016
-
-Bug-Reported-by: Vincent Menegaux <vincent.menegaux@gmail.com>
-Bug-Reference-ID:
-Bug-Reference-URL: https://savannah.gnu.org/patch/?10070
-
-Bug-Description:
-
-Multiple `!' tokens should toggle negation of an expression in a [[
-conditional command, instead of simply negating the expression.
-
-Patch (apply with `patch -p0'):
-
-*** ../bash-20210515/parse.y 2021-04-21 15:32:50.000000000 -0400
---- parse.y 2021-05-24 11:53:30.000000000 -0400
-***************
-*** 4797,4801 ****
- term = cond_term ();
- if (term)
-! term->flags |= CMD_INVERT_RETURN;
- }
- else if (tok == WORD && yylval.word->word[0] == '-' && yylval.word->word[1] && yylval.word->word[2] == 0 && test_unop (yylval.word->word))
---- 4797,4801 ----
- term = cond_term ();
- if (term)
-! term->flags ^= CMD_INVERT_RETURN;
- }
- else if (tok == WORD && yylval.word->word[0] == '-' && yylval.word->word[1] && yylval.word->word[2] == 0 && test_unop (yylval.word->word))
-
-*** ../bash-20210515/y.tab.c 2021-05-14 15:50:41.000000000 -0400
---- y.tab.c 2021-05-24 16:35:55.000000000 -0400
-***************
-*** 7091,7095 ****
- term = cond_term ();
- if (term)
-! term->flags |= CMD_INVERT_RETURN;
- }
- else if (tok == WORD && yylval.word->word[0] == '-' && yylval.word->word[1] && yylval.word->word[2] == 0 && test_unop (yylval.word->word))
---- 7091,7095 ----
- term = cond_term ();
- if (term)
-! term->flags ^= CMD_INVERT_RETURN;
- }
- else if (tok == WORD && yylval.word->word[0] == '-' && yylval.word->word[1] && yylval.word->word[2] == 0 && test_unop (yylval.word->word))
-
-*** ../bash-5.1/patchlevel.h 2020-06-22 14:51:03.000000000 -0400
---- patchlevel.h 2020-10-01 11:01:28.000000000 -0400
-***************
-*** 26,30 ****
- looks for to find the patch level (for the sccs version string). */
-
-! #define PATCHLEVEL 15
-
- #endif /* _PATCHLEVEL_H_ */
---- 26,30 ----
- looks for to find the patch level (for the sccs version string). */
-
-! #define PATCHLEVEL 16
-
- #endif /* _PATCHLEVEL_H_ */
diff --git a/source/ap/vim/doinst.sh b/source/ap/vim/doinst.sh
new file mode 100644
index 000000000..ebb76cc20
--- /dev/null
+++ b/source/ap/vim/doinst.sh
@@ -0,0 +1,25 @@
+#!/bin/bash
+config() {
+ NEW="$1"
+ OLD="$(dirname $NEW)/$(basename $NEW .new)"
+ # If there's no config file by that name, mv it over:
+ if [ ! -r $OLD ]; then
+ mv $NEW $OLD
+ elif [ "$(cat $OLD | md5sum)" = "$(cat $NEW | md5sum)" ]; then # toss the redundant copy
+ rm $NEW
+ fi
+ # Otherwise, we leave the .new copy for the admin to consider...
+}
+config usr/share/vim/vimrc.new
+
+# Responding to a report that in some cases the file
+# /usr/share/vim/vim90/defaults.vim must be edited in order to change settings
+# (some settings in the file will otherwise override those in
+# /usr/share/vim/vimrc), we will support a file in the same directory named
+# defaults.vim.custom. If this file exists, then it will replace the shipped
+# version of defaults.vim. The original file will be preserved as
+# defaults.vim.orig.
+if [ -r usr/share/vim/vim90/defaults.vim.custom ]; then
+ cp -a usr/share/vim/vim90/defaults.vim usr/share/vim/vim90/defaults.vim.orig
+ cp -a usr/share/vim/vim90/defaults.vim.custom usr/share/vim/vim90/defaults.vim
+fi
diff --git a/source/ap/vim/vim.SlackBuild b/source/ap/vim/vim.SlackBuild
index 503f5cf6d..07676fe49 100755
--- a/source/ap/vim/vim.SlackBuild
+++ b/source/ap/vim/vim.SlackBuild
@@ -1,6 +1,6 @@
#!/bin/bash
-# Copyright 2008, 2009, 2010, 2013, 2016, 2018, 2019, 2020, 2021 Patrick J. Volkerding, Sebeka, Minnesota, USA
+# Copyright 2008, 2009, 2010, 2013, 2016, 2018, 2019, 2020, 2021, 2022 Patrick J. Volkerding, Sebeka, Minnesota, USA
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@@ -216,22 +216,8 @@ find $PKG/usr/doc/vim-$VERSION -type f | xargs chmod 644
( cd $PKG/usr/doc/vim-$VERSION ; ln -sf /usr/share/vim/vim$(echo $VIMBRANCH | tr -d .) doc )
mkdir -p $PKG/install
+zcat $CWD/doinst.sh.gz > $PKG/install/doinst.sh
cat $CWD/slack-desc.vim > $PKG/install/slack-desc
-cat << EOF > $PKG/install/doinst.sh
-#!/bin/bash
-config() {
- NEW="\$1"
- OLD="\$(dirname \$NEW)/\$(basename \$NEW .new)"
- # If there's no config file by that name, mv it over:
- if [ ! -r \$OLD ]; then
- mv \$NEW \$OLD
- elif [ "\$(cat \$OLD | md5sum)" = "\$(cat \$NEW | md5sum)" ]; then # toss the redundant copy
- rm \$NEW
- fi
- # Otherwise, we leave the .new copy for the admin to consider...
-}
-config usr/share/vim/vimrc.new
-EOF
find $PKG | xargs file | grep -e "executable" -e "shared object" | grep ELF \
| cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null
diff --git a/source/installer/ChangeLog.txt b/source/installer/ChangeLog.txt
index 30b51134f..819c5b443 100644
--- a/source/installer/ChangeLog.txt
+++ b/source/installer/ChangeLog.txt
@@ -1,3 +1,7 @@
+Mon Sep 26 14:43:44 UTC 2022
+ /sbin/probe: Fix duplicated enumeration of mmc storage devices (e.g. SD cards).
+ Thanks to gsl on LQ for the report.
++--------------------------+
Mon Sep 12 18:09:41 UTC 2022
Removed pcre, added pcre2. Needed for GNU grep.
Thanks to EdGr.
diff --git a/source/installer/sources/initrd/sbin/probe b/source/installer/sources/initrd/sbin/probe
index 5ab7602fc..2ba2e0f2a 100755
--- a/source/installer/sources/initrd/sbin/probe
+++ b/source/installer/sources/initrd/sbin/probe
@@ -155,9 +155,10 @@ list_mmc() {
local device
# Filter out any partitions on the block device, as we'll use
# fdisk to capture those:
- lsblk -o name,type -ripnd /dev/mmcblk* | grep -E 'disk$' | awk '{print $1}' | while read device ; do
- fdisk -l $device >> $TMP/SeTfdisk
- done
+ grep -qE 'mmcblk[0-9]' /proc/partitions && {
+ lsblk -o name,type -ripnd /dev/mmcblk* | grep -E 'disk$' | awk '{print $1}' | while read device ; do
+ fdisk -l $device >> $TMP/SeTfdisk
+ done ;}
}
list_nvme() {
@@ -324,6 +325,9 @@ list_lvm
# List CRYPT volumes:
list_crypt
+# List MMC (e.g. SD cards) partitions:
+list_mmc
+
## This is obsolete, since fdisk handles GPT now.
## List GPT partitions:
#cat /proc/partitions | while read line ; do
@@ -412,8 +416,6 @@ if cat /proc/partitions | grep -E '/|[0-9]' 1>/dev/null 2>/dev/null ; then # new
list_cciss $(( $MAJOR - 104 )) $MINOR
elif [ "$MAJOR" = "114" ]; then
list_ataraid $MAJOR $MINOR
- elif [ "$MAJOR" = "179" ]; then
- list_mmc $MAJOR $MINOR
elif [ "$MAJOR" = "259" ]; then
if echo $line | grep -q p; then
list_nvme $DEVNAME
diff --git a/source/l/fluidsynth/fluidsynth.SlackBuild b/source/l/fluidsynth/fluidsynth.SlackBuild
index 2cb19551e..da41285a4 100755
--- a/source/l/fluidsynth/fluidsynth.SlackBuild
+++ b/source/l/fluidsynth/fluidsynth.SlackBuild
@@ -3,7 +3,7 @@
# Slackware build script for fluidsynth
# Copyright 2008-2013 Heinz Wiesinger, Amsterdam, The Netherlands
-# Copyright 2021 Patrick J. Volkerding, Sebeka, Minnesota, USA
+# Copyright 2021, 2022 Patrick J. Volkerding, Sebeka, Minnesota, USA
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@@ -91,8 +91,7 @@ cd build
-DCMAKE_CXX_FLAGS="$SLKCFLAGS" \
-DCMAKE_INSTALL_PREFIX=/usr \
-DLIB_SUFFIX="$LIBDIRSUFFIX" \
- -DDOC_INSTALL_DIR="doc" \
- -DMAN_INSTALL_DIR="man/man1" \
+ -DCMAKE_INSTALL_MANDIR=/usr/man \
-Denable-ladspa=ON \
.. || exit 1
diff --git a/source/l/readline/readline-8.1-patches/readline81-001 b/source/l/readline/readline-8.1-patches/readline81-001
deleted file mode 100644
index 2f99282c8..000000000
--- a/source/l/readline/readline-8.1-patches/readline81-001
+++ /dev/null
@@ -1,92 +0,0 @@
- READLINE PATCH REPORT
- =====================
-
-Readline-Release: 8.1
-Patch-ID: readline81-001
-
-Bug-Reported-by: Tom Tromey <tom@tromey.com>
-Bug-Reference-ID: <875z3u9fd0.fsf@tromey.com>
-Bug-Reference-URL: https://lists.gnu.org/archive/html/bug-readline/2021-01/msg00009.html
-
-Bug-Description:
-
-The code to check readline versions in an inputrc file had the sense of the
-comparisons reversed.
-
-Patch (apply with `patch -p0'):
-
-*** ../readline-8.1-patched/bind.c 2020-10-26 10:03:14.000000000 -0400
---- bind.c 2021-01-18 16:38:48.000000000 -0500
-***************
-*** 1235,1239 ****
- else if (_rl_strnicmp (args, "version", 7) == 0)
- {
-! int rlversion, versionarg, op, previ, major, minor;
-
- _rl_parsing_conditionalized_out = 1;
---- 1235,1239 ----
- else if (_rl_strnicmp (args, "version", 7) == 0)
- {
-! int rlversion, versionarg, op, previ, major, minor, opresult;
-
- _rl_parsing_conditionalized_out = 1;
-***************
-*** 1295,1316 ****
- {
- case OP_EQ:
-! _rl_parsing_conditionalized_out = rlversion == versionarg;
- break;
- case OP_NE:
-! _rl_parsing_conditionalized_out = rlversion != versionarg;
- break;
- case OP_GT:
-! _rl_parsing_conditionalized_out = rlversion > versionarg;
- break;
- case OP_GE:
-! _rl_parsing_conditionalized_out = rlversion >= versionarg;
- break;
- case OP_LT:
-! _rl_parsing_conditionalized_out = rlversion < versionarg;
- break;
- case OP_LE:
-! _rl_parsing_conditionalized_out = rlversion <= versionarg;
- break;
- }
- }
- /* Check to see if the first word in ARGS is the same as the
---- 1295,1317 ----
- {
- case OP_EQ:
-! opresult = rlversion == versionarg;
- break;
- case OP_NE:
-! opresult = rlversion != versionarg;
- break;
- case OP_GT:
-! opresult = rlversion > versionarg;
- break;
- case OP_GE:
-! opresult = rlversion >= versionarg;
- break;
- case OP_LT:
-! opresult = rlversion < versionarg;
- break;
- case OP_LE:
-! opresult = rlversion <= versionarg;
- break;
- }
-+ _rl_parsing_conditionalized_out = 1 - opresult;
- }
- /* Check to see if the first word in ARGS is the same as the
-
-*** ../readline-8.1/patchlevel 2013-11-15 08:11:11.000000000 -0500
---- patchlevel 2014-03-21 08:28:40.000000000 -0400
-***************
-*** 1,3 ****
- # Do not edit -- exists only for use by patch
-
-! 0
---- 1,3 ----
- # Do not edit -- exists only for use by patch
-
-! 1
diff --git a/source/l/readline/readline-8.1-patches/readline81-002 b/source/l/readline/readline-8.1-patches/readline81-002
deleted file mode 100644
index 3fbfb794e..000000000
--- a/source/l/readline/readline-8.1-patches/readline81-002
+++ /dev/null
@@ -1,45 +0,0 @@
- READLINE PATCH REPORT
- =====================
-
-Readline-Release: 8.1
-Patch-ID: readline81-002
-
-Bug-Reported-by: Volodymyr Prodan <vovcat@gmail.com>
-Bug-Reference-ID:
-Bug-Reference-URL: https://savannah.gnu.org/patch/?10076
-
-Bug-Description:
-
-There are some characters (e.g., cyrillic) that can't be displayed using
-certain single-byte encodings (e.g., cp1251) because the negative signed
-int is interpreted as EOF and not displayed.
-
-Patch (apply with `patch -p0'):
-
-*** ../readline-8.1-patched/display.c 2021-03-16 18:12:20.000000000 -0400
---- display.c 2021-06-07 16:53:08.000000000 -0400
-***************
-*** 1599,1603 ****
-
- for (cur_face = FACE_NORMAL, i = 0; i < n; i++)
-! putc_face (str[i], face[i], &cur_face);
- putc_face (EOF, FACE_NORMAL, &cur_face);
- }
---- 1599,1603 ----
-
- for (cur_face = FACE_NORMAL, i = 0; i < n; i++)
-! putc_face ((unsigned char) str[i], face[i], &cur_face);
- putc_face (EOF, FACE_NORMAL, &cur_face);
- }
-
-*** ../readline-8.1/patchlevel 2013-11-15 08:11:11.000000000 -0500
---- patchlevel 2014-03-21 08:28:40.000000000 -0400
-***************
-*** 1,3 ****
- # Do not edit -- exists only for use by patch
-
-! 1
---- 1,3 ----
- # Do not edit -- exists only for use by patch
-
-! 2
diff --git a/source/n/dnsmasq/dnsmasq-2.80-SIOCGSTAMP.patch b/source/n/dnsmasq/dnsmasq-2.80-SIOCGSTAMP.patch
deleted file mode 100644
index 3a32bb82e..000000000
--- a/source/n/dnsmasq/dnsmasq-2.80-SIOCGSTAMP.patch
+++ /dev/null
@@ -1,60 +0,0 @@
-From 31e14f6e52677c675ee4683f9daab5bf21c07dd6 Mon Sep 17 00:00:00 2001
-From: Petr Mensik <pemensik@redhat.com>
-Date: Wed, 31 Jul 2019 20:35:35 +0200
-Subject: [PATCH] Recent kernel no longer supports SIOCGSTAMP
-
-Build without it defined by kernel headers. Do not try SO_TIMESTAMP
-until fixed properly.
----
- src/dhcp.c | 32 ++++++++++++++++++--------------
- 1 file changed, 18 insertions(+), 14 deletions(-)
-
-diff --git a/src/dhcp.c b/src/dhcp.c
-index f8d323b..9afdccf 100644
---- a/src/dhcp.c
-+++ b/src/dhcp.c
-@@ -178,23 +178,27 @@ void dhcp_packet(time_t now, int pxe_fd)
- (sz < (ssize_t)(sizeof(*mess) - sizeof(mess->options))))
- return;
-
-- #if defined (HAVE_LINUX_NETWORK)
-- if (ioctl(fd, SIOCGSTAMP, &tv) == 0)
-+#if defined (HAVE_LINUX_NETWORK)
-+#ifdef SIOCGSTAMP
-+ if (tv.tv_sec == 0 && ioctl(fd, SIOCGSTAMP, &tv) == 0)
- recvtime = tv.tv_sec;
-+#endif
-
- if (msg.msg_controllen >= sizeof(struct cmsghdr))
-- for (cmptr = CMSG_FIRSTHDR(&msg); cmptr; cmptr = CMSG_NXTHDR(&msg, cmptr))
-- if (cmptr->cmsg_level == IPPROTO_IP && cmptr->cmsg_type == IP_PKTINFO)
-- {
-- union {
-- unsigned char *c;
-- struct in_pktinfo *p;
-- } p;
-- p.c = CMSG_DATA(cmptr);
-- iface_index = p.p->ipi_ifindex;
-- if (p.p->ipi_addr.s_addr != INADDR_BROADCAST)
-- unicast_dest = 1;
-- }
-+ {
-+ for (cmptr = CMSG_FIRSTHDR(&msg); cmptr; cmptr = CMSG_NXTHDR(&msg, cmptr))
-+ if (cmptr->cmsg_level == IPPROTO_IP && cmptr->cmsg_type == IP_PKTINFO)
-+ {
-+ union {
-+ unsigned char *c;
-+ struct in_pktinfo *p;
-+ } p;
-+ p.c = CMSG_DATA(cmptr);
-+ iface_index = p.p->ipi_ifindex;
-+ if (p.p->ipi_addr.s_addr != INADDR_BROADCAST)
-+ unicast_dest = 1;
-+ }
-+ }
-
- #elif defined(HAVE_BSD_NETWORK)
- if (msg.msg_controllen >= sizeof(struct cmsghdr))
---
-2.20.1
-
diff --git a/source/n/dnsmasq/dnsmasq.SlackBuild b/source/n/dnsmasq/dnsmasq.SlackBuild
index 29a79927c..99160f38c 100755
--- a/source/n/dnsmasq/dnsmasq.SlackBuild
+++ b/source/n/dnsmasq/dnsmasq.SlackBuild
@@ -1,6 +1,6 @@
#!/bin/bash
-# Copyright 2008, 2009, 2010, 2015, 2017, 2018, 2020 Patrick J. Volkerding, Sebeka, MN, USA
+# Copyright 2008, 2009, 2010, 2015, 2017, 2018, 2020, 2022 Patrick J. Volkerding, Sebeka, MN, USA
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@@ -69,9 +69,6 @@ zcat $CWD/dnsmasq.leasedir.diff.gz | patch -p1 --verbose --backup --suffix=.orig
# Use libidn2:
zcat $CWD/dnsmasq.libidn2.diff.gz | patch -p1 --verbose --backup --suffix=.orig || exit 1
-# Fix build with Linux 5.4.x:
-zcat $CWD/dnsmasq-2.80-SIOCGSTAMP.patch.gz | patch -p1 --verbose --backup --suffix=.orig || exit 1
-
make $NUMJOBS all-i18n PREFIX=/usr MANDIR=/usr/man COPTS="$EXTRA_BUILD_OPTS" || exit 1
make install-i18n PREFIX=/usr DESTDIR=$PKG MANDIR=/usr/man COPTS="$EXTRA_BUILD_OPTS" || exit 1
chmod 0755 $PKG/usr/sbin/dnsmasq