summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author Patrick J Volkerding <volkerdi@slackware.com>2022-03-21 20:24:16 +0000
committer Eric Hameleers <alien@slackware.com>2022-03-22 13:30:01 +0100
commit29c65b68049ac95d5305ce653716eae6c82b4b9a (patch)
tree0eca8745d98d836bc1e5fea0ed9aabf615b44a4b
parent8e056e940631ac874d6b9560e9dc1d458c7a0e51 (diff)
downloadcurrent-29c65b68049ac95d5305ce653716eae6c82b4b9a.tar.gz
current-29c65b68049ac95d5305ce653716eae6c82b4b9a.tar.xz
Mon Mar 21 20:24:16 UTC 202220220321202416_15.0
patches/packages/bind-9.16.27-x86_64-1_slack15.0.txz: Upgraded. Sorry folks, I had not meant to bump BIND to the newer branch. I've moved the other packages into /testing. Thanks to Nobby6 for pointing this out. This update fixes bugs and the following security issues: A synchronous call to closehandle_cb() caused isc__nm_process_sock_buffer() to be called recursively, which in turn left TCP connections hanging in the CLOSE_WAIT state blocking indefinitely when out-of-order processing was disabled. The rules for acceptance of records into the cache have been tightened to prevent the possibility of poisoning if forwarders send records outside the configured bailiwick. For more information, see: https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-0396 https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-25220 (* Security fix *) testing/packages/bind-9.18.1-x86_64-1_slack15.0.txz: Moved.
-rw-r--r--ChangeLog.rss43
-rw-r--r--ChangeLog.txt23
-rw-r--r--FILELIST.TXT98
-rw-r--r--patches/packages/bind-9.16.27-x86_64-1_slack15.0.txt (renamed from patches/packages/bind-9.18.1-x86_64-1_slack15.0.txt)0
-rw-r--r--patches/packages/qt5-5.15.3_20220318_e507d3e5-x86_64-1_slack15.0.txt (renamed from patches/packages/qt5-5.15.3_20220312_33a3f16f-x86_64-1_slack15.0.txt)0
-rw-r--r--patches/source/qt5/profile.d/qt5.csh2
6 files changed, 124 insertions, 42 deletions
diff --git a/ChangeLog.rss b/ChangeLog.rss
index 65ba3c670..586af7350 100644
--- a/ChangeLog.rss
+++ b/ChangeLog.rss
@@ -11,10 +11,49 @@
<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, 19 Mar 2022 20:28:16 GMT</pubDate>
- <lastBuildDate>Sun, 20 Mar 2022 12:29:47 GMT</lastBuildDate>
+ <pubDate>Mon, 21 Mar 2022 20:24:16 GMT</pubDate>
+ <lastBuildDate>Tue, 22 Mar 2022 12:29:50 GMT</lastBuildDate>
<generator>maintain_current_git.sh v 1.17</generator>
<item>
+ <title>Mon, 21 Mar 2022 20:24:16 GMT</title>
+ <pubDate>Mon, 21 Mar 2022 20:24:16 GMT</pubDate>
+ <link>https://git.slackware.nl/current/tag/?h=20220321202416</link>
+ <guid isPermaLink="false">20220321202416</guid>
+ <description>
+ <![CDATA[<pre>
+patches/packages/bind-9.16.27-x86_64-1_slack15.0.txz: Upgraded.
+ Sorry folks, I had not meant to bump BIND to the newer branch. I've moved
+ the other packages into /testing. Thanks to Nobby6 for pointing this out.
+ This update fixes bugs and the following security issues:
+ A synchronous call to closehandle_cb() caused isc__nm_process_sock_buffer()
+ to be called recursively, which in turn left TCP connections hanging in the
+ CLOSE_WAIT state blocking indefinitely when out-of-order processing was
+ disabled.
+ The rules for acceptance of records into the cache have been tightened to
+ prevent the possibility of poisoning if forwarders send records outside
+ the configured bailiwick.
+ For more information, see:
+ https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-0396
+ https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-25220
+ (* Security fix *)
+testing/packages/bind-9.18.1-x86_64-1_slack15.0.txz: Moved.
+ </pre>]]>
+ </description>
+ </item>
+ <item>
+ <title>Mon, 21 Mar 2022 07:31:06 GMT</title>
+ <pubDate>Mon, 21 Mar 2022 07:31:06 GMT</pubDate>
+ <link>https://git.slackware.nl/current/tag/?h=20220321073106</link>
+ <guid isPermaLink="false">20220321073106</guid>
+ <description>
+ <![CDATA[<pre>
+patches/packages/qt5-5.15.3_20220318_e507d3e5-x86_64-1_slack15.0.txz: Upgraded.
+ Pulled from git again to fix missing liblocationlabsplugin.so.
+ Fixed syntax error in qt5.csh. Thanks to rkomar.
+ </pre>]]>
+ </description>
+ </item>
+ <item>
<title>Sat, 19 Mar 2022 20:28:16 GMT</title>
<pubDate>Sat, 19 Mar 2022 20:28:16 GMT</pubDate>
<link>https://git.slackware.nl/current/tag/?h=20220319202816</link>
diff --git a/ChangeLog.txt b/ChangeLog.txt
index 2007db8c7..a6b7f7a8b 100644
--- a/ChangeLog.txt
+++ b/ChangeLog.txt
@@ -1,3 +1,26 @@
+Mon Mar 21 20:24:16 UTC 2022
+patches/packages/bind-9.16.27-x86_64-1_slack15.0.txz: Upgraded.
+ Sorry folks, I had not meant to bump BIND to the newer branch. I've moved
+ the other packages into /testing. Thanks to Nobby6 for pointing this out.
+ This update fixes bugs and the following security issues:
+ A synchronous call to closehandle_cb() caused isc__nm_process_sock_buffer()
+ to be called recursively, which in turn left TCP connections hanging in the
+ CLOSE_WAIT state blocking indefinitely when out-of-order processing was
+ disabled.
+ The rules for acceptance of records into the cache have been tightened to
+ prevent the possibility of poisoning if forwarders send records outside
+ the configured bailiwick.
+ For more information, see:
+ https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-0396
+ https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-25220
+ (* Security fix *)
+testing/packages/bind-9.18.1-x86_64-1_slack15.0.txz: Moved.
++--------------------------+
+Mon Mar 21 07:31:06 UTC 2022
+patches/packages/qt5-5.15.3_20220318_e507d3e5-x86_64-1_slack15.0.txz: Upgraded.
+ Pulled from git again to fix missing liblocationlabsplugin.so.
+ Fixed syntax error in qt5.csh. Thanks to rkomar.
++--------------------------+
Sat Mar 19 20:28:16 UTC 2022
patches/packages/glibc-zoneinfo-2022a-noarch-1_slack15.0.txz: Upgraded.
This package provides the latest timezone updates.
diff --git a/FILELIST.TXT b/FILELIST.TXT
index fb0072919..76afc6537 100644
--- a/FILELIST.TXT
+++ b/FILELIST.TXT
@@ -1,20 +1,20 @@
-Sat Mar 19 20:33:59 UTC 2022
+Mon Mar 21 20:25:08 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-03-19 20:28 .
+drwxr-xr-x 12 root root 4096 2022-03-21 20:24 .
-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 1125165 2022-03-18 20:21 ./CHECKSUMS.md5
--rw-r--r-- 1 root root 163 2022-03-18 20:21 ./CHECKSUMS.md5.asc
+-rw-r--r-- 1 root root 1127008 2022-03-21 07:35 ./CHECKSUMS.md5
+-rw-r--r-- 1 root root 163 2022-03-21 07:35 ./CHECKSUMS.md5.asc
-rw-r--r-- 1 root root 17976 1994-06-10 02:28 ./COPYING
-rw-r--r-- 1 root root 35147 2007-06-30 04:21 ./COPYING3
-rw-r--r-- 1 root root 19573 2016-06-23 20:08 ./COPYRIGHT.TXT
-rw-r--r-- 1 root root 616 2006-10-02 04:37 ./CRYPTO_NOTICE.TXT
--rw-r--r-- 1 root root 1880788 2022-03-19 20:28 ./ChangeLog.txt
+-rw-r--r-- 1 root root 1882040 2022-03-21 20:24 ./ChangeLog.txt
drwxr-xr-x 3 root root 4096 2013-03-20 22:17 ./EFI
drwxr-xr-x 2 root root 4096 2022-02-02 08:21 ./EFI/BOOT
-rw-r--r-- 1 root root 1187840 2021-06-15 19:16 ./EFI/BOOT/bootx64.efi
@@ -25,7 +25,7 @@ drwxr-xr-x 2 root root 4096 2022-02-02 08:21 ./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 1468091 2022-03-18 20:20 ./FILELIST.TXT
+-rw-r--r-- 1 root root 1470939 2022-03-21 07:35 ./FILELIST.TXT
-rw-r--r-- 1 root root 1572 2012-08-29 18:27 ./GPG-KEY
-rw-r--r-- 1 root root 864745 2022-02-02 08:25 ./PACKAGES.TXT
-rw-r--r-- 1 root root 8034 2022-02-02 03:36 ./README.TXT
@@ -737,22 +737,22 @@ drwxr-xr-x 2 root root 4096 2008-05-07 05:21 ./pasture/source/php/pear
-rwxr-xr-x 1 root root 9448 2018-05-16 22:38 ./pasture/source/php/php.SlackBuild
-rw-r--r-- 1 root root 775 2017-07-07 19:25 ./pasture/source/php/php.ini-development.diff.gz
-rw-r--r-- 1 root root 830 2005-12-09 05:18 ./pasture/source/php/slack-desc
-drwxr-xr-x 4 root root 4096 2022-03-19 20:33 ./patches
--rw-r--r-- 1 root root 26674 2022-03-19 20:33 ./patches/CHECKSUMS.md5
--rw-r--r-- 1 root root 163 2022-03-19 20:33 ./patches/CHECKSUMS.md5.asc
--rw-r--r-- 1 root root 35698 2022-03-19 20:33 ./patches/FILE_LIST
--rw-r--r-- 1 root root 10901407 2022-03-19 20:33 ./patches/MANIFEST.bz2
--rw-r--r-- 1 root root 17834 2022-03-19 20:33 ./patches/PACKAGES.TXT
-drwxr-xr-x 3 root root 4096 2022-03-19 20:33 ./patches/packages
+drwxr-xr-x 4 root root 4096 2022-03-21 20:25 ./patches
+-rw-r--r-- 1 root root 26682 2022-03-21 20:25 ./patches/CHECKSUMS.md5
+-rw-r--r-- 1 root root 163 2022-03-21 20:25 ./patches/CHECKSUMS.md5.asc
+-rw-r--r-- 1 root root 35706 2022-03-21 20:25 ./patches/FILE_LIST
+-rw-r--r-- 1 root root 10889837 2022-03-21 20:25 ./patches/MANIFEST.bz2
+-rw-r--r-- 1 root root 17834 2022-03-21 20:25 ./patches/PACKAGES.TXT
+drwxr-xr-x 3 root root 4096 2022-03-21 20:25 ./patches/packages
-rw-r--r-- 1 root root 327 2022-02-15 05:07 ./patches/packages/aaa_base-15.0-x86_64-4_slack15.0.txt
-rw-r--r-- 1 root root 10716 2022-02-15 05:07 ./patches/packages/aaa_base-15.0-x86_64-4_slack15.0.txz
-rw-r--r-- 1 root root 163 2022-02-15 05:07 ./patches/packages/aaa_base-15.0-x86_64-4_slack15.0.txz.asc
-rw-r--r-- 1 root root 326 2022-02-07 18:56 ./patches/packages/at-3.2.3-x86_64-1_slack15.0.txt
-rw-r--r-- 1 root root 43124 2022-02-07 18:56 ./patches/packages/at-3.2.3-x86_64-1_slack15.0.txz
-rw-r--r-- 1 root root 163 2022-02-07 18:56 ./patches/packages/at-3.2.3-x86_64-1_slack15.0.txz.asc
--rw-r--r-- 1 root root 334 2022-03-16 19:36 ./patches/packages/bind-9.18.1-x86_64-1_slack15.0.txt
--rw-r--r-- 1 root root 2128604 2022-03-16 19:36 ./patches/packages/bind-9.18.1-x86_64-1_slack15.0.txz
--rw-r--r-- 1 root root 163 2022-03-16 19:36 ./patches/packages/bind-9.18.1-x86_64-1_slack15.0.txz.asc
+-rw-r--r-- 1 root root 334 2022-03-21 20:17 ./patches/packages/bind-9.16.27-x86_64-1_slack15.0.txt
+-rw-r--r-- 1 root root 2208020 2022-03-21 20:17 ./patches/packages/bind-9.16.27-x86_64-1_slack15.0.txz
+-rw-r--r-- 1 root root 163 2022-03-21 20:17 ./patches/packages/bind-9.16.27-x86_64-1_slack15.0.txz.asc
-rw-r--r-- 1 root root 333 2022-03-17 19:39 ./patches/packages/bluez-5.64-x86_64-1_slack15.0.txt
-rw-r--r-- 1 root root 1206904 2022-03-17 19:39 ./patches/packages/bluez-5.64-x86_64-1_slack15.0.txz
-rw-r--r-- 1 root root 163 2022-03-17 19:39 ./patches/packages/bluez-5.64-x86_64-1_slack15.0.txz.asc
@@ -823,16 +823,16 @@ drwxr-xr-x 2 root root 4096 2022-03-09 04:17 ./patches/packages/linux-5.15
-rw-r--r-- 1 root root 663 2022-03-18 19:42 ./patches/packages/python3-3.9.11-x86_64-1_slack15.0.txt
-rw-r--r-- 1 root root 19144900 2022-03-18 19:42 ./patches/packages/python3-3.9.11-x86_64-1_slack15.0.txz
-rw-r--r-- 1 root root 163 2022-03-18 19:42 ./patches/packages/python3-3.9.11-x86_64-1_slack15.0.txz.asc
--rw-r--r-- 1 root root 260 2022-03-17 07:33 ./patches/packages/qt5-5.15.3_20220312_33a3f16f-x86_64-1_slack15.0.txt
--rw-r--r-- 1 root root 98963540 2022-03-17 07:33 ./patches/packages/qt5-5.15.3_20220312_33a3f16f-x86_64-1_slack15.0.txz
--rw-r--r-- 1 root root 163 2022-03-17 07:33 ./patches/packages/qt5-5.15.3_20220312_33a3f16f-x86_64-1_slack15.0.txz.asc
+-rw-r--r-- 1 root root 260 2022-03-20 22:36 ./patches/packages/qt5-5.15.3_20220318_e507d3e5-x86_64-1_slack15.0.txt
+-rw-r--r-- 1 root root 99025556 2022-03-20 22:36 ./patches/packages/qt5-5.15.3_20220318_e507d3e5-x86_64-1_slack15.0.txz
+-rw-r--r-- 1 root root 163 2022-03-20 22:36 ./patches/packages/qt5-5.15.3_20220318_e507d3e5-x86_64-1_slack15.0.txz.asc
-rw-r--r-- 1 root root 392 2022-03-02 20:36 ./patches/packages/seamonkey-2.53.11-x86_64-1_slack15.0.txt
-rw-r--r-- 1 root root 38098120 2022-03-02 20:36 ./patches/packages/seamonkey-2.53.11-x86_64-1_slack15.0.txz
-rw-r--r-- 1 root root 163 2022-03-02 20:36 ./patches/packages/seamonkey-2.53.11-x86_64-1_slack15.0.txz.asc
-rw-r--r-- 1 root root 354 2022-02-15 18:37 ./patches/packages/util-linux-2.37.4-x86_64-1_slack15.0.txt
-rw-r--r-- 1 root root 2805300 2022-02-15 18:37 ./patches/packages/util-linux-2.37.4-x86_64-1_slack15.0.txz
-rw-r--r-- 1 root root 163 2022-02-15 18:37 ./patches/packages/util-linux-2.37.4-x86_64-1_slack15.0.txz.asc
-drwxr-xr-x 25 root root 4096 2022-03-19 18:44 ./patches/source
+drwxr-xr-x 25 root root 4096 2022-03-21 20:22 ./patches/source
drwxr-xr-x 2 root root 4096 2022-01-16 05:07 ./patches/source/aaa_base
-rw-r--r-- 1 root root 11041 2022-02-15 04:49 ./patches/source/aaa_base/_aaa_base.tar.gz
-rwxr-xr-x 1 root root 3894 2022-02-15 05:07 ./patches/source/aaa_base/aaa_base.SlackBuild
@@ -848,13 +848,13 @@ drwxr-xr-x 2 root root 4096 2022-02-07 18:45 ./patches/source/at
-rw-r--r-- 1 root root 428 2018-06-13 02:51 ./patches/source/at/doinst.sh.gz
-rw-r--r-- 1 root root 669 2018-06-14 18:38 ./patches/source/at/rc.atd
-rw-r--r-- 1 root root 776 2019-10-17 17:50 ./patches/source/at/slack-desc
-drwxr-xr-x 3 root root 4096 2022-03-16 19:24 ./patches/source/bind
+drwxr-xr-x 3 root root 4096 2022-03-21 20:14 ./patches/source/bind
-rw-r--r-- 1 root root 5120 2007-06-08 04:48 ./patches/source/bind/3link.sh
--rw-r--r-- 1 root root 5059456 2022-03-16 15:33 ./patches/source/bind/bind-9.18.1.tar.xz
--rw-r--r-- 1 root root 874 2022-03-16 15:33 ./patches/source/bind/bind-9.18.1.tar.xz.asc
--rw-r--r-- 1 root root 874 2022-03-16 15:33 ./patches/source/bind/bind-9.18.1.tar.xz.sha1.asc
--rw-r--r-- 1 root root 874 2022-03-16 15:33 ./patches/source/bind/bind-9.18.1.tar.xz.sha256.asc
--rw-r--r-- 1 root root 874 2022-03-16 15:33 ./patches/source/bind/bind-9.18.1.tar.xz.sha512.asc
+-rw-r--r-- 1 root root 5084340 2022-03-16 15:34 ./patches/source/bind/bind-9.16.27.tar.xz
+-rw-r--r-- 1 root root 874 2022-03-16 15:34 ./patches/source/bind/bind-9.16.27.tar.xz.asc
+-rw-r--r-- 1 root root 874 2022-03-16 15:34 ./patches/source/bind/bind-9.16.27.tar.xz.sha1.asc
+-rw-r--r-- 1 root root 874 2022-03-16 15:34 ./patches/source/bind/bind-9.16.27.tar.xz.sha256.asc
+-rw-r--r-- 1 root root 874 2022-03-16 15:34 ./patches/source/bind/bind-9.16.27.tar.xz.sha512.asc
-rwxr-xr-x 1 root root 5649 2022-03-16 19:30 ./patches/source/bind/bind.SlackBuild
drwxr-xr-x 2 root root 4096 2019-08-19 18:12 ./patches/source/bind/caching-example
-rw-r--r-- 1 root root 195 2001-05-18 02:03 ./patches/source/bind/caching-example/localhost.zone
@@ -1057,7 +1057,7 @@ drwxr-xr-x 2 root root 4096 2022-03-18 19:26 ./patches/source/python3
-rw-r--r-- 1 root root 340 2020-10-24 22:35 ./patches/source/python3/python3.setup.py.x86_64.diff.gz
-rw-r--r-- 1 root root 34 2019-03-03 19:49 ./patches/source/python3/python3.url
-rw-r--r-- 1 root root 1150 2018-02-27 06:13 ./patches/source/python3/slack-desc
-drwxr-xr-x 4 root root 4096 2022-03-15 18:53 ./patches/source/qt5
+drwxr-xr-x 4 root root 4096 2022-03-20 19:42 ./patches/source/qt5
-rw-r--r-- 1 root root 172 2013-12-17 17:08 ./patches/source/qt5/doinst.sh.gz
-rwxr-xr-x 1 root root 2321 2022-01-21 18:22 ./patches/source/qt5/fetch_sources.sh
drwxr-xr-x 2 root root 4096 2022-02-23 18:55 ./patches/source/qt5/patches
@@ -1066,11 +1066,11 @@ drwxr-xr-x 2 root root 4096 2022-02-23 18:55 ./patches/source/qt5/patches
-rw-r--r-- 1 root root 221 2021-07-23 10:56 ./patches/source/qt5/patches/qt5-qtwebsockets-gcc11.patch.gz
-rw-r--r-- 1 root root 284 2017-06-17 20:15 ./patches/source/qt5/patches/qt5.mysql.h.diff.gz
-rw-r--r-- 1 root root 424 2019-05-07 11:30 ./patches/source/qt5/patches/qt5.qtbase_cmake_isystem_includes.patch.gz
-drwxr-xr-x 2 root root 4096 2013-12-17 17:08 ./patches/source/qt5/profile.d
--rw-r--r-- 1 root root 1102 2022-03-15 20:00 ./patches/source/qt5/profile.d/qt5.csh
+drwxr-xr-x 2 root root 4096 2022-03-20 19:27 ./patches/source/qt5/profile.d
+-rw-r--r-- 1 root root 1102 2022-03-20 19:27 ./patches/source/qt5/profile.d/qt5.csh
-rw-r--r-- 1 root root 971 2022-03-15 20:00 ./patches/source/qt5/profile.d/qt5.sh
--rw-r--r-- 1 root root 609752162 2022-03-12 11:46 ./patches/source/qt5/qt-everywhere-src-5.15.3_20220312_33a3f16f.tar.lz
--rwxr-xr-x 1 root root 11953 2022-03-16 20:11 ./patches/source/qt5/qt5.SlackBuild
+-rw-r--r-- 1 root root 605682352 2022-03-18 23:04 ./patches/source/qt5/qt-everywhere-src-5.15.3_20220318_e507d3e5.tar.lz
+-rwxr-xr-x 1 root root 11953 2022-03-20 20:23 ./patches/source/qt5/qt5.SlackBuild
-rw-r--r-- 1 root root 711 2020-11-28 01:00 ./patches/source/qt5/slack-desc
drwxr-xr-x 3 root root 4096 2022-03-02 19:58 ./patches/source/seamonkey
drwxr-xr-x 2 root root 4096 2016-07-03 18:05 ./patches/source/seamonkey/autoconf
@@ -15536,14 +15536,34 @@ 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 2022-02-02 08:25 ./testing
--rw-r--r-- 1 root root 1154 2022-02-02 08:25 ./testing/CHECKSUMS.md5
--rw-r--r-- 1 root root 163 2022-02-02 08:25 ./testing/CHECKSUMS.md5.asc
--rw-r--r-- 1 root root 1471 2022-02-02 08:25 ./testing/FILE_LIST
--rw-r--r-- 1 root root 14 2022-02-02 08:25 ./testing/MANIFEST.bz2
--rw-r--r-- 1 root root 224 2022-02-02 08:25 ./testing/PACKAGES.TXT
-drwxr-xr-x 2 root root 4096 2021-10-27 20:50 ./testing/packages
-drwxr-xr-x 3 root root 4096 2022-02-01 19:58 ./testing/source
+drwxr-xr-x 4 root root 4096 2022-03-21 20:25 ./testing
+-rw-r--r-- 1 root root 2432 2022-03-21 20:25 ./testing/CHECKSUMS.md5
+-rw-r--r-- 1 root root 163 2022-03-21 20:25 ./testing/CHECKSUMS.md5.asc
+-rw-r--r-- 1 root root 3157 2022-03-21 20:25 ./testing/FILE_LIST
+-rw-r--r-- 1 root root 33576 2022-03-21 20:25 ./testing/MANIFEST.bz2
+-rw-r--r-- 1 root root 728 2022-03-21 20:25 ./testing/PACKAGES.TXT
+drwxr-xr-x 2 root root 4096 2022-03-21 20:13 ./testing/packages
+-rw-r--r-- 1 root root 334 2022-03-16 19:36 ./testing/packages/bind-9.18.1-x86_64-1_slack15.0.txt
+-rw-r--r-- 1 root root 2128604 2022-03-16 19:36 ./testing/packages/bind-9.18.1-x86_64-1_slack15.0.txz
+-rw-r--r-- 1 root root 163 2022-03-16 19:36 ./testing/packages/bind-9.18.1-x86_64-1_slack15.0.txz.asc
+drwxr-xr-x 4 root root 4096 2022-03-21 20:12 ./testing/source
+drwxr-xr-x 3 root root 4096 2022-03-16 19:24 ./testing/source/bind
+-rw-r--r-- 1 root root 5120 2007-06-08 04:48 ./testing/source/bind/3link.sh
+-rw-r--r-- 1 root root 5059456 2022-03-16 15:33 ./testing/source/bind/bind-9.18.1.tar.xz
+-rw-r--r-- 1 root root 874 2022-03-16 15:33 ./testing/source/bind/bind-9.18.1.tar.xz.asc
+-rw-r--r-- 1 root root 874 2022-03-16 15:33 ./testing/source/bind/bind-9.18.1.tar.xz.sha1.asc
+-rw-r--r-- 1 root root 874 2022-03-16 15:33 ./testing/source/bind/bind-9.18.1.tar.xz.sha256.asc
+-rw-r--r-- 1 root root 874 2022-03-16 15:33 ./testing/source/bind/bind-9.18.1.tar.xz.sha512.asc
+-rwxr-xr-x 1 root root 5649 2022-03-16 19:30 ./testing/source/bind/bind.SlackBuild
+drwxr-xr-x 2 root root 4096 2019-08-19 18:12 ./testing/source/bind/caching-example
+-rw-r--r-- 1 root root 195 2001-05-18 02:03 ./testing/source/bind/caching-example/localhost.zone
+-rw-r--r-- 1 root root 681 2008-04-13 21:47 ./testing/source/bind/caching-example/named.conf
+-rw-r--r-- 1 root root 433 2011-03-26 06:54 ./testing/source/bind/caching-example/named.local
+-rw-r--r-- 1 root root 3312 2019-07-30 01:10 ./testing/source/bind/caching-example/named.root
+-rw-r--r-- 1 root root 478 2021-09-24 19:02 ./testing/source/bind/default.named
+-rw-r--r-- 1 root root 532 2021-09-16 00:25 ./testing/source/bind/doinst.sh.gz
+-rw-r--r-- 1 root root 3990 2021-09-24 19:04 ./testing/source/bind/rc.bind
+-rw-r--r-- 1 root root 786 2018-02-27 06:13 ./testing/source/bind/slack-desc
drwxr-xr-x 2 root root 4096 2022-02-02 06:50 ./testing/source/linux-5.16.5-configs
-rw-r--r-- 1 root root 75 2022-02-01 04:54 ./testing/source/linux-5.16.5-configs/README
-rw-r--r-- 1 root root 238294 2022-02-02 06:54 ./testing/source/linux-5.16.5-configs/config-generic-5.16.5
diff --git a/patches/packages/bind-9.18.1-x86_64-1_slack15.0.txt b/patches/packages/bind-9.16.27-x86_64-1_slack15.0.txt
index d61583855..d61583855 100644
--- a/patches/packages/bind-9.18.1-x86_64-1_slack15.0.txt
+++ b/patches/packages/bind-9.16.27-x86_64-1_slack15.0.txt
diff --git a/patches/packages/qt5-5.15.3_20220312_33a3f16f-x86_64-1_slack15.0.txt b/patches/packages/qt5-5.15.3_20220318_e507d3e5-x86_64-1_slack15.0.txt
index ffd254d93..ffd254d93 100644
--- a/patches/packages/qt5-5.15.3_20220312_33a3f16f-x86_64-1_slack15.0.txt
+++ b/patches/packages/qt5-5.15.3_20220318_e507d3e5-x86_64-1_slack15.0.txt
diff --git a/patches/source/qt5/profile.d/qt5.csh b/patches/source/qt5/profile.d/qt5.csh
index 0c3f10d42..f57abef78 100644
--- a/patches/source/qt5/profile.d/qt5.csh
+++ b/patches/source/qt5/profile.d/qt5.csh
@@ -23,5 +23,5 @@ set path = ( $path $QT5DIR/bin )
# post your solution on LQ. Thanks. :-)
file /bin/cat | grep -wq 32-bit
if ( "$?" == "0" ) then
- setenv QTWEBENGINE_CHROMIUM_FLAGS="--disable-seccomp-filter-sandbox"
+ setenv QTWEBENGINE_CHROMIUM_FLAGS "--disable-seccomp-filter-sandbox"
endif