summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author Patrick J Volkerding <volkerdi@slackware.com>2021-10-25 19:30:42 +0000
committer Eric Hameleers <alien@slackware.com>2021-10-26 08:59:55 +0200
commitb38f92681d3acd242c2e5b0e37d353d4e2a683c2 (patch)
treed43bb7dffe24376bc530e55b46bdddfb32f402d0
parent9d31c53bf5c7a326a03f0b37e534d6ae40cf5d8f (diff)
downloadcurrent-b38f92681d3acd242c2e5b0e37d353d4e2a683c2.tar.gz
current-b38f92681d3acd242c2e5b0e37d353d4e2a683c2.tar.xz
Mon Oct 25 19:30:42 UTC 202120211025193042
ap/slackpkg-15.0.8-noarch-1.txz: Upgraded. Author: piterpunk <piterpunk@slackware.com> To make it easier to do an unattended slackpkg update/upgrade process, this commit provides different exit codes for many situations: 0 Successful slackpkg execution. 1 Something wrong happened. 20 No package found to be downloaded, installed, reinstalled, upgraded, or removed. 50 Slackpkg itself was upgraded and you need to re-run it. 100 There are pending updates. Code and the main manpage are updated accordingly. In addition, this commit also: - removes the ChangeLog.txt in doinst.sh, so the needed 'slackpkg update' after Slackpkg upgrade won't say it's all OK and doesn't need to redo the package lists - removes AUTHORS from manpage. Nowadays there is code from many people in Slackpkg and it seems a bit unfair to have only my and Evaldo's name listed there. Signed-off-by: Robby Workman <rworkman@slackware.com> d/meson-0.60.0-x86_64-1.txz: Upgraded. l/ffmpeg-4.4.1-x86_64-1.txz: Upgraded. l/imagemagick-7.1.0_11-x86_64-1.txz: Upgraded. l/libcap-2.60-x86_64-1.txz: Upgraded. l/libsoup-2.74.1-x86_64-1.txz: Upgraded. l/sip-4.19.25-x86_64-3.txz: Rebuilt. Drop the Qt4 modules. Thanks to gmgf. n/dhcpcd-9.4.1-x86_64-1.txz: Upgraded. testing/packages/linux-5.14.x/kernel-generic-5.14.14-x86_64-3.txz: Rebuilt. testing/packages/linux-5.14.x/kernel-headers-5.14.14-x86-3.txz: Rebuilt. testing/packages/linux-5.14.x/kernel-huge-5.14.14-x86_64-3.txz: Rebuilt. testing/packages/linux-5.14.x/kernel-modules-5.14.14-x86_64-3.txz: Rebuilt. testing/packages/linux-5.14.x/kernel-source-5.14.14-noarch-3.txz: Rebuilt. Let's enable SCHED_AUTOGROUP, which should improve desktop latency under a heavy CPU load while being mostly inert on servers. It may be disabled at boot time with a "noautogroup" kernel parameter, or at runtime like this: echo 0 > /proc/sys/kernel/sched_autogroup_enabled Thanks to gbschenkel. SCHED_AUTOGROUP n -> y
-rw-r--r--ChangeLog.rss54
-rw-r--r--ChangeLog.txt40
-rw-r--r--FILELIST.TXT221
-rwxr-xr-xrecompress.sh2
-rwxr-xr-xsource/ap/mariadb/mariadb.SlackBuild7
-rw-r--r--source/ap/mariadb/mysql.no.plugin_auth_pam.diff11
-rw-r--r--source/ap/mariadb/mysql_install_db.nopam.diff48
-rw-r--r--source/ap/slackpkg/doinst.sh1
-rw-r--r--source/ap/slackpkg/files/ChangeLog5
-rw-r--r--source/ap/slackpkg/files/core-functions.sh2
-rw-r--r--source/ap/slackpkg/files/slackpkg13
-rw-r--r--source/ap/slackpkg/files/slackpkg.824
-rwxr-xr-xsource/ap/slackpkg/slackpkg.SlackBuild2
-rwxr-xr-xsource/l/ffmpeg/ffmpeg.SlackBuild2
-rwxr-xr-xsource/l/sip/sip.SlackBuild39
-rw-r--r--source/n/dhcpcd/dhcpcd-9.4.0.tar.xz.distinfo1
-rw-r--r--source/n/dhcpcd/dhcpcd-9.4.1.tar.xz.distinfo1
-rwxr-xr-xsource/n/dhcpcd/dhcpcd.SlackBuild3
-rw-r--r--source/n/dhcpcd/patches/dhcpcd.2fae4a113c3e736d585dd300ca6c8fddae300503.patch119
-rw-r--r--testing/packages/linux-5.14.x/kernel-generic-5.14.14-x86_64-2.txt11
-rw-r--r--testing/packages/linux-5.14.x/kernel-headers-5.14.14-x86-2.txt11
-rw-r--r--testing/packages/linux-5.14.x/kernel-huge-5.14.14-x86_64-2.txt11
-rw-r--r--testing/packages/linux-5.14.x/kernel-modules-5.14.14-x86_64-2.txt11
-rw-r--r--testing/packages/linux-5.14.x/kernel-source-5.14.14-noarch-2.txt11
-rwxr-xr-xtesting/source/linux-5.14.x/build-all-kernels.sh2
-rw-r--r--testing/source/linux-5.14.x/kernel-configs/config-generic-5.14.142
-rw-r--r--testing/source/linux-5.14.x/kernel-configs/config-generic-5.14.14.x642
-rw-r--r--testing/source/linux-5.14.x/kernel-configs/config-generic-smp-5.14.14-smp2
-rw-r--r--testing/source/linux-5.14.x/kernel-configs/config-huge-5.14.142
-rw-r--r--testing/source/linux-5.14.x/kernel-configs/config-huge-5.14.14.x642
-rw-r--r--testing/source/linux-5.14.x/kernel-configs/config-huge-smp-5.14.14-smp2
31 files changed, 245 insertions, 419 deletions
diff --git a/ChangeLog.rss b/ChangeLog.rss
index 80f96f261..965c944b0 100644
--- a/ChangeLog.rss
+++ b/ChangeLog.rss
@@ -11,9 +11,57 @@
<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>Sat, 23 Oct 2021 18:57:30 GMT</pubDate>
- <lastBuildDate>Sun, 24 Oct 2021 06:59:47 GMT</lastBuildDate>
- <generator>maintain_current_git.sh v 1.12</generator>
+ <pubDate>Mon, 25 Oct 2021 19:30:42 GMT</pubDate>
+ <lastBuildDate>Tue, 26 Oct 2021 06:59:45 GMT</lastBuildDate>
+ <generator>maintain_current_git.sh v 1.13</generator>
+ <item>
+ <title>Mon, 25 Oct 2021 19:30:42 GMT</title>
+ <pubDate>Mon, 25 Oct 2021 19:30:42 GMT</pubDate>
+ <link>https://git.slackware.nl/current/tag/?h=20211025193042</link>
+ <guid isPermaLink="false">20211025193042</guid>
+ <description>
+ <![CDATA[<pre>
+ap/slackpkg-15.0.8-noarch-1.txz: Upgraded.
+ Author: piterpunk <piterpunk@slackware.com>
+ To make it easier to do an unattended slackpkg update/upgrade process,
+ this commit provides different exit codes for many situations:
+ 0 Successful slackpkg execution.
+ 1 Something wrong happened.
+ 20 No package found to be downloaded, installed, reinstalled,
+ upgraded, or removed.
+ 50 Slackpkg itself was upgraded and you need to re-run it.
+ 100 There are pending updates.
+ Code and the main manpage are updated accordingly.
+ In addition, this commit also:
+ - removes the ChangeLog.txt in doinst.sh, so the needed
+ 'slackpkg update' after Slackpkg upgrade won't say it's all OK
+ and doesn't need to redo the package lists
+ - removes AUTHORS from manpage. Nowadays there is code from many
+ people in Slackpkg and it seems a bit unfair to have only my and
+ Evaldo's name listed there.
+ Signed-off-by: Robby Workman <rworkman@slackware.com>
+d/meson-0.60.0-x86_64-1.txz: Upgraded.
+l/ffmpeg-4.4.1-x86_64-1.txz: Upgraded.
+l/imagemagick-7.1.0_11-x86_64-1.txz: Upgraded.
+l/libcap-2.60-x86_64-1.txz: Upgraded.
+l/libsoup-2.74.1-x86_64-1.txz: Upgraded.
+l/sip-4.19.25-x86_64-3.txz: Rebuilt.
+ Drop the Qt4 modules. Thanks to gmgf.
+n/dhcpcd-9.4.1-x86_64-1.txz: Upgraded.
+testing/packages/linux-5.14.x/kernel-generic-5.14.14-x86_64-3.txz: Rebuilt.
+testing/packages/linux-5.14.x/kernel-headers-5.14.14-x86-3.txz: Rebuilt.
+testing/packages/linux-5.14.x/kernel-huge-5.14.14-x86_64-3.txz: Rebuilt.
+testing/packages/linux-5.14.x/kernel-modules-5.14.14-x86_64-3.txz: Rebuilt.
+testing/packages/linux-5.14.x/kernel-source-5.14.14-noarch-3.txz: Rebuilt.
+ Let's enable SCHED_AUTOGROUP, which should improve desktop latency under a
+ heavy CPU load while being mostly inert on servers. It may be disabled at
+ boot time with a "noautogroup" kernel parameter, or at runtime like this:
+ echo 0 > /proc/sys/kernel/sched_autogroup_enabled
+ Thanks to gbschenkel.
+ SCHED_AUTOGROUP n -> y
+ </pre>]]>
+ </description>
+ </item>
<item>
<title>Sat, 23 Oct 2021 18:57:30 GMT</title>
<pubDate>Sat, 23 Oct 2021 18:57:30 GMT</pubDate>
diff --git a/ChangeLog.txt b/ChangeLog.txt
index 91a3b2111..c935f74ee 100644
--- a/ChangeLog.txt
+++ b/ChangeLog.txt
@@ -1,3 +1,43 @@
+Mon Oct 25 19:30:42 UTC 2021
+ap/slackpkg-15.0.8-noarch-1.txz: Upgraded.
+ Author: piterpunk <piterpunk@slackware.com>
+ To make it easier to do an unattended slackpkg update/upgrade process,
+ this commit provides different exit codes for many situations:
+ 0 Successful slackpkg execution.
+ 1 Something wrong happened.
+ 20 No package found to be downloaded, installed, reinstalled,
+ upgraded, or removed.
+ 50 Slackpkg itself was upgraded and you need to re-run it.
+ 100 There are pending updates.
+ Code and the main manpage are updated accordingly.
+ In addition, this commit also:
+ - removes the ChangeLog.txt in doinst.sh, so the needed
+ 'slackpkg update' after Slackpkg upgrade won't say it's all OK
+ and doesn't need to redo the package lists
+ - removes AUTHORS from manpage. Nowadays there is code from many
+ people in Slackpkg and it seems a bit unfair to have only my and
+ Evaldo's name listed there.
+ Signed-off-by: Robby Workman <rworkman@slackware.com>
+d/meson-0.60.0-x86_64-1.txz: Upgraded.
+l/ffmpeg-4.4.1-x86_64-1.txz: Upgraded.
+l/imagemagick-7.1.0_11-x86_64-1.txz: Upgraded.
+l/libcap-2.60-x86_64-1.txz: Upgraded.
+l/libsoup-2.74.1-x86_64-1.txz: Upgraded.
+l/sip-4.19.25-x86_64-3.txz: Rebuilt.
+ Drop the Qt4 modules. Thanks to gmgf.
+n/dhcpcd-9.4.1-x86_64-1.txz: Upgraded.
+testing/packages/linux-5.14.x/kernel-generic-5.14.14-x86_64-3.txz: Rebuilt.
+testing/packages/linux-5.14.x/kernel-headers-5.14.14-x86-3.txz: Rebuilt.
+testing/packages/linux-5.14.x/kernel-huge-5.14.14-x86_64-3.txz: Rebuilt.
+testing/packages/linux-5.14.x/kernel-modules-5.14.14-x86_64-3.txz: Rebuilt.
+testing/packages/linux-5.14.x/kernel-source-5.14.14-noarch-3.txz: Rebuilt.
+ Let's enable SCHED_AUTOGROUP, which should improve desktop latency under a
+ heavy CPU load while being mostly inert on servers. It may be disabled at
+ boot time with a "noautogroup" kernel parameter, or at runtime like this:
+ echo 0 > /proc/sys/kernel/sched_autogroup_enabled
+ Thanks to gbschenkel.
+ SCHED_AUTOGROUP n -> y
++--------------------------+
Sat Oct 23 18:57:30 UTC 2021
a/aaa_terminfo-6.3-x86_64-1.txz: Upgraded.
a/glibc-zoneinfo-2021e-noarch-1.txz: Upgraded.
diff --git a/FILELIST.TXT b/FILELIST.TXT
index 73e0ea40e..9310cfcea 100644
--- a/FILELIST.TXT
+++ b/FILELIST.TXT
@@ -1,20 +1,20 @@
-Sat Oct 23 19:06:27 UTC 2021
+Mon Oct 25 19:35:50 UTC 2021
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 2021-10-23 18:57 .
+drwxr-xr-x 12 root root 4096 2021-10-25 19:30 .
-rw-r--r-- 1 root root 10064 2016-06-30 18:39 ./ANNOUNCE.14_2
-rw-r--r-- 1 root root 15590 2021-08-07 23:14 ./CHANGES_AND_HINTS.TXT
--rw-r--r-- 1 root root 1084999 2021-10-21 19:40 ./CHECKSUMS.md5
--rw-r--r-- 1 root root 163 2021-10-21 19:40 ./CHECKSUMS.md5.asc
+-rw-r--r-- 1 root root 1088664 2021-10-23 19:06 ./CHECKSUMS.md5
+-rw-r--r-- 1 root root 163 2021-10-23 19:06 ./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 1726221 2021-10-23 18:57 ./ChangeLog.txt
+-rw-r--r-- 1 root root 1728299 2021-10-25 19:30 ./ChangeLog.txt
drwxr-xr-x 3 root root 4096 2013-03-20 22:17 ./EFI
drwxr-xr-x 2 root root 4096 2021-10-20 19:29 ./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 2021-10-20 19:29 ./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 1412453 2021-10-21 19:40 ./FILELIST.TXT
+-rw-r--r-- 1 root root 1417083 2021-10-23 19:06 ./FILELIST.TXT
-rw-r--r-- 1 root root 1572 2012-08-29 18:27 ./GPG-KEY
--rw-r--r-- 1 root root 856937 2021-10-23 19:05 ./PACKAGES.TXT
+-rw-r--r-- 1 root root 856939 2021-10-25 19:34 ./PACKAGES.TXT
-rw-r--r-- 1 root root 8564 2016-06-28 21:33 ./README.TXT
-rw-r--r-- 1 root root 3635 2021-10-20 19:11 ./README.initrd
-rw-r--r-- 1 root root 34412 2017-12-01 17:44 ./README_CRYPT.TXT
@@ -715,11 +715,11 @@ drwxr-xr-x 2 root root 4096 2012-09-20 18:06 ./patches
-rw-r--r-- 1 root root 575 2012-09-20 18:06 ./patches/FILE_LIST
-rw-r--r-- 1 root root 14 2012-09-20 18:06 ./patches/MANIFEST.bz2
-rw-r--r-- 1 root root 224 2012-09-20 18:06 ./patches/PACKAGES.TXT
-drwxr-xr-x 17 root root 4096 2021-10-23 19:05 ./slackware64
--rw-r--r-- 1 root root 334744 2021-10-23 19:05 ./slackware64/CHECKSUMS.md5
--rw-r--r-- 1 root root 163 2021-10-23 19:05 ./slackware64/CHECKSUMS.md5.asc
--rw-r--r-- 1 root root 415261 2021-10-23 19:04 ./slackware64/FILE_LIST
--rw-r--r-- 1 root root 4166040 2021-10-23 19:05 ./slackware64/MANIFEST.bz2
+drwxr-xr-x 17 root root 4096 2021-10-25 19:35 ./slackware64
+-rw-r--r-- 1 root root 334750 2021-10-25 19:35 ./slackware64/CHECKSUMS.md5
+-rw-r--r-- 1 root root 163 2021-10-25 19:35 ./slackware64/CHECKSUMS.md5.asc
+-rw-r--r-- 1 root root 415267 2021-10-25 19:34 ./slackware64/FILE_LIST
+-rw-r--r-- 1 root root 4167264 2021-10-25 19:34 ./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 2021-10-23 19:04 ./slackware64/a
-rw-r--r-- 1 root root 327 2021-07-17 17:47 ./slackware64/a/aaa_base-15.0-x86_64-1.txt
@@ -1102,7 +1102,7 @@ drwxr-xr-x 2 root root 32768 2021-10-23 19:04 ./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 2021-10-23 19:04 ./slackware64/ap
+drwxr-xr-x 2 root root 20480 2021-10-25 19:34 ./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
@@ -1302,9 +1302,9 @@ drwxr-xr-x 2 root root 20480 2021-10-23 19:04 ./slackware64/ap
-rw-r--r-- 1 root root 452 2021-02-13 11:43 ./slackware64/ap/seejpeg-1.10-x86_64-4.txt
-rw-r--r-- 1 root root 56116 2021-02-13 11:43 ./slackware64/ap/seejpeg-1.10-x86_64-4.txz
-rw-r--r-- 1 root root 163 2021-02-13 11:43 ./slackware64/ap/seejpeg-1.10-x86_64-4.txz.asc
--rw-r--r-- 1 root root 556 2021-08-16 04:15 ./slackware64/ap/slackpkg-15.0.7-noarch-1.txt
--rw-r--r-- 1 root root 179420 2021-08-16 04:15 ./slackware64/ap/slackpkg-15.0.7-noarch-1.txz
--rw-r--r-- 1 root root 163 2021-08-16 04:15 ./slackware64/ap/slackpkg-15.0.7-noarch-1.txz.asc
+-rw-r--r-- 1 root root 556 2021-10-25 02:45 ./slackware64/ap/slackpkg-15.0.8-noarch-1.txt
+-rw-r--r-- 1 root root 179588 2021-10-25 02:45 ./slackware64/ap/slackpkg-15.0.8-noarch-1.txz
+-rw-r--r-- 1 root root 163 2021-10-25 02:45 ./slackware64/ap/slackpkg-15.0.8-noarch-1.txz.asc
-rw-r--r-- 1 root root 298 2021-02-13 11:43 ./slackware64/ap/soma-3.3.7-noarch-2.txt
-rw-r--r-- 1 root root 31044 2021-02-13 11:43 ./slackware64/ap/soma-3.3.7-noarch-2.txz
-rw-r--r-- 1 root root 163 2021-02-13 11:43 ./slackware64/ap/soma-3.3.7-noarch-2.txz.asc
@@ -1357,7 +1357,7 @@ drwxr-xr-x 2 root root 20480 2021-10-23 19:04 ./slackware64/ap
-rw-r--r-- 1 root root 506 2021-02-13 11:48 ./slackware64/ap/zsh-5.8-x86_64-3.txt
-rw-r--r-- 1 root root 3056824 2021-02-13 11:48 ./slackware64/ap/zsh-5.8-x86_64-3.txz
-rw-r--r-- 1 root root 163 2021-02-13 11:48 ./slackware64/ap/zsh-5.8-x86_64-3.txz.asc
-drwxr-xr-x 2 root root 20480 2021-10-23 19:04 ./slackware64/d
+drwxr-xr-x 2 root root 20480 2021-10-25 19:34 ./slackware64/d
-rw-r--r-- 1 root root 360 2021-10-09 03:35 ./slackware64/d/Cython-0.29.24-x86_64-2.txt
-rw-r--r-- 1 root root 2402828 2021-10-09 03:35 ./slackware64/d/Cython-0.29.24-x86_64-2.txz
-rw-r--r-- 1 root root 163 2021-10-09 03:35 ./slackware64/d/Cython-0.29.24-x86_64-2.txz.asc
@@ -1485,9 +1485,9 @@ drwxr-xr-x 2 root root 20480 2021-10-23 19:04 ./slackware64/d
-rw-r--r-- 1 root root 659 2021-10-09 03:52 ./slackware64/d/mercurial-5.9.2-x86_64-2.txt
-rw-r--r-- 1 root root 4572564 2021-10-09 03:52 ./slackware64/d/mercurial-5.9.2-x86_64-2.txz
-rw-r--r-- 1 root root 163 2021-10-09 03:52 ./slackware64/d/mercurial-5.9.2-x86_64-2.txz.asc
--rw-r--r-- 1 root root 410 2021-10-23 18:28 ./slackware64/d/meson-0.59.3-x86_64-1.txt
--rw-r--r-- 1 root root 1116240 2021-10-23 18:28 ./slackware64/d/meson-0.59.3-x86_64-1.txz
--rw-r--r-- 1 root root 163 2021-10-23 18:28 ./slackware64/d/meson-0.59.3-x86_64-1.txz.asc
+-rw-r--r-- 1 root root 410 2021-10-24 18:13 ./slackware64/d/meson-0.60.0-x86_64-1.txt
+-rw-r--r-- 1 root root 1152228 2021-10-24 18:13 ./slackware64/d/meson-0.60.0-x86_64-1.txz
+-rw-r--r-- 1 root root 163 2021-10-24 18:13 ./slackware64/d/meson-0.60.0-x86_64-1.txz.asc
-rw-r--r-- 1 root root 339 2021-02-13 10:39 ./slackware64/d/nasm-2.15.05-x86_64-3.txt
-rw-r--r-- 1 root root 411484 2021-02-13 10:39 ./slackware64/d/nasm-2.15.05-x86_64-3.txz
-rw-r--r-- 1 root root 163 2021-02-13 10:39 ./slackware64/d/nasm-2.15.05-x86_64-3.txz.asc
@@ -2707,7 +2707,7 @@ drwxr-xr-x 2 root root 86016 2021-10-19 18:12 ./slackware64/kde
-rw-r--r-- 1 root root 296 2021-10-09 06:27 ./slackware64/kde/zeroconf-ioslave-21.08.2-x86_64-1.txt
-rw-r--r-- 1 root root 50044 2021-10-09 06:27 ./slackware64/kde/zeroconf-ioslave-21.08.2-x86_64-1.txz
-rw-r--r-- 1 root root 163 2021-10-09 06:27 ./slackware64/kde/zeroconf-ioslave-21.08.2-x86_64-1.txz.asc
-drwxr-xr-x 2 root root 77824 2021-10-23 19:04 ./slackware64/l
+drwxr-xr-x 2 root root 77824 2021-10-25 19:34 ./slackware64/l
-rw-r--r-- 1 root root 329 2021-02-13 05:56 ./slackware64/l/GConf-3.2.6-x86_64-7.txt
-rw-r--r-- 1 root root 928148 2021-02-13 05:56 ./slackware64/l/GConf-3.2.6-x86_64-7.txz
-rw-r--r-- 1 root root 163 2021-02-13 05:56 ./slackware64/l/GConf-3.2.6-x86_64-7.txz.asc
@@ -2885,9 +2885,9 @@ drwxr-xr-x 2 root root 77824 2021-10-23 19:04 ./slackware64/l
-rw-r--r-- 1 root root 315 2021-02-13 06:27 ./slackware64/l/farstream-0.2.9-x86_64-3.txt
-rw-r--r-- 1 root root 268080 2021-02-13 06:27 ./slackware64/l/farstream-0.2.9-x86_64-3.txz
-rw-r--r-- 1 root root 163 2021-02-13 06:27 ./slackware64/l/farstream-0.2.9-x86_64-3.txz.asc
--rw-r--r-- 1 root root 490 2021-10-10 21:39 ./slackware64/l/ffmpeg-4.4-x86_64-2.txt
--rw-r--r-- 1 root root 9774104 2021-10-10 21:39 ./slackware64/l/ffmpeg-4.4-x86_64-2.txz
--rw-r--r-- 1 root root 163 2021-10-10 21:39 ./slackware64/l/ffmpeg-4.4-x86_64-2.txz.asc
+-rw-r--r-- 1 root root 490 2021-10-25 00:20 ./slackware64/l/ffmpeg-4.4.1-x86_64-1.txt
+-rw-r--r-- 1 root root 9780948 2021-10-25 00:20 ./slackware64/l/ffmpeg-4.4.1-x86_64-1.txz
+-rw-r--r-- 1 root root 163 2021-10-25 00:20 ./slackware64/l/ffmpeg-4.4.1-x86_64-1.txz.asc
-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
@@ -3068,9 +3068,9 @@ drwxr-xr-x 2 root root 77824 2021-10-23 19:04 ./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 2021-10-12 20:25 ./slackware64/l/imagemagick-7.1.0_10-x86_64-1.txt
--rw-r--r-- 1 root root 8097504 2021-10-12 20:25 ./slackware64/l/imagemagick-7.1.0_10-x86_64-1.txz
--rw-r--r-- 1 root root 163 2021-10-12 20:25 ./slackware64/l/imagemagick-7.1.0_10-x86_64-1.txz.asc
+-rw-r--r-- 1 root root 537 2021-10-25 17:30 ./slackware64/l/imagemagick-7.1.0_11-x86_64-1.txt
+-rw-r--r-- 1 root root 8106636 2021-10-25 17:30 ./slackware64/l/imagemagick-7.1.0_11-x86_64-1.txz
+-rw-r--r-- 1 root root 163 2021-10-25 17:30 ./slackware64/l/imagemagick-7.1.0_11-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 2021-05-03 18:20 ./slackware64/l/isl-0.24-x86_64-1.txt
@@ -3151,9 +3151,9 @@ drwxr-xr-x 2 root root 77824 2021-10-23 19:04 ./slackware64/l
-rw-r--r-- 1 root root 479 2021-02-13 06:57 ./slackware64/l/libcanberra-0.30-x86_64-8.txt
-rw-r--r-- 1 root root 96700 2021-02-13 06:57 ./slackware64/l/libcanberra-0.30-x86_64-8.txz
-rw-r--r-- 1 root root 163 2021-02-13 06:57 ./slackware64/l/libcanberra-0.30-x86_64-8.txz.asc
--rw-r--r-- 1 root root 433 2021-09-27 18:00 ./slackware64/l/libcap-2.59-x86_64-1.txt
--rw-r--r-- 1 root root 102860 2021-09-27 18:00 ./slackware64/l/libcap-2.59-x86_64-1.txz
--rw-r--r-- 1 root root 163 2021-09-27 18:00 ./slackware64/l/libcap-2.59-x86_64-1.txz.asc
+-rw-r--r-- 1 root root 433 2021-10-24 18:00 ./slackware64/l/libcap-2.60-x86_64-1.txt
+-rw-r--r-- 1 root root 104608 2021-10-24 18:00 ./slackware64/l/libcap-2.60-x86_64-1.txz
+-rw-r--r-- 1 root root 163 2021-10-24 18:00 ./slackware64/l/libcap-2.60-x86_64-1.txz.asc
-rw-r--r-- 1 root root 472 2021-10-09 03:48 ./slackware64/l/libcap-ng-0.8.2-x86_64-4.txt
-rw-r--r-- 1 root root 73588 2021-10-09 03:48 ./slackware64/l/libcap-ng-0.8.2-x86_64-4.txz
-rw-r--r-- 1 root root 163 2021-10-09 03:48 ./slackware64/l/libcap-ng-0.8.2-x86_64-4.txz.asc
@@ -3364,9 +3364,9 @@ drwxr-xr-x 2 root root 77824 2021-10-23 19:04 ./slackware64/l
-rw-r--r-- 1 root root 527 2021-02-13 07:13 ./slackware64/l/libsodium-1.0.18-x86_64-3.txt
-rw-r--r-- 1 root root 169616 2021-02-13 07:13 ./slackware64/l/libsodium-1.0.18-x86_64-3.txz
-rw-r--r-- 1 root root 163 2021-02-13 07:13 ./slackware64/l/libsodium-1.0.18-x86_64-3.txz.asc
--rw-r--r-- 1 root root 349 2021-09-27 17:47 ./slackware64/l/libsoup-2.74.0-x86_64-1.txt
--rw-r--r-- 1 root root 527976 2021-09-27 17:47 ./slackware64/l/libsoup-2.74.0-x86_64-1.txz
--rw-r--r-- 1 root root 163 2021-09-27 17:47 ./slackware64/l/libsoup-2.74.0-x86_64-1.txz.asc
+-rw-r--r-- 1 root root 349 2021-10-25 02:57 ./slackware64/l/libsoup-2.74.1-x86_64-1.txt
+-rw-r--r-- 1 root root 528200 2021-10-25 02:57 ./slackware64/l/libsoup-2.74.1-x86_64-1.txz
+-rw-r--r-- 1 root root 163 2021-10-25 02:57 ./slackware64/l/libsoup-2.74.1-x86_64-1.txz.asc
-rw-r--r-- 1 root root 456 2021-02-13 07:13 ./slackware64/l/libspectre-0.2.9-x86_64-4.txt
-rw-r--r-- 1 root root 39392 2021-02-13 07:13 ./slackware64/l/libspectre-0.2.9-x86_64-4.txz
-rw-r--r-- 1 root root 163 2021-02-13 07:13 ./slackware64/l/libspectre-0.2.9-x86_64-4.txz.asc
@@ -3726,9 +3726,9 @@ drwxr-xr-x 2 root root 77824 2021-10-23 19:04 ./slackware64/l
-rw-r--r-- 1 root root 487 2021-02-13 08:59 ./slackware64/l/shared-mime-info-2.1-x86_64-3.txt
-rw-r--r-- 1 root root 550864 2021-02-13 08:59 ./slackware64/l/shared-mime-info-2.1-x86_64-3.txz
-rw-r--r-- 1 root root 163 2021-02-13 08:59 ./slackware64/l/shared-mime-info-2.1-x86_64-3.txz.asc
--rw-r--r-- 1 root root 393 2021-10-09 03:35 ./slackware64/l/sip-4.19.25-x86_64-2.txt
--rw-r--r-- 1 root root 578888 2021-10-09 03:35 ./slackware64/l/sip-4.19.25-x86_64-2.txz
--rw-r--r-- 1 root root 163 2021-10-09 03:35 ./slackware64/l/sip-4.19.25-x86_64-2.txz.asc
+-rw-r--r-- 1 root root 393 2021-10-25 00:26 ./slackware64/l/sip-4.19.25-x86_64-3.txt
+-rw-r--r-- 1 root root 570792 2021-10-25 00:26 ./slackware64/l/sip-4.19.25-x86_64-3.txz
+-rw-r--r-- 1 root root 163 2021-10-25 00:26 ./slackware64/l/sip-4.19.25-x86_64-3.txz.asc
-rw-r--r-- 1 root root 576 2021-02-13 09:00 ./slackware64/l/slang-2.3.2-x86_64-5.txt
-rw-r--r-- 1 root root 514944 2021-02-13 09:00 ./slackware64/l/slang-2.3.2-x86_64-5.txz
-rw-r--r-- 1 root root 163 2021-02-13 09:00 ./slackware64/l/slang-2.3.2-x86_64-5.txz.asc
@@ -3817,7 +3817,7 @@ drwxr-xr-x 2 root root 77824 2021-10-23 19:04 ./slackware64/l
-rw-r--r-- 1 root root 463 2021-05-15 18:01 ./slackware64/l/zstd-1.5.0-x86_64-1.txt
-rw-r--r-- 1 root root 458040 2021-05-15 18:01 ./slackware64/l/zstd-1.5.0-x86_64-1.txz
-rw-r--r-- 1 root root 163 2021-05-15 18:01 ./slackware64/l/zstd-1.5.0-x86_64-1.txz.asc
-drwxr-xr-x 2 root root 32768 2021-10-23 19:04 ./slackware64/n
+drwxr-xr-x 2 root root 32768 2021-10-25 19:34 ./slackware64/n
-rw-r--r-- 1 root root 357 2021-09-27 06:13 ./slackware64/n/ModemManager-1.18.2-x86_64-1.txt
-rw-r--r-- 1 root root 2111876 2021-09-27 06:13 ./slackware64/n/ModemManager-1.18.2-x86_64-1.txz
-rw-r--r-- 1 root root 163 2021-09-27 06:13 ./slackware64/n/ModemManager-1.18.2-x86_64-1.txz.asc
@@ -3881,9 +3881,9 @@ drwxr-xr-x 2 root root 32768 2021-10-23 19:04 ./slackware64/n
-rw-r--r-- 1 root root 641 2021-05-29 17:24 ./slackware64/n/dhcp-4.4.2_P1-x86_64-1.txt
-rw-r--r-- 1 root root 1818824 2021-05-29 17:24 ./slackware64/n/dhcp-4.4.2_P1-x86_64-1.txz
-rw-r--r-- 1 root root 163 2021-05-29 17:24 ./slackware64/n/dhcp-4.4.2_P1-x86_64-1.txz.asc
--rw-r--r-- 1 root root 493 2021-09-17 04:17 ./slackware64/n/dhcpcd-9.4.0-x86_64-2.txt
--rw-r--r-- 1 root root 190348 2021-09-17 04:17 ./slackware64/n/dhcpcd-9.4.0-x86_64-2.txz
--rw-r--r-- 1 root root 163 2021-09-17 04:17 ./slackware64/n/dhcpcd-9.4.0-x86_64-2.txz.asc
+-rw-r--r-- 1 root root 493 2021-10-24 17:59 ./slackware64/n/dhcpcd-9.4.1-x86_64-1.txt
+-rw-r--r-- 1 root root 190792 2021-10-24 17:59 ./slackware64/n/dhcpcd-9.4.1-x86_64-1.txz
+-rw-r--r-- 1 root root 163 2021-10-24 17:59 ./slackware64/n/dhcpcd-9.4.1-x86_64-1.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
@@ -5545,11 +5545,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 2021-10-23 19:05 ./source
--rw-r--r-- 1 root root 578681 2021-10-23 19:05 ./source/CHECKSUMS.md5
--rw-r--r-- 1 root root 163 2021-10-23 19:05 ./source/CHECKSUMS.md5.asc
--rw-r--r-- 1 root root 805378 2021-10-23 19:05 ./source/FILE_LIST
--rw-r--r-- 1 root root 23302727 2021-10-23 19:05 ./source/MANIFEST.bz2
+drwxr-xr-x 18 root root 4096 2021-10-25 19:35 ./source
+-rw-r--r-- 1 root root 578420 2021-10-25 19:35 ./source/CHECKSUMS.md5
+-rw-r--r-- 1 root root 163 2021-10-25 19:35 ./source/CHECKSUMS.md5.asc
+-rw-r--r-- 1 root root 805067 2021-10-25 19:35 ./source/FILE_LIST
+-rw-r--r-- 1 root root 23333027 2021-10-25 19:35 ./source/MANIFEST.bz2
-rw-r--r-- 1 root root 1314 2006-10-02 04:40 ./source/README.TXT
drwxr-xr-x 122 root root 4096 2021-10-21 17:33 ./source/a
-rw-r--r-- 1 root root 1591 2021-04-06 18:09 ./source/a/FTBFSlog
@@ -6940,13 +6940,11 @@ drwxr-xr-x 2 root root 4096 2021-08-29 02:36 ./source/ap/man-pages
-rwxr-xr-x 1 root root 4154 2021-03-22 18:24 ./source/ap/man-pages/man-pages.SlackBuild
-rw-r--r-- 1 root root 48 2018-05-01 15:30 ./source/ap/man-pages/man-pages.url
-rw-r--r-- 1 root root 946 2018-02-27 06:13 ./source/ap/man-pages/slack-desc
-drwxr-xr-x 2 root root 4096 2021-08-09 18:04 ./source/ap/mariadb
+drwxr-xr-x 2 root root 4096 2021-10-25 00:21 ./source/ap/mariadb
-rw-r--r-- 1 root root 428 2020-06-24 19:31 ./source/ap/mariadb/doinst.sh.gz
-rw-r--r-- 1 root root 59240822 2021-08-03 08:29 ./source/ap/mariadb/mariadb-10.5.12.tar.lz
--rwxr-xr-x 1 root root 7962 2021-08-09 18:04 ./source/ap/mariadb/mariadb.SlackBuild
+-rwxr-xr-x 1 root root 7679 2021-10-25 00:21 ./source/ap/mariadb/mariadb.SlackBuild
-rw-r--r-- 1 root root 34 2015-05-07 18:51 ./source/ap/mariadb/mirror.url
--rw-r--r-- 1 root root 280 2019-09-11 19:57 ./source/ap/mariadb/mysql.no.plugin_auth_pam.diff.gz
--rw-r--r-- 1 root root 553 2020-01-28 17:36 ./source/ap/mariadb/mysql_install_db.nopam.diff.gz
-rw-r--r-- 1 root root 1208 2021-04-23 17:54 ./source/ap/mariadb/rc.mysqld.gz
-rw-r--r-- 1 root root 824 2018-02-27 06:12 ./source/ap/mariadb/slack-desc
drwxr-xr-x 3 root root 4096 2021-08-15 22:27 ./source/ap/mc
@@ -7059,15 +7057,15 @@ drwxr-xr-x 2 root root 4096 2021-02-13 05:31 ./source/ap/seejpeg
-rw-r--r-- 1 root root 46550 1999-11-09 00:03 ./source/ap/seejpeg/seejpeg-1.10.tgz
-rwxr-xr-x 1 root root 2938 2021-02-13 05:31 ./source/ap/seejpeg/seejpeg.SlackBuild
-rw-r--r-- 1 root root 907 2018-02-27 06:12 ./source/ap/seejpeg/slack-desc
-drwxr-xr-x 3 root root 4096 2021-08-16 02:16 ./source/ap/slackpkg
+drwxr-xr-x 3 root root 4096 2021-10-25 00:47 ./source/ap/slackpkg
-rw-r--r-- 1 root root 261 2021-07-07 03:38 ./source/ap/slackpkg/README.md
--rw-r--r-- 1 root root 1026 2021-02-12 23:30 ./source/ap/slackpkg/doinst.sh
-drwxr-xr-x 4 root root 4096 2021-08-16 02:14 ./source/ap/slackpkg/files
--rw-r--r-- 1 root root 61475 2021-08-16 02:14 ./source/ap/slackpkg/files/ChangeLog
+-rw-r--r-- 1 root root 1063 2021-10-12 05:34 ./source/ap/slackpkg/doinst.sh
+drwxr-xr-x 4 root root 4096 2021-10-25 00:44 ./source/ap/slackpkg/files
+-rw-r--r-- 1 root root 61596 2021-10-25 00:44 ./source/ap/slackpkg/files/ChangeLog
-rw-r--r-- 1 root root 17992 2021-02-12 23:30 ./source/ap/slackpkg/files/GPL
-rw-r--r-- 1 root root 2922 2021-02-12 23:30 ./source/ap/slackpkg/files/README
-rw-r--r-- 1 root root 1326 2021-05-31 20:24 ./source/ap/slackpkg/files/blacklist.new
--rw-r--r-- 1 root root 40649 2021-07-11 07:52 ./source/ap/slackpkg/files/core-functions.sh
+-rw-r--r-- 1 root root 40643 2021-10-12 05:34 ./source/ap/slackpkg/files/core-functions.sh
-rw-r--r-- 1 root root 46 2021-05-31 20:24 ./source/ap/slackpkg/files/cutpkg.awk
-rw-r--r-- 1 root root 2456 2021-02-12 23:30 ./source/ap/slackpkg/files/dialog-functions.sh
-rw-r--r-- 1 root root 424 2021-02-12 23:30 ./source/ap/slackpkg/files/filelist.awk
@@ -7115,12 +7113,12 @@ drwxr-xr-x 2 root root 4096 2021-02-12 23:30 ./source/ap/slackpkg/files/m
-rw-r--r-- 1 root root 8373 2021-06-05 03:24 ./source/ap/slackpkg/files/post-functions.sh
drwxr-xr-x 2 root root 4096 2021-06-05 03:50 ./source/ap/slackpkg/files/shell-completion
-rw-r--r-- 1 root root 3552 2021-06-05 03:50 ./source/ap/slackpkg/files/shell-completion/slackpkg.bash
--rw-r--r-- 1 root root 13781 2021-06-10 00:40 ./source/ap/slackpkg/files/slackpkg
--rw-r--r-- 1 root root 9495 2021-05-31 20:24 ./source/ap/slackpkg/files/slackpkg.8
+-rw-r--r-- 1 root root 13933 2021-10-12 05:34 ./source/ap/slackpkg/files/slackpkg
+-rw-r--r-- 1 root root 9657 2021-10-12 05:34 ./source/ap/slackpkg/files/slackpkg.8
-rw-r--r-- 1 root root 8945 2021-05-31 20:24 ./source/ap/slackpkg/files/slackpkg.conf.5
-rw-r--r-- 1 root root 6109 2021-05-31 20:24 ./source/ap/slackpkg/files/slackpkg.conf.new
-rw-r--r-- 1 root root 1008 2021-05-31 20:24 ./source/ap/slackpkg/slack-desc
--rwxr-xr-x 1 root root 4407 2021-08-16 02:14 ./source/ap/slackpkg/slackpkg.SlackBuild
+-rwxr-xr-x 1 root root 4407 2021-10-25 00:45 ./source/ap/slackpkg/slackpkg.SlackBuild
drwxr-xr-x 2 root root 4096 2021-02-13 05:31 ./source/ap/soma
-rw-r--r-- 1 root root 3364 2020-08-21 17:24 ./source/ap/soma/README
-rw-r--r-- 1 root root 336 2020-06-16 06:05 ./source/ap/soma/doinst.sh.gz
@@ -7479,9 +7477,9 @@ drwxr-xr-x 2 root root 4096 2021-10-08 17:54 ./source/d/mercurial
-rwxr-xr-x 1 root root 4114 2021-10-08 17:54 ./source/d/mercurial/mercurial.SlackBuild
-rw-r--r-- 1 root root 38 2017-12-02 19:13 ./source/d/mercurial/mercurial.url
-rw-r--r-- 1 root root 1245 2018-02-27 06:13 ./source/d/mercurial/slack-desc
-drwxr-xr-x 2 root root 4096 2021-10-23 18:28 ./source/d/meson
+drwxr-xr-x 2 root root 4096 2021-10-24 18:13 ./source/d/meson
-rw-r--r-- 1 root root 756 2021-05-11 18:50 ./source/d/meson/39bb5e07eab736b525abfc66eb5ad0dd626aedc6.patch.gz
--rw-r--r-- 1 root root 3439483 2021-10-21 04:52 ./source/d/meson/meson-0.59.3.tar.lz
+-rw-r--r-- 1 root root 3490083 2021-10-24 15:12 ./source/d/meson/meson-0.60.0.tar.lz
-rwxr-xr-x 1 root root 3004 2021-10-23 18:28 ./source/d/meson/meson.SlackBuild
-rw-r--r-- 1 root root 185 2021-05-11 18:55 ./source/d/meson/meson.import.copy.diff.gz
-rw-r--r-- 1 root root 36 2018-11-09 03:24 ./source/d/meson/meson.url
@@ -9909,10 +9907,10 @@ drwxr-xr-x 2 root root 4096 2021-02-13 05:31 ./source/l/farstream
-rwxr-xr-x 1 root root 4630 2021-02-13 05:31 ./source/l/farstream/farstream.SlackBuild
-rw-r--r-- 1 root root 61 2020-07-21 19:02 ./source/l/farstream/farstream.url
-rw-r--r-- 1 root root 772 2020-07-21 19:18 ./source/l/farstream/slack-desc
-drwxr-xr-x 2 root root 4096 2021-04-11 19:31 ./source/l/ffmpeg
--rw-r--r-- 1 root root 9557868 2021-04-08 21:29 ./source/l/ffmpeg/ffmpeg-4.4.tar.xz
--rw-r--r-- 1 root root 520 2021-04-08 21:30 ./source/l/ffmpeg/ffmpeg-4.4.tar.xz.asc
--rwxr-xr-x 1 root root 11590 2021-10-10 21:37 ./source/l/ffmpeg/ffmpeg.SlackBuild
+drwxr-xr-x 2 root root 4096 2021-10-25 00:19 ./source/l/ffmpeg
+-rw-r--r-- 1 root root 9557516 2021-10-24 20:47 ./source/l/ffmpeg/ffmpeg-4.4.1.tar.xz
+-rw-r--r-- 1 root root 520 2021-10-24 21:07 ./source/l/ffmpeg/ffmpeg-4.4.1.tar.xz.asc
+-rwxr-xr-x 1 root root 11590 2021-10-25 00:19 ./source/l/ffmpeg/ffmpeg.SlackBuild
-rw-r--r-- 1 root root 944 2018-12-10 19:57 ./source/l/ffmpeg/slack-desc
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
@@ -10303,8 +10301,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 2021-10-12 20:23 ./source/l/imagemagick
--rw-r--r-- 1 root root 10369021 2021-10-10 12:45 ./source/l/imagemagick/ImageMagick-7.1.0-10.tar.lz
+drwxr-xr-x 2 root root 4096 2021-10-25 19:32 ./source/l/imagemagick
+-rw-r--r-- 1 root root 10366092 2021-10-24 19:13 ./source/l/imagemagick/ImageMagick-7.1.0-11.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 7092 2021-05-31 19:19 ./source/l/imagemagick/imagemagick.SlackBuild
-rw-r--r-- 1 root root 43 2020-09-30 21:13 ./source/l/imagemagick/imagemagick.url
@@ -10429,15 +10427,15 @@ drwxr-xr-x 2 root root 4096 2021-02-13 05:31 ./source/l/libcanberra
-rwxr-xr-x 1 root root 3969 2021-02-13 05:31 ./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 2021-09-27 18:00 ./source/l/libcap
+drwxr-xr-x 2 root root 4096 2021-10-24 18:00 ./source/l/libcap
drwxr-xr-x 2 root root 4096 2021-10-08 17:54 ./source/l/libcap-ng
-rw-r--r-- 1 root root 275933 2020-12-09 18:56 ./source/l/libcap-ng/libcap-ng-0.8.2.tar.lz
-rwxr-xr-x 1 root root 4917 2021-10-08 17:54 ./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 2021-09-27 01:57 ./source/l/libcap/libcap-2.59.tar.sign
--rw-r--r-- 1 root root 168404 2021-09-27 01:57 ./source/l/libcap/libcap-2.59.tar.xz
+-rw-r--r-- 1 root root 833 2021-10-23 05:15 ./source/l/libcap/libcap-2.60.tar.sign
+-rw-r--r-- 1 root root 170744 2021-10-23 05:15 ./source/l/libcap/libcap-2.60.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
@@ -10764,8 +10762,8 @@ drwxr-xr-x 2 root root 4096 2021-02-13 05:32 ./source/l/libsodium
-rw-r--r-- 1 root root 1471054 2019-05-30 20:59 ./source/l/libsodium/libsodium-1.0.18.tar.lz
-rwxr-xr-x 1 root root 4507 2021-02-13 05:32 ./source/l/libsodium/libsodium.SlackBuild
-rw-r--r-- 1 root root 984 2018-02-27 06:12 ./source/l/libsodium/slack-desc
-drwxr-xr-x 2 root root 4096 2021-09-27 08:19 ./source/l/libsoup
--rw-r--r-- 1 root root 1498224 2021-08-22 22:35 ./source/l/libsoup/libsoup-2.74.0.tar.xz
+drwxr-xr-x 2 root root 4096 2021-10-25 02:56 ./source/l/libsoup
+-rw-r--r-- 1 root root 1496188 2021-10-24 16:07 ./source/l/libsoup/libsoup-2.74.1.tar.xz
-rwxr-xr-x 1 root root 3527 2021-09-27 08:19 ./source/l/libsoup/libsoup.SlackBuild
-rw-r--r-- 1 root root 804 2018-02-27 06:12 ./source/l/libsoup/slack-desc
drwxr-xr-x 2 root root 4096 2021-02-13 05:32 ./source/l/libspectre
@@ -11474,7 +11472,7 @@ drwxr-xr-x 2 root root 4096 2021-02-13 05:32 ./source/l/shared-mime-info
-rw-r--r-- 1 root root 951 2018-02-27 06:12 ./source/l/shared-mime-info/slack-desc
drwxr-xr-x 2 root root 4096 2021-10-08 17:54 ./source/l/sip
-rw-r--r-- 1 root root 656145 2021-02-26 15:28 ./source/l/sip/sip-4.19.25.tar.lz
--rwxr-xr-x 1 root root 5773 2021-10-08 17:54 ./source/l/sip/sip.SlackBuild
+-rwxr-xr-x 1 root root 4972 2021-10-25 00:26 ./source/l/sip/sip.SlackBuild
-rw-r--r-- 1 root root 844 2018-11-29 19:17 ./source/l/sip/slack-desc
drwxr-xr-x 2 root root 4096 2021-02-13 05:32 ./source/l/slang
-rw-r--r-- 1 root root 1029 2018-02-27 06:12 ./source/l/slang/slack-desc
@@ -11808,15 +11806,14 @@ drwxr-xr-x 2 root root 4096 2021-05-29 17:22 ./source/n/dhcp
-rw-r--r-- 1 root root 28 2020-01-22 18:55 ./source/n/dhcp/dhcp.url
-rw-r--r-- 1 root root 309 2011-03-24 13:39 ./source/n/dhcp/doinst.sh.gz
-rw-r--r-- 1 root root 1093 2018-02-27 06:13 ./source/n/dhcp/slack-desc
-drwxr-xr-x 3 root root 4096 2021-09-17 04:14 ./source/n/dhcpcd
--rw-r--r-- 1 root root 256440 2020-12-28 13:00 ./source/n/dhcpcd/dhcpcd-9.4.0.tar.xz
--rw-r--r-- 1 root root 96 2020-12-28 13:00 ./source/n/dhcpcd/dhcpcd-9.4.0.tar.xz.distinfo
--rw-r--r-- 1 root root 669 2020-12-28 13:00 ./source/n/dhcpcd/dhcpcd-9.4.0.tar.xz.distinfo.asc
--rwxr-xr-x 1 root root 5449 2021-09-17 06:27 ./source/n/dhcpcd/dhcpcd.SlackBuild
+drwxr-xr-x 3 root root 4096 2021-10-24 17:58 ./source/n/dhcpcd
+-rw-r--r-- 1 root root 257092 2021-10-22 12:05 ./source/n/dhcpcd/dhcpcd-9.4.1.tar.xz
+-rw-r--r-- 1 root root 96 2021-10-22 12:05 ./source/n/dhcpcd/dhcpcd-9.4.1.tar.xz.distinfo
+-rw-r--r-- 1 root root 669 2021-10-22 12:05 ./source/n/dhcpcd/dhcpcd-9.4.1.tar.xz.distinfo.asc
+-rwxr-xr-x 1 root root 5350 2021-10-24 17:58 ./source/n/dhcpcd/dhcpcd.SlackBuild
-rw-r--r-- 1 root root 42 2021-09-12 17:50 ./source/n/dhcpcd/dhcpcd.url
-rw-r--r-- 1 root root 265 2009-07-24 16:30 ./source/n/dhcpcd/doinst.sh.gz
-drwxr-xr-x 2 root root 4096 2021-09-17 04:12 ./source/n/dhcpcd/patches
--rw-r--r-- 1 root root 2673 2021-09-17 04:11 ./source/n/dhcpcd/patches/dhcpcd.2fae4a113c3e736d585dd300ca6c8fddae300503.patch
+drwxr-xr-x 2 root root 4096 2021-10-24 17:58 ./source/n/dhcpcd/patches
-rw-r--r-- 1 root root 427 2018-01-02 10:15 ./source/n/dhcpcd/patches/dhcpcd.conf-Don-t-invoke-wpa_supplicant-by-default.patch
-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
@@ -12017,11 +12014,11 @@ drwxr-xr-x 2 root root 4096 2021-03-22 18:29 ./source/n/libgpg-error
-rw-r--r-- 1 root root 41 2020-02-08 19:17 ./source/n/libgpg-error/libgpg-error.url
-rw-r--r-- 1 root root 852 2018-02-27 06:13 ./source/n/libgpg-error/slack-desc
drwxr-xr-x 2 root root 4096 2021-06-10 18:08 ./source/n/libksba
--rw-r--r-- 1 root root 662120 2021-06-10 12:33 ./source/n/libksba/libksba-1.6.0.tar.bz2
--rw-r--r-- 1 root root 119 2021-06-10 12:33 ./source/n/libksba/libksba-1.6.0.tar.bz2.sig
--rwxr-xr-x 1 root root 3963 2021-04-07 19:48 ./source/n/libksba/libksba.SlackBuild
--rw-r--r-- 1 root root 36 2020-05-24 18:04 ./source/n/libksba/libksba.url
--rw-r--r-- 1 root root 787 2018-02-27 06:13 ./source/n/libksba/slack-desc
+-rw-r--r-- 1 root root 662120 2021-06-10 12:33 ./source/n/libksba/libksba-1.6.0.tar.bz2
+-rw-r--r-- 1 root root 119 2021-06-10 12:33 ./source/n/libksba/libksba-1.6.0.tar.bz2.sig
+-rwxr-xr-x 1 root root 3963 2021-04-07 19:48 ./source/n/libksba/libksba.SlackBuild
+-rw-r--r-- 1 root root 36 2020-05-24 18:04 ./source/n/libksba/libksba.url
+-rw-r--r-- 1 root root 787 2018-02-27 06:13 ./source/n/libksba/slack-desc
drwxr-xr-x 2 root root 4096 2021-08-02 17:57 ./source/n/libmbim
-rw-r--r-- 1 root root 554672 2021-07-27 09:54 ./source/n/libmbim/libmbim-1.26.0.tar.xz
-rw-r--r-- 1 root root 195 2021-07-27 09:54 ./source/n/libmbim/libmbim-1.26.0.tar.xz.asc
@@ -15000,39 +14997,39 @@ drwxr-xr-x 2 root root 4096 2021-02-13 05:32 ./source/y/nethack
-rwxr-xr-x 1 root root 4998 2021-02-13 05:32 ./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 2021-10-23 19:06 ./testing
--rw-r--r-- 1 root root 4172 2021-10-23 19:06 ./testing/CHECKSUMS.md5
--rw-r--r-- 1 root root 163 2021-10-23 19:06 ./testing/CHECKSUMS.md5.asc
--rw-r--r-- 1 root root 5285 2021-10-23 19:06 ./testing/FILE_LIST
--rw-r--r-- 1 root root 1227194 2021-10-23 19:06 ./testing/MANIFEST.bz2
--rw-r--r-- 1 root root 3512 2021-10-23 19:06 ./testing/PACKAGES.TXT
+drwxr-xr-x 4 root root 4096 2021-10-25 19:35 ./testing
+-rw-r--r-- 1 root root 4172 2021-10-25 19:35 ./testing/CHECKSUMS.md5
+-rw-r--r-- 1 root root 163 2021-10-25 19:35 ./testing/CHECKSUMS.md5.asc
+-rw-r--r-- 1 root root 5285 2021-10-25 19:35 ./testing/FILE_LIST
+-rw-r--r-- 1 root root 1227419 2021-10-25 19:35 ./testing/MANIFEST.bz2
+-rw-r--r-- 1 root root 3512 2021-10-25 19:35 ./testing/PACKAGES.TXT
drwxr-xr-x 3 root root 4096 2021-10-22 23:23 ./testing/packages
-drwxr-xr-x 2 root root 4096 2021-10-23 19:06 ./testing/packages/linux-5.14.x
--rw-r--r-- 1 root root 624 2021-10-22 23:02 ./testing/packages/linux-5.14.x/kernel-generic-5.14.14-x86_64-2.txt
--rw-r--r-- 1 root root 8112964 2021-10-22 23:02 ./testing/packages/linux-5.14.x/kernel-generic-5.14.14-x86_64-2.txz
--rw-r--r-- 1 root root 163 2021-10-22 23:02 ./testing/packages/linux-5.14.x/kernel-generic-5.14.14-x86_64-2.txz.asc
--rw-r--r-- 1 root root 332 2021-10-22 23:06 ./testing/packages/linux-5.14.x/kernel-headers-5.14.14-x86-2.txt
--rw-r--r-- 1 root root 1070064 2021-10-22 23:06 ./testing/packages/linux-5.14.x/kernel-headers-5.14.14-x86-2.txz
--rw-r--r-- 1 root root 163 2021-10-22 23:06 ./testing/packages/linux-5.14.x/kernel-headers-5.14.14-x86-2.txz.asc
--rw-r--r-- 1 root root 636 2021-10-22 23:01 ./testing/packages/linux-5.14.x/kernel-huge-5.14.14-x86_64-2.txt
--rw-r--r-- 1 root root 12009344 2021-10-22 23:01 ./testing/packages/linux-5.14.x/kernel-huge-5.14.14-x86_64-2.txz
--rw-r--r-- 1 root root 163 2021-10-22 23:01 ./testing/packages/linux-5.14.x/kernel-huge-5.14.14-x86_64-2.txz.asc
--rw-r--r-- 1 root root 567 2021-10-22 23:06 ./testing/packages/linux-5.14.x/kernel-modules-5.14.14-x86_64-2.txt
--rw-r--r-- 1 root root 49682760 2021-10-22 23:06 ./testing/packages/linux-5.14.x/kernel-modules-5.14.14-x86_64-2.txz
--rw-r--r-- 1 root root 163 2021-10-22 23:06 ./testing/packages/linux-5.14.x/kernel-modules-5.14.14-x86_64-2.txz.asc
--rw-r--r-- 1 root root 317 2021-10-22 23:00 ./testing/packages/linux-5.14.x/kernel-source-5.14.14-noarch-2.txt
--rw-r--r-- 1 root root 121718268 2021-10-22 23:00 ./testing/packages/linux-5.14.x/kernel-source-5.14.14-noarch-2.txz
--rw-r--r-- 1 root root 163 2021-10-22 23:00 ./testing/packages/linux-5.14.x/kernel-source-5.14.14-noarch-2.txz.asc
+drwxr-xr-x 2 root root 4096 2021-10-25 19:35 ./testing/packages/linux-5.14.x
+-rw-r--r-- 1 root root 624 2021-10-25 19:21 ./testing/packages/linux-5.14.x/kernel-generic-5.14.14-x86_64-3.txt
+-rw-r--r-- 1 root root 8116264 2021-10-25 19:21 ./testing/packages/linux-5.14.x/kernel-generic-5.14.14-x86_64-3.txz
+-rw-r--r-- 1 root root 163 2021-10-25 19:21 ./testing/packages/linux-5.14.x/kernel-generic-5.14.14-x86_64-3.txz.asc
+-rw-r--r-- 1 root root 332 2021-10-25 19:25 ./testing/packages/linux-5.14.x/kernel-headers-5.14.14-x86-3.txt
+-rw-r--r-- 1 root root 1070104 2021-10-25 19:25 ./testing/packages/linux-5.14.x/kernel-headers-5.14.14-x86-3.txz
+-rw-r--r-- 1 root root 163 2021-10-25 19:25 ./testing/packages/linux-5.14.x/kernel-headers-5.14.14-x86-3.txz.asc
+-rw-r--r-- 1 root root 636 2021-10-25 19:20 ./testing/packages/linux-5.14.x/kernel-huge-5.14.14-x86_64-3.txt
+-rw-r--r-- 1 root root 12013096 2021-10-25 19:20 ./testing/packages/linux-5.14.x/kernel-huge-5.14.14-x86_64-3.txz
+-rw-r--r-- 1 root root 163 2021-10-25 19:20 ./testing/packages/linux-5.14.x/kernel-huge-5.14.14-x86_64-3.txz.asc
+-rw-r--r-- 1 root root 567 2021-10-25 19:25 ./testing/packages/linux-5.14.x/kernel-modules-5.14.14-x86_64-3.txt
+-rw-r--r-- 1 root root 49681800 2021-10-25 19:25 ./testing/packages/linux-5.14.x/kernel-modules-5.14.14-x86_64-3.txz
+-rw-r--r-- 1 root root 163 2021-10-25 19:25 ./testing/packages/linux-5.14.x/kernel-modules-5.14.14-x86_64-3.txz.asc
+-rw-r--r-- 1 root root 317 2021-10-25 19:17 ./testing/packages/linux-5.14.x/kernel-source-5.14.14-noarch-3.txt
+-rw-r--r-- 1 root root 121715696 2021-10-25 19:17 ./testing/packages/linux-5.14.x/kernel-source-5.14.14-noarch-3.txz
+-rw-r--r-- 1 root root 163 2021-10-25 19:17 ./testing/packages/linux-5.14.x/kernel-source-5.14.14-noarch-3.txz.asc
drwxr-xr-x 3 root root 4096 2021-10-22 19:07 ./testing/source
drwxr-xr-x 4 root root 4096 2021-10-22 19:08 ./testing/source/linux-5.14.x
--rwxr-xr-x 1 root root 8297 2021-10-22 19:08 ./testing/source/linux-5.14.x/build-all-kernels.sh
+-rwxr-xr-x 1 root root 8297 2021-10-25 18:00 ./testing/source/linux-5.14.x/build-all-kernels.sh
drwxr-xr-x 2 root root 4096 2021-10-20 17:58 ./testing/source/linux-5.14.x/kernel-configs
--rw-r--r-- 1 root root 235191 2021-10-20 20:18 ./testing/source/linux-5.14.x/kernel-configs/config-generic-5.14.14
--rw-r--r-- 1 root root 237706 2021-10-20 20:21 ./testing/source/linux-5.14.x/kernel-configs/config-generic-5.14.14.x64
--rw-r--r-- 1 root root 236513 2021-10-20 20:18 ./testing/source/linux-5.14.x/kernel-configs/config-generic-smp-5.14.14-smp
--rw-r--r-- 1 root root 235191 2021-10-20 20:18 ./testing/source/linux-5.14.x/kernel-configs/config-huge-5.14.14
--rw-r--r-- 1 root root 237706 2021-10-20 20:21 ./testing/source/linux-5.14.x/kernel-configs/config-huge-5.14.14.x64
--rw-r--r-- 1 root root 236513 2021-10-20 20:18 ./testing/source/linux-5.14.x/kernel-configs/config-huge-smp-5.14.14-smp
+-rw-r--r-- 1 root root 235180 2021-10-25 17:57 ./testing/source/linux-5.14.x/kernel-configs/config-generic-5.14.14
+-rw-r--r-- 1 root root 237695 2021-10-25 17:59 ./testing/source/linux-5.14.x/kernel-configs/config-generic-5.14.14.x64
+-rw-r--r-- 1 root root 236502 2021-10-25 17:57 ./testing/source/linux-5.14.x/kernel-configs/config-generic-smp-5.14.14-smp
+-rw-r--r-- 1 root root 235180 2021-10-25 17:57 ./testing/source/linux-5.14.x/kernel-configs/config-huge-5.14.14
+-rw-r--r-- 1 root root 237695 2021-10-25 17:59 ./testing/source/linux-5.14.x/kernel-configs/config-huge-5.14.14.x64
+-rw-r--r-- 1 root root 236502 2021-10-25 17:57 ./testing/source/linux-5.14.x/kernel-configs/config-huge-smp-5.14.14-smp
-rwxr-xr-x 1 root root 7441 2020-06-11 19:56 ./testing/source/linux-5.14.x/kernel-generic.SlackBuild
-rwxr-xr-x 1 root root 3779 2019-09-29 23:48 ./testing/source/linux-5.14.x/kernel-headers.SlackBuild
-rwxr-xr-x 1 root root 6004 2020-06-11 19:57 ./testing/source/linux-5.14.x/kernel-modules.SlackBuild
diff --git a/recompress.sh b/recompress.sh
index 5c4641a84..e855ff9c6 100755
--- a/recompress.sh
+++ b/recompress.sh
@@ -619,8 +619,6 @@ gzip ./source/xfce/xfce4-settings/xfce4-settings.theme.diff
gzip ./source/xfce/xfce4-settings/xfce4-settings.xft.defaults.diff
gzip ./source/ap/mariadb/rc.mysqld
gzip ./source/ap/mariadb/doinst.sh
-gzip ./source/ap/mariadb/mysql.no.plugin_auth_pam.diff
-gzip ./source/ap/mariadb/mysql_install_db.nopam.diff
gzip ./source/ap/dash/doinst.sh
gzip ./source/ap/hplip/hplip.no.upgrade.diff
gzip ./source/ap/hplip/hplip.is_alive.diff
diff --git a/source/ap/mariadb/mariadb.SlackBuild b/source/ap/mariadb/mariadb.SlackBuild
index 634280605..bfbff136b 100755
--- a/source/ap/mariadb/mariadb.SlackBuild
+++ b/source/ap/mariadb/mariadb.SlackBuild
@@ -90,13 +90,6 @@ rm -rf ${PKGNAM}-$VERSION
tar xvf $CWD/${PKGNAM}-$VERSION.tar.?z || exit 1
cd ${PKGNAM}-$VERSION || exit 1
-# Fix mysql_install_db if PAM is not installed:
-if [ ! -L /lib${LIBDIRSUFFIX}/libpam.so.? ]; then
- zcat $CWD/mysql_install_db.nopam.diff.gz | patch -p1 --verbose || exit 1
- # Also no PAM plugin then:
- zcat $CWD/mysql.no.plugin_auth_pam.diff.gz | patch -p1 --verbose || exit 1
-fi
-
chown -R root:root .
find . \
\( -perm 777 -o -perm 775 -o -perm 711 -o -perm 555 -o -perm 511 \) \
diff --git a/source/ap/mariadb/mysql.no.plugin_auth_pam.diff b/source/ap/mariadb/mysql.no.plugin_auth_pam.diff
deleted file mode 100644
index 34eedf5af..000000000
--- a/source/ap/mariadb/mysql.no.plugin_auth_pam.diff
+++ /dev/null
@@ -1,11 +0,0 @@
---- ./cmake/build_configurations/mysql_release.cmake.orig 2019-09-08 16:02:29.000000000 -0500
-+++ ./cmake/build_configurations/mysql_release.cmake 2019-09-11 14:56:53.845129062 -0500
-@@ -124,7 +124,7 @@
-
- IF(UNIX)
- SET(WITH_EXTRA_CHARSETS all CACHE STRING "")
-- SET(PLUGIN_AUTH_PAM YES)
-+ SET(PLUGIN_AUTH_PAM NO)
-
- IF(CMAKE_SYSTEM_NAME STREQUAL "Linux")
- IF(NOT IGNORE_AIO_CHECK)
diff --git a/source/ap/mariadb/mysql_install_db.nopam.diff b/source/ap/mariadb/mysql_install_db.nopam.diff
deleted file mode 100644
index 70503865a..000000000
--- a/source/ap/mariadb/mysql_install_db.nopam.diff
+++ /dev/null
@@ -1,48 +0,0 @@
---- ./scripts/mysql_install_db.sh.orig 2020-01-28 11:31:09.088303502 -0600
-+++ ./scripts/mysql_install_db.sh 2020-01-28 11:35:47.822283410 -0600
-@@ -480,25 +480,26 @@
-
- if test -n "$user"
- then
-- if test -z "$srcdir" -a "$in_rpm" -eq 0
-- then
-- chown 0 "$pamtooldir/auth_pam_tool_dir/auth_pam_tool" && \
-- chmod 04755 "$pamtooldir/auth_pam_tool_dir/auth_pam_tool"
-- if test $? -ne 0
-- then
-- echo "Couldn't set an owner to '$pamtooldir/auth_pam_tool_dir/auth_pam_tool'."
-- echo "It must be root, the PAM authentication plugin doesn't work otherwise.."
-- echo
-- fi
-- chown $user "$pamtooldir/auth_pam_tool_dir" && \
-- chmod 0700 "$pamtooldir/auth_pam_tool_dir"
-- if test $? -ne 0
-- then
-- echo "Cannot change ownership of the '$pamtooldir/auth_pam_tool_dir' directory"
-- echo "to the '$user' user. Check that you have the necessary permissions and try again."
-- echo
-- fi
-- fi
-+ # Commented out since Slackware does not currently provide PAM:
-+ #if test -z "$srcdir" -a "$in_rpm" -eq 0
-+ #then
-+ # chown 0 "$pamtooldir/auth_pam_tool_dir/auth_pam_tool" && \
-+ # chmod 04755 "$pamtooldir/auth_pam_tool_dir/auth_pam_tool"
-+ # if test $? -ne 0
-+ # then
-+ # echo "Couldn't set an owner to '$pamtooldir/auth_pam_tool_dir/auth_pam_tool'."
-+ # echo "It must be root, the PAM authentication plugin doesn't work otherwise.."
-+ # echo
-+ # fi
-+ # chown $user "$pamtooldir/auth_pam_tool_dir" && \
-+ # chmod 0700 "$pamtooldir/auth_pam_tool_dir"
-+ # if test $? -ne 0
-+ # then
-+ # echo "Cannot change ownership of the '$pamtooldir/auth_pam_tool_dir' directory"
-+ # echo "to the '$user' user. Check that you have the necessary permissions and try again."
-+ # echo
-+ # fi
-+ #fi
- args="$args --user=$user"
- fi
-
diff --git a/source/ap/slackpkg/doinst.sh b/source/ap/slackpkg/doinst.sh
index 02790a48e..77264140e 100644
--- a/source/ap/slackpkg/doinst.sh
+++ b/source/ap/slackpkg/doinst.sh
@@ -39,5 +39,6 @@ copy_mirror_file
config etc/slackpkg/mirrors.new
config etc/slackpkg/slackpkg.conf.new
config etc/slackpkg/blacklist.new
+rm -f var/lib/slackpkg/ChangeLog.txt
rm -f var/lib/slackpkg/pkglist
rm -f var/lib/slackpkg/CHECKSUMS.md5*
diff --git a/source/ap/slackpkg/files/ChangeLog b/source/ap/slackpkg/files/ChangeLog
index 8f875390a..d61aa2085 100644
--- a/source/ap/slackpkg/files/ChangeLog
+++ b/source/ap/slackpkg/files/ChangeLog
@@ -1,3 +1,8 @@
+Sun Oct 24 19:44:21 CDT 2021
+---------------
+ - Release 15.0.8
+ - New exit status for different situations (Piter PUNK)
+
Mon Aug 16 02:14:02 UTC 2021
---------------
- Release 15.0.7
diff --git a/source/ap/slackpkg/files/core-functions.sh b/source/ap/slackpkg/files/core-functions.sh
index 1a5062774..5969ffcc4 100644
--- a/source/ap/slackpkg/files/core-functions.sh
+++ b/source/ap/slackpkg/files/core-functions.sh
@@ -7,7 +7,7 @@
# Clean-up tmp and lock files
#
function cleanup() {
- local retval=${PENDING_UPDATES:-0}
+ local retval=${EXIT_CODE:-0}
[ "$SPINNING" = "off" ] || tput cnorm
if [ -e $TMPDIR/error.log ]; then
retval=1
diff --git a/source/ap/slackpkg/files/slackpkg b/source/ap/slackpkg/files/slackpkg
index f606574a1..de02d0511 100644
--- a/source/ap/slackpkg/files/slackpkg
+++ b/source/ap/slackpkg/files/slackpkg
@@ -332,7 +332,7 @@ case "$CMD" in
echo "Slackpkg: No updated packages since last check."
else
echo "Slackpkg: Updated packages are available since last check." >&2
- PENDING_UPDATES=1
+ EXIT_CODE=100
fi
;;
show-changelog)
@@ -368,6 +368,7 @@ case "$CMD" in
echo -e "No packages match the pattern for install. Try:"
echo -e "\n\t$0 reinstall|upgrade $2\n"
POSTINST=off
+ EXIT_CODE=20
fi
;;
reinstall)
@@ -379,6 +380,7 @@ case "$CMD" in
echo -e "No packages match the pattern for reinstall. Try:"
echo -e "\n\t$0 install|upgrade $2\n"
POSTINST=off
+ EXIT_CODE=20
fi
;;
upgrade)
@@ -391,6 +393,7 @@ case "$CMD" in
echo -e "No packages match the pattern for upgrade. Try:"
echo -e "\n\t$0 install|reinstall $2\n"
POSTINST=off
+ EXIT_CODE=20
fi
;;
download)
@@ -404,12 +407,14 @@ case "$CMD" in
else
echo -e "No packages match the pattern for download."
POSTINST=off
+ EXIT_CODE=20
fi
;;
remove)
makelist $INPUTLIST
if [ "$LIST" = "" ]; then
echo -e "The file(s) $INPUTLIST can't be removed - package not installed.\n"
+ EXIT_CODE=20
cleanup
fi
showlist "$LIST" $CMD
@@ -423,6 +428,7 @@ case "$CMD" in
else
echo -e "No packages match the pattern for clean-system\n"
POSTINST=off
+ EXIT_CODE=20
fi
;;
upgrade-all)
@@ -432,6 +438,7 @@ case "$CMD" in
echo -e "No packages match the pattern for upgrade. Try:"
echo -e "\n\t$0 install|reinstall $2\n"
POSTINST=off
+ EXIT_CODE=20
else
showlist "$LIST" upgrade
if [ "$DOWNLOAD_ALL" = "on" ]; then
@@ -447,8 +454,9 @@ case "$CMD" in
if [ "$FOUND" != "" ]; then
getpkg $FOUND upgradepkg Upgrading
echo -e "slackpkg was upgraded - you will need start the upgrade process again...\n"
+ EXIT_CODE=50
cleanup
- exit 0
+ exit ${EXIT_CODE}
fi
for i in pkgtools aaa_glibc-solibs glibc-solibs aaa_libraries aaa_elflibs readline sed; do
FOUND=""
@@ -466,6 +474,7 @@ case "$CMD" in
echo -e "No packages match the pattern for install. Try:"
echo -e "\n\t$0 upgrade|reinstall $2\n"
POSTINST=off
+ EXIT_CODE=20
else
showlist "$LIST" install
install_pkg
diff --git a/source/ap/slackpkg/files/slackpkg.8 b/source/ap/slackpkg/files/slackpkg.8
index ab36202e4..46acc277b 100644
--- a/source/ap/slackpkg/files/slackpkg.8
+++ b/source/ap/slackpkg/files/slackpkg.8
@@ -1,4 +1,4 @@
-.TH SLACKPKG 8 "March 12, 2021" slackpkg-15.0.1 ""
+.TH SLACKPKG 8 "Oct 8, 2021" slackpkg-15.0.8 ""
.SH NAME
.B slackpkg
\- Automated tool for managing Slackware Linux packages
@@ -305,6 +305,20 @@ If you happen to be looking for a filename-with-space, you are safe to use the
left-most part up to the space (in that the right-most part after the space
will be ignored anyway (at best) or yield noise (at worst)).
+.SH EXIT STATUS
+.P
+.IP "\fB0\fP" 5
+Successful slackpkg execution.
+.IP "\fB1\fP" 5
+Something wrong happened.
+.IP "\fB20\fP" 5
+No package found to be downloaded, installed, reinstalled, upgraded, or
+removed.
+.IP "\fB50\fP" 5
+Slackpkg itself was upgraded and you need to re-run it.
+.IP "\fB100\fP" 5
+There are pending updates.
+
.SH FILES
.TP 5
.B /etc/slackpkg/mirrors
@@ -333,11 +347,3 @@ ChangeLog.txt, list of files, etcetera...
.BR explodepkg (8),
.BR makepkg (8),
.BR pkgtool (8).
-
-.SH AUTHORS
-.TP 5
-Piter PUNK aka Roberto F Batista
-<piterpk AT terra DOT com DOT br>
-.TP 5
-Evaldo Gardenali aka UdontKnow
-<evaldo AT fasternet DOT com DOT br>
diff --git a/source/ap/slackpkg/slackpkg.SlackBuild b/source/ap/slackpkg/slackpkg.SlackBuild
index 76c0347f4..0cc9b56d4 100755
--- a/source/ap/slackpkg/slackpkg.SlackBuild
+++ b/source/ap/slackpkg/slackpkg.SlackBuild
@@ -23,7 +23,7 @@
cd $(dirname $0) ; CWD=$(pwd)
PKGNAM=slackpkg
-VERSION=${VERSION:-15.0.7}
+VERSION=${VERSION:-15.0.8}
ARCH="noarch"
BUILD=${BUILD:-1}
diff --git a/source/l/ffmpeg/ffmpeg.SlackBuild b/source/l/ffmpeg/ffmpeg.SlackBuild
index 6d4c4eb3e..49bfcc602 100755
--- a/source/l/ffmpeg/ffmpeg.SlackBuild
+++ b/source/l/ffmpeg/ffmpeg.SlackBuild
@@ -30,7 +30,7 @@ cd $(dirname $0) ; CWD=$(pwd)
PKGNAM=ffmpeg
VERSION=${VERSION:-$(echo $PKGNAM-*.tar.xz | rev | cut -f 3- -d . | cut -f 1 -d - | rev)}
-BUILD=${BUILD:-2}
+BUILD=${BUILD:-1}
if [ -z "$ARCH" ]; then
case "$( uname -m )" in
diff --git a/source/l/sip/sip.SlackBuild b/source/l/sip/sip.SlackBuild
index c722f9ed2..4668df16a 100755
--- a/source/l/sip/sip.SlackBuild
+++ b/source/l/sip/sip.SlackBuild
@@ -28,7 +28,7 @@ cd $(dirname $0) ; CWD=$(pwd)
PKGNAM=sip
VERSION=${VERSION:-$(echo $PKGNAM-*.tar.?z | rev | cut -f 3- -d . | cut -f 1 -d - | rev)}
-BUILD=${BUILD:-2}
+BUILD=${BUILD:-3}
NUMJOBS=${NUMJOBS:-" -j$(expr $(nproc) + 1) "}
@@ -87,30 +87,6 @@ find . \
-exec chmod 644 {} \+
python2 configure.py \
- -b "/usr/bin" \
- -d "$PYTHON2LIB" \
- CFLAGS="$SLKCFLAGS" \
- CXXFLAGS="$SLKCFLAGS" \
- || exit 1
-make $NUMJOBS || make || exit 1
-make install DESTDIR=$PKG || exit 1
-
-# Add the PyQt4 private sip module:
-make clean
-python2 configure.py \
- --sip-module PyQt4.sip \
- --no-tools \
- -b "/usr/bin" \
- -d "$PYTHON2LIB" \
- CFLAGS="$SLKCFLAGS" \
- CXXFLAGS="$SLKCFLAGS" \
- || exit 1
-make $NUMJOBS || make || exit 1
-make install DESTDIR=$PKG || exit 1
-
-# Add the PyQt5 private sip module:
-make clean
-python2 configure.py \
--sip-module PyQt5.sip \
--no-tools \
-b "/usr/bin" \
@@ -125,20 +101,7 @@ make install DESTDIR=$PKG || exit 1
mv $PKG/usr/bin/sip $PKG/usr/bin/sip2
make clean
-
-python3 configure.py \
- -b "/usr/bin" \
- -d "$PYTHON3LIB" \
- CFLAGS="$SLKCFLAGS" \
- CXXFLAGS="$SLKCFLAGS" || exit 1
-make $NUMJOBS || make || exit 1
-make install DESTDIR=$PKG || exit 1
-
-# Add the PyQt4 private sip module:
-make clean
python3 configure.py \
- --sip-module PyQt4.sip \
- --no-tools \
-b "/usr/bin" \
-d "$PYTHON3LIB" \
CFLAGS="$SLKCFLAGS" \
diff --git a/source/n/dhcpcd/dhcpcd-9.4.0.tar.xz.distinfo b/source/n/dhcpcd/dhcpcd-9.4.0.tar.xz.distinfo
deleted file mode 100644
index fa1cbf654..000000000
--- a/source/n/dhcpcd/dhcpcd-9.4.0.tar.xz.distinfo
+++ /dev/null
@@ -1 +0,0 @@
-SHA256 (dhcpcd-9.4.0.tar.xz) = 41a69297f380bf15ee8f94f73154f8c2bca7157a087c0d5aca8de000ba1d4513
diff --git a/source/n/dhcpcd/dhcpcd-9.4.1.tar.xz.distinfo b/source/n/dhcpcd/dhcpcd-9.4.1.tar.xz.distinfo
new file mode 100644
index 000000000..40b2f7bff
--- /dev/null
+++ b/source/n/dhcpcd/dhcpcd-9.4.1.tar.xz.distinfo
@@ -0,0 +1 @@
+SHA256 (dhcpcd-9.4.1.tar.xz) = 819357634efed1ea5cf44ec01b24d3d3f8852fec8b4249925dcc5667c54e376c
diff --git a/source/n/dhcpcd/dhcpcd.SlackBuild b/source/n/dhcpcd/dhcpcd.SlackBuild
index 5bab0cb38..82a9b44fb 100755
--- a/source/n/dhcpcd/dhcpcd.SlackBuild
+++ b/source/n/dhcpcd/dhcpcd.SlackBuild
@@ -24,7 +24,7 @@ cd $(dirname $0) ; CWD=$(pwd)
PKGNAM=dhcpcd
VERSION=${VERSION:-$(echo dhcpcd-*.tar.?z | rev | cut -f 3- -d . | cut -f 1 -d - | rev)}
-BUILD=${BUILD:-2}
+BUILD=${BUILD:-1}
# By default, Slackware builds dhcpcd with privilege separation, which improves
# security by ensuring that any security vulnerabilies such as buffer overflows
@@ -85,7 +85,6 @@ find . \
patch -p1 --verbose < $CWD/patches/dhcpcd.conf-Don-t-invoke-wpa_supplicant-by-default.patch || exit 1
patch -p1 --verbose < $CWD/patches/use-hostname_short-in-dhcpcd.conf.patch || exit 1
patch -p1 --verbose < $CWD/patches/dhcpcd.conf-request_ntp_server_by_default.patch || exit 1
-patch -p1 --verbose < $CWD/patches/dhcpcd.2fae4a113c3e736d585dd300ca6c8fddae300503.patch || exit 1
# At this point, it should be safe to assume that /var will be mounted by the
# time dhcpcd is called, as all non-root local filesystems are mounted from
diff --git a/source/n/dhcpcd/patches/dhcpcd.2fae4a113c3e736d585dd300ca6c8fddae300503.patch b/source/n/dhcpcd/patches/dhcpcd.2fae4a113c3e736d585dd300ca6c8fddae300503.patch
deleted file mode 100644
index 8f6a0075a..000000000
--- a/source/n/dhcpcd/patches/dhcpcd.2fae4a113c3e736d585dd300ca6c8fddae300503.patch
+++ /dev/null
@@ -1,119 +0,0 @@
-From 2fae4a113c3e736d585dd300ca6c8fddae300503 Mon Sep 17 00:00:00 2001
-From: Roy Marples <roy@marples.name>
-Date: Tue, 31 Aug 2021 10:57:44 +0100
-Subject: [PATCH] DHCP6: Only send FQDN for SOLICIT, REQUEST, RENEW, or REBIND messages.
-
-As per RFC 4704 section 5.
-Fixes #44.
----
- src/dhcp6.c | 79 +++++++++++++++++++++++++++++++++-------------------------
- 1 files changed, 45 insertions(+), 34 deletions(-)
-
-diff --git a/src/dhcp6.c b/src/dhcp6.c
-index f355418..9c818b3 100644
---- a/src/dhcp6.c
-+++ b/src/dhcp6.c
-@@ -637,7 +637,7 @@ dhcp6_makemessage(struct interface *ifp)
- uint8_t type;
- uint16_t si_len, uni_len, n_options;
- uint8_t *o_lenp;
-- struct if_options *ifo;
-+ struct if_options *ifo = ifp->options;
- const struct dhcp_opt *opt, *opt2;
- const struct ipv6_addr *ap;
- char hbuf[HOSTNAME_MAX_LEN + 1];
-@@ -658,8 +658,50 @@ dhcp6_makemessage(struct interface *ifp)
- state->send = NULL;
- }
-
-- ifo = ifp->options;
-- fqdn = ifo->fqdn;
-+ switch(state->state) {
-+ case DH6S_INIT: /* FALLTHROUGH */
-+ case DH6S_DISCOVER:
-+ type = DHCP6_SOLICIT;
-+ break;
-+ case DH6S_REQUEST:
-+ type = DHCP6_REQUEST;
-+ break;
-+ case DH6S_CONFIRM:
-+ type = DHCP6_CONFIRM;
-+ break;
-+ case DH6S_REBIND:
-+ type = DHCP6_REBIND;
-+ break;
-+ case DH6S_RENEW:
-+ type = DHCP6_RENEW;
-+ break;
-+ case DH6S_INFORM:
-+ type = DHCP6_INFORMATION_REQ;
-+ break;
-+ case DH6S_RELEASE:
-+ type = DHCP6_RELEASE;
-+ break;
-+ case DH6S_DECLINE:
-+ type = DHCP6_DECLINE;
-+ break;
-+ default:
-+ errno = EINVAL;
-+ return -1;
-+ }
-+
-+ /* RFC 4704 Section 5 says we can only send FQDN for these
-+ * message types. */
-+ switch(type) {
-+ case DHCP6_SOLICIT:
-+ case DHCP6_REQUEST:
-+ case DHCP6_RENEW:
-+ case DHCP6_REBIND:
-+ fqdn = ifo->fqdn;
-+ break;
-+ default:
-+ fqdn = FQDN_DISABLE;
-+ break;
-+ }
-
- if (fqdn == FQDN_DISABLE && ifo->options & DHCPCD_HOSTNAME) {
- /* We're sending the DHCPv4 hostname option, so send FQDN as
-@@ -823,37 +865,6 @@ dhcp6_makemessage(struct interface *ifp)
- }
-
- switch(state->state) {
-- case DH6S_INIT: /* FALLTHROUGH */
-- case DH6S_DISCOVER:
-- type = DHCP6_SOLICIT;
-- break;
-- case DH6S_REQUEST:
-- type = DHCP6_REQUEST;
-- break;
-- case DH6S_CONFIRM:
-- type = DHCP6_CONFIRM;
-- break;
-- case DH6S_REBIND:
-- type = DHCP6_REBIND;
-- break;
-- case DH6S_RENEW:
-- type = DHCP6_RENEW;
-- break;
-- case DH6S_INFORM:
-- type = DHCP6_INFORMATION_REQ;
-- break;
-- case DH6S_RELEASE:
-- type = DHCP6_RELEASE;
-- break;
-- case DH6S_DECLINE:
-- type = DHCP6_DECLINE;
-- break;
-- default:
-- errno = EINVAL;
-- return -1;
-- }
--
-- switch(state->state) {
- case DH6S_REQUEST: /* FALLTHROUGH */
- case DH6S_RENEW: /* FALLTHROUGH */
- case DH6S_RELEASE:
---
-1.7.1
-
-
diff --git a/testing/packages/linux-5.14.x/kernel-generic-5.14.14-x86_64-2.txt b/testing/packages/linux-5.14.x/kernel-generic-5.14.14-x86_64-2.txt
deleted file mode 100644
index 975a5ba6d..000000000
--- a/testing/packages/linux-5.14.x/kernel-generic-5.14.14-x86_64-2.txt
+++ /dev/null
@@ -1,11 +0,0 @@
-kernel-generic: kernel-generic (a general purpose SMP Linux kernel)
-kernel-generic:
-kernel-generic: This is a Linux kernel with built-in support for most disk
-kernel-generic: controllers. To use filesystems, or to load support for a SCSI or
-kernel-generic: other controller, then you'll need to load one or more kernel
-kernel-generic: modules using an initial ramdisk, or initrd. For more information
-kernel-generic: about creating an initrd, see the README.initrd file in the /boot
-kernel-generic: directory.
-kernel-generic:
-kernel-generic: SMP is "Symmetric multiprocessing", or multiple CPU/core support.
-kernel-generic:
diff --git a/testing/packages/linux-5.14.x/kernel-headers-5.14.14-x86-2.txt b/testing/packages/linux-5.14.x/kernel-headers-5.14.14-x86-2.txt
deleted file mode 100644
index 27b46a0e6..000000000
--- a/testing/packages/linux-5.14.x/kernel-headers-5.14.14-x86-2.txt
+++ /dev/null
@@ -1,11 +0,0 @@
-kernel-headers: kernel-headers (Linux kernel include files)
-kernel-headers:
-kernel-headers: These are the include files from the Linux kernel.
-kernel-headers:
-kernel-headers: You'll need these to compile most system software for Linux.
-kernel-headers:
-kernel-headers:
-kernel-headers:
-kernel-headers:
-kernel-headers:
-kernel-headers:
diff --git a/testing/packages/linux-5.14.x/kernel-huge-5.14.14-x86_64-2.txt b/testing/packages/linux-5.14.x/kernel-huge-5.14.14-x86_64-2.txt
deleted file mode 100644
index 2d6170611..000000000
--- a/testing/packages/linux-5.14.x/kernel-huge-5.14.14-x86_64-2.txt
+++ /dev/null
@@ -1,11 +0,0 @@
-kernel-huge: kernel-huge (a fully-loaded SMP Linux kernel)
-kernel-huge:
-kernel-huge: This is a Linux kernel with built-in support for most disk
-kernel-huge: controllers. If you're looking for a more stripped down kernel
-kernel-huge: (this one contains everything but the kitchen sink ;-), then install
-kernel-huge: the kernel-generic in the /boot directory along with an initrd to
-kernel-huge: load support for your boot device and filesystem. For instructions
-kernel-huge: on the initrd, see README.initrd in the /boot directory.
-kernel-huge:
-kernel-huge: SMP is "Symmetric multiprocessing", or multiple CPU/core support.
-kernel-huge:
diff --git a/testing/packages/linux-5.14.x/kernel-modules-5.14.14-x86_64-2.txt b/testing/packages/linux-5.14.x/kernel-modules-5.14.14-x86_64-2.txt
deleted file mode 100644
index 9a9441043..000000000
--- a/testing/packages/linux-5.14.x/kernel-modules-5.14.14-x86_64-2.txt
+++ /dev/null
@@ -1,11 +0,0 @@
-kernel-modules: kernel-modules (Linux kernel modules)
-kernel-modules:
-kernel-modules: Kernel modules are pieces of code that can be loaded and unloaded into
-kernel-modules: the kernel upon demand. They extend the functionality of the kernel
-kernel-modules: without the need to reboot the system. These modules provide support
-kernel-modules: for hardware such as USB devices, RAID controllers, network
-kernel-modules: interfaces, and display devices, or add other additional capabilities
-kernel-modules: to the kernel.
-kernel-modules:
-kernel-modules:
-kernel-modules:
diff --git a/testing/packages/linux-5.14.x/kernel-source-5.14.14-noarch-2.txt b/testing/packages/linux-5.14.x/kernel-source-5.14.14-noarch-2.txt
deleted file mode 100644
index eb2b0a30c..000000000
--- a/testing/packages/linux-5.14.x/kernel-source-5.14.14-noarch-2.txt
+++ /dev/null
@@ -1,11 +0,0 @@
-kernel-source: kernel-source (Linux kernel source)
-kernel-source:
-kernel-source: Source code for Linus Torvalds' Linux kernel.
-kernel-source:
-kernel-source: This is the complete and unmodified source code for the Linux kernel.
-kernel-source:
-kernel-source:
-kernel-source:
-kernel-source:
-kernel-source:
-kernel-source:
diff --git a/testing/source/linux-5.14.x/build-all-kernels.sh b/testing/source/linux-5.14.x/build-all-kernels.sh
index 1fddd02ce..ba29ea404 100755
--- a/testing/source/linux-5.14.x/build-all-kernels.sh
+++ b/testing/source/linux-5.14.x/build-all-kernels.sh
@@ -27,7 +27,7 @@
cd $(dirname $0) ; CWD=$(pwd)
-BUILD=${BUILD:-2}
+BUILD=${BUILD:-3}
if [ -z "$VERSION" ]; then
# Get the filename of the newest kernel tarball:
KERNEL_SOURCE_FILE="$(/bin/ls -t linux-*.tar.?z | head -n 1 )"
diff --git a/testing/source/linux-5.14.x/kernel-configs/config-generic-5.14.14 b/testing/source/linux-5.14.x/kernel-configs/config-generic-5.14.14
index cc207888b..0196a951a 100644
--- a/testing/source/linux-5.14.x/kernel-configs/config-generic-5.14.14
+++ b/testing/source/linux-5.14.x/kernel-configs/config-generic-5.14.14
@@ -203,7 +203,7 @@ CONFIG_USER_NS=y
CONFIG_PID_NS=y
CONFIG_NET_NS=y
# CONFIG_CHECKPOINT_RESTORE is not set
-# CONFIG_SCHED_AUTOGROUP is not set
+CONFIG_SCHED_AUTOGROUP=y
# CONFIG_SYSFS_DEPRECATED is not set
CONFIG_RELAY=y
CONFIG_BLK_DEV_INITRD=y
diff --git a/testing/source/linux-5.14.x/kernel-configs/config-generic-5.14.14.x64 b/testing/source/linux-5.14.x/kernel-configs/config-generic-5.14.14.x64
index 2c2fe6365..741fc25be 100644
--- a/testing/source/linux-5.14.x/kernel-configs/config-generic-5.14.14.x64
+++ b/testing/source/linux-5.14.x/kernel-configs/config-generic-5.14.14.x64
@@ -222,7 +222,7 @@ CONFIG_USER_NS=y
CONFIG_PID_NS=y
CONFIG_NET_NS=y
CONFIG_CHECKPOINT_RESTORE=y
-# CONFIG_SCHED_AUTOGROUP is not set
+CONFIG_SCHED_AUTOGROUP=y
# CONFIG_SYSFS_DEPRECATED is not set
CONFIG_RELAY=y
CONFIG_BLK_DEV_INITRD=y
diff --git a/testing/source/linux-5.14.x/kernel-configs/config-generic-smp-5.14.14-smp b/testing/source/linux-5.14.x/kernel-configs/config-generic-smp-5.14.14-smp
index b9b34710f..18962ee80 100644
--- a/testing/source/linux-5.14.x/kernel-configs/config-generic-smp-5.14.14-smp
+++ b/testing/source/linux-5.14.x/kernel-configs/config-generic-smp-5.14.14-smp
@@ -214,7 +214,7 @@ CONFIG_USER_NS=y
CONFIG_PID_NS=y
CONFIG_NET_NS=y
# CONFIG_CHECKPOINT_RESTORE is not set
-# CONFIG_SCHED_AUTOGROUP is not set
+CONFIG_SCHED_AUTOGROUP=y
# CONFIG_SYSFS_DEPRECATED is not set
CONFIG_RELAY=y
CONFIG_BLK_DEV_INITRD=y
diff --git a/testing/source/linux-5.14.x/kernel-configs/config-huge-5.14.14 b/testing/source/linux-5.14.x/kernel-configs/config-huge-5.14.14
index 6b8286e31..d580db6fb 100644
--- a/testing/source/linux-5.14.x/kernel-configs/config-huge-5.14.14
+++ b/testing/source/linux-5.14.x/kernel-configs/config-huge-5.14.14
@@ -203,7 +203,7 @@ CONFIG_USER_NS=y
CONFIG_PID_NS=y
CONFIG_NET_NS=y
# CONFIG_CHECKPOINT_RESTORE is not set
-# CONFIG_SCHED_AUTOGROUP is not set
+CONFIG_SCHED_AUTOGROUP=y
# CONFIG_SYSFS_DEPRECATED is not set
CONFIG_RELAY=y
CONFIG_BLK_DEV_INITRD=y
diff --git a/testing/source/linux-5.14.x/kernel-configs/config-huge-5.14.14.x64 b/testing/source/linux-5.14.x/kernel-configs/config-huge-5.14.14.x64
index 462e89b14..9dbd65532 100644
--- a/testing/source/linux-5.14.x/kernel-configs/config-huge-5.14.14.x64
+++ b/testing/source/linux-5.14.x/kernel-configs/config-huge-5.14.14.x64
@@ -222,7 +222,7 @@ CONFIG_USER_NS=y
CONFIG_PID_NS=y
CONFIG_NET_NS=y
CONFIG_CHECKPOINT_RESTORE=y
-# CONFIG_SCHED_AUTOGROUP is not set
+CONFIG_SCHED_AUTOGROUP=y
# CONFIG_SYSFS_DEPRECATED is not set
CONFIG_RELAY=y
CONFIG_BLK_DEV_INITRD=y
diff --git a/testing/source/linux-5.14.x/kernel-configs/config-huge-smp-5.14.14-smp b/testing/source/linux-5.14.x/kernel-configs/config-huge-smp-5.14.14-smp
index 16bf2bb57..fe06d7959 100644
--- a/testing/source/linux-5.14.x/kernel-configs/config-huge-smp-5.14.14-smp
+++ b/testing/source/linux-5.14.x/kernel-configs/config-huge-smp-5.14.14-smp
@@ -214,7 +214,7 @@ CONFIG_USER_NS=y
CONFIG_PID_NS=y
CONFIG_NET_NS=y
# CONFIG_CHECKPOINT_RESTORE is not set
-# CONFIG_SCHED_AUTOGROUP is not set
+CONFIG_SCHED_AUTOGROUP=y
# CONFIG_SYSFS_DEPRECATED is not set
CONFIG_RELAY=y
CONFIG_BLK_DEV_INITRD=y