summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author Patrick J Volkerding <volkerdi@slackware.com>2022-12-22 03:40:55 +0000
committer Eric Hameleers <alien@slackware.com>2022-12-22 06:39:00 +0100
commita5f767fffe7172091d0fa77224372a1c35c4eb49 (patch)
tree823c738ffd0bb6a8799f9050525088b97c3e1e42
parenta1d6f79ce8795d190466bd6e4cc3c191df8741e9 (diff)
downloadcurrent-a5f767fffe7172091d0fa77224372a1c35c4eb49.tar.gz
current-a5f767fffe7172091d0fa77224372a1c35c4eb49.tar.xz
Thu Dec 22 03:40:55 UTC 202220221222034055
a/sysvinit-scripts-15.1-noarch-3.txz: Rebuilt. rc.6: support an optional rc.firewall_shutdown script. Most firewall scripts don't need a formal shutdown, but in some cases it can be useful. If your rc.firewall script supports a stop parameter, the shutdown script should just contain "/etc/rc.d/rc.firewall stop", or rc.firewall_shutdown could also be a symlink to the rc.firewall script in that case. But how the script works is (like the rc.firewall script support) completely up to the admin. Thanks to metaed for the suggestion. Please note that contrary to the request, I placed this *after* the network is shut down to avoid removing firewall protection while the interfaces are still active. Whether it'll work in this place for metaed's (or anyone else's) needs, I'm not sure. It's a start. Feel free to weigh in on the LQ thread if you have any ideas for improvement, but the goal here is to keep this support as simple and flexible as possible. d/nasm-2.16-x86_64-1.txz: Upgraded. d/parallel-20221222-noarch-1.txz: Upgraded. n/bind-9.18.10-x86_64-1.txz: Upgraded. n/curl-7.87.0-x86_64-1.txz: Upgraded. xap/mozilla-thunderbird-102.6.1-x86_64-1.txz: Upgraded. This release contains a security fix and improvements. For more information, see: https://www.mozilla.org/en-US/thunderbird/102.6.1/releasenotes/ https://www.mozilla.org/en-US/security/advisories/mfsa2022-54/ https://www.cve.org/CVERecord?id=CVE-2022-46874 (* Security fix *) xfce/xfce4-screenshooter-1.10.0-x86_64-1.txz: Upgraded.
-rw-r--r--ChangeLog.rss40
-rw-r--r--ChangeLog.txt28
-rw-r--r--FILELIST.TXT140
-rw-r--r--source/a/sysvinit-scripts/scripts/rc.615
-rwxr-xr-xsource/a/sysvinit-scripts/sysvinit-scripts.SlackBuild2
-rwxr-xr-xsource/d/nasm/nasm.SlackBuild2
-rw-r--r--source/xfce/xfce4-screenshooter/xfce4-screenshooter.url2
7 files changed, 154 insertions, 75 deletions
diff --git a/ChangeLog.rss b/ChangeLog.rss
index 9ade411cc..662b22e82 100644
--- a/ChangeLog.rss
+++ b/ChangeLog.rss
@@ -11,10 +11,46 @@
<description>Tracking Slackware development in git.</description>
<language>en-us</language>
<id xmlns="http://www.w3.org/2005/Atom">urn:uuid:c964f45e-6732-11e8-bbe5-107b4450212f</id>
- <pubDate>Tue, 20 Dec 2022 20:40:18 GMT</pubDate>
- <lastBuildDate>Tue, 20 Dec 2022 21:34:16 GMT</lastBuildDate>
+ <pubDate>Thu, 22 Dec 2022 03:40:55 GMT</pubDate>
+ <lastBuildDate>Thu, 22 Dec 2022 05:38:56 GMT</lastBuildDate>
<generator>maintain_current_git.sh v 1.17</generator>
<item>
+ <title>Thu, 22 Dec 2022 03:40:55 GMT</title>
+ <pubDate>Thu, 22 Dec 2022 03:40:55 GMT</pubDate>
+ <link>https://git.slackware.nl/current/tag/?h=20221222034055</link>
+ <guid isPermaLink="false">20221222034055</guid>
+ <description>
+ <![CDATA[<pre>
+a/sysvinit-scripts-15.1-noarch-3.txz: Rebuilt.
+ rc.6: support an optional rc.firewall_shutdown script. Most firewall scripts
+ don't need a formal shutdown, but in some cases it can be useful. If your
+ rc.firewall script supports a stop parameter, the shutdown script should just
+ contain "/etc/rc.d/rc.firewall stop", or rc.firewall_shutdown could also be
+ a symlink to the rc.firewall script in that case. But how the script works
+ is (like the rc.firewall script support) completely up to the admin.
+ Thanks to metaed for the suggestion.
+ Please note that contrary to the request, I placed this *after* the network
+ is shut down to avoid removing firewall protection while the interfaces are
+ still active. Whether it'll work in this place for metaed's (or anyone
+ else's) needs, I'm not sure. It's a start. Feel free to weigh in on the LQ
+ thread if you have any ideas for improvement, but the goal here is to keep
+ this support as simple and flexible as possible.
+d/nasm-2.16-x86_64-1.txz: Upgraded.
+d/parallel-20221222-noarch-1.txz: Upgraded.
+n/bind-9.18.10-x86_64-1.txz: Upgraded.
+n/curl-7.87.0-x86_64-1.txz: Upgraded.
+xap/mozilla-thunderbird-102.6.1-x86_64-1.txz: Upgraded.
+ This release contains a security fix and improvements.
+ For more information, see:
+ https://www.mozilla.org/en-US/thunderbird/102.6.1/releasenotes/
+ https://www.mozilla.org/en-US/security/advisories/mfsa2022-54/
+ https://www.cve.org/CVERecord?id=CVE-2022-46874
+ (* Security fix *)
+xfce/xfce4-screenshooter-1.10.0-x86_64-1.txz: Upgraded.
+ </pre>]]>
+ </description>
+ </item>
+ <item>
<title>Tue, 20 Dec 2022 20:40:18 GMT</title>
<pubDate>Tue, 20 Dec 2022 20:40:18 GMT</pubDate>
<link>https://git.slackware.nl/current/tag/?h=20221220204018</link>
diff --git a/ChangeLog.txt b/ChangeLog.txt
index 6f0ca89fa..4cafecb02 100644
--- a/ChangeLog.txt
+++ b/ChangeLog.txt
@@ -1,3 +1,31 @@
+Thu Dec 22 03:40:55 UTC 2022
+a/sysvinit-scripts-15.1-noarch-3.txz: Rebuilt.
+ rc.6: support an optional rc.firewall_shutdown script. Most firewall scripts
+ don't need a formal shutdown, but in some cases it can be useful. If your
+ rc.firewall script supports a stop parameter, the shutdown script should just
+ contain "/etc/rc.d/rc.firewall stop", or rc.firewall_shutdown could also be
+ a symlink to the rc.firewall script in that case. But how the script works
+ is (like the rc.firewall script support) completely up to the admin.
+ Thanks to metaed for the suggestion.
+ Please note that contrary to the request, I placed this *after* the network
+ is shut down to avoid removing firewall protection while the interfaces are
+ still active. Whether it'll work in this place for metaed's (or anyone
+ else's) needs, I'm not sure. It's a start. Feel free to weigh in on the LQ
+ thread if you have any ideas for improvement, but the goal here is to keep
+ this support as simple and flexible as possible.
+d/nasm-2.16-x86_64-1.txz: Upgraded.
+d/parallel-20221222-noarch-1.txz: Upgraded.
+n/bind-9.18.10-x86_64-1.txz: Upgraded.
+n/curl-7.87.0-x86_64-1.txz: Upgraded.
+xap/mozilla-thunderbird-102.6.1-x86_64-1.txz: Upgraded.
+ This release contains a security fix and improvements.
+ For more information, see:
+ https://www.mozilla.org/en-US/thunderbird/102.6.1/releasenotes/
+ https://www.mozilla.org/en-US/security/advisories/mfsa2022-54/
+ https://www.cve.org/CVERecord?id=CVE-2022-46874
+ (* Security fix *)
+xfce/xfce4-screenshooter-1.10.0-x86_64-1.txz: Upgraded.
++--------------------------+
Tue Dec 20 20:40:18 UTC 2022
d/p2c-2.02-x86_64-1.txz: Upgraded.
kde/dolphin-22.12.0-x86_64-2.txz: Rebuilt.
diff --git a/FILELIST.TXT b/FILELIST.TXT
index 0e71f8b05..4f8d3ada8 100644
--- a/FILELIST.TXT
+++ b/FILELIST.TXT
@@ -1,20 +1,20 @@
-Tue Dec 20 20:45:17 UTC 2022
+Thu Dec 22 03:48:38 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-12-20 20:40 .
+drwxr-xr-x 12 root root 4096 2022-12-22 03:40 .
-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 1106824 2022-12-19 21:23 ./CHECKSUMS.md5
--rw-r--r-- 1 root root 163 2022-12-19 21:23 ./CHECKSUMS.md5.asc
+-rw-r--r-- 1 root root 1106977 2022-12-20 20:45 ./CHECKSUMS.md5
+-rw-r--r-- 1 root root 163 2022-12-20 20:45 ./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 434917 2022-12-20 20:40 ./ChangeLog.txt
+-rw-r--r-- 1 root root 436526 2022-12-22 03:40 ./ChangeLog.txt
drwxr-xr-x 3 root root 4096 2013-03-20 22:17 ./EFI
drwxr-xr-x 2 root root 4096 2022-10-24 18:57 ./EFI/BOOT
-rw-r--r-- 1 root root 1187840 2021-06-15 19:16 ./EFI/BOOT/bootx64.efi
@@ -25,9 +25,9 @@ drwxr-xr-x 2 root root 4096 2022-10-24 18:57 ./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 1441168 2022-12-19 21:23 ./FILELIST.TXT
+-rw-r--r-- 1 root root 1441354 2022-12-20 20:45 ./FILELIST.TXT
-rw-r--r-- 1 root root 1572 2012-08-29 18:27 ./GPG-KEY
--rw-r--r-- 1 root root 861668 2022-12-20 20:44 ./PACKAGES.TXT
+-rw-r--r-- 1 root root 861666 2022-12-22 03:48 ./PACKAGES.TXT
-rw-r--r-- 1 root root 8034 2022-02-02 03:36 ./README.TXT
-rw-r--r-- 1 root root 3635 2022-10-24 18:47 ./README.initrd
-rw-r--r-- 1 root root 34162 2022-01-30 20:35 ./README_CRYPT.TXT
@@ -746,13 +746,13 @@ drwxr-xr-x 2 root root 4096 2022-02-03 07:02 ./patches
-rw-r--r-- 1 root root 575 2022-02-03 07:02 ./patches/FILE_LIST
-rw-r--r-- 1 root root 14 2022-02-03 07:02 ./patches/MANIFEST.bz2
-rw-r--r-- 1 root root 224 2022-02-03 07:02 ./patches/PACKAGES.TXT
-drwxr-xr-x 17 root root 4096 2022-12-20 20:44 ./slackware64
--rw-r--r-- 1 root root 336301 2022-12-20 20:44 ./slackware64/CHECKSUMS.md5
--rw-r--r-- 1 root root 163 2022-12-20 20:44 ./slackware64/CHECKSUMS.md5.asc
--rw-r--r-- 1 root root 417074 2022-12-20 20:44 ./slackware64/FILE_LIST
--rw-r--r-- 1 root root 4295643 2022-12-20 20:44 ./slackware64/MANIFEST.bz2
+drwxr-xr-x 17 root root 4096 2022-12-22 03:48 ./slackware64
+-rw-r--r-- 1 root root 336295 2022-12-22 03:48 ./slackware64/CHECKSUMS.md5
+-rw-r--r-- 1 root root 163 2022-12-22 03:48 ./slackware64/CHECKSUMS.md5.asc
+-rw-r--r-- 1 root root 417070 2022-12-22 03:47 ./slackware64/FILE_LIST
+-rw-r--r-- 1 root root 4287681 2022-12-22 03:47 ./slackware64/MANIFEST.bz2
lrwxrwxrwx 1 root root 15 2009-08-23 23:34 ./slackware64/PACKAGES.TXT -> ../PACKAGES.TXT
-drwxr-xr-x 2 root root 32768 2022-12-19 21:21 ./slackware64/a
+drwxr-xr-x 2 root root 32768 2022-12-22 03:47 ./slackware64/a
-rw-r--r-- 1 root root 327 2022-02-15 18:16 ./slackware64/a/aaa_base-15.1-x86_64-2.txt
-rw-r--r-- 1 root root 10720 2022-02-15 18:16 ./slackware64/a/aaa_base-15.1-x86_64-2.txz
-rw-r--r-- 1 root root 163 2022-02-15 18:16 ./slackware64/a/aaa_base-15.1-x86_64-2.txz.asc
@@ -1078,9 +1078,9 @@ drwxr-xr-x 2 root root 32768 2022-12-19 21:21 ./slackware64/a
-rw-r--r-- 1 root root 694 2022-09-06 18:43 ./slackware64/a/sysvinit-functions-8.53-x86_64-6.txt
-rw-r--r-- 1 root root 36308 2022-09-06 18:43 ./slackware64/a/sysvinit-functions-8.53-x86_64-6.txz
-rw-r--r-- 1 root root 163 2022-09-06 18:43 ./slackware64/a/sysvinit-functions-8.53-x86_64-6.txz.asc
--rw-r--r-- 1 root root 378 2022-09-06 18:09 ./slackware64/a/sysvinit-scripts-15.1-noarch-2.txt
--rw-r--r-- 1 root root 16212 2022-09-06 18:09 ./slackware64/a/sysvinit-scripts-15.1-noarch-2.txz
--rw-r--r-- 1 root root 163 2022-09-06 18:09 ./slackware64/a/sysvinit-scripts-15.1-noarch-2.txz.asc
+-rw-r--r-- 1 root root 378 2022-12-21 19:52 ./slackware64/a/sysvinit-scripts-15.1-noarch-3.txt
+-rw-r--r-- 1 root root 16436 2022-12-21 19:52 ./slackware64/a/sysvinit-scripts-15.1-noarch-3.txz
+-rw-r--r-- 1 root root 163 2022-12-21 19:52 ./slackware64/a/sysvinit-scripts-15.1-noarch-3.txz.asc
-rw-r--r-- 1 root root 1548 2022-10-24 18:47 ./slackware64/a/tagfile
-rw-r--r-- 1 root root 395 2022-07-26 16:52 ./slackware64/a/tar-1.34-x86_64-2.txt
-rw-r--r-- 1 root root 804060 2022-07-26 16:52 ./slackware64/a/tar-1.34-x86_64-2.txz
@@ -1391,7 +1391,7 @@ drwxr-xr-x 2 root root 20480 2022-12-17 02:42 ./slackware64/ap
-rw-r--r-- 1 root root 506 2022-05-15 17:09 ./slackware64/ap/zsh-5.9-x86_64-1.txt
-rw-r--r-- 1 root root 3156392 2022-05-15 17:09 ./slackware64/ap/zsh-5.9-x86_64-1.txz
-rw-r--r-- 1 root root 163 2022-05-15 17:09 ./slackware64/ap/zsh-5.9-x86_64-1.txz.asc
-drwxr-xr-x 2 root root 20480 2022-12-20 20:44 ./slackware64/d
+drwxr-xr-x 2 root root 20480 2022-12-22 03:47 ./slackware64/d
-rw-r--r-- 1 root root 360 2022-03-09 03:58 ./slackware64/d/Cython-0.29.28-x86_64-1.txt
-rw-r--r-- 1 root root 2393012 2022-03-09 03:58 ./slackware64/d/Cython-0.29.28-x86_64-1.txz
-rw-r--r-- 1 root root 163 2022-03-09 03:58 ./slackware64/d/Cython-0.29.28-x86_64-1.txz.asc
@@ -1525,9 +1525,9 @@ drwxr-xr-x 2 root root 20480 2022-12-20 20:44 ./slackware64/d
-rw-r--r-- 1 root root 410 2022-11-23 18:57 ./slackware64/d/meson-0.64.1-x86_64-1.txt
-rw-r--r-- 1 root root 1216580 2022-11-23 18:57 ./slackware64/d/meson-0.64.1-x86_64-1.txz
-rw-r--r-- 1 root root 163 2022-11-23 18:57 ./slackware64/d/meson-0.64.1-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
+-rw-r--r-- 1 root root 339 2022-12-21 19:03 ./slackware64/d/nasm-2.16-x86_64-1.txt
+-rw-r--r-- 1 root root 435460 2022-12-21 19:03 ./slackware64/d/nasm-2.16-x86_64-1.txz
+-rw-r--r-- 1 root root 163 2022-12-21 19:03 ./slackware64/d/nasm-2.16-x86_64-1.txz.asc
-rw-r--r-- 1 root root 404 2022-09-01 01:58 ./slackware64/d/ninja-1.11.1-x86_64-1.txt
-rw-r--r-- 1 root root 116092 2022-09-01 01:58 ./slackware64/d/ninja-1.11.1-x86_64-1.txz
-rw-r--r-- 1 root root 163 2022-09-01 01:58 ./slackware64/d/ninja-1.11.1-x86_64-1.txz.asc
@@ -1543,9 +1543,9 @@ drwxr-xr-x 2 root root 20480 2022-12-20 20:44 ./slackware64/d
-rw-r--r-- 1 root root 529 2022-08-24 16:56 ./slackware64/d/pahole-1.24-x86_64-1.txt
-rw-r--r-- 1 root root 320284 2022-08-24 16:56 ./slackware64/d/pahole-1.24-x86_64-1.txz
-rw-r--r-- 1 root root 163 2022-08-24 16:56 ./slackware64/d/pahole-1.24-x86_64-1.txz.asc
--rw-r--r-- 1 root root 398 2022-11-23 18:59 ./slackware64/d/parallel-20221122-noarch-1.txt
--rw-r--r-- 1 root root 499128 2022-11-23 18:59 ./slackware64/d/parallel-20221122-noarch-1.txz
--rw-r--r-- 1 root root 163 2022-11-23 18:59 ./slackware64/d/parallel-20221122-noarch-1.txz.asc
+-rw-r--r-- 1 root root 398 2022-12-21 19:04 ./slackware64/d/parallel-20221222-noarch-1.txt
+-rw-r--r-- 1 root root 499996 2022-12-21 19:04 ./slackware64/d/parallel-20221222-noarch-1.txz
+-rw-r--r-- 1 root root 163 2022-12-21 19:04 ./slackware64/d/parallel-20221222-noarch-1.txz.asc
-rw-r--r-- 1 root root 469 2022-11-08 20:40 ./slackware64/d/patchelf-0.17.0-x86_64-1.txt
-rw-r--r-- 1 root root 72856 2022-11-08 20:40 ./slackware64/d/patchelf-0.17.0-x86_64-1.txz
-rw-r--r-- 1 root root 163 2022-11-08 20:40 ./slackware64/d/patchelf-0.17.0-x86_64-1.txz.asc
@@ -2722,7 +2722,7 @@ drwxr-xr-x 2 root root 86016 2022-12-20 20:44 ./slackware64/kde
-rw-r--r-- 1 root root 275 2022-11-29 18:24 ./slackware64/kde/sddm-kcm-5.26.4-x86_64-1.txt
-rw-r--r-- 1 root root 118212 2022-11-29 18:24 ./slackware64/kde/sddm-kcm-5.26.4-x86_64-1.txz
-rw-r--r-- 1 root root 163 2022-11-29 18:24 ./slackware64/kde/sddm-kcm-5.26.4-x86_64-1.txz.asc
--rw-r--r-- 1 root root 204 2022-12-08 20:40 ./slackware64/kde/skanlite-22.12.0-x86_64-1.txt
+-rw-r--r-- 1 root root 204 2022-12-08 20:40 ./slackware64/kde/skanlite-22.12.0-x86_64-1.txt
-rw-r--r-- 1 root root 2528716 2022-12-08 20:40 ./slackware64/kde/skanlite-22.12.0-x86_64-1.txz
-rw-r--r-- 1 root root 163 2022-12-08 20:40 ./slackware64/kde/skanlite-22.12.0-x86_64-1.txz.asc
-rw-r--r-- 1 root root 334 2022-12-08 20:49 ./slackware64/kde/skanpage-22.12.0-x86_64-1.txt
@@ -3947,7 +3947,7 @@ drwxr-xr-x 2 root root 86016 2022-12-20 20:44 ./slackware64/l
-rw-r--r-- 1 root root 463 2022-01-21 04:11 ./slackware64/l/zstd-1.5.2-x86_64-1.txt
-rw-r--r-- 1 root root 437228 2022-01-21 04:11 ./slackware64/l/zstd-1.5.2-x86_64-1.txz
-rw-r--r-- 1 root root 163 2022-01-21 04:11 ./slackware64/l/zstd-1.5.2-x86_64-1.txz.asc
-drwxr-xr-x 2 root root 36864 2022-12-20 20:44 ./slackware64/n
+drwxr-xr-x 2 root root 36864 2022-12-22 03:47 ./slackware64/n
-rw-r--r-- 1 root root 357 2022-09-10 18:15 ./slackware64/n/ModemManager-1.18.12-x86_64-1.txt
-rw-r--r-- 1 root root 2148884 2022-09-10 18:15 ./slackware64/n/ModemManager-1.18.12-x86_64-1.txz
-rw-r--r-- 1 root root 163 2022-09-10 18:15 ./slackware64/n/ModemManager-1.18.12-x86_64-1.txz.asc
@@ -3963,9 +3963,9 @@ drwxr-xr-x 2 root root 36864 2022-12-20 20:44 ./slackware64/n
-rw-r--r-- 1 root root 683 2021-02-13 11:55 ./slackware64/n/biff+comsat-0.17-x86_64-4.txt
-rw-r--r-- 1 root root 11280 2021-02-13 11:55 ./slackware64/n/biff+comsat-0.17-x86_64-4.txz
-rw-r--r-- 1 root root 163 2021-02-13 11:55 ./slackware64/n/biff+comsat-0.17-x86_64-4.txz.asc
--rw-r--r-- 1 root root 334 2022-11-16 17:49 ./slackware64/n/bind-9.18.9-x86_64-1.txt
--rw-r--r-- 1 root root 2439836 2022-11-16 17:49 ./slackware64/n/bind-9.18.9-x86_64-1.txz
--rw-r--r-- 1 root root 163 2022-11-16 17:49 ./slackware64/n/bind-9.18.9-x86_64-1.txz.asc
+-rw-r--r-- 1 root root 334 2022-12-21 18:54 ./slackware64/n/bind-9.18.10-x86_64-1.txt
+-rw-r--r-- 1 root root 2441036 2022-12-21 18:54 ./slackware64/n/bind-9.18.10-x86_64-1.txz
+-rw-r--r-- 1 root root 163 2022-12-21 18:54 ./slackware64/n/bind-9.18.10-x86_64-1.txz.asc
-rw-r--r-- 1 root root 333 2022-11-12 00:14 ./slackware64/n/bluez-5.66-x86_64-1.txt
-rw-r--r-- 1 root root 1305064 2022-11-12 00:14 ./slackware64/n/bluez-5.66-x86_64-1.txz
-rw-r--r-- 1 root root 163 2022-11-12 00:14 ./slackware64/n/bluez-5.66-x86_64-1.txz.asc
@@ -3996,9 +3996,9 @@ drwxr-xr-x 2 root root 36864 2022-12-20 20:44 ./slackware64/n
-rw-r--r-- 1 root root 409 2021-02-13 11:57 ./slackware64/n/crda-4.14-x86_64-3.txt
-rw-r--r-- 1 root root 69208 2021-02-13 11:57 ./slackware64/n/crda-4.14-x86_64-3.txz
-rw-r--r-- 1 root root 163 2021-02-13 11:57 ./slackware64/n/crda-4.14-x86_64-3.txz.asc
--rw-r--r-- 1 root root 552 2022-10-26 17:02 ./slackware64/n/curl-7.86.0-x86_64-1.txt
--rw-r--r-- 1 root root 1324056 2022-10-26 17:02 ./slackware64/n/curl-7.86.0-x86_64-1.txz
--rw-r--r-- 1 root root 163 2022-10-26 17:02 ./slackware64/n/curl-7.86.0-x86_64-1.txz.asc
+-rw-r--r-- 1 root root 552 2022-12-21 18:55 ./slackware64/n/curl-7.87.0-x86_64-1.txt
+-rw-r--r-- 1 root root 1333108 2022-12-21 18:55 ./slackware64/n/curl-7.87.0-x86_64-1.txz
+-rw-r--r-- 1 root root 163 2022-12-21 18:55 ./slackware64/n/curl-7.87.0-x86_64-1.txz.asc
-rw-r--r-- 1 root root 373 2022-03-06 20:01 ./slackware64/n/cyrus-sasl-2.1.28-x86_64-2.txt
-rw-r--r-- 1 root root 992604 2022-03-06 20:01 ./slackware64/n/cyrus-sasl-2.1.28-x86_64-2.txz
-rw-r--r-- 1 root root 163 2022-03-06 20:01 ./slackware64/n/cyrus-sasl-2.1.28-x86_64-2.txz.asc
@@ -5327,7 +5327,7 @@ drwxr-xr-x 2 root root 65536 2022-12-20 20:44 ./slackware64/x
-rw-r--r-- 1 root root 213 2022-07-11 18:36 ./slackware64/x/xwud-1.0.6-x86_64-1.txt
-rw-r--r-- 1 root root 25896 2022-07-11 18:36 ./slackware64/x/xwud-1.0.6-x86_64-1.txz
-rw-r--r-- 1 root root 163 2022-07-11 18:36 ./slackware64/x/xwud-1.0.6-x86_64-1.txz.asc
-drwxr-xr-x 2 root root 16384 2022-12-17 02:42 ./slackware64/xap
+drwxr-xr-x 2 root root 16384 2022-12-22 03:47 ./slackware64/xap
-rw-r--r-- 1 root root 625 2022-10-09 18:00 ./slackware64/xap/MPlayer-20221009-x86_64-1.txt
-rw-r--r-- 1 root root 2750024 2022-10-09 18:00 ./slackware64/xap/MPlayer-20221009-x86_64-1.txz
-rw-r--r-- 1 root root 163 2022-10-09 18:00 ./slackware64/xap/MPlayer-20221009-x86_64-1.txz.asc
@@ -5407,9 +5407,9 @@ drwxr-xr-x 2 root root 16384 2022-12-17 02:42 ./slackware64/xap
-rw-r--r-- 1 root root 570 2022-12-16 19:23 ./slackware64/xap/mozilla-firefox-108.0.1-x86_64-1.txt
-rw-r--r-- 1 root root 59413608 2022-12-16 19:23 ./slackware64/xap/mozilla-firefox-108.0.1-x86_64-1.txz
-rw-r--r-- 1 root root 163 2022-12-16 19:23 ./slackware64/xap/mozilla-firefox-108.0.1-x86_64-1.txz.asc
--rw-r--r-- 1 root root 663 2022-12-14 01:28 ./slackware64/xap/mozilla-thunderbird-102.6.0-x86_64-1.txt
--rw-r--r-- 1 root root 55151156 2022-12-14 01:28 ./slackware64/xap/mozilla-thunderbird-102.6.0-x86_64-1.txz
--rw-r--r-- 1 root root 163 2022-12-14 01:28 ./slackware64/xap/mozilla-thunderbird-102.6.0-x86_64-1.txz.asc
+-rw-r--r-- 1 root root 663 2022-12-21 19:50 ./slackware64/xap/mozilla-thunderbird-102.6.1-x86_64-1.txt
+-rw-r--r-- 1 root root 55152348 2022-12-21 19:50 ./slackware64/xap/mozilla-thunderbird-102.6.1-x86_64-1.txz
+-rw-r--r-- 1 root root 163 2022-12-21 19:50 ./slackware64/xap/mozilla-thunderbird-102.6.1-x86_64-1.txz.asc
-rw-r--r-- 1 root root 359 2022-12-02 02:27 ./slackware64/xap/network-manager-applet-1.30.0-x86_64-1.txt
-rw-r--r-- 1 root root 885196 2022-12-02 02:27 ./slackware64/xap/network-manager-applet-1.30.0-x86_64-1.txz
-rw-r--r-- 1 root root 163 2022-12-02 02:27 ./slackware64/xap/network-manager-applet-1.30.0-x86_64-1.txz.asc
@@ -5486,7 +5486,7 @@ drwxr-xr-x 2 root root 16384 2022-12-17 02:42 ./slackware64/xap
-rw-r--r-- 1 root root 230 2022-12-04 19:55 ./slackware64/xap/xsnow-3.6.0-x86_64-1.txt
-rw-r--r-- 1 root root 753752 2022-12-04 19:55 ./slackware64/xap/xsnow-3.6.0-x86_64-1.txz
-rw-r--r-- 1 root root 163 2022-12-04 19:55 ./slackware64/xap/xsnow-3.6.0-x86_64-1.txz.asc
-drwxr-xr-x 2 root root 12288 2022-12-17 21:17 ./slackware64/xfce
+drwxr-xr-x 2 root root 12288 2022-12-22 03:47 ./slackware64/xfce
-rw-r--r-- 1 root root 253 2021-10-01 03:27 ./slackware64/xfce/Greybird-3.22.15-noarch-1.txt
-rw-r--r-- 1 root root 189900 2021-10-01 03:27 ./slackware64/xfce/Greybird-3.22.15-noarch-1.txz
-rw-r--r-- 1 root root 163 2021-10-01 03:27 ./slackware64/xfce/Greybird-3.22.15-noarch-1.txz.asc
@@ -5511,7 +5511,7 @@ drwxr-xr-x 2 root root 12288 2022-12-17 21:17 ./slackware64/xfce
-rw-r--r-- 1 root root 3369 2020-12-07 21:31 ./slackware64/xfce/maketag.ez
-rw-r--r-- 1 root root 423 2022-07-10 18:32 ./slackware64/xfce/mousepad-0.5.10-x86_64-1.txt
-rw-r--r-- 1 root root 398004 2022-07-10 18:32 ./slackware64/xfce/mousepad-0.5.10-x86_64-1.txz
--rw-r--r-- 1 root root 163 2022-07-10 18:32 ./slackware64/xfce/mousepad-0.5.10-x86_64-1.txz.asc
+-rw-r--r-- 1 root root 163 2022-07-10 18:32 ./slackware64/xfce/mousepad-0.5.10-x86_64-1.txz.asc
-rw-r--r-- 1 root root 555 2020-12-07 21:31 ./slackware64/xfce/tagfile
-rw-r--r-- 1 root root 460 2022-12-17 20:40 ./slackware64/xfce/thunar-4.18.0-x86_64-1.txt
-rw-r--r-- 1 root root 1449416 2022-12-17 20:40 ./slackware64/xfce/thunar-4.18.0-x86_64-1.txz
@@ -5549,9 +5549,9 @@ drwxr-xr-x 2 root root 12288 2022-12-17 21:17 ./slackware64/xfce
-rw-r--r-- 1 root root 561 2021-02-13 13:53 ./slackware64/xfce/xfce4-screensaver-4.16.0-x86_64-3.txt
-rw-r--r-- 1 root root 254900 2021-02-13 13:53 ./slackware64/xfce/xfce4-screensaver-4.16.0-x86_64-3.txz
-rw-r--r-- 1 root root 163 2021-02-13 13:53 ./slackware64/xfce/xfce4-screensaver-4.16.0-x86_64-3.txz.asc
--rw-r--r-- 1 root root 365 2022-08-12 17:40 ./slackware64/xfce/xfce4-screenshooter-1.9.11-x86_64-1.txt
--rw-r--r-- 1 root root 167644 2022-08-12 17:40 ./slackware64/xfce/xfce4-screenshooter-1.9.11-x86_64-1.txz
--rw-r--r-- 1 root root 163 2022-08-12 17:40 ./slackware64/xfce/xfce4-screenshooter-1.9.11-x86_64-1.txz.asc
+-rw-r--r-- 1 root root 365 2022-12-21 19:11 ./slackware64/xfce/xfce4-screenshooter-1.10.0-x86_64-1.txt
+-rw-r--r-- 1 root root 179948 2022-12-21 19:11 ./slackware64/xfce/xfce4-screenshooter-1.10.0-x86_64-1.txz
+-rw-r--r-- 1 root root 163 2022-12-21 19:11 ./slackware64/xfce/xfce4-screenshooter-1.10.0-x86_64-1.txz.asc
-rw-r--r-- 1 root root 449 2022-12-17 20:34 ./slackware64/xfce/xfce4-session-4.18.0-x86_64-1.txt
-rw-r--r-- 1 root root 322472 2022-12-17 20:34 ./slackware64/xfce/xfce4-session-4.18.0-x86_64-1.txz
-rw-r--r-- 1 root root 163 2022-12-17 20:34 ./slackware64/xfce/xfce4-session-4.18.0-x86_64-1.txz.asc
@@ -5594,11 +5594,11 @@ drwxr-xr-x 2 root root 4096 2021-02-15 19:33 ./slackware64/y
-rw-r--r-- 1 root root 1486956 2021-02-13 13:56 ./slackware64/y/nethack-3.6.6-x86_64-3.txz
-rw-r--r-- 1 root root 163 2021-02-13 13:56 ./slackware64/y/nethack-3.6.6-x86_64-3.txz.asc
-rw-r--r-- 1 root root 26 2020-12-30 21:55 ./slackware64/y/tagfile
-drwxr-xr-x 18 root root 4096 2022-12-20 20:45 ./source
--rw-r--r-- 1 root root 594649 2022-12-20 20:45 ./source/CHECKSUMS.md5
--rw-r--r-- 1 root root 163 2022-12-20 20:45 ./source/CHECKSUMS.md5.asc
--rw-r--r-- 1 root root 827149 2022-12-20 20:45 ./source/FILE_LIST
--rw-r--r-- 1 root root 24007277 2022-12-20 20:45 ./source/MANIFEST.bz2
+drwxr-xr-x 18 root root 4096 2022-12-22 03:48 ./source
+-rw-r--r-- 1 root root 594651 2022-12-22 03:48 ./source/CHECKSUMS.md5
+-rw-r--r-- 1 root root 163 2022-12-22 03:48 ./source/CHECKSUMS.md5.asc
+-rw-r--r-- 1 root root 827151 2022-12-22 03:48 ./source/FILE_LIST
+-rw-r--r-- 1 root root 24017218 2022-12-22 03:48 ./source/MANIFEST.bz2
-rw-r--r-- 1 root root 828 2022-02-02 04:43 ./source/README.TXT
drwxr-xr-x 123 root root 4096 2022-10-07 02:22 ./source/a
-rw-r--r-- 1 root root 234 2022-10-16 18:39 ./source/a/FTBFSlog
@@ -6552,10 +6552,10 @@ drwxr-xr-x 4 root root 4096 2021-02-13 05:31 ./source/a/sysvinit-scripts
drwxr-xr-x 2 root root 4096 2018-09-04 22:24 ./source/a/sysvinit-scripts/default
-rw-r--r-- 1 root root 160 2018-09-04 22:24 ./source/a/sysvinit-scripts/default/cpufreq
-rw-r--r-- 1 root root 367 2018-09-04 22:25 ./source/a/sysvinit-scripts/doinst.sh.gz
-drwxr-xr-x 2 root root 4096 2022-08-01 19:04 ./source/a/sysvinit-scripts/scripts
+drwxr-xr-x 2 root root 4096 2022-12-21 19:43 ./source/a/sysvinit-scripts/scripts
-rw-r--r-- 1 root root 2367 2021-04-24 18:41 ./source/a/sysvinit-scripts/scripts/inittab
-rw-r--r-- 1 root root 1649 2021-04-24 18:41 ./source/a/sysvinit-scripts/scripts/rc.4
--rw-r--r-- 1 root root 10640 2022-09-06 18:09 ./source/a/sysvinit-scripts/scripts/rc.6
+-rw-r--r-- 1 root root 11320 2022-12-21 19:52 ./source/a/sysvinit-scripts/scripts/rc.6
-rw-r--r-- 1 root root 3303 2021-04-23 18:33 ./source/a/sysvinit-scripts/scripts/rc.K
-rw-r--r-- 1 root root 13232 2022-03-29 18:44 ./source/a/sysvinit-scripts/scripts/rc.M
-rw-r--r-- 1 root root 16665 2022-08-01 19:40 ./source/a/sysvinit-scripts/scripts/rc.S
@@ -6566,7 +6566,7 @@ drwxr-xr-x 2 root root 4096 2022-08-01 19:04 ./source/a/sysvinit-scripts/
-rw-r--r-- 1 root root 691 2021-04-23 18:31 ./source/a/sysvinit-scripts/scripts/rc.modules.local
-rw-r--r-- 1 root root 1656 2021-04-23 18:31 ./source/a/sysvinit-scripts/scripts/rc.sysvinit
-rw-r--r-- 1 root root 842 2018-02-27 06:13 ./source/a/sysvinit-scripts/slack-desc
--rwxr-xr-x 1 root root 2373 2022-09-06 16:58 ./source/a/sysvinit-scripts/sysvinit-scripts.SlackBuild
+-rwxr-xr-x 1 root root 2373 2022-12-21 19:44 ./source/a/sysvinit-scripts/sysvinit-scripts.SlackBuild
-rw-r--r-- 1 root root 668 2015-08-06 22:54 ./source/a/sysvinit/doinst.sh.gz
-rw-r--r-- 1 root root 1009 2018-06-21 18:24 ./source/a/sysvinit/slack-desc
-rw-r--r-- 1 root root 215494 2022-12-16 16:53 ./source/a/sysvinit/sysvinit-3.06.tar.lz
@@ -7564,9 +7564,9 @@ drwxr-xr-x 2 root root 4096 2022-11-23 18:57 ./source/d/meson
-rwxr-xr-x 1 root root 2771 2022-11-08 20:31 ./source/d/meson/meson.SlackBuild
-rw-r--r-- 1 root root 36 2018-11-09 03:24 ./source/d/meson/meson.url
-rw-r--r-- 1 root root 895 2018-02-27 06:13 ./source/d/meson/slack-desc
-drwxr-xr-x 2 root root 4096 2021-02-13 05:31 ./source/d/nasm
--rw-r--r-- 1 root root 995732 2020-08-28 16:04 ./source/d/nasm/nasm-2.15.05.tar.xz
--rwxr-xr-x 1 root root 3182 2021-02-13 05:31 ./source/d/nasm/nasm.SlackBuild
+drwxr-xr-x 2 root root 4096 2022-12-21 19:03 ./source/d/nasm
+-rw-r--r-- 1 root root 1018716 2022-12-21 05:44 ./source/d/nasm/nasm-2.16.tar.xz
+-rwxr-xr-x 1 root root 3182 2022-12-21 19:03 ./source/d/nasm/nasm.SlackBuild
-rw-r--r-- 1 root root 791 2018-02-27 06:13 ./source/d/nasm/slack-desc
drwxr-xr-x 2 root root 4096 2022-09-06 18:27 ./source/d/ninja
-rw-r--r-- 1 root root 182686 2022-08-30 19:47 ./source/d/ninja/ninja-1.11.1.tar.lz
@@ -7594,8 +7594,8 @@ drwxr-xr-x 2 root root 4096 2022-08-24 16:55 ./source/d/pahole
-rwxr-xr-x 1 root root 3820 2022-05-23 18:28 ./source/d/pahole/pahole.SlackBuild
-rw-r--r-- 1 root root 52 2022-05-23 18:20 ./source/d/pahole/pahole.url
-rw-r--r-- 1 root root 1015 2022-05-23 18:32 ./source/d/pahole/slack-desc
-drwxr-xr-x 2 root root 4096 2022-11-23 18:59 ./source/d/parallel
--rw-r--r-- 1 root root 1919544 2022-11-22 18:09 ./source/d/parallel/parallel-20221122.tar.lz
+drwxr-xr-x 2 root root 4096 2022-12-21 19:04 ./source/d/parallel
+-rw-r--r-- 1 root root 1921031 2022-12-20 23:36 ./source/d/parallel/parallel-20221222.tar.lz
-rwxr-xr-x 1 root root 4535 2022-09-06 18:27 ./source/d/parallel/parallel.SlackBuild
-rw-r--r-- 1 root root 857 2018-04-21 03:27 ./source/d/parallel/slack-desc
drwxr-xr-x 2 root root 4096 2022-11-08 20:39 ./source/d/patchelf
@@ -11936,7 +11936,7 @@ drwxr-xr-x 4 root root 4096 2022-12-17 19:41 ./source/n/NetworkManager
-rw-r--r-- 1 root root 189 2015-01-02 05:15 ./source/n/NetworkManager/10-org.freedesktop.NetworkManager.rules
-rw-r--r-- 1 root root 6518080 2022-12-16 14:55 ./source/n/NetworkManager/NetworkManager-1.40.8.tar.xz
-rwxr-xr-x 1 root root 7100 2022-11-21 20:13 ./source/n/NetworkManager/NetworkManager.SlackBuild
--rw-r--r-- 1 root root 139 2016-04-22 03:58 ./source/n/NetworkManager/NetworkManager.conf
+-rw-r--r-- 1 root root 139 2016-04-22 03:58 ./source/n/NetworkManager/NetworkManager.conf
drwxr-xr-x 2 root root 4096 2016-03-25 04:54 ./source/n/NetworkManager/conf.d
-rw-r--r-- 1 root root 329 2021-09-17 06:12 ./source/n/NetworkManager/conf.d/00-dhcp-client.conf
-rw-r--r-- 1 root root 23 2016-03-24 19:11 ./source/n/NetworkManager/conf.d/00-rc-manager.conf
@@ -11973,13 +11973,13 @@ drwxr-xr-x 2 root root 4096 2021-02-13 05:32 ./source/n/biff+comsat
-rw-r--r-- 1 root root 729 2004-06-21 20:51 ./source/n/biff+comsat/biff+comsat.badutmp.diff.gz
-rw-r--r-- 1 root root 1222 2001-06-03 08:32 ./source/n/biff+comsat/biff+comsat.offset.diff.gz
-rw-r--r-- 1 root root 1142 2018-02-27 06:13 ./source/n/biff+comsat/slack-desc
-drwxr-xr-x 3 root root 4096 2022-11-16 17:48 ./source/n/bind
+drwxr-xr-x 3 root root 4096 2022-12-21 18:53 ./source/n/bind
-rw-r--r-- 1 root root 5120 2007-06-08 04:48 ./source/n/bind/3link.sh
--rw-r--r-- 1 root root 5281732 2022-11-16 09:59 ./source/n/bind/bind-9.18.9.tar.xz
--rw-r--r-- 1 root root 874 2022-11-16 09:59 ./source/n/bind/bind-9.18.9.tar.xz.asc
--rw-r--r-- 1 root root 874 2022-11-16 09:59 ./source/n/bind/bind-9.18.9.tar.xz.sha1.asc
--rw-r--r-- 1 root root 874 2022-11-16 09:59 ./source/n/bind/bind-9.18.9.tar.xz.sha256.asc
--rw-r--r-- 1 root root 874 2022-11-16 09:59 ./source/n/bind/bind-9.18.9.tar.xz.sha512.asc
+-rw-r--r-- 1 root root 5261572 2022-12-21 12:33 ./source/n/bind/bind-9.18.10.tar.xz
+-rw-r--r-- 1 root root 833 2022-12-21 12:33 ./source/n/bind/bind-9.18.10.tar.xz.asc
+-rw-r--r-- 1 root root 874 2022-12-21 12:33 ./source/n/bind/bind-9.18.10.tar.xz.sha1.asc
+-rw-r--r-- 1 root root 874 2022-12-21 12:33 ./source/n/bind/bind-9.18.10.tar.xz.sha256.asc
+-rw-r--r-- 1 root root 874 2022-12-21 12:33 ./source/n/bind/bind-9.18.10.tar.xz.sha512.asc
-rwxr-xr-x 1 root root 5639 2022-02-07 21:05 ./source/n/bind/bind.SlackBuild
drwxr-xr-x 2 root root 4096 2019-08-19 18:12 ./source/n/bind/caching-example
-rw-r--r-- 1 root root 195 2001-05-18 02:03 ./source/n/bind/caching-example/localhost.zone
@@ -12070,9 +12070,9 @@ drwxr-xr-x 2 root root 4096 2021-02-13 05:32 ./source/n/crda
-rw-r--r-- 1 root root 488 2019-06-03 21:45 ./source/n/crda/wireless-regdb-2019.06.03.tar.sign
-rw-r--r-- 1 root root 23176 2019-06-03 21:45 ./source/n/crda/wireless-regdb-2019.06.03.tar.xz
-rw-r--r-- 1 root root 55 2018-02-05 06:31 ./source/n/crda/wireless-regdb.url
-drwxr-xr-x 2 root root 4096 2022-10-26 17:02 ./source/n/curl
--rw-r--r-- 1 root root 2518356 2022-10-26 06:18 ./source/n/curl/curl-7.86.0.tar.xz
--rw-r--r-- 1 root root 488 2022-10-26 06:18 ./source/n/curl/curl-7.86.0.tar.xz.asc
+drwxr-xr-x 2 root root 4096 2022-12-21 18:54 ./source/n/curl
+-rw-r--r-- 1 root root 2547932 2022-12-21 07:06 ./source/n/curl/curl-7.87.0.tar.xz
+-rw-r--r-- 1 root root 488 2022-12-21 07:06 ./source/n/curl/curl-7.87.0.tar.xz.asc
-rwxr-xr-x 1 root root 4851 2022-09-01 01:44 ./source/n/curl/curl.SlackBuild
-rw-r--r-- 1 root root 30 2018-04-20 16:49 ./source/n/curl/curl.url
-rw-r--r-- 1 root root 1004 2019-02-06 21:57 ./source/n/curl/slack-desc
@@ -14857,7 +14857,7 @@ drwxr-xr-x 2 root root 4096 2016-07-03 18:05 ./source/xap/mozilla-firefox/
-rw-r--r-- 1 root root 2748 2017-12-04 21:30 ./source/xap/mozilla-firefox/mozilla-firefox.desktop
-rw-r--r-- 1 root root 15263 2022-12-15 19:50 ./source/xap/mozilla-firefox/regenerated-uniffi-toolkit-components.diff.gz
-rw-r--r-- 1 root root 1033 2020-07-07 18:08 ./source/xap/mozilla-firefox/slack-desc
-drwxr-xr-x 4 root root 4096 2022-12-14 00:47 ./source/xap/mozilla-thunderbird
+drwxr-xr-x 4 root root 4096 2022-12-21 19:06 ./source/xap/mozilla-thunderbird
-rw-r--r-- 1 root root 266 2022-08-06 19:40 ./source/xap/mozilla-thunderbird/arc4random_buf.glibc-2.36.diff.gz
drwxr-xr-x 2 root root 4096 2016-07-03 18:05 ./source/xap/mozilla-thunderbird/autoconf
-rw-r--r-- 1 root root 5869 2016-07-03 18:04 ./source/xap/mozilla-thunderbird/autoconf/autoconf-2.13-consolidated_fixes-1.patch.gz
@@ -14875,8 +14875,8 @@ drwxr-xr-x 2 root root 4096 2016-07-03 18:05 ./source/xap/mozilla-thunderb
-rw-r--r-- 1 root root 3378 2005-03-08 05:13 ./source/xap/mozilla-thunderbird/mozilla-thunderbird.desktop
-rw-r--r-- 1 root root 1130 2018-02-27 06:47 ./source/xap/mozilla-thunderbird/slack-desc
-rw-r--r-- 1 root root 330 2019-08-27 16:35 ./source/xap/mozilla-thunderbird/tb.ui.scrollToClick.diff.gz
--rw-r--r-- 1 root root 503321152 2022-12-13 14:39 ./source/xap/mozilla-thunderbird/thunderbird-102.6.0.source.tar.xz
--rw-r--r-- 1 root root 833 2022-12-13 14:39 ./source/xap/mozilla-thunderbird/thunderbird-102.6.0.source.tar.xz.asc
+-rw-r--r-- 1 root root 508826308 2022-12-20 16:07 ./source/xap/mozilla-thunderbird/thunderbird-102.6.1.source.tar.xz
+-rw-r--r-- 1 root root 833 2022-12-20 16:07 ./source/xap/mozilla-thunderbird/thunderbird-102.6.1.source.tar.xz.asc
drwxr-xr-x 2 root root 4096 2022-12-02 02:27 ./source/xap/network-manager-applet
-rw-r--r-- 1 root root 173 2021-09-10 17:57 ./source/xap/network-manager-applet/doinst.sh.gz
-rw-r--r-- 1 root root 1880076 2022-11-07 07:56 ./source/xap/network-manager-applet/network-manager-applet-1.30.0.tar.xz
@@ -15205,12 +15205,12 @@ drwxr-xr-x 2 root root 4096 2022-11-21 20:13 ./source/xfce/xfce4-screensav
-rw-r--r-- 1 root root 564272 2021-01-03 13:50 ./source/xfce/xfce4-screensaver/xfce4-screensaver-4.16.0.tar.lz
-rwxr-xr-x 1 root root 4730 2022-11-21 20:13 ./source/xfce/xfce4-screensaver/xfce4-screensaver.SlackBuild
-rw-r--r-- 1 root root 51 2021-01-08 19:20 ./source/xfce/xfce4-screensaver/xfce4-screensaver.url
-drwxr-xr-x 2 root root 4096 2022-11-21 20:13 ./source/xfce/xfce4-screenshooter
+drwxr-xr-x 2 root root 4096 2022-12-21 19:11 ./source/xfce/xfce4-screenshooter
-rw-r--r-- 1 root root 172 2011-10-26 15:38 ./source/xfce/xfce4-screenshooter/doinst.sh.gz
-rw-r--r-- 1 root root 832 2018-02-27 06:13 ./source/xfce/xfce4-screenshooter/slack-desc
--rw-r--r-- 1 root root 500237 2022-08-08 19:19 ./source/xfce/xfce4-screenshooter/xfce4-screenshooter-1.9.11.tar.lz
+-rw-r--r-- 1 root root 513099 2022-11-15 20:57 ./source/xfce/xfce4-screenshooter/xfce4-screenshooter-1.10.0.tar.lz
-rwxr-xr-x 1 root root 4395 2022-11-21 20:13 ./source/xfce/xfce4-screenshooter/xfce4-screenshooter.SlackBuild
--rw-r--r-- 1 root root 92 2022-08-12 17:39 ./source/xfce/xfce4-screenshooter/xfce4-screenshooter.url
+-rw-r--r-- 1 root root 59 2022-12-21 19:11 ./source/xfce/xfce4-screenshooter/xfce4-screenshooter.url
drwxr-xr-x 2 root root 4096 2022-12-17 20:33 ./source/xfce/xfce4-session
-rw-r--r-- 1 root root 910 2018-02-27 06:13 ./source/xfce/xfce4-session/slack-desc
-rw-r--r-- 1 root root 338 2020-12-19 05:09 ./source/xfce/xfce4-session/use-xfss-by-default-in-xfce.patch.gz
@@ -15242,7 +15242,7 @@ drwxr-xr-x 2 root root 4096 2022-08-27 16:40 ./source/xfce/xfce4-terminal
-rw-r--r-- 1 root root 52 2022-08-27 16:40 ./source/xfce/xfce4-terminal/xfce4-terminal.url
drwxr-xr-x 2 root root 4096 2022-12-17 20:50 ./source/xfce/xfce4-weather-plugin
-rw-r--r-- 1 root root 837 2018-02-27 06:13 ./source/xfce/xfce4-weather-plugin/slack-desc
--rw-r--r-- 1 root root 2769985 2021-02-11 21:22 ./source/xfce/xfce4-weather-plugin/xfce4-weather-plugin-0.11.0.tar.lz
+-rw-r--r-- 1 root root 2769985 2021-02-11 21:22 ./source/xfce/xfce4-weather-plugin/xfce4-weather-plugin-0.11.0.tar.lz
-rwxr-xr-x 1 root root 3721 2022-12-17 20:50 ./source/xfce/xfce4-weather-plugin/xfce4-weather-plugin.SlackBuild
-rw-r--r-- 1 root root 65 2018-09-22 21:37 ./source/xfce/xfce4-weather-plugin/xfce4-weather-plugin.url
drwxr-xr-x 2 root root 4096 2021-11-15 19:35 ./source/xfce/xfce4-whiskermenu-plugin
diff --git a/source/a/sysvinit-scripts/scripts/rc.6 b/source/a/sysvinit-scripts/scripts/rc.6
index d63a77bf3..47cf292ff 100644
--- a/source/a/sysvinit-scripts/scripts/rc.6
+++ b/source/a/sysvinit-scripts/scripts/rc.6
@@ -179,6 +179,21 @@ if /bin/ls /etc/dhcpc/*.pid 1> /dev/null 2> /dev/null ; then
sleep 2
fi
+# If there is a firewall_shutdown script, run it. Most firewall setups
+# will not need to be formally shut down, but in case yours needs that
+# (perhaps to do some shutdown-time cleanup or to save the state), then
+# create an /etc/rc.d/rc.firewall_shutdown script to do these things.
+# If your rc.firewall script supports a "stop" parameter, you might only
+# need this in your rc.firewall_shutdown script:
+#
+# /etc/rc.d/rc.firewall stop
+#
+# Or in that case you could also just make rc.firewall_shutdown a symlink
+# to the rc.firewall script, since we also provide the stop parameter here.
+if [ -x /etc/rc.d/rc.firewall_shutdown ]; then
+ /etc/rc.d/rc.firewall_shutdown stop
+fi
+
# Shut down PCMCIA devices:
if [ -x /etc/rc.d/rc.pcmcia -a -z "$container" ]; then
/etc/rc.d/rc.pcmcia stop
diff --git a/source/a/sysvinit-scripts/sysvinit-scripts.SlackBuild b/source/a/sysvinit-scripts/sysvinit-scripts.SlackBuild
index d81fb3019..289227e5c 100755
--- a/source/a/sysvinit-scripts/sysvinit-scripts.SlackBuild
+++ b/source/a/sysvinit-scripts/sysvinit-scripts.SlackBuild
@@ -25,7 +25,7 @@ cd $(dirname $0) ; CWD=$(pwd)
PKGNAM=sysvinit-scripts
VERSION=${VERSION:-15.1}
ARCH=noarch
-BUILD=${BUILD:-2}
+BUILD=${BUILD:-3}
# If the variable PRINT_PACKAGE_NAME is set, then this script will report what
# the name of the created package would be, and then exit. This information
diff --git a/source/d/nasm/nasm.SlackBuild b/source/d/nasm/nasm.SlackBuild
index 633b7ade4..7767aea4a 100755
--- a/source/d/nasm/nasm.SlackBuild
+++ b/source/d/nasm/nasm.SlackBuild
@@ -24,7 +24,7 @@ cd $(dirname $0) ; CWD=$(pwd)
PKGNAM=nasm
VERSION=${VERSION:-$(echo $PKGNAM-*.tar.?z* | rev | cut -f 3- -d . | cut -f 1 -d - | rev)}
-BUILD=${BUILD:-3}
+BUILD=${BUILD:-1}
# Automatically determine the architecture we're building on:
if [ -z "$ARCH" ]; then
diff --git a/source/xfce/xfce4-screenshooter/xfce4-screenshooter.url b/source/xfce/xfce4-screenshooter/xfce4-screenshooter.url
index 4f9f8c9c9..70701cfa2 100644
--- a/source/xfce/xfce4-screenshooter/xfce4-screenshooter.url
+++ b/source/xfce/xfce4-screenshooter/xfce4-screenshooter.url
@@ -1 +1 @@
-http://archive.xfce.org/src/apps/xfce4-screenshooter/1.9/xfce4-screenshooter-1.9.11.tar.bz2
+http://archive.xfce.org/src/apps/xfce4-screenshooter/1.10/