summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author Patrick J Volkerding <volkerdi@slackware.com>2022-12-20 20:40:18 +0000
committer Eric Hameleers <alien@slackware.com>2022-12-20 22:34:22 +0100
commita1d6f79ce8795d190466bd6e4cc3c191df8741e9 (patch)
tree27389af065425da0b60d20a760ccde265489ebc7
parent4f53dfead2169d2c8e9d22b1cdb5ed71083fb9b4 (diff)
downloadcurrent-a1d6f79ce8795d190466bd6e4cc3c191df8741e9.tar.gz
current-a1d6f79ce8795d190466bd6e4cc3c191df8741e9.tar.xz
Tue Dec 20 20:40:18 UTC 202220221220204018
d/p2c-2.02-x86_64-1.txz: Upgraded. kde/dolphin-22.12.0-x86_64-2.txz: Rebuilt. [PATCH] Revert "portalize drag urls" Thanks to marav. l/gst-plugins-bad-free-1.20.5-x86_64-1.txz: Upgraded. l/gst-plugins-base-1.20.5-x86_64-1.txz: Upgraded. l/gst-plugins-good-1.20.5-x86_64-1.txz: Upgraded. l/gst-plugins-libav-1.20.5-x86_64-1.txz: Upgraded. l/gstreamer-1.20.5-x86_64-1.txz: Upgraded. l/libqalculate-4.5.0-x86_64-1.txz: Upgraded. l/libvncserver-0.9.14-x86_64-1.txz: Upgraded. l/sdl-1.2.15-x86_64-14.txz: Rebuilt. This update fixes a heap overflow problem in video/SDL_pixels.c in SDL. By crafting a malicious .BMP file, an attacker can cause the application using this library to crash, denial of service, or code execution. Thanks to marav for the heads-up. For more information, see: https://www.cve.org/CVERecord?id=CVE-2021-33657 (* Security fix *) n/gnupg2-2.2.41-x86_64-1.txz: Upgraded. n/libksba-1.6.3-x86_64-1.txz: Upgraded. Fix another integer overflow in the CRL's signature parser. (* Security fix *) x/libSM-1.2.4-x86_64-1.txz: Upgraded. x/xcb-util-0.4.1-x86_64-1.txz: Upgraded. x/xdriinfo-1.0.7-x86_64-1.txz: Upgraded.
-rw-r--r--ChangeLog.rss40
-rw-r--r--ChangeLog.txt28
-rw-r--r--FILELIST.TXT232
-rwxr-xr-xrecompress.sh1
-rwxr-xr-xsource/d/p2c/p2c.SlackBuild9
-rw-r--r--source/d/p2c/p2c.url2
-rw-r--r--source/kde/kde/build/dolphin2
-rw-r--r--source/kde/kde/patch/dolphin.patch2
-rw-r--r--source/kde/kde/patch/dolphin/c8aed8ac.patch94
-rwxr-xr-xsource/l/gst-plugins-bad-free/fetch-sources.sh4
-rwxr-xr-xsource/l/gst-plugins-good/gst-plugins-good.SlackBuild2
-rwxr-xr-xsource/l/libqalculate/libqalculate.SlackBuild2
-rwxr-xr-xsource/l/libvncserver/libvncserver.SlackBuild7
-rw-r--r--source/l/sdl/CVE-2021-33657.patch35
-rwxr-xr-xsource/l/sdl/sdl.SlackBuild5
-rw-r--r--source/x/x11/build/libSM2
-rw-r--r--source/x/x11/build/xcb-util2
-rw-r--r--source/x/x11/build/xdriinfo2
18 files changed, 335 insertions, 136 deletions
diff --git a/ChangeLog.rss b/ChangeLog.rss
index 6c726fcc4..9ade411cc 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>Mon, 19 Dec 2022 21:18:22 GMT</pubDate>
- <lastBuildDate>Mon, 19 Dec 2022 22:42:47 GMT</lastBuildDate>
+ <pubDate>Tue, 20 Dec 2022 20:40:18 GMT</pubDate>
+ <lastBuildDate>Tue, 20 Dec 2022 21:34:16 GMT</lastBuildDate>
<generator>maintain_current_git.sh v 1.17</generator>
<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>
+ <guid isPermaLink="false">20221220204018</guid>
+ <description>
+ <![CDATA[<pre>
+d/p2c-2.02-x86_64-1.txz: Upgraded.
+kde/dolphin-22.12.0-x86_64-2.txz: Rebuilt.
+ [PATCH] Revert "portalize drag urls"
+ Thanks to marav.
+l/gst-plugins-bad-free-1.20.5-x86_64-1.txz: Upgraded.
+l/gst-plugins-base-1.20.5-x86_64-1.txz: Upgraded.
+l/gst-plugins-good-1.20.5-x86_64-1.txz: Upgraded.
+l/gst-plugins-libav-1.20.5-x86_64-1.txz: Upgraded.
+l/gstreamer-1.20.5-x86_64-1.txz: Upgraded.
+l/libqalculate-4.5.0-x86_64-1.txz: Upgraded.
+l/libvncserver-0.9.14-x86_64-1.txz: Upgraded.
+l/sdl-1.2.15-x86_64-14.txz: Rebuilt.
+ This update fixes a heap overflow problem in video/SDL_pixels.c in SDL.
+ By crafting a malicious .BMP file, an attacker can cause the application
+ using this library to crash, denial of service, or code execution.
+ Thanks to marav for the heads-up.
+ For more information, see:
+ https://www.cve.org/CVERecord?id=CVE-2021-33657
+ (* Security fix *)
+n/gnupg2-2.2.41-x86_64-1.txz: Upgraded.
+n/libksba-1.6.3-x86_64-1.txz: Upgraded.
+ Fix another integer overflow in the CRL's signature parser.
+ (* Security fix *)
+x/libSM-1.2.4-x86_64-1.txz: Upgraded.
+x/xcb-util-0.4.1-x86_64-1.txz: Upgraded.
+x/xdriinfo-1.0.7-x86_64-1.txz: Upgraded.
+ </pre>]]>
+ </description>
+ </item>
+ <item>
<title>Mon, 19 Dec 2022 21:18:22 GMT</title>
<pubDate>Mon, 19 Dec 2022 21:18:22 GMT</pubDate>
<link>https://git.slackware.nl/current/tag/?h=20221219211822</link>
diff --git a/ChangeLog.txt b/ChangeLog.txt
index 9014035ad..6f0ca89fa 100644
--- a/ChangeLog.txt
+++ b/ChangeLog.txt
@@ -1,3 +1,31 @@
+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.
+ [PATCH] Revert "portalize drag urls"
+ Thanks to marav.
+l/gst-plugins-bad-free-1.20.5-x86_64-1.txz: Upgraded.
+l/gst-plugins-base-1.20.5-x86_64-1.txz: Upgraded.
+l/gst-plugins-good-1.20.5-x86_64-1.txz: Upgraded.
+l/gst-plugins-libav-1.20.5-x86_64-1.txz: Upgraded.
+l/gstreamer-1.20.5-x86_64-1.txz: Upgraded.
+l/libqalculate-4.5.0-x86_64-1.txz: Upgraded.
+l/libvncserver-0.9.14-x86_64-1.txz: Upgraded.
+l/sdl-1.2.15-x86_64-14.txz: Rebuilt.
+ This update fixes a heap overflow problem in video/SDL_pixels.c in SDL.
+ By crafting a malicious .BMP file, an attacker can cause the application
+ using this library to crash, denial of service, or code execution.
+ Thanks to marav for the heads-up.
+ For more information, see:
+ https://www.cve.org/CVERecord?id=CVE-2021-33657
+ (* Security fix *)
+n/gnupg2-2.2.41-x86_64-1.txz: Upgraded.
+n/libksba-1.6.3-x86_64-1.txz: Upgraded.
+ Fix another integer overflow in the CRL's signature parser.
+ (* Security fix *)
+x/libSM-1.2.4-x86_64-1.txz: Upgraded.
+x/xcb-util-0.4.1-x86_64-1.txz: Upgraded.
+x/xdriinfo-1.0.7-x86_64-1.txz: Upgraded.
++--------------------------+
Mon Dec 19 21:18:22 UTC 2022
a/logrotate-3.21.0-x86_64-1.txz: Upgraded.
kde/gwenview-22.12.0-x86_64-2.txz: Rebuilt.
diff --git a/FILELIST.TXT b/FILELIST.TXT
index 09843af69..0e71f8b05 100644
--- a/FILELIST.TXT
+++ b/FILELIST.TXT
@@ -1,20 +1,20 @@
-Mon Dec 19 21:23:13 UTC 2022
+Tue Dec 20 20:45:17 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-19 21:18 .
+drwxr-xr-x 12 root root 4096 2022-12-20 20: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 1106406 2022-12-18 21:02 ./CHECKSUMS.md5
--rw-r--r-- 1 root root 163 2022-12-18 21:02 ./CHECKSUMS.md5.asc
+-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 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 433693 2022-12-19 21:18 ./ChangeLog.txt
+-rw-r--r-- 1 root root 434917 2022-12-20 20: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 1440507 2022-12-18 21:01 ./FILELIST.TXT
+-rw-r--r-- 1 root root 1441168 2022-12-19 21:23 ./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-19 21:22 ./PACKAGES.TXT
+-rw-r--r-- 1 root root 861668 2022-12-20 20:44 ./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,11 +746,11 @@ 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-19 21:22 ./slackware64
--rw-r--r-- 1 root root 336301 2022-12-19 21:22 ./slackware64/CHECKSUMS.md5
--rw-r--r-- 1 root root 163 2022-12-19 21:22 ./slackware64/CHECKSUMS.md5.asc
--rw-r--r-- 1 root root 417074 2022-12-19 21:21 ./slackware64/FILE_LIST
--rw-r--r-- 1 root root 4295977 2022-12-19 21:22 ./slackware64/MANIFEST.bz2
+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
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
-rw-r--r-- 1 root root 327 2022-02-15 18:16 ./slackware64/a/aaa_base-15.1-x86_64-2.txt
@@ -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-16 04:49 ./slackware64/d
+drwxr-xr-x 2 root root 20480 2022-12-20 20:44 ./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
@@ -1537,9 +1537,9 @@ drwxr-xr-x 2 root root 20480 2022-12-16 04:49 ./slackware64/d
-rw-r--r-- 1 root root 546 2022-08-10 01:48 ./slackware64/d/oprofile-1.4.0-x86_64-10.txt
-rw-r--r-- 1 root root 858564 2022-08-10 01:48 ./slackware64/d/oprofile-1.4.0-x86_64-10.txz
-rw-r--r-- 1 root root 163 2022-08-10 01:48 ./slackware64/d/oprofile-1.4.0-x86_64-10.txz.asc
--rw-r--r-- 1 root root 543 2021-02-13 10:40 ./slackware64/d/p2c-2.01-x86_64-3.txt
--rw-r--r-- 1 root root 306912 2021-02-13 10:40 ./slackware64/d/p2c-2.01-x86_64-3.txz
--rw-r--r-- 1 root root 163 2021-02-13 10:40 ./slackware64/d/p2c-2.01-x86_64-3.txz.asc
+-rw-r--r-- 1 root root 543 2022-12-20 19:52 ./slackware64/d/p2c-2.02-x86_64-1.txt
+-rw-r--r-- 1 root root 310108 2022-12-20 19:52 ./slackware64/d/p2c-2.02-x86_64-1.txz
+-rw-r--r-- 1 root root 163 2022-12-20 19:52 ./slackware64/d/p2c-2.02-x86_64-1.txz.asc
-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
@@ -1649,7 +1649,7 @@ drwxr-xr-x 2 root root 4096 2022-10-24 19:00 ./slackware64/k
-rw-r--r-- 1 root root 1171 2022-10-24 18:47 ./slackware64/k/maketag
-rw-r--r-- 1 root root 1171 2022-10-24 18:47 ./slackware64/k/maketag.ez
-rw-r--r-- 1 root root 18 2022-10-24 18:47 ./slackware64/k/tagfile
-drwxr-xr-x 2 root root 86016 2022-12-19 21:21 ./slackware64/kde
+drwxr-xr-x 2 root root 86016 2022-12-20 20:44 ./slackware64/kde
-rw-r--r-- 1 root root 382 2022-12-08 19:17 ./slackware64/kde/akonadi-22.12.0-x86_64-1.txt
-rw-r--r-- 1 root root 2566648 2022-12-08 19:17 ./slackware64/kde/akonadi-22.12.0-x86_64-1.txz
-rw-r--r-- 1 root root 163 2022-12-08 19:17 ./slackware64/kde/akonadi-22.12.0-x86_64-1.txz.asc
@@ -1749,9 +1749,9 @@ drwxr-xr-x 2 root root 86016 2022-12-19 21:21 ./slackware64/kde
-rw-r--r-- 1 root root 537 2022-12-04 19:53 ./slackware64/kde/digikam-7.9.0-x86_64-1.txt
-rw-r--r-- 1 root root 20192052 2022-12-04 19:53 ./slackware64/kde/digikam-7.9.0-x86_64-1.txz
-rw-r--r-- 1 root root 163 2022-12-04 19:53 ./slackware64/kde/digikam-7.9.0-x86_64-1.txz.asc
--rw-r--r-- 1 root root 338 2022-12-08 19:47 ./slackware64/kde/dolphin-22.12.0-x86_64-1.txt
--rw-r--r-- 1 root root 4360592 2022-12-08 19:47 ./slackware64/kde/dolphin-22.12.0-x86_64-1.txz
--rw-r--r-- 1 root root 163 2022-12-08 19:47 ./slackware64/kde/dolphin-22.12.0-x86_64-1.txz.asc
+-rw-r--r-- 1 root root 338 2022-12-20 20:06 ./slackware64/kde/dolphin-22.12.0-x86_64-2.txt
+-rw-r--r-- 1 root root 4363532 2022-12-20 20:06 ./slackware64/kde/dolphin-22.12.0-x86_64-2.txz
+-rw-r--r-- 1 root root 163 2022-12-20 20:06 ./slackware64/kde/dolphin-22.12.0-x86_64-2.txz.asc
-rw-r--r-- 1 root root 325 2022-12-08 19:49 ./slackware64/kde/dolphin-plugins-22.12.0-x86_64-1.txt
-rw-r--r-- 1 root root 364568 2022-12-08 19:49 ./slackware64/kde/dolphin-plugins-22.12.0-x86_64-1.txz
-rw-r--r-- 1 root root 163 2022-12-08 19:49 ./slackware64/kde/dolphin-plugins-22.12.0-x86_64-1.txz.asc
@@ -2774,7 +2774,7 @@ drwxr-xr-x 2 root root 86016 2022-12-19 21:21 ./slackware64/kde
-rw-r--r-- 1 root root 517 2022-12-08 20:47 ./slackware64/kde/zanshin-22.12.0-x86_64-1.txt
-rw-r--r-- 1 root root 682872 2022-12-08 20:47 ./slackware64/kde/zanshin-22.12.0-x86_64-1.txz
-rw-r--r-- 1 root root 163 2022-12-08 20:47 ./slackware64/kde/zanshin-22.12.0-x86_64-1.txz.asc
-drwxr-xr-x 2 root root 86016 2022-12-19 21:21 ./slackware64/l
+drwxr-xr-x 2 root root 86016 2022-12-20 20:44 ./slackware64/l
-rw-r--r-- 1 root root 329 2022-03-06 20:00 ./slackware64/l/GConf-3.2.6-x86_64-8.txt
-rw-r--r-- 1 root root 928144 2022-03-06 20:00 ./slackware64/l/GConf-3.2.6-x86_64-8.txz
-rw-r--r-- 1 root root 163 2022-03-06 20:00 ./slackware64/l/GConf-3.2.6-x86_64-8.txz.asc
@@ -3075,21 +3075,21 @@ drwxr-xr-x 2 root root 86016 2022-12-19 21:21 ./slackware64/l
-rw-r--r-- 1 root root 414 2022-05-18 18:21 ./slackware64/l/gsl-2.7.1-x86_64-1.txt
-rw-r--r-- 1 root root 1603776 2022-05-18 18:21 ./slackware64/l/gsl-2.7.1-x86_64-1.txz
-rw-r--r-- 1 root root 163 2022-05-18 18:21 ./slackware64/l/gsl-2.7.1-x86_64-1.txz.asc
--rw-r--r-- 1 root root 689 2022-10-13 17:23 ./slackware64/l/gst-plugins-bad-free-1.20.4-x86_64-1.txt
--rw-r--r-- 1 root root 2961456 2022-10-13 17:23 ./slackware64/l/gst-plugins-bad-free-1.20.4-x86_64-1.txz
--rw-r--r-- 1 root root 163 2022-10-13 17:23 ./slackware64/l/gst-plugins-bad-free-1.20.4-x86_64-1.txz.asc
--rw-r--r-- 1 root root 607 2022-10-13 17:24 ./slackware64/l/gst-plugins-base-1.20.4-x86_64-1.txt
--rw-r--r-- 1 root root 2385740 2022-10-13 17:24 ./slackware64/l/gst-plugins-base-1.20.4-x86_64-1.txz
--rw-r--r-- 1 root root 163 2022-10-13 17:24 ./slackware64/l/gst-plugins-base-1.20.4-x86_64-1.txz.asc
--rw-r--r-- 1 root root 444 2022-11-19 19:12 ./slackware64/l/gst-plugins-good-1.20.4-x86_64-2.txt
--rw-r--r-- 1 root root 1953932 2022-11-19 19:12 ./slackware64/l/gst-plugins-good-1.20.4-x86_64-2.txz
--rw-r--r-- 1 root root 163 2022-11-19 19:12 ./slackware64/l/gst-plugins-good-1.20.4-x86_64-2.txz.asc
--rw-r--r-- 1 root root 472 2022-10-13 17:25 ./slackware64/l/gst-plugins-libav-1.20.4-x86_64-1.txt
--rw-r--r-- 1 root root 143240 2022-10-13 17:25 ./slackware64/l/gst-plugins-libav-1.20.4-x86_64-1.txz
--rw-r--r-- 1 root root 163 2022-10-13 17:25 ./slackware64/l/gst-plugins-libav-1.20.4-x86_64-1.txz.asc
--rw-r--r-- 1 root root 602 2022-10-13 17:24 ./slackware64/l/gstreamer-1.20.4-x86_64-1.txt
--rw-r--r-- 1 root root 1760284 2022-10-13 17:24 ./slackware64/l/gstreamer-1.20.4-x86_64-1.txz
--rw-r--r-- 1 root root 163 2022-10-13 17:24 ./slackware64/l/gstreamer-1.20.4-x86_64-1.txz.asc
+-rw-r--r-- 1 root root 689 2022-12-20 03:01 ./slackware64/l/gst-plugins-bad-free-1.20.5-x86_64-1.txt
+-rw-r--r-- 1 root root 2967428 2022-12-20 03:01 ./slackware64/l/gst-plugins-bad-free-1.20.5-x86_64-1.txz
+-rw-r--r-- 1 root root 163 2022-12-20 03:01 ./slackware64/l/gst-plugins-bad-free-1.20.5-x86_64-1.txz.asc
+-rw-r--r-- 1 root root 607 2022-12-20 02:58 ./slackware64/l/gst-plugins-base-1.20.5-x86_64-1.txt
+-rw-r--r-- 1 root root 2395820 2022-12-20 02:58 ./slackware64/l/gst-plugins-base-1.20.5-x86_64-1.txz
+-rw-r--r-- 1 root root 163 2022-12-20 02:58 ./slackware64/l/gst-plugins-base-1.20.5-x86_64-1.txz.asc
+-rw-r--r-- 1 root root 444 2022-12-20 02:59 ./slackware64/l/gst-plugins-good-1.20.5-x86_64-1.txt
+-rw-r--r-- 1 root root 1961624 2022-12-20 02:59 ./slackware64/l/gst-plugins-good-1.20.5-x86_64-1.txz
+-rw-r--r-- 1 root root 163 2022-12-20 02:59 ./slackware64/l/gst-plugins-good-1.20.5-x86_64-1.txz.asc
+-rw-r--r-- 1 root root 472 2022-12-20 03:02 ./slackware64/l/gst-plugins-libav-1.20.5-x86_64-1.txt
+-rw-r--r-- 1 root root 146132 2022-12-20 03:02 ./slackware64/l/gst-plugins-libav-1.20.5-x86_64-1.txz
+-rw-r--r-- 1 root root 163 2022-12-20 03:02 ./slackware64/l/gst-plugins-libav-1.20.5-x86_64-1.txz.asc
+-rw-r--r-- 1 root root 602 2022-12-20 02:57 ./slackware64/l/gstreamer-1.20.5-x86_64-1.txt
+-rw-r--r-- 1 root root 1763828 2022-12-20 02:57 ./slackware64/l/gstreamer-1.20.5-x86_64-1.txz
+-rw-r--r-- 1 root root 163 2022-12-20 02:57 ./slackware64/l/gstreamer-1.20.5-x86_64-1.txz.asc
-rw-r--r-- 1 root root 351 2021-02-13 06:41 ./slackware64/l/gtk+-1.2.10-x86_64-9.txt
-rw-r--r-- 1 root root 810820 2021-02-13 06:41 ./slackware64/l/gtk+-1.2.10-x86_64-9.txz
-rw-r--r-- 1 root root 163 2021-02-13 06:41 ./slackware64/l/gtk+-1.2.10-x86_64-9.txz.asc
@@ -3401,9 +3401,9 @@ drwxr-xr-x 2 root root 86016 2022-12-19 21:21 ./slackware64/l
-rw-r--r-- 1 root root 600 2022-10-19 18:17 ./slackware64/l/libpsl-0.21.1-x86_64-5.txt
-rw-r--r-- 1 root root 144124 2022-10-19 18:17 ./slackware64/l/libpsl-0.21.1-x86_64-5.txz
-rw-r--r-- 1 root root 163 2022-10-19 18:17 ./slackware64/l/libpsl-0.21.1-x86_64-5.txz.asc
--rw-r--r-- 1 root root 515 2022-10-26 20:00 ./slackware64/l/libqalculate-4.4.0-x86_64-2.txt
--rw-r--r-- 1 root root 2417948 2022-10-26 20:00 ./slackware64/l/libqalculate-4.4.0-x86_64-2.txz
--rw-r--r-- 1 root root 163 2022-10-26 20:00 ./slackware64/l/libqalculate-4.4.0-x86_64-2.txz.asc
+-rw-r--r-- 1 root root 515 2022-12-20 04:24 ./slackware64/l/libqalculate-4.5.0-x86_64-1.txt
+-rw-r--r-- 1 root root 2420316 2022-12-20 04:24 ./slackware64/l/libqalculate-4.5.0-x86_64-1.txz
+-rw-r--r-- 1 root root 163 2022-12-20 04:24 ./slackware64/l/libqalculate-4.5.0-x86_64-1.txz.asc
-rw-r--r-- 1 root root 350 2021-02-13 07:11 ./slackware64/l/libraw1394-2.1.2-x86_64-4.txt
-rw-r--r-- 1 root root 70100 2021-02-13 07:11 ./slackware64/l/libraw1394-2.1.2-x86_64-4.txz
-rw-r--r-- 1 root root 163 2021-02-13 07:11 ./slackware64/l/libraw1394-2.1.2-x86_64-4.txz.asc
@@ -3494,9 +3494,9 @@ drwxr-xr-x 2 root root 86016 2022-12-19 21:21 ./slackware64/l
-rw-r--r-- 1 root root 719 2021-02-13 07:16 ./slackware64/l/libvisual-plugins-0.4.0-x86_64-7.txt
-rw-r--r-- 1 root root 99220 2021-02-13 07:16 ./slackware64/l/libvisual-plugins-0.4.0-x86_64-7.txz
-rw-r--r-- 1 root root 163 2021-02-13 07:16 ./slackware64/l/libvisual-plugins-0.4.0-x86_64-7.txz.asc
--rw-r--r-- 1 root root 362 2022-10-09 17:49 ./slackware64/l/libvncserver-0.9.13-x86_64-4.txt
--rw-r--r-- 1 root root 242116 2022-10-09 17:49 ./slackware64/l/libvncserver-0.9.13-x86_64-4.txz
--rw-r--r-- 1 root root 163 2022-10-09 17:49 ./slackware64/l/libvncserver-0.9.13-x86_64-4.txz.asc
+-rw-r--r-- 1 root root 362 2022-12-20 19:38 ./slackware64/l/libvncserver-0.9.14-x86_64-1.txt
+-rw-r--r-- 1 root root 254884 2022-12-20 19:38 ./slackware64/l/libvncserver-0.9.14-x86_64-1.txz
+-rw-r--r-- 1 root root 163 2022-12-20 19:38 ./slackware64/l/libvncserver-0.9.14-x86_64-1.txz.asc
-rw-r--r-- 1 root root 558 2021-02-13 07:17 ./slackware64/l/libvorbis-1.3.7-x86_64-3.txt
-rw-r--r-- 1 root root 282468 2021-02-13 07:17 ./slackware64/l/libvorbis-1.3.7-x86_64-3.txz
-rw-r--r-- 1 root root 163 2021-02-13 07:17 ./slackware64/l/libvorbis-1.3.7-x86_64-3.txz.asc
@@ -3841,9 +3841,9 @@ drwxr-xr-x 2 root root 86016 2022-12-19 21:21 ./slackware64/l
-rw-r--r-- 1 root root 414 2021-02-13 08:57 ./slackware64/l/sbc-1.5-x86_64-3.txt
-rw-r--r-- 1 root root 49936 2021-02-13 08:57 ./slackware64/l/sbc-1.5-x86_64-3.txz
-rw-r--r-- 1 root root 163 2021-02-13 08:57 ./slackware64/l/sbc-1.5-x86_64-3.txz.asc
--rw-r--r-- 1 root root 480 2022-11-19 19:11 ./slackware64/l/sdl-1.2.15-x86_64-13.txt
--rw-r--r-- 1 root root 739392 2022-11-19 19:11 ./slackware64/l/sdl-1.2.15-x86_64-13.txz
--rw-r--r-- 1 root root 163 2022-11-19 19:11 ./slackware64/l/sdl-1.2.15-x86_64-13.txz.asc
+-rw-r--r-- 1 root root 480 2022-12-20 20:11 ./slackware64/l/sdl-1.2.15-x86_64-14.txt
+-rw-r--r-- 1 root root 739452 2022-12-20 20:11 ./slackware64/l/sdl-1.2.15-x86_64-14.txz
+-rw-r--r-- 1 root root 163 2022-12-20 20:11 ./slackware64/l/sdl-1.2.15-x86_64-14.txz.asc
-rw-r--r-- 1 root root 484 2022-03-06 20:09 ./slackware64/l/serf-1.3.9-x86_64-7.txt
-rw-r--r-- 1 root root 64656 2022-03-06 20:09 ./slackware64/l/serf-1.3.9-x86_64-7.txz
-rw-r--r-- 1 root root 163 2022-03-06 20:09 ./slackware64/l/serf-1.3.9-x86_64-7.txz.asc
@@ -3947,7 +3947,7 @@ drwxr-xr-x 2 root root 86016 2022-12-19 21:21 ./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-17 21:17 ./slackware64/n
+drwxr-xr-x 2 root root 36864 2022-12-20 20:44 ./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
@@ -4041,9 +4041,9 @@ drwxr-xr-x 2 root root 36864 2022-12-17 21:17 ./slackware64/n
-rw-r--r-- 1 root root 369 2022-03-06 20:02 ./slackware64/n/gnupg-1.4.23-x86_64-5.txt
-rw-r--r-- 1 root root 1171056 2022-03-06 20:02 ./slackware64/n/gnupg-1.4.23-x86_64-5.txz
-rw-r--r-- 1 root root 163 2022-03-06 20:02 ./slackware64/n/gnupg-1.4.23-x86_64-5.txz.asc
--rw-r--r-- 1 root root 598 2022-10-15 03:49 ./slackware64/n/gnupg2-2.2.40-x86_64-1.txt
--rw-r--r-- 1 root root 2384676 2022-10-15 03:49 ./slackware64/n/gnupg2-2.2.40-x86_64-1.txz
--rw-r--r-- 1 root root 163 2022-10-15 03:49 ./slackware64/n/gnupg2-2.2.40-x86_64-1.txz.asc
+-rw-r--r-- 1 root root 598 2022-12-20 19:17 ./slackware64/n/gnupg2-2.2.41-x86_64-1.txt
+-rw-r--r-- 1 root root 2397940 2022-12-20 19:17 ./slackware64/n/gnupg2-2.2.41-x86_64-1.txz
+-rw-r--r-- 1 root root 163 2022-12-20 19:17 ./slackware64/n/gnupg2-2.2.41-x86_64-1.txz.asc
-rw-r--r-- 1 root root 492 2022-10-19 18:15 ./slackware64/n/gnutls-3.7.8-x86_64-2.txt
-rw-r--r-- 1 root root 2852624 2022-10-19 18:15 ./slackware64/n/gnutls-3.7.8-x86_64-2.txz
-rw-r--r-- 1 root root 163 2022-10-19 18:15 ./slackware64/n/gnutls-3.7.8-x86_64-2.txz.asc
@@ -4112,9 +4112,9 @@ drwxr-xr-x 2 root root 36864 2022-12-17 21:17 ./slackware64/n
-rw-r--r-- 1 root root 392 2022-10-09 20:02 ./slackware64/n/libgpg-error-1.46-x86_64-2.txt
-rw-r--r-- 1 root root 251440 2022-10-09 20:02 ./slackware64/n/libgpg-error-1.46-x86_64-2.txz
-rw-r--r-- 1 root root 163 2022-10-09 20:02 ./slackware64/n/libgpg-error-1.46-x86_64-2.txz.asc
--rw-r--r-- 1 root root 332 2022-10-08 18:27 ./slackware64/n/libksba-1.6.2-x86_64-1.txt
--rw-r--r-- 1 root root 169600 2022-10-08 18:27 ./slackware64/n/libksba-1.6.2-x86_64-1.txz
--rw-r--r-- 1 root root 163 2022-10-08 18:27 ./slackware64/n/libksba-1.6.2-x86_64-1.txz.asc
+-rw-r--r-- 1 root root 332 2022-12-20 19:20 ./slackware64/n/libksba-1.6.3-x86_64-1.txt
+-rw-r--r-- 1 root root 170176 2022-12-20 19:20 ./slackware64/n/libksba-1.6.3-x86_64-1.txz
+-rw-r--r-- 1 root root 163 2022-12-20 19:20 ./slackware64/n/libksba-1.6.3-x86_64-1.txz.asc
-rw-r--r-- 1 root root 341 2022-11-28 19:04 ./slackware64/n/libmbim-1.28.2-x86_64-1.txt
-rw-r--r-- 1 root root 382408 2022-11-28 19:04 ./slackware64/n/libmbim-1.28.2-x86_64-1.txz
-rw-r--r-- 1 root root 163 2022-11-28 19:04 ./slackware64/n/libmbim-1.28.2-x86_64-1.txz.asc
@@ -4454,7 +4454,7 @@ drwxr-xr-x 2 root root 4096 2022-11-23 19:54 ./slackware64/tcl
-rw-r--r-- 1 root root 227 2022-11-23 19:07 ./slackware64/tcl/tk-8.6.13-x86_64-1.txt
-rw-r--r-- 1 root root 1802760 2022-11-23 19:07 ./slackware64/tcl/tk-8.6.13-x86_64-1.txz
-rw-r--r-- 1 root root 163 2022-11-23 19:07 ./slackware64/tcl/tk-8.6.13-x86_64-1.txz.asc
-drwxr-xr-x 2 root root 65536 2022-12-19 21:21 ./slackware64/x
+drwxr-xr-x 2 root root 65536 2022-12-20 20:44 ./slackware64/x
-rw-r--r-- 1 root root 440 2022-12-09 18:23 ./slackware64/x/OpenCC-1.1.6-x86_64-1.txt
-rw-r--r-- 1 root root 677084 2022-12-09 18:23 ./slackware64/x/OpenCC-1.1.6-x86_64-1.txz
-rw-r--r-- 1 root root 163 2022-12-09 18:23 ./slackware64/x/OpenCC-1.1.6-x86_64-1.txz.asc
@@ -4715,9 +4715,9 @@ drwxr-xr-x 2 root root 65536 2022-12-19 21:21 ./slackware64/x
-rw-r--r-- 1 root root 304 2022-12-08 18:13 ./slackware64/x/libICE-1.1.1-x86_64-1.txt
-rw-r--r-- 1 root root 122284 2022-12-08 18:13 ./slackware64/x/libICE-1.1.1-x86_64-1.txz
-rw-r--r-- 1 root root 163 2022-12-08 18:13 ./slackware64/x/libICE-1.1.1-x86_64-1.txz.asc
--rw-r--r-- 1 root root 288 2021-02-13 13:05 ./slackware64/x/libSM-1.2.3-x86_64-3.txt
--rw-r--r-- 1 root root 76428 2021-02-13 13:05 ./slackware64/x/libSM-1.2.3-x86_64-3.txz
--rw-r--r-- 1 root root 163 2021-02-13 13:05 ./slackware64/x/libSM-1.2.3-x86_64-3.txz.asc
+-rw-r--r-- 1 root root 288 2022-12-20 04:27 ./slackware64/x/libSM-1.2.4-x86_64-1.txt
+-rw-r--r-- 1 root root 76736 2022-12-20 04:27 ./slackware64/x/libSM-1.2.4-x86_64-1.txz
+-rw-r--r-- 1 root root 163 2022-12-20 04:27 ./slackware64/x/libSM-1.2.4-x86_64-1.txz.asc
-rw-r--r-- 1 root root 305 2022-12-16 04:32 ./slackware64/x/libX11-1.8.3-x86_64-1.txt
-rw-r--r-- 1 root root 2612668 2022-12-16 04:32 ./slackware64/x/libX11-1.8.3-x86_64-1.txz
-rw-r--r-- 1 root root 163 2022-12-16 04:32 ./slackware64/x/libX11-1.8.3-x86_64-1.txz.asc
@@ -5036,9 +5036,9 @@ drwxr-xr-x 2 root root 65536 2022-12-19 21:21 ./slackware64/x
-rw-r--r-- 1 root root 462 2022-08-08 21:29 ./slackware64/x/xcb-proto-1.15.2-x86_64-1.txt
-rw-r--r-- 1 root root 130352 2022-08-08 21:29 ./slackware64/x/xcb-proto-1.15.2-x86_64-1.txz
-rw-r--r-- 1 root root 163 2022-08-08 21:29 ./slackware64/x/xcb-proto-1.15.2-x86_64-1.txz.asc
--rw-r--r-- 1 root root 350 2021-02-13 13:05 ./slackware64/x/xcb-util-0.4.0-x86_64-5.txt
--rw-r--r-- 1 root root 25180 2021-02-13 13:05 ./slackware64/x/xcb-util-0.4.0-x86_64-5.txz
--rw-r--r-- 1 root root 163 2021-02-13 13:05 ./slackware64/x/xcb-util-0.4.0-x86_64-5.txz.asc
+-rw-r--r-- 1 root root 350 2022-12-20 04:27 ./slackware64/x/xcb-util-0.4.1-x86_64-1.txt
+-rw-r--r-- 1 root root 24924 2022-12-20 04:27 ./slackware64/x/xcb-util-0.4.1-x86_64-1.txz
+-rw-r--r-- 1 root root 163 2022-12-20 04:27 ./slackware64/x/xcb-util-0.4.1-x86_64-1.txz.asc
-rw-r--r-- 1 root root 342 2022-10-18 17:19 ./slackware64/x/xcb-util-cursor-0.1.4-x86_64-1.txt
-rw-r--r-- 1 root root 20960 2022-10-18 17:19 ./slackware64/x/xcb-util-cursor-0.1.4-x86_64-1.txz
-rw-r--r-- 1 root root 163 2022-10-18 17:19 ./slackware64/x/xcb-util-cursor-0.1.4-x86_64-1.txz.asc
@@ -5102,9 +5102,9 @@ drwxr-xr-x 2 root root 65536 2022-12-19 21:21 ./slackware64/x
-rw-r--r-- 1 root root 351 2022-04-11 19:02 ./slackware64/x/xdpyinfo-1.3.3-x86_64-1.txt
-rw-r--r-- 1 root root 30472 2022-04-11 19:02 ./slackware64/x/xdpyinfo-1.3.3-x86_64-1.txz
-rw-r--r-- 1 root root 163 2022-04-11 19:02 ./slackware64/x/xdpyinfo-1.3.3-x86_64-1.txz.asc
--rw-r--r-- 1 root root 349 2021-02-13 13:12 ./slackware64/x/xdriinfo-1.0.6-x86_64-4.txt
--rw-r--r-- 1 root root 15224 2021-02-13 13:12 ./slackware64/x/xdriinfo-1.0.6-x86_64-4.txz
--rw-r--r-- 1 root root 163 2021-02-13 13:12 ./slackware64/x/xdriinfo-1.0.6-x86_64-4.txz.asc
+-rw-r--r-- 1 root root 349 2022-12-20 19:58 ./slackware64/x/xdriinfo-1.0.7-x86_64-1.txt
+-rw-r--r-- 1 root root 15672 2022-12-20 19:58 ./slackware64/x/xdriinfo-1.0.7-x86_64-1.txz
+-rw-r--r-- 1 root root 163 2022-12-20 19:58 ./slackware64/x/xdriinfo-1.0.7-x86_64-1.txz.asc
-rw-r--r-- 1 root root 284 2022-04-04 18:52 ./slackware64/x/xedit-1.2.3-x86_64-1.txt
-rw-r--r-- 1 root root 315412 2022-04-04 18:52 ./slackware64/x/xedit-1.2.3-x86_64-1.txz
-rw-r--r-- 1 root root 163 2022-04-04 18:52 ./slackware64/x/xedit-1.2.3-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-19 21:22 ./source
--rw-r--r-- 1 root root 594510 2022-12-19 21:22 ./source/CHECKSUMS.md5
--rw-r--r-- 1 root root 163 2022-12-19 21:22 ./source/CHECKSUMS.md5.asc
--rw-r--r-- 1 root root 826977 2022-12-19 21:22 ./source/FILE_LIST
--rw-r--r-- 1 root root 24017786 2022-12-19 21:22 ./source/MANIFEST.bz2
+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
-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
@@ -7582,10 +7582,10 @@ drwxr-xr-x 2 root root 4096 2021-02-13 05:31 ./source/d/oprofile
-rw-r--r-- 1 root root 896753 2020-07-20 15:35 ./source/d/oprofile/oprofile-1.4.0.tar.lz
-rwxr-xr-x 1 root root 4463 2022-08-10 01:48 ./source/d/oprofile/oprofile.SlackBuild
-rw-r--r-- 1 root root 1002 2018-02-27 06:13 ./source/d/oprofile/slack-desc
-drwxr-xr-x 2 root root 4096 2021-02-13 05:31 ./source/d/p2c
--rw-r--r-- 1 root root 304657 2016-01-04 23:03 ./source/d/p2c/p2c-2.01.tar.lz
--rwxr-xr-x 1 root root 5093 2021-02-13 05:31 ./source/d/p2c/p2c.SlackBuild
--rw-r--r-- 1 root root 50 2019-02-21 19:17 ./source/d/p2c/p2c.url
+drwxr-xr-x 2 root root 4096 2022-12-20 19:50 ./source/d/p2c
+-rw-r--r-- 1 root root 351959 2022-10-18 04:02 ./source/d/p2c/p2c-2.02.tar.lz
+-rwxr-xr-x 1 root root 5175 2022-12-20 19:52 ./source/d/p2c/p2c.SlackBuild
+-rw-r--r-- 1 root root 35 2022-12-20 19:39 ./source/d/p2c/p2c.url
-rw-r--r-- 1 root root 994 2018-02-27 06:13 ./source/d/p2c/slack-desc
drwxr-xr-x 2 root root 4096 2022-08-24 16:55 ./source/d/pahole
-rw-r--r-- 1 root root 679085 2022-08-22 19:10 ./source/d/pahole/libbpf-1.0.0.tar.lz
@@ -7902,7 +7902,7 @@ drwxr-xr-x 2 root root 16384 2022-10-13 16:37 ./source/kde/kde/build
-rw-r--r-- 1 root root 2 2021-11-04 17:58 ./source/kde/kde/build/cervisia
-rw-r--r-- 1 root root 2 2022-12-04 19:41 ./source/kde/kde/build/digikam
-rw-r--r-- 1 root root 2 2021-09-30 17:57 ./source/kde/kde/build/discover
--rw-r--r-- 1 root root 2 2021-11-04 17:58 ./source/kde/kde/build/dolphin
+-rw-r--r-- 1 root root 2 2022-12-20 20:06 ./source/kde/kde/build/dolphin
-rw-r--r-- 1 root root 2 2021-11-04 17:58 ./source/kde/kde/build/dolphin-plugins
-rw-r--r-- 1 root root 2 2021-11-04 17:58 ./source/kde/kde/build/dragon
-rw-r--r-- 1 root root 2 2021-10-14 16:34 ./source/kde/kde/build/drkonqi
@@ -8425,8 +8425,9 @@ drwxr-xr-x 2 root root 4096 2022-05-02 07:13 ./source/kde/kde/patch/calli
drwxr-xr-x 2 root root 4096 2022-10-03 19:10 ./source/kde/kde/patch/digikam
-rw-r--r-- 1 root root 126 2022-10-03 19:10 ./source/kde/kde/patch/digikam.patch
-rw-r--r-- 1 root root 590 2022-10-03 19:10 ./source/kde/kde/patch/digikam/ffmpeg5.patch
-drwxr-xr-x 2 root root 4096 2022-04-22 07:05 ./source/kde/kde/patch/dolphin
--rw-r--r-- 1 root root 203 2022-11-04 17:55 ./source/kde/kde/patch/dolphin.patch
+drwxr-xr-x 2 root root 4096 2022-12-20 20:05 ./source/kde/kde/patch/dolphin
+-rw-r--r-- 1 root root 331 2022-12-20 20:05 ./source/kde/kde/patch/dolphin.patch
+-rw-r--r-- 1 root root 3196 2022-12-20 20:05 ./source/kde/kde/patch/dolphin/c8aed8ac.patch
-rw-r--r-- 1 root root 856 2022-04-22 07:05 ./source/kde/kde/patch/dolphin/dolphin_revert_noroot.patch
drwxr-xr-x 2 root root 4096 2022-10-26 18:01 ./source/kde/kde/patch/drkonqi
-rw-r--r-- 1 root root 148 2022-10-13 18:57 ./source/kde/kde/patch/drkonqi.patch
@@ -10313,35 +10314,35 @@ drwxr-xr-x 2 root root 4096 2022-05-18 18:19 ./source/l/gsl
-rw-r--r-- 1 root root 5352580 2021-12-01 05:33 ./source/l/gsl/gsl-2.7.1.tar.lz
-rwxr--r-- 1 root root 4339 2021-06-01 18:00 ./source/l/gsl/gsl.SlackBuild
-rw-r--r-- 1 root root 897 2018-06-25 18:26 ./source/l/gsl/slack-desc
-drwxr-xr-x 2 root root 4096 2022-10-13 01:19 ./source/l/gst-plugins-bad-free
--rwxr-xr-x 1 root root 1878 2022-10-13 01:19 ./source/l/gst-plugins-bad-free/fetch-sources.sh
+drwxr-xr-x 2 root root 4096 2022-12-20 03:00 ./source/l/gst-plugins-bad-free
+-rwxr-xr-x 1 root root 1878 2022-12-20 03:00 ./source/l/gst-plugins-bad-free/fetch-sources.sh
-rwxr-xr-x 1 root root 2433 2022-02-09 08:44 ./source/l/gst-plugins-bad-free/gst-p-bad-cleanup.sh
--rw-r--r-- 1 root root 5899212 2022-10-13 01:19 ./source/l/gst-plugins-bad-free/gst-plugins-bad-free-1.20.4.tar.lz
+-rw-r--r-- 1 root root 5906356 2022-12-20 03:00 ./source/l/gst-plugins-bad-free/gst-plugins-bad-free-1.20.5.tar.lz
-rwxr-xr-x 1 root root 4698 2022-06-16 23:20 ./source/l/gst-plugins-bad-free/gst-plugins-bad-free.SlackBuild
-rw-r--r-- 1 root root 39 2021-09-25 03:56 ./source/l/gst-plugins-bad-free/gst-plugins-bad.url
-rw-r--r-- 1 root root 1157 2021-09-25 19:07 ./source/l/gst-plugins-bad-free/slack-desc
-drwxr-xr-x 2 root root 4096 2022-10-13 01:15 ./source/l/gst-plugins-base
--rw-r--r-- 1 root root 3307224 2022-10-12 15:50 ./source/l/gst-plugins-base/gst-plugins-base-1.20.4.tar.xz
--rw-r--r-- 1 root root 833 2022-10-12 15:50 ./source/l/gst-plugins-base/gst-plugins-base-1.20.4.tar.xz.asc
+drwxr-xr-x 2 root root 4096 2022-12-20 02:57 ./source/l/gst-plugins-base
+-rw-r--r-- 1 root root 3312340 2022-12-19 23:52 ./source/l/gst-plugins-base/gst-plugins-base-1.20.5.tar.xz
+-rw-r--r-- 1 root root 833 2022-12-19 23:52 ./source/l/gst-plugins-base/gst-plugins-base-1.20.5.tar.xz.asc
-rwxr-xr-x 1 root root 4541 2021-08-07 04:36 ./source/l/gst-plugins-base/gst-plugins-base.SlackBuild
-rw-r--r-- 1 root root 39 2018-05-17 18:59 ./source/l/gst-plugins-base/gst-plugins-base.url
-rw-r--r-- 1 root root 1062 2018-02-27 06:12 ./source/l/gst-plugins-base/slack-desc
-drwxr-xr-x 2 root root 4096 2022-11-19 19:11 ./source/l/gst-plugins-good
--rw-r--r-- 1 root root 3424532 2022-10-12 15:50 ./source/l/gst-plugins-good/gst-plugins-good-1.20.4.tar.xz
--rw-r--r-- 1 root root 833 2022-10-12 15:50 ./source/l/gst-plugins-good/gst-plugins-good-1.20.4.tar.xz.asc
--rwxr-xr-x 1 root root 4613 2022-11-19 19:11 ./source/l/gst-plugins-good/gst-plugins-good.SlackBuild
+drwxr-xr-x 2 root root 4096 2022-12-20 02:59 ./source/l/gst-plugins-good
+-rw-r--r-- 1 root root 3439904 2022-12-19 23:52 ./source/l/gst-plugins-good/gst-plugins-good-1.20.5.tar.xz
+-rw-r--r-- 1 root root 833 2022-12-19 23:52 ./source/l/gst-plugins-good/gst-plugins-good-1.20.5.tar.xz.asc
+-rwxr-xr-x 1 root root 4613 2022-12-20 02:59 ./source/l/gst-plugins-good/gst-plugins-good.SlackBuild
-rw-r--r-- 1 root root 39 2018-05-17 19:07 ./source/l/gst-plugins-good/gst-plugins-good.url
-rw-r--r-- 1 root root 908 2021-09-25 04:02 ./source/l/gst-plugins-good/slack-desc
-drwxr-xr-x 2 root root 4096 2022-10-13 01:21 ./source/l/gst-plugins-libav
--rw-r--r-- 1 root root 288092 2022-10-12 15:50 ./source/l/gst-plugins-libav/gst-libav-1.20.4.tar.xz
--rw-r--r-- 1 root root 833 2022-10-12 15:50 ./source/l/gst-plugins-libav/gst-libav-1.20.4.tar.xz.asc
+drwxr-xr-x 2 root root 4096 2022-12-20 03:02 ./source/l/gst-plugins-libav
+-rw-r--r-- 1 root root 291064 2022-12-19 23:52 ./source/l/gst-plugins-libav/gst-libav-1.20.5.tar.xz
+-rw-r--r-- 1 root root 833 2022-12-19 23:52 ./source/l/gst-plugins-libav/gst-libav-1.20.5.tar.xz.asc
-rwxr-xr-x 1 root root 4367 2021-03-16 17:25 ./source/l/gst-plugins-libav/gst-plugins-libav.SlackBuild
-rw-r--r-- 1 root root 39 2018-05-17 19:10 ./source/l/gst-plugins-libav/gst-plugins-libav.url
-rwxr-xr-x 1 root root 2527 2018-05-17 19:12 ./source/l/gst-plugins-libav/paredown.sh
-rw-r--r-- 1 root root 937 2018-02-27 06:12 ./source/l/gst-plugins-libav/slack-desc
-drwxr-xr-x 2 root root 4096 2022-10-13 01:14 ./source/l/gstreamer
--rw-r--r-- 1 root root 2686324 2022-10-12 15:50 ./source/l/gstreamer/gstreamer-1.20.4.tar.xz
--rw-r--r-- 1 root root 833 2022-10-12 15:50 ./source/l/gstreamer/gstreamer-1.20.4.tar.xz.asc
+drwxr-xr-x 2 root root 4096 2022-12-20 02:56 ./source/l/gstreamer
+-rw-r--r-- 1 root root 2690968 2022-12-19 23:52 ./source/l/gstreamer/gstreamer-1.20.5.tar.xz
+-rw-r--r-- 1 root root 833 2022-12-19 23:52 ./source/l/gstreamer/gstreamer-1.20.5.tar.xz.asc
-rwxr-xr-x 1 root root 4464 2021-03-16 17:21 ./source/l/gstreamer/gstreamer.SlackBuild
-rw-r--r-- 1 root root 39 2018-05-17 18:59 ./source/l/gstreamer/gstreamer.url
-rw-r--r-- 1 root root 1057 2018-10-17 03:01 ./source/l/gstreamer/slack-desc
@@ -10887,9 +10888,9 @@ drwxr-xr-x 2 root root 4096 2022-09-06 18:27 ./source/l/libpsl
-rw-r--r-- 1 root root 37 2018-11-19 20:16 ./source/l/libpsl/libpsl.url
-rw-r--r-- 1 root root 62320 2020-07-18 17:09 ./source/l/libpsl/public_suffix_list.dat.xz
-rw-r--r-- 1 root root 1057 2018-11-20 00:20 ./source/l/libpsl/slack-desc
-drwxr-xr-x 2 root root 4096 2022-10-26 19:07 ./source/l/libqalculate
--rw-r--r-- 1 root root 1213378 2022-10-17 11:27 ./source/l/libqalculate/libqalculate-4.4.0.tar.lz
--rwxr-xr-x 1 root root 4490 2022-10-26 19:07 ./source/l/libqalculate/libqalculate.SlackBuild
+drwxr-xr-x 2 root root 4096 2022-12-20 04:19 ./source/l/libqalculate
+-rw-r--r-- 1 root root 1215640 2022-12-19 13:40 ./source/l/libqalculate/libqalculate-4.5.0.tar.lz
+-rwxr-xr-x 1 root root 4490 2022-12-20 04:19 ./source/l/libqalculate/libqalculate.SlackBuild
-rw-r--r-- 1 root root 42 2020-09-29 03:55 ./source/l/libqalculate/libqalculate.url
-rw-r--r-- 1 root root 1007 2020-11-01 20:04 ./source/l/libqalculate/slack-desc
drwxr-xr-x 2 root root 4096 2021-02-13 05:32 ./source/l/libraw1394
@@ -11035,9 +11036,9 @@ drwxr-xr-x 2 root root 4096 2021-02-13 05:32 ./source/l/libvisual-plugins
-rwxr-xr-x 1 root root 4008 2021-02-13 05:32 ./source/l/libvisual/libvisual.SlackBuild
-rw-r--r-- 1 root root 238 2012-07-18 04:06 ./source/l/libvisual/libvisual.glib.h.diff.gz
-rw-r--r-- 1 root root 1000 2018-02-27 06:12 ./source/l/libvisual/slack-desc
-drwxr-xr-x 2 root root 4096 2021-02-13 05:32 ./source/l/libvncserver
--rw-r--r-- 1 root root 420944 2020-06-13 18:49 ./source/l/libvncserver/LibVNCServer-0.9.13.tar.lz
--rwxr-xr-x 1 root root 4460 2022-10-09 17:49 ./source/l/libvncserver/libvncserver.SlackBuild
+drwxr-xr-x 2 root root 4096 2022-12-20 19:35 ./source/l/libvncserver
+-rw-r--r-- 1 root root 439221 2022-12-20 19:33 ./source/l/libvncserver/LibVNCServer-0.9.14.tar.lz
+-rwxr-xr-x 1 root root 4503 2022-12-20 19:38 ./source/l/libvncserver/libvncserver.SlackBuild
-rw-r--r-- 1 root root 822 2018-02-27 06:12 ./source/l/libvncserver/slack-desc
drwxr-xr-x 2 root root 4096 2021-02-13 05:32 ./source/l/libvorbis
-rw-r--r-- 1 root root 1203792 2020-07-04 06:29 ./source/l/libvorbis/libvorbis-1.3.7.tar.xz
@@ -11728,7 +11729,8 @@ drwxr-xr-x 2 root root 4096 2021-02-13 05:32 ./source/l/sbc
-rw-r--r-- 1 root root 264472 2020-12-07 22:30 ./source/l/sbc/sbc-1.5.tar.xz
-rwxr-xr-x 1 root root 3581 2021-02-13 05:32 ./source/l/sbc/sbc.SlackBuild
-rw-r--r-- 1 root root 898 2018-02-27 06:12 ./source/l/sbc/slack-desc
-drwxr-xr-x 2 root root 4096 2022-11-19 19:10 ./source/l/sdl
+drwxr-xr-x 2 root root 4096 2022-12-20 20:09 ./source/l/sdl
+-rw-r--r-- 1 root root 661 2022-12-20 20:09 ./source/l/sdl/CVE-2021-33657.patch.gz
-rw-r--r-- 1 root root 2521972 2012-01-21 02:15 ./source/l/sdl/SDL-1.2.15.tar.xz
-rw-r--r-- 1 root root 1250244 2012-01-21 01:58 ./source/l/sdl/SDL_image-1.2.12.tar.xz
-rw-r--r-- 1 root root 2714656 2012-01-15 22:19 ./source/l/sdl/SDL_mixer-1.2.12.tar.xz
@@ -11740,7 +11742,7 @@ drwxr-xr-x 2 root root 4096 2022-11-19 19:10 ./source/l/sdl
-rw-r--r-- 1 root root 731528 2016-08-31 20:51 ./source/l/sdl/libmikmod-3.1.20.tar.xz
-rw-r--r-- 1 root root 1018 2013-01-27 19:16 ./source/l/sdl/libsdl-1.2.15-resizing.patch.gz
-rw-r--r-- 1 root root 407 2013-01-27 19:16 ./source/l/sdl/sdl-1.2.14-fix-mouse-clicking.patch.gz
--rwxr-xr-x 1 root root 8957 2022-11-19 19:10 ./source/l/sdl/sdl.SlackBuild
+-rwxr-xr-x 1 root root 9029 2022-12-20 20:10 ./source/l/sdl/sdl.SlackBuild
-rw-r--r-- 1 root root 931 2018-02-27 06:12 ./source/l/sdl/slack-desc
drwxr-xr-x 2 root root 4096 2022-03-06 19:58 ./source/l/serf
-rw-r--r-- 1 root root 145244 2016-08-31 12:03 ./source/l/serf/serf-1.3.9.tar.xz
@@ -11934,8 +11936,8 @@ 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
-drwxr-xr-x 2 root root 4096 2016-03-25 04:54 ./source/n/NetworkManager/conf.d
+-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
-rw-r--r-- 1 root root 568 2016-03-25 04:35 ./source/n/NetworkManager/doinst.sh.gz
@@ -12176,8 +12178,8 @@ drwxr-xr-x 2 root root 4096 2022-03-06 19:58 ./source/n/gnupg
-rw-r--r-- 1 root root 2663136 2018-06-11 08:48 ./source/n/gnupg/gnupg-1.4.23.tar.xz
-rwxr-xr-x 1 root root 3781 2022-03-06 19:58 ./source/n/gnupg/gnupg.SlackBuild
-rw-r--r-- 1 root root 822 2018-02-27 06:13 ./source/n/gnupg/slack-desc.gnupg
-drwxr-xr-x 2 root root 4096 2022-10-15 03:48 ./source/n/gnupg2
--rw-r--r-- 1 root root 5171884 2022-10-13 16:01 ./source/n/gnupg2/gnupg-2.2.40.tar.lz
+drwxr-xr-x 2 root root 4096 2022-12-20 19:17 ./source/n/gnupg2
+-rw-r--r-- 1 root root 5191086 2022-12-20 06:43 ./source/n/gnupg2/gnupg-2.2.41.tar.lz
-rwxr-xr-x 1 root root 4251 2022-04-26 17:50 ./source/n/gnupg2/gnupg2.SlackBuild
-rw-r--r-- 1 root root 1052 2018-08-27 17:38 ./source/n/gnupg2/slack-desc
drwxr-xr-x 2 root root 4096 2022-09-28 03:28 ./source/n/gnutls
@@ -12313,8 +12315,8 @@ drwxr-xr-x 2 root root 4096 2022-10-08 18:26 ./source/n/libgpg-error
-rwxr-xr-x 1 root root 4812 2022-10-09 20:01 ./source/n/libgpg-error/libgpg-error.SlackBuild
-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 2022-10-08 18:27 ./source/n/libksba
--rw-r--r-- 1 root root 568950 2022-10-07 08:13 ./source/n/libksba/libksba-1.6.2.tar.lz
+drwxr-xr-x 2 root root 4096 2022-12-20 19:19 ./source/n/libksba
+-rw-r--r-- 1 root root 569208 2022-12-20 06:43 ./source/n/libksba/libksba-1.6.3.tar.lz
-rwxr-xr-x 1 root root 3967 2022-09-17 18:25 ./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
@@ -13659,7 +13661,7 @@ drwxr-xr-x 2 root root 12288 2022-08-27 16:19 ./source/x/x11/build
-rw-r--r-- 1 root root 2 2021-02-13 05:35 ./source/x/x11/build/kbproto
-rw-r--r-- 1 root root 2 2022-08-27 16:19 ./source/x/x11/build/libFS
-rw-r--r-- 1 root root 2 2022-12-04 19:52 ./source/x/x11/build/libICE
--rw-r--r-- 1 root root 2 2021-02-13 05:35 ./source/x/x11/build/libSM
+-rw-r--r-- 1 root root 2 2022-12-20 04:27 ./source/x/x11/build/libSM
-rw-r--r-- 1 root root 2 2021-05-18 18:30 ./source/x/x11/build/libX11
-rw-r--r-- 1 root root 2 2022-12-05 02:29 ./source/x/x11/build/libXScrnSaver
-rw-r--r-- 1 root root 2 2022-08-27 16:19 ./source/x/x11/build/libXau
@@ -13745,7 +13747,7 @@ drwxr-xr-x 2 root root 12288 2022-08-27 16:19 ./source/x/x11/build
-rw-r--r-- 1 root root 2 2021-02-13 05:35 ./source/x/x11/build/xbitmaps
-rw-r--r-- 1 root root 2 2022-04-04 18:51 ./source/x/x11/build/xcalc
-rw-r--r-- 1 root root 2 2022-05-04 18:17 ./source/x/x11/build/xcb-proto
--rw-r--r-- 1 root root 2 2021-02-13 05:35 ./source/x/x11/build/xcb-util
+-rw-r--r-- 1 root root 2 2022-12-20 04:26 ./source/x/x11/build/xcb-util
-rw-r--r-- 1 root root 2 2022-10-18 17:18 ./source/x/x11/build/xcb-util-cursor
-rw-r--r-- 1 root root 2 2022-10-19 19:11 ./source/x/x11/build/xcb-util-errors
-rw-r--r-- 1 root root 2 2022-10-19 19:11 ./source/x/x11/build/xcb-util-image
@@ -13765,7 +13767,7 @@ drwxr-xr-x 2 root root 12288 2022-08-27 16:19 ./source/x/x11/build
-rw-r--r-- 1 root root 2 2022-10-15 19:49 ./source/x/x11/build/xditview
-rw-r--r-- 1 root root 2 2022-12-06 17:57 ./source/x/x11/build/xdm
-rw-r--r-- 1 root root 2 2022-04-11 19:01 ./source/x/x11/build/xdpyinfo
--rw-r--r-- 1 root root 2 2021-02-13 05:35 ./source/x/x11/build/xdriinfo
+-rw-r--r-- 1 root root 2 2022-12-20 19:58 ./source/x/x11/build/xdriinfo
-rw-r--r-- 1 root root 2 2022-04-04 18:52 ./source/x/x11/build/xedit
-rw-r--r-- 1 root root 2 2022-07-14 18:08 ./source/x/x11/build/xev
-rw-r--r-- 1 root root 2 2021-02-13 05:35 ./source/x/x11/build/xextproto
@@ -14395,8 +14397,8 @@ drwxr-xr-x 2 root root 12288 2022-05-21 04:31 ./source/x/x11/slack-desc
-rw-r--r-- 1 root root 716 2012-04-08 02:21 ./source/x/x11/slack-desc/xwd
-rw-r--r-- 1 root root 702 2012-04-08 02:21 ./source/x/x11/slack-desc/xwininfo
-rw-r--r-- 1 root root 668 2012-04-07 23:42 ./source/x/x11/slack-desc/xwud
-drwxr-xr-x 12 root root 4096 2022-12-19 18:48 ./source/x/x11/src
-drwxr-xr-x 2 root root 4096 2022-12-14 19:13 ./source/x/x11/src/app
+drwxr-xr-x 12 root root 4096 2022-12-20 19:58 ./source/x/x11/src
+drwxr-xr-x 2 root root 4096 2022-12-20 19:58 ./source/x/x11/src/app
-rw-r--r-- 1 root root 118972 2022-04-03 18:57 ./source/x/x11/src/app/appres-1.0.6.tar.xz
-rw-r--r-- 1 root root 109956 2013-01-15 05:23 ./source/x/x11/src/app/beforelight-1.0.5.tar.xz
-rw-r--r-- 1 root root 163560 2022-04-30 20:26 ./source/x/x11/src/app/bitmap-1.1.0.tar.xz
@@ -14436,7 +14438,7 @@ drwxr-xr-x 2 root root 4096 2022-12-14 19:13 ./source/x/x11/src/app
-rw-r--r-- 1 root root 143848 2022-10-15 17:10 ./source/x/x11/src/app/xditview-1.0.6.tar.xz
-rw-r--r-- 1 root root 419324 2022-12-03 21:39 ./source/x/x11/src/app/xdm-1.1.14.tar.xz
-rw-r--r-- 1 root root 137088 2022-04-07 20:47 ./source/x/x11/src/app/xdpyinfo-1.3.3.tar.xz
--rw-r--r-- 1 root root 114728 2018-03-07 07:23 ./source/x/x11/src/app/xdriinfo-1.0.6.tar.xz
+-rw-r--r-- 1 root root 118268 2022-12-20 02:36 ./source/x/x11/src/app/xdriinfo-1.0.7.tar.xz
-rw-r--r-- 1 root root 480288 2022-04-03 22:07 ./source/x/x11/src/app/xedit-1.2.3.tar.xz
-rw-r--r-- 1 root root 128848 2022-07-12 17:02 ./source/x/x11/src/app/xev-1.2.5.tar.xz
-rw-r--r-- 1 root root 128560 2021-08-01 23:47 ./source/x/x11/src/app/xeyes-1.2.0.tar.xz
@@ -14556,10 +14558,10 @@ drwxr-xr-x 2 root root 4096 2022-07-14 18:10 ./source/x/x11/src/font
-rwxr-xr-x 1 root root 2154 2020-07-09 18:37 ./source/x/x11/src/get-xf86-video-sis.sh
-rwxr-xr-x 1 root root 2154 2020-07-09 18:37 ./source/x/x11/src/get-xf86-video-v4l.sh
-rwxr-xr-x 1 root root 2205 2022-08-08 20:05 ./source/x/x11/src/get-xf86-video-vmware.sh
-drwxr-xr-x 2 root root 4096 2022-12-16 04:30 ./source/x/x11/src/lib
+drwxr-xr-x 2 root root 4096 2022-12-20 04:26 ./source/x/x11/src/lib
-rw-r--r-- 1 root root 287416 2022-08-26 22:33 ./source/x/x11/src/lib/libFS-1.0.9.tar.xz
-rw-r--r-- 1 root root 335960 2022-12-08 16:09 ./source/x/x11/src/lib/libICE-1.1.1.tar.xz
--rw-r--r-- 1 root root 300712 2018-10-10 15:05 ./source/x/x11/src/lib/libSM-1.2.3.tar.xz
+-rw-r--r-- 1 root root 306944 2022-12-20 02:26 ./source/x/x11/src/lib/libSM-1.2.4.tar.xz
-rw-r--r-- 1 root root 1811712 2022-12-15 23:23 ./source/x/x11/src/lib/libX11-1.8.3.tar.xz
-rw-r--r-- 1 root root 264384 2022-12-04 23:39 ./source/x/x11/src/lib/libXScrnSaver-1.2.4.tar.xz
-rw-r--r-- 1 root root 274108 2022-12-08 16:04 ./source/x/x11/src/lib/libXau-1.0.11.tar.xz
@@ -14611,9 +14613,9 @@ drwxr-xr-x 2 root root 4096 2022-12-14 19:12 ./source/x/x11/src/util
-rw-r--r-- 1 root root 141304 2022-12-12 19:12 ./source/x/x11/src/util/makedepend-1.0.8.tar.xz
-rw-r--r-- 1 root root 82048 2021-01-24 14:41 ./source/x/x11/src/util/util-macros-1.19.3.tar.xz
-rw-r--r-- 1 root root 302744 2021-08-02 01:00 ./source/x/x11/src/util/xorg-cf-files-1.0.7.tar.xz
-drwxr-xr-x 2 root root 4096 2022-10-19 19:11 ./source/x/x11/src/xcb
+drwxr-xr-x 2 root root 4096 2022-12-20 04:26 ./source/x/x11/src/xcb
-rw-r--r-- 1 root root 53800 2017-03-14 17:55 ./source/x/x11/src/xcb/libpthread-stubs-0.4.tar.xz
--rw-r--r-- 1 root root 247676 2014-10-15 05:34 ./source/x/x11/src/xcb/xcb-util-0.4.0.tar.xz
+-rw-r--r-- 1 root root 267396 2022-12-20 02:12 ./source/x/x11/src/xcb/xcb-util-0.4.1.tar.xz
-rw-r--r-- 1 root root 265508 2022-10-18 17:10 ./source/x/x11/src/xcb/xcb-util-cursor-0.1.4.tar.xz
-rw-r--r-- 1 root root 268052 2022-10-19 01:14 ./source/x/x11/src/xcb/xcb-util-errors-1.0.1.tar.xz
-rw-r--r-- 1 root root 289016 2022-10-18 19:51 ./source/x/x11/src/xcb/xcb-util-image-0.4.1.tar.xz
@@ -15240,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/recompress.sh b/recompress.sh
index 57f3e5f3a..81005648f 100755
--- a/recompress.sh
+++ b/recompress.sh
@@ -845,6 +845,7 @@ gzip ./source/l/gcr/b3ca1d02bb0148ca787ac4aead164d7c8ce2c4d8.patch
gzip ./source/l/gcr/doinst.sh
gzip ./source/l/gcr/gcr.meson.disable.schemas-compile.update-mime.update-icon-cache.diff
gzip ./source/l/sdl/sdl-1.2.14-fix-mouse-clicking.patch
+gzip ./source/l/sdl/CVE-2021-33657.patch
gzip ./source/l/sdl/SDL_ttf.shaded.text.diff
gzip ./source/l/sdl/SDL_mixer.usrlocal.diff
gzip ./source/l/sdl/libsdl-1.2.15-resizing.patch
diff --git a/source/d/p2c/p2c.SlackBuild b/source/d/p2c/p2c.SlackBuild
index ced1b9993..75a2d7363 100755
--- a/source/d/p2c/p2c.SlackBuild
+++ b/source/d/p2c/p2c.SlackBuild
@@ -23,8 +23,8 @@
cd $(dirname $0) ; CWD=$(pwd)
PKGNAM=p2c
-VERSION=${VERSION:-2.01}
-BUILD=${BUILD:-3}
+VERSION=${VERSION:-2.02}
+BUILD=${BUILD:-1}
# Automatically determine the architecture we're building on:
if [ -z "$ARCH" ]; then
@@ -136,13 +136,14 @@ cp -a \
done
)
cp -a src/README $PKG/usr/doc/p2c-${VERSION}/README.src
-cp -a examples $PKG/usr/doc/p2c-${VERSION}
+mkdir -p $PKG/usr/doc/p2c-${VERSION}/examples
+( cd examples
+ cp -a Makefile README basic.doc basic.p cref.p e.p fact.p p2crc self.p $PKG/usr/doc/p2c-${VERSION}/examples )
# Fix examples Makefile:
sed -i "s#usr/lib#usr/lib${LIBDIRSUFFIX}#g" $PKG/usr/doc/p2c-${VERSION}/examples/Makefile
sed -i "s#../p2c#p2c#g" $PKG/usr/doc/p2c-${VERSION}/examples/Makefile
sed -i "s#../home/libp2c.a#/usr/lib${LIBDIRSUFFIX}/libp2c.a#g" $PKG/usr/doc/p2c-${VERSION}/examples/Makefile
sed -i "s#../home#/usr/include/p2c#g" $PKG/usr/doc/p2c-${VERSION}/examples/Makefile
-chmod 755 $PKG/usr/doc/p2c-${VERSION}/examples
mkdir -p $PKG/install
cat $CWD/slack-desc > $PKG/install/slack-desc
diff --git a/source/d/p2c/p2c.url b/source/d/p2c/p2c.url
index 284164fb0..a6cb69f8d 100644
--- a/source/d/p2c/p2c.url
+++ b/source/d/p2c/p2c.url
@@ -1 +1 @@
-https://alum.mit.edu/www/toms/p2c/p2c-2.01.tar.gz
+https://alum.mit.edu/www/toms/p2c/
diff --git a/source/kde/kde/build/dolphin b/source/kde/kde/build/dolphin
index d00491fd7..0cfbf0888 100644
--- a/source/kde/kde/build/dolphin
+++ b/source/kde/kde/build/dolphin
@@ -1 +1 @@
-1
+2
diff --git a/source/kde/kde/patch/dolphin.patch b/source/kde/kde/patch/dolphin.patch
index 2e29b7fe5..8606b43d8 100644
--- a/source/kde/kde/patch/dolphin.patch
+++ b/source/kde/kde/patch/dolphin.patch
@@ -1,2 +1,4 @@
# Let the user decide whether it wants to run Dolphin as root:
cat $CWD/patch/dolphin/dolphin_revert_noroot.patch | patch -p1 --verbose || { touch ${SLACK_KDE_BUILD_DIR}/${PKGNAME}.failed ; continue ; }
+
+cat $CWD/patch/dolphin/c8aed8ac.patch | patch -p1 --verbose || { touch ${SLACK_KDE_BUILD_DIR}/${PKGNAME}.failed ; continue ; }
diff --git a/source/kde/kde/patch/dolphin/c8aed8ac.patch b/source/kde/kde/patch/dolphin/c8aed8ac.patch
new file mode 100644
index 000000000..417c3f340
--- /dev/null
+++ b/source/kde/kde/patch/dolphin/c8aed8ac.patch
@@ -0,0 +1,94 @@
+From c8aed8ac81d9f7f3dc93a7570037041228a98bf4 Mon Sep 17 00:00:00 2001
+From: Felix Ernst <felixernst@kde.org>
+Date: Wed, 14 Dec 2022 12:33:51 +0000
+Subject: [PATCH] Revert "portalize drag urls"
+MIME-Version: 1.0
+Content-Type: text/plain; charset=UTF-8
+Content-Transfer-Encoding: 8bit
+
+This reverts commit 8d7e600f63a1961294dfe2c278a710b4ce0716e9.
+
+While this revert unfortunately removes Dolphin's ability to copy to
+sandboxed applications, the bugs being temporarily fixed by this seem
+more important. See the bugs mentioned below for details.
+
+Especially copy-pasting needs to work flawlessly for an application
+like Dolphin. After the revert this will either work correctly or – in
+the case of sandboxed applications – not at all.
+
+CCBUG: 457529
+CCBUG: 462928
+---
+ src/kitemviews/kitemlistcontroller.cpp | 4 +---
+ src/panels/folders/treeviewcontextmenu.cpp | 1 -
+ src/views/dolphinview.cpp | 5 +----
+ 3 files changed, 2 insertions(+), 8 deletions(-)
+
+diff --git a/src/kitemviews/kitemlistcontroller.cpp b/src/kitemviews/kitemlistcontroller.cpp
+index 955e418e8..29dd13aac 100644
+--- a/src/kitemviews/kitemlistcontroller.cpp
++++ b/src/kitemviews/kitemlistcontroller.cpp
+@@ -17,7 +17,6 @@
+
+ #include <KTwoFingerSwipe>
+ #include <KTwoFingerTap>
+-#include <KUrlMimeData>
+
+ #include <QAccessible>
+ #include <QApplication>
+@@ -1334,11 +1333,10 @@ void KItemListController::startDragging()
+ return;
+ }
+
+- QMimeData *data = m_model->createMimeData(selectedItems);
++ QMimeData* data = m_model->createMimeData(selectedItems);
+ if (!data) {
+ return;
+ }
+- KUrlMimeData::exportUrlsToPortal(data);
+
+ // The created drag object will be owned and deleted
+ // by QApplication::activeWindow().
+diff --git a/src/panels/folders/treeviewcontextmenu.cpp b/src/panels/folders/treeviewcontextmenu.cpp
+index 893a494fb..e0da9e976 100644
+--- a/src/panels/folders/treeviewcontextmenu.cpp
++++ b/src/panels/folders/treeviewcontextmenu.cpp
+@@ -168,7 +168,6 @@ void TreeViewContextMenu::populateMimeData(QMimeData* mimeData, bool cut)
+ bool dummy;
+ mostLocalUrls.append(m_fileItem.mostLocalUrl(&dummy));
+ KIO::setClipboardDataCut(mimeData, cut);
+- KUrlMimeData::exportUrlsToPortal(mimeData);
+ KUrlMimeData::setUrls(kdeUrls, mostLocalUrls, mimeData);
+ }
+
+diff --git a/src/views/dolphinview.cpp b/src/views/dolphinview.cpp
+index e8603858f..88f275557 100644
+--- a/src/views/dolphinview.cpp
++++ b/src/views/dolphinview.cpp
+@@ -45,7 +45,6 @@
+ #include <KLocalizedString>
+ #include <KMessageBox>
+ #include <KProtocolManager>
+-#include <KUrlMimeData>
+
+ #include <kwidgetsaddons_version.h>
+
+@@ -802,14 +801,12 @@ void DolphinView::cutSelectedItemsToClipboard()
+ {
+ QMimeData* mimeData = selectionMimeData();
+ KIO::setClipboardDataCut(mimeData, true);
+- KUrlMimeData::exportUrlsToPortal(mimeData);
+ QApplication::clipboard()->setMimeData(mimeData);
+ }
+
+ void DolphinView::copySelectedItemsToClipboard()
+ {
+- QMimeData *mimeData = selectionMimeData();
+- KUrlMimeData::exportUrlsToPortal(mimeData);
++ QMimeData* mimeData = selectionMimeData();
+ QApplication::clipboard()->setMimeData(mimeData);
+ }
+
+--
+GitLab
+
diff --git a/source/l/gst-plugins-bad-free/fetch-sources.sh b/source/l/gst-plugins-bad-free/fetch-sources.sh
index 07356e2cf..26a23a233 100755
--- a/source/l/gst-plugins-bad-free/fetch-sources.sh
+++ b/source/l/gst-plugins-bad-free/fetch-sources.sh
@@ -24,9 +24,9 @@
# like to fetch the sources for. This will fetch the base source from
# github, and then remove the non-free sources.
#
-# Example: VERSION=1.18.4 ./fetch-sources.sh
+# Example: VERSION=1.18.5 ./fetch-sources.sh
-VERSION=${VERSION:-1.20.4}
+VERSION=${VERSION:-1.20.5}
rm -rf rm -rf gst-plugins-bad-free-$VERSION gst-plugins-bad-$VERSION
diff --git a/source/l/gst-plugins-good/gst-plugins-good.SlackBuild b/source/l/gst-plugins-good/gst-plugins-good.SlackBuild
index 1a7b8b6f0..2171a194c 100755
--- a/source/l/gst-plugins-good/gst-plugins-good.SlackBuild
+++ b/source/l/gst-plugins-good/gst-plugins-good.SlackBuild
@@ -27,7 +27,7 @@ cd $(dirname $0) ; CWD=$(pwd)
PKGNAM=gst-plugins-good
VERSION=${VERSION:-$(echo $PKGNAM-*.tar.?z | rev | cut -f 3- -d . | cut -f 1 -d - | rev)}
-BUILD=${BUILD:-2}
+BUILD=${BUILD:-1}
# Automatically determine the architecture we're building on:
if [ -z "$ARCH" ]; then
diff --git a/source/l/libqalculate/libqalculate.SlackBuild b/source/l/libqalculate/libqalculate.SlackBuild
index 4984f81f0..b49cbf620 100755
--- a/source/l/libqalculate/libqalculate.SlackBuild
+++ b/source/l/libqalculate/libqalculate.SlackBuild
@@ -25,7 +25,7 @@ cd $(dirname $0) ; CWD=$(pwd)
PKGNAM=libqalculate
VERSION=${VERSION:-$(echo $PKGNAM-*.tar.?z | rev | cut -f 3- -d . | cut -f 1 -d - | rev)}
-BUILD=${BUILD:-2}
+BUILD=${BUILD:-1}
# Automatically determine the architecture we're building on:
if [ -z "$ARCH" ]; then
diff --git a/source/l/libvncserver/libvncserver.SlackBuild b/source/l/libvncserver/libvncserver.SlackBuild
index 082b28d39..d662a793a 100755
--- a/source/l/libvncserver/libvncserver.SlackBuild
+++ b/source/l/libvncserver/libvncserver.SlackBuild
@@ -1,7 +1,7 @@
#!/bin/bash
# Copyright 2007, 2014 Heinz Wiesinger, Amsterdam, NL
-# Copyright 2008, 2009, 2010, 2011, 2012, 2015, 2018, 2019, 2020 Patrick J. Volkerding, Sebeka, MN, USA
+# Copyright 2008, 2009, 2010, 2011, 2012, 2015, 2018, 2019, 2020, 2022 Patrick J. Volkerding, Sebeka, MN, USA
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@@ -28,7 +28,7 @@ cd $(dirname $0) ; CWD=$(pwd)
PKGNAM=libvncserver
VERSION=${VERSION:-$(echo LibVNCServer-*.tar.?z* | rev | cut -f 3- -d . | cut -f 1 -d - | rev)}
-BUILD=${BUILD:-4}
+BUILD=${BUILD:-1}
NUMJOBS=${NUMJOBS:-" -j$(expr $(nproc) + 1) "}
@@ -118,7 +118,7 @@ find $PKG | xargs file | grep -e "executable" -e "shared object" \
mkdir -p $PKG/usr/doc/libvncserver-$VERSION
cp -a \
- AUTHORS COPYING* NEWS* README* TODO* \
+ AUTHORS* CONTRIBUTING* COPYING* ChangeLog HISTORY* NEWS* README* SECURITY* \
$PKG/usr/doc/libvncserver-$VERSION
# If there's a ChangeLog, installing at least part of the recent history
@@ -134,4 +134,3 @@ cat $CWD/slack-desc > $PKG/install/slack-desc
cd $PKG
/sbin/makepkg -l y -c n $TMP/libvncserver-$VERSION-$ARCH-$BUILD.txz
-
diff --git a/source/l/sdl/CVE-2021-33657.patch b/source/l/sdl/CVE-2021-33657.patch
new file mode 100644
index 000000000..3ceb96a17
--- /dev/null
+++ b/source/l/sdl/CVE-2021-33657.patch
@@ -0,0 +1,35 @@
+From d95c1a4bbd644baba748d341b03141e5f0481ae6 Mon Sep 17 00:00:00 2001
+From: Sam Lantinga <slouken@libsdl.org>
+Date: Tue, 30 Nov 2021 12:36:46 -0800
+Subject: [PATCH] Always create a full 256-entry map in case color values are
+ out of range
+
+Fixes https://github.com/libsdl-org/SDL/issues/5042
+
+Backport of CVE-2021-33657 fix from SDL2
+---
+ src/video/SDL_pixels.c | 4 ++--
+ 1 file changed, 2 insertions(+), 2 deletions(-)
+
+diff --git a/src/video/SDL_pixels.c b/src/video/SDL_pixels.c
+index 17f1a7199..d0973f217 100644
+--- a/src/video/SDL_pixels.c
++++ b/src/video/SDL_pixels.c
+@@ -477,7 +477,7 @@ static Uint8 *Map1to1(SDL_Palette *src, SDL_Palette *dst, int *identical)
+ }
+ *identical = 0;
+ }
+- map = (Uint8 *)SDL_malloc(src->ncolors);
++ map = (Uint8 *) SDL_calloc(256, sizeof(Uint8));
+ if ( map == NULL ) {
+ SDL_OutOfMemory();
+ return(NULL);
+@@ -498,7 +498,7 @@ static Uint8 *Map1toN(SDL_PixelFormat *src, SDL_PixelFormat *dst)
+ SDL_Palette *pal = src->palette;
+
+ bpp = ((dst->BytesPerPixel == 3) ? 4 : dst->BytesPerPixel);
+- map = (Uint8 *)SDL_malloc(pal->ncolors*bpp);
++ map = (Uint8 *) SDL_calloc(256, bpp);
+ if ( map == NULL ) {
+ SDL_OutOfMemory();
+ return(NULL);
diff --git a/source/l/sdl/sdl.SlackBuild b/source/l/sdl/sdl.SlackBuild
index 4660aad86..6b1cfb4cf 100755
--- a/source/l/sdl/sdl.SlackBuild
+++ b/source/l/sdl/sdl.SlackBuild
@@ -1,6 +1,6 @@
#!/bin/bash
-# Copyright 2008, 2009, 2010, 2011, 2013, 2016, 2018, 2020 Patrick J. Volkerding, Sebeka, Minnesota, USA
+# Copyright 2008, 2009, 2010, 2011, 2013, 2016, 2018, 2020, 2022 Patrick J. Volkerding, Sebeka, Minnesota, USA
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@@ -30,7 +30,7 @@ NET=${NET:-$(echo SDL_net-*.tar.?z* | rev | cut -f 3- -d . | cut -f 1 -d - | rev
SOUND=${SOUND:-$(echo SDL_sound-*.tar.?z* | rev | cut -f 3- -d . | cut -f 1 -d - | rev)}
TTF=${TTF:-$(echo SDL_ttf-*.tar.?z* | rev | cut -f 3- -d . | cut -f 1 -d - | rev)}
-BUILD=${BUILD:-13}
+BUILD=${BUILD:-14}
# Automatically determine the architecture we're building on:
if [ -z "$ARCH" ]; then
@@ -84,6 +84,7 @@ find . \
zcat $CWD/libsdl-1.2.15-resizing.patch.gz | patch -p1 --verbose || exit 1
zcat $CWD/sdl-1.2.14-fix-mouse-clicking.patch.gz | patch -p1 --verbose || exit 1
+zcat $CWD/CVE-2021-33657.patch.gz | patch -p1 --verbose || exit 1
# We must use --disable-x11-shared or programs linked with SDL will
# crash on machines that use the closed source nVidia drivers.
diff --git a/source/x/x11/build/libSM b/source/x/x11/build/libSM
index 00750edc0..d00491fd7 100644
--- a/source/x/x11/build/libSM
+++ b/source/x/x11/build/libSM
@@ -1 +1 @@
-3
+1
diff --git a/source/x/x11/build/xcb-util b/source/x/x11/build/xcb-util
index 7ed6ff82d..d00491fd7 100644
--- a/source/x/x11/build/xcb-util
+++ b/source/x/x11/build/xcb-util
@@ -1 +1 @@
-5
+1
diff --git a/source/x/x11/build/xdriinfo b/source/x/x11/build/xdriinfo
index b8626c4cf..d00491fd7 100644
--- a/source/x/x11/build/xdriinfo
+++ b/source/x/x11/build/xdriinfo
@@ -1 +1 @@
-4
+1