summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author Patrick J Volkerding <volkerdi@slackware.com>2022-04-26 19:45:46 +0000
committer Eric Hameleers <alien@slackware.com>2022-04-27 06:59:51 +0200
commitee861a17268a54a17b3b321d9a1ff82ed547e606 (patch)
tree023e30445780134e9caadb2d3e8d7b7df8172617
parentf0048b99862439c8f968371f12dade3470e803ab (diff)
downloadcurrent-ee861a17268a54a17b3b321d9a1ff82ed547e606.tar.gz
current-ee861a17268a54a17b3b321d9a1ff82ed547e606.tar.xz
Tue Apr 26 19:45:46 UTC 202220220426194546
a/mkinitrd-1.4.11-x86_64-29.txz: Rebuilt. Support mounting additional partitions from the initrd - useful for anyone still stuck with a separated /usr. ;-) Thanks to PiterPunk. Ensure that the target directory exists before trying to copy a module into it (workaround for coreutils 9.1 behavior change). ap/vim-8.2.4830-x86_64-1.txz: Upgraded. l/SDL2-2.0.22-x86_64-1.txz: Upgraded. l/elfutils-0.187-x86_64-1.txz: Upgraded. l/fluidsynth-2.2.7-x86_64-1.txz: Upgraded. n/gnupg2-2.2.35-x86_64-1.txz: Upgraded. xap/vim-gvim-8.2.4830-x86_64-1.txz: Upgraded. xap/xpdf-4.04-x86_64-1.txz: Upgraded.
-rw-r--r--ChangeLog.rss26
-rw-r--r--ChangeLog.txt14
-rw-r--r--FILELIST.TXT158
-rwxr-xr-xrecompress.sh3
-rw-r--r--source/a/mkinitrd/0006-coreutils-9.1-ensure-target-dir-exists.patch12
-rw-r--r--source/a/mkinitrd/init11
-rw-r--r--source/a/mkinitrd/mkinitrd23
-rw-r--r--source/a/mkinitrd/mkinitrd.810
-rwxr-xr-xsource/a/mkinitrd/mkinitrd.SlackBuild4
-rw-r--r--source/a/mkinitrd/mkinitrd.conf.515
-rw-r--r--source/kde/FTBFSlog3
-rw-r--r--source/kde/kde/patch/digikam.patch2
-rw-r--r--source/kde/kde/patch/digikam/digikam.51efe295a222070743187af0367b0bf957879337.patch28
-rw-r--r--source/l/SDL2/SDL2-2.0.9-khrplatform.patch15
-rwxr-xr-xsource/l/SDL2/SDL2.SlackBuild34
-rw-r--r--source/l/SDL2/SDL2.no-werror-declaration-after-statement.diff18
-rwxr-xr-xsource/n/gnupg2/gnupg2.SlackBuild2
-rwxr-xr-xsource/xap/xpdf/xpdf.SlackBuild4
18 files changed, 259 insertions, 123 deletions
diff --git a/ChangeLog.rss b/ChangeLog.rss
index 6ba4b1814..242ef8932 100644
--- a/ChangeLog.rss
+++ b/ChangeLog.rss
@@ -11,10 +11,32 @@
<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, 25 Apr 2022 20:55:17 GMT</pubDate>
- <lastBuildDate>Tue, 26 Apr 2022 04:59:44 GMT</lastBuildDate>
+ <pubDate>Tue, 26 Apr 2022 19:45:46 GMT</pubDate>
+ <lastBuildDate>Wed, 27 Apr 2022 04:59:50 GMT</lastBuildDate>
<generator>maintain_current_git.sh v 1.17</generator>
<item>
+ <title>Tue, 26 Apr 2022 19:45:46 GMT</title>
+ <pubDate>Tue, 26 Apr 2022 19:45:46 GMT</pubDate>
+ <link>https://git.slackware.nl/current/tag/?h=20220426194546</link>
+ <guid isPermaLink="false">20220426194546</guid>
+ <description>
+ <![CDATA[<pre>
+a/mkinitrd-1.4.11-x86_64-29.txz: Rebuilt.
+ Support mounting additional partitions from the initrd - useful for anyone
+ still stuck with a separated /usr. ;-) Thanks to PiterPunk.
+ Ensure that the target directory exists before trying to copy a module into
+ it (workaround for coreutils 9.1 behavior change).
+ap/vim-8.2.4830-x86_64-1.txz: Upgraded.
+l/SDL2-2.0.22-x86_64-1.txz: Upgraded.
+l/elfutils-0.187-x86_64-1.txz: Upgraded.
+l/fluidsynth-2.2.7-x86_64-1.txz: Upgraded.
+n/gnupg2-2.2.35-x86_64-1.txz: Upgraded.
+xap/vim-gvim-8.2.4830-x86_64-1.txz: Upgraded.
+xap/xpdf-4.04-x86_64-1.txz: Upgraded.
+ </pre>]]>
+ </description>
+ </item>
+ <item>
<title>Mon, 25 Apr 2022 20:55:17 GMT</title>
<pubDate>Mon, 25 Apr 2022 20:55:17 GMT</pubDate>
<link>https://git.slackware.nl/current/tag/?h=20220425205517</link>
diff --git a/ChangeLog.txt b/ChangeLog.txt
index 33dd80b12..b1aa9d8ae 100644
--- a/ChangeLog.txt
+++ b/ChangeLog.txt
@@ -1,3 +1,17 @@
+Tue Apr 26 19:45:46 UTC 2022
+a/mkinitrd-1.4.11-x86_64-29.txz: Rebuilt.
+ Support mounting additional partitions from the initrd - useful for anyone
+ still stuck with a separated /usr. ;-) Thanks to PiterPunk.
+ Ensure that the target directory exists before trying to copy a module into
+ it (workaround for coreutils 9.1 behavior change).
+ap/vim-8.2.4830-x86_64-1.txz: Upgraded.
+l/SDL2-2.0.22-x86_64-1.txz: Upgraded.
+l/elfutils-0.187-x86_64-1.txz: Upgraded.
+l/fluidsynth-2.2.7-x86_64-1.txz: Upgraded.
+n/gnupg2-2.2.35-x86_64-1.txz: Upgraded.
+xap/vim-gvim-8.2.4830-x86_64-1.txz: Upgraded.
+xap/xpdf-4.04-x86_64-1.txz: Upgraded.
++--------------------------+
Mon Apr 25 20:55:17 UTC 2022
a/kernel-firmware-20220425_ac21ab5-noarch-1.txz: Upgraded.
d/meson-0.62.1-x86_64-1.txz: Upgraded.
diff --git a/FILELIST.TXT b/FILELIST.TXT
index 24927c26a..d1bf9d76b 100644
--- a/FILELIST.TXT
+++ b/FILELIST.TXT
@@ -1,20 +1,20 @@
-Mon Apr 25 21:00:24 UTC 2022
+Tue Apr 26 19:48:54 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-04-25 20:55 .
+drwxr-xr-x 12 root root 4096 2022-04-26 19:45 .
-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 1096385 2022-04-22 21:26 ./CHECKSUMS.md5
--rw-r--r-- 1 root root 163 2022-04-22 21:26 ./CHECKSUMS.md5.asc
+-rw-r--r-- 1 root root 1098876 2022-04-25 21:00 ./CHECKSUMS.md5
+-rw-r--r-- 1 root root 163 2022-04-25 21:00 ./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 113840 2022-04-25 20:55 ./ChangeLog.txt
+-rw-r--r-- 1 root root 114504 2022-04-26 19:45 ./ChangeLog.txt
drwxr-xr-x 3 root root 4096 2013-03-20 22:17 ./EFI
drwxr-xr-x 2 root root 4096 2022-04-21 19:10 ./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-04-21 19:10 ./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 1427410 2022-04-22 21:26 ./FILELIST.TXT
+-rw-r--r-- 1 root root 1430508 2022-04-25 21:00 ./FILELIST.TXT
-rw-r--r-- 1 root root 1572 2012-08-29 18:27 ./GPG-KEY
--rw-r--r-- 1 root root 866097 2022-04-25 20:59 ./PACKAGES.TXT
+-rw-r--r-- 1 root root 866097 2022-04-26 19:48 ./PACKAGES.TXT
-rw-r--r-- 1 root root 8034 2022-02-02 03:36 ./README.TXT
-rw-r--r-- 1 root root 3629 2022-04-21 18:54 ./README.initrd
-rw-r--r-- 1 root root 34162 2022-01-30 20:35 ./README_CRYPT.TXT
@@ -744,13 +744,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-04-25 20:59 ./slackware64
--rw-r--r-- 1 root root 337866 2022-04-25 20:59 ./slackware64/CHECKSUMS.md5
--rw-r--r-- 1 root root 163 2022-04-25 20:59 ./slackware64/CHECKSUMS.md5.asc
--rw-r--r-- 1 root root 419021 2022-04-25 20:59 ./slackware64/FILE_LIST
--rw-r--r-- 1 root root 4243393 2022-04-25 20:59 ./slackware64/MANIFEST.bz2
+drwxr-xr-x 17 root root 4096 2022-04-26 19:48 ./slackware64
+-rw-r--r-- 1 root root 337866 2022-04-26 19:48 ./slackware64/CHECKSUMS.md5
+-rw-r--r-- 1 root root 163 2022-04-26 19:48 ./slackware64/CHECKSUMS.md5.asc
+-rw-r--r-- 1 root root 419021 2022-04-26 19:47 ./slackware64/FILE_LIST
+-rw-r--r-- 1 root root 4236539 2022-04-26 19: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-04-25 20:58 ./slackware64/a
+drwxr-xr-x 2 root root 32768 2022-04-26 19: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
@@ -980,9 +980,9 @@ drwxr-xr-x 2 root root 32768 2022-04-25 20:58 ./slackware64/a
-rw-r--r-- 1 root root 378 2021-02-13 11:11 ./slackware64/a/minicom-2.8-x86_64-3.txt
-rw-r--r-- 1 root root 313728 2021-02-13 11:11 ./slackware64/a/minicom-2.8-x86_64-3.txz
-rw-r--r-- 1 root root 163 2021-02-13 11:11 ./slackware64/a/minicom-2.8-x86_64-3.txz.asc
--rw-r--r-- 1 root root 527 2022-01-26 20:33 ./slackware64/a/mkinitrd-1.4.11-x86_64-28.txt
--rw-r--r-- 1 root root 619640 2022-01-26 20:33 ./slackware64/a/mkinitrd-1.4.11-x86_64-28.txz
--rw-r--r-- 1 root root 163 2022-01-26 20:33 ./slackware64/a/mkinitrd-1.4.11-x86_64-28.txz.asc
+-rw-r--r-- 1 root root 527 2022-04-26 19:15 ./slackware64/a/mkinitrd-1.4.11-x86_64-29.txt
+-rw-r--r-- 1 root root 619808 2022-04-26 19:15 ./slackware64/a/mkinitrd-1.4.11-x86_64-29.txz
+-rw-r--r-- 1 root root 163 2022-04-26 19:15 ./slackware64/a/mkinitrd-1.4.11-x86_64-29.txz.asc
-rw-r--r-- 1 root root 668 2021-02-13 11:11 ./slackware64/a/mlocate-0.26-x86_64-4.txt
-rw-r--r-- 1 root root 106260 2021-02-13 11:11 ./slackware64/a/mlocate-0.26-x86_64-4.txz
-rw-r--r-- 1 root root 163 2021-02-13 11:11 ./slackware64/a/mlocate-0.26-x86_64-4.txz.asc
@@ -1131,7 +1131,7 @@ drwxr-xr-x 2 root root 32768 2022-04-25 20:58 ./slackware64/a
-rw-r--r-- 1 root root 540 2021-02-13 11:22 ./slackware64/a/zoo-2.10_22-x86_64-4.txt
-rw-r--r-- 1 root root 56160 2021-02-13 11:22 ./slackware64/a/zoo-2.10_22-x86_64-4.txz
-rw-r--r-- 1 root root 163 2021-02-13 11:22 ./slackware64/a/zoo-2.10_22-x86_64-4.txz.asc
-drwxr-xr-x 2 root root 20480 2022-04-15 20:04 ./slackware64/ap
+drwxr-xr-x 2 root root 20480 2022-04-26 19:47 ./slackware64/ap
-rw-r--r-- 1 root root 291 2021-02-13 11:23 ./slackware64/ap/a2ps-4.14-x86_64-9.txt
-rw-r--r-- 1 root root 703580 2021-02-13 11:23 ./slackware64/ap/a2ps-4.14-x86_64-9.txz
-rw-r--r-- 1 root root 163 2021-02-13 11:23 ./slackware64/ap/a2ps-4.14-x86_64-9.txz.asc
@@ -1371,9 +1371,9 @@ drwxr-xr-x 2 root root 20480 2022-04-15 20:04 ./slackware64/ap
-rw-r--r-- 1 root root 375 2021-02-13 11:46 ./slackware64/ap/vbetool-1.2.2-x86_64-4.txt
-rw-r--r-- 1 root root 14756 2021-02-13 11:46 ./slackware64/ap/vbetool-1.2.2-x86_64-4.txz
-rw-r--r-- 1 root root 163 2021-02-13 11:46 ./slackware64/ap/vbetool-1.2.2-x86_64-4.txz.asc
--rw-r--r-- 1 root root 383 2022-03-30 18:18 ./slackware64/ap/vim-8.2.4649-x86_64-1.txt
--rw-r--r-- 1 root root 8141232 2022-03-30 18:18 ./slackware64/ap/vim-8.2.4649-x86_64-1.txz
--rw-r--r-- 1 root root 163 2022-03-30 18:18 ./slackware64/ap/vim-8.2.4649-x86_64-1.txz.asc
+-rw-r--r-- 1 root root 383 2022-04-26 18:17 ./slackware64/ap/vim-8.2.4830-x86_64-1.txt
+-rw-r--r-- 1 root root 8159220 2022-04-26 18:17 ./slackware64/ap/vim-8.2.4830-x86_64-1.txz
+-rw-r--r-- 1 root root 163 2022-04-26 18:17 ./slackware64/ap/vim-8.2.4830-x86_64-1.txz.asc
-rw-r--r-- 1 root root 604 2021-02-13 11:47 ./slackware64/ap/vorbis-tools-1.4.2-x86_64-2.txt
-rw-r--r-- 1 root root 179076 2021-02-13 11:47 ./slackware64/ap/vorbis-tools-1.4.2-x86_64-2.txz
-rw-r--r-- 1 root root 163 2021-02-13 11:47 ./slackware64/ap/vorbis-tools-1.4.2-x86_64-2.txz.asc
@@ -2745,7 +2745,7 @@ drwxr-xr-x 2 root root 86016 2022-04-22 21:24 ./slackware64/kde
-rw-r--r-- 1 root root 296 2022-04-22 18:16 ./slackware64/kde/zeroconf-ioslave-22.04.0-x86_64-1.txt
-rw-r--r-- 1 root root 50664 2022-04-22 18:16 ./slackware64/kde/zeroconf-ioslave-22.04.0-x86_64-1.txz
-rw-r--r-- 1 root root 163 2022-04-22 18:16 ./slackware64/kde/zeroconf-ioslave-22.04.0-x86_64-1.txz.asc
-drwxr-xr-x 2 root root 86016 2022-04-25 20:58 ./slackware64/l
+drwxr-xr-x 2 root root 86016 2022-04-26 19:47 ./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
@@ -2767,9 +2767,9 @@ drwxr-xr-x 2 root root 86016 2022-04-25 20:58 ./slackware64/l
-rw-r--r-- 1 root root 248 2021-10-10 21:46 ./slackware64/l/QtAV-20210414_305e5404-x86_64-1.txt
-rw-r--r-- 1 root root 918264 2021-10-10 21:46 ./slackware64/l/QtAV-20210414_305e5404-x86_64-1.txz
-rw-r--r-- 1 root root 163 2021-10-10 21:46 ./slackware64/l/QtAV-20210414_305e5404-x86_64-1.txz.asc
--rw-r--r-- 1 root root 377 2022-01-11 20:50 ./slackware64/l/SDL2-2.0.20-x86_64-1.txt
--rw-r--r-- 1 root root 820596 2022-01-11 20:50 ./slackware64/l/SDL2-2.0.20-x86_64-1.txz
--rw-r--r-- 1 root root 163 2022-01-11 20:50 ./slackware64/l/SDL2-2.0.20-x86_64-1.txz.asc
+-rw-r--r-- 1 root root 377 2022-04-26 18:16 ./slackware64/l/SDL2-2.0.22-x86_64-1.txt
+-rw-r--r-- 1 root root 808592 2022-04-26 18:16 ./slackware64/l/SDL2-2.0.22-x86_64-1.txz
+-rw-r--r-- 1 root root 163 2022-04-26 18:16 ./slackware64/l/SDL2-2.0.22-x86_64-1.txz.asc
-rw-r--r-- 1 root root 325 2021-02-13 06:10 ./slackware64/l/SDL2_gfx-1.0.4-x86_64-3.txt
-rw-r--r-- 1 root root 31184 2021-02-13 06:10 ./slackware64/l/SDL2_gfx-1.0.4-x86_64-3.txz
-rw-r--r-- 1 root root 163 2021-02-13 06:10 ./slackware64/l/SDL2_gfx-1.0.4-x86_64-3.txz.asc
@@ -2902,9 +2902,9 @@ drwxr-xr-x 2 root root 86016 2022-04-25 20:58 ./slackware64/l
-rw-r--r-- 1 root root 265 2021-10-03 22:46 ./slackware64/l/eigen3-3.4.0-x86_64-1.txt
-rw-r--r-- 1 root root 1035096 2021-10-03 22:46 ./slackware64/l/eigen3-3.4.0-x86_64-1.txz
-rw-r--r-- 1 root root 163 2021-10-03 22:46 ./slackware64/l/eigen3-3.4.0-x86_64-1.txz.asc
--rw-r--r-- 1 root root 527 2021-11-11 16:19 ./slackware64/l/elfutils-0.186-x86_64-1.txt
--rw-r--r-- 1 root root 878564 2021-11-11 16:19 ./slackware64/l/elfutils-0.186-x86_64-1.txz
--rw-r--r-- 1 root root 163 2021-11-11 16:19 ./slackware64/l/elfutils-0.186-x86_64-1.txz.asc
+-rw-r--r-- 1 root root 527 2022-04-26 17:49 ./slackware64/l/elfutils-0.187-x86_64-1.txt
+-rw-r--r-- 1 root root 881216 2022-04-26 17:49 ./slackware64/l/elfutils-0.187-x86_64-1.txz
+-rw-r--r-- 1 root root 163 2022-04-26 17:49 ./slackware64/l/elfutils-0.187-x86_64-1.txz.asc
-rw-r--r-- 1 root root 343 2022-04-17 18:34 ./slackware64/l/enchant-2.3.3-x86_64-1.txt
-rw-r--r-- 1 root root 52564 2022-04-17 18:34 ./slackware64/l/enchant-2.3.3-x86_64-1.txz
-rw-r--r-- 1 root root 163 2022-04-17 18:34 ./slackware64/l/enchant-2.3.3-x86_64-1.txz.asc
@@ -2929,9 +2929,9 @@ drwxr-xr-x 2 root root 86016 2022-04-25 20:58 ./slackware64/l
-rw-r--r-- 1 root root 502 2021-09-17 03:12 ./slackware64/l/fftw-3.3.10-x86_64-1.txt
-rw-r--r-- 1 root root 2430516 2021-09-17 03:12 ./slackware64/l/fftw-3.3.10-x86_64-1.txz
-rw-r--r-- 1 root root 163 2021-09-17 03:12 ./slackware64/l/fftw-3.3.10-x86_64-1.txz.asc
--rw-r--r-- 1 root root 475 2022-03-27 19:41 ./slackware64/l/fluidsynth-2.2.6-x86_64-1.txt
--rw-r--r-- 1 root root 228900 2022-03-27 19:41 ./slackware64/l/fluidsynth-2.2.6-x86_64-1.txz
--rw-r--r-- 1 root root 163 2022-03-27 19:41 ./slackware64/l/fluidsynth-2.2.6-x86_64-1.txz.asc
+-rw-r--r-- 1 root root 475 2022-04-26 19:18 ./slackware64/l/fluidsynth-2.2.7-x86_64-1.txt
+-rw-r--r-- 1 root root 228988 2022-04-26 19:18 ./slackware64/l/fluidsynth-2.2.7-x86_64-1.txz
+-rw-r--r-- 1 root root 163 2022-04-26 19:18 ./slackware64/l/fluidsynth-2.2.7-x86_64-1.txz.asc
-rw-r--r-- 1 root root 477 2021-10-12 20:21 ./slackware64/l/freecell-solver-6.6.0-x86_64-1.txt
-rw-r--r-- 1 root root 189420 2021-10-12 20:21 ./slackware64/l/freecell-solver-6.6.0-x86_64-1.txz
-rw-r--r-- 1 root root 163 2021-10-12 20:21 ./slackware64/l/freecell-solver-6.6.0-x86_64-1.txz.asc
@@ -3888,7 +3888,7 @@ drwxr-xr-x 2 root root 86016 2022-04-25 20:58 ./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 32768 2022-04-25 20:58 ./slackware64/n
+drwxr-xr-x 2 root root 32768 2022-04-26 19:47 ./slackware64/n
-rw-r--r-- 1 root root 357 2022-02-11 19:23 ./slackware64/n/ModemManager-1.18.6-x86_64-1.txt
-rw-r--r-- 1 root root 2132292 2022-02-11 19:23 ./slackware64/n/ModemManager-1.18.6-x86_64-1.txz
-rw-r--r-- 1 root root 163 2022-02-11 19:23 ./slackware64/n/ModemManager-1.18.6-x86_64-1.txz.asc
@@ -3982,9 +3982,9 @@ drwxr-xr-x 2 root root 32768 2022-04-25 20:58 ./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-03-06 20:03 ./slackware64/n/gnupg2-2.2.34-x86_64-2.txt
--rw-r--r-- 1 root root 2366520 2022-03-06 20:03 ./slackware64/n/gnupg2-2.2.34-x86_64-2.txz
--rw-r--r-- 1 root root 163 2022-03-06 20:03 ./slackware64/n/gnupg2-2.2.34-x86_64-2.txz.asc
+-rw-r--r-- 1 root root 598 2022-04-26 17:51 ./slackware64/n/gnupg2-2.2.35-x86_64-1.txt
+-rw-r--r-- 1 root root 2369456 2022-04-26 17:51 ./slackware64/n/gnupg2-2.2.35-x86_64-1.txz
+-rw-r--r-- 1 root root 163 2022-04-26 17:51 ./slackware64/n/gnupg2-2.2.35-x86_64-1.txz.asc
-rw-r--r-- 1 root root 492 2022-03-18 19:22 ./slackware64/n/gnutls-3.7.4-x86_64-1.txt
-rw-r--r-- 1 root root 2823808 2022-03-18 19:22 ./slackware64/n/gnutls-3.7.4-x86_64-1.txz
-rw-r--r-- 1 root root 163 2022-03-18 19:22 ./slackware64/n/gnutls-3.7.4-x86_64-1.txz.asc
@@ -5349,7 +5349,7 @@ drwxr-xr-x 2 root root 65536 2022-04-25 20:58 ./slackware64/x
-rw-r--r-- 1 root root 213 2021-02-13 13:14 ./slackware64/x/xwud-1.0.5-x86_64-4.txt
-rw-r--r-- 1 root root 25428 2021-02-13 13:14 ./slackware64/x/xwud-1.0.5-x86_64-4.txz
-rw-r--r-- 1 root root 163 2021-02-13 13:14 ./slackware64/x/xwud-1.0.5-x86_64-4.txz.asc
-drwxr-xr-x 2 root root 16384 2022-04-25 20:58 ./slackware64/xap
+drwxr-xr-x 2 root root 16384 2022-04-26 19:47 ./slackware64/xap
-rw-r--r-- 1 root root 625 2021-04-18 18:11 ./slackware64/xap/MPlayer-20210418-x86_64-1.txt
-rw-r--r-- 1 root root 2738724 2021-04-18 18:11 ./slackware64/xap/MPlayer-20210418-x86_64-1.txz
-rw-r--r-- 1 root root 163 2021-04-18 18:11 ./slackware64/xap/MPlayer-20210418-x86_64-1.txz.asc
@@ -5463,9 +5463,9 @@ drwxr-xr-x 2 root root 16384 2022-04-25 20:58 ./slackware64/xap
-rw-r--r-- 1 root root 1340972 2021-09-03 02:17 ./slackware64/xap/ssr-0.4.3-x86_64-1.txz
-rw-r--r-- 1 root root 163 2021-09-03 02:17 ./slackware64/xap/ssr-0.4.3-x86_64-1.txz.asc
-rw-r--r-- 1 root root 676 2021-09-23 19:13 ./slackware64/xap/tagfile
--rw-r--r-- 1 root root 503 2022-03-30 18:19 ./slackware64/xap/vim-gvim-8.2.4649-x86_64-1.txt
--rw-r--r-- 1 root root 1660588 2022-03-30 18:19 ./slackware64/xap/vim-gvim-8.2.4649-x86_64-1.txz
--rw-r--r-- 1 root root 163 2022-03-30 18:19 ./slackware64/xap/vim-gvim-8.2.4649-x86_64-1.txz.asc
+-rw-r--r-- 1 root root 503 2022-04-26 18:18 ./slackware64/xap/vim-gvim-8.2.4830-x86_64-1.txt
+-rw-r--r-- 1 root root 1665884 2022-04-26 18:18 ./slackware64/xap/vim-gvim-8.2.4830-x86_64-1.txz
+-rw-r--r-- 1 root root 163 2022-04-26 18:18 ./slackware64/xap/vim-gvim-8.2.4830-x86_64-1.txz.asc
-rw-r--r-- 1 root root 455 2021-02-13 13:43 ./slackware64/xap/windowmaker-0.95.9-x86_64-3.txt
-rw-r--r-- 1 root root 1761052 2021-02-13 13:43 ./slackware64/xap/windowmaker-0.95.9-x86_64-3.txz
-rw-r--r-- 1 root root 163 2021-02-13 13:43 ./slackware64/xap/windowmaker-0.95.9-x86_64-3.txz.asc
@@ -5496,9 +5496,9 @@ drwxr-xr-x 2 root root 16384 2022-04-25 20:58 ./slackware64/xap
-rw-r--r-- 1 root root 443 2021-10-07 04:41 ./slackware64/xap/xpaint-3.1.4-x86_64-1.txt
-rw-r--r-- 1 root root 846392 2021-10-07 04:41 ./slackware64/xap/xpaint-3.1.4-x86_64-1.txz
-rw-r--r-- 1 root root 163 2021-10-07 04:41 ./slackware64/xap/xpaint-3.1.4-x86_64-1.txz.asc
--rw-r--r-- 1 root root 188 2021-09-25 18:40 ./slackware64/xap/xpdf-4.03-x86_64-3.txt
--rw-r--r-- 1 root root 2480168 2021-09-25 18:40 ./slackware64/xap/xpdf-4.03-x86_64-3.txz
--rw-r--r-- 1 root root 163 2021-09-25 18:40 ./slackware64/xap/xpdf-4.03-x86_64-3.txz.asc
+-rw-r--r-- 1 root root 188 2022-04-26 18:19 ./slackware64/xap/xpdf-4.04-x86_64-1.txt
+-rw-r--r-- 1 root root 2516660 2022-04-26 18:19 ./slackware64/xap/xpdf-4.04-x86_64-1.txz
+-rw-r--r-- 1 root root 163 2022-04-26 18:19 ./slackware64/xap/xpdf-4.04-x86_64-1.txz.asc
-rw-r--r-- 1 root root 498 2021-02-13 13:46 ./slackware64/xap/xsane-0.999-x86_64-5.txt
-rw-r--r-- 1 root root 1636864 2021-02-13 13:46 ./slackware64/xap/xsane-0.999-x86_64-5.txz
-rw-r--r-- 1 root root 163 2021-02-13 13:46 ./slackware64/xap/xsane-0.999-x86_64-5.txz.asc
@@ -5616,13 +5616,13 @@ 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-04-25 21:00 ./source
--rw-r--r-- 1 root root 583355 2022-04-25 21:00 ./source/CHECKSUMS.md5
--rw-r--r-- 1 root root 163 2022-04-25 21:00 ./source/CHECKSUMS.md5.asc
--rw-r--r-- 1 root root 812180 2022-04-25 20:59 ./source/FILE_LIST
--rw-r--r-- 1 root root 23604178 2022-04-25 20:59 ./source/MANIFEST.bz2
+drwxr-xr-x 18 root root 4096 2022-04-26 19:48 ./source
+-rw-r--r-- 1 root root 583651 2022-04-26 19:48 ./source/CHECKSUMS.md5
+-rw-r--r-- 1 root root 163 2022-04-26 19:48 ./source/CHECKSUMS.md5.asc
+-rw-r--r-- 1 root root 812599 2022-04-26 19:48 ./source/FILE_LIST
+-rw-r--r-- 1 root root 23604357 2022-04-26 19:48 ./source/MANIFEST.bz2
-rw-r--r-- 1 root root 828 2022-02-02 04:43 ./source/README.TXT
-drwxr-xr-x 122 root root 4096 2022-04-11 18:37 ./source/a
+drwxr-xr-x 122 root root 4096 2022-04-26 19:14 ./source/a
-rw-r--r-- 1 root root 111 2022-02-07 20:58 ./source/a/FTBFSlog
drwxr-xr-x 2 root root 4096 2022-02-15 18:15 ./source/a/aaa_base
-rw-r--r-- 1 root root 11041 2022-02-15 04:49 ./source/a/aaa_base/_aaa_base.tar.gz
@@ -6242,24 +6242,25 @@ drwxr-xr-x 2 root root 4096 2021-02-13 05:31 ./source/a/minicom
-rwxr-xr-x 1 root root 5333 2021-02-13 05:31 ./source/a/minicom/minicom.SlackBuild
-rw-r--r-- 1 root root 570 2004-09-04 21:17 ./source/a/minicom/minicom.users.gz
-rw-r--r-- 1 root root 833 2020-07-25 17:50 ./source/a/minicom/slack-desc
-drwxr-xr-x 2 root root 4096 2022-01-26 20:32 ./source/a/mkinitrd
+drwxr-xr-x 2 root root 4096 2022-04-26 19:12 ./source/a/mkinitrd
-rw-r--r-- 1 root root 468 2019-12-15 18:10 ./source/a/mkinitrd/0001-Fix-LUKSTRIM-with-C-T-and-UUID.patch.gz
-rw-r--r-- 1 root root 420 2021-07-16 18:07 ./source/a/mkinitrd/0002-bail-if-temp-dir-is-not-created.patch.gz
-rw-r--r-- 1 root root 217 2021-10-12 18:52 ./source/a/mkinitrd/0003-blacklist.40-usb_modeswitch.rules.patch.gz
-rw-r--r-- 1 root root 498 2022-01-25 03:31 ./source/a/mkinitrd/0004-check-if-BASEDEV-is-a-partition-of-a-RAID-volume.patch.gz
-rw-r--r-- 1 root root 342 2022-01-26 20:32 ./source/a/mkinitrd/0005-support-modules-compressed-with-xz.patch.gz
+-rw-r--r-- 1 root root 349 2022-04-26 19:01 ./source/a/mkinitrd/0006-coreutils-9.1-ensure-target-dir-exists.patch.gz
-rw-r--r-- 1 root root 3752 2012-06-12 13:27 ./source/a/mkinitrd/README.initrd
-rw-r--r-- 1 root root 2699 2012-07-06 04:14 ./source/a/mkinitrd/_initrd-tree.tar.gz
-rw-r--r-- 1 root root 2444679 2021-01-01 13:27 ./source/a/mkinitrd/busybox-1.32.1.tar.bz2
-rw-r--r-- 1 root root 121 2021-01-01 13:27 ./source/a/mkinitrd/busybox-1.32.1.tar.bz2.sig
-rw-r--r-- 1 root root 29097 2021-01-17 19:37 ./source/a/mkinitrd/busybox-dot-config
-rw-r--r-- 1 root root 1678 2019-01-23 20:47 ./source/a/mkinitrd/geninitrd
--rw-r--r-- 1 root root 12440 2018-04-18 18:55 ./source/a/mkinitrd/init
+-rw-r--r-- 1 root root 12735 2022-04-26 19:12 ./source/a/mkinitrd/init
-rw-r--r-- 1 root root 29903 2009-12-18 05:10 ./source/a/mkinitrd/keymaps.tar.gz
--rw-r--r-- 1 root root 28101 2021-04-27 18:53 ./source/a/mkinitrd/mkinitrd
--rw-r--r-- 1 root root 9289 2019-08-14 05:04 ./source/a/mkinitrd/mkinitrd.8
--rwxr-xr-x 1 root root 6839 2022-01-26 20:32 ./source/a/mkinitrd/mkinitrd.SlackBuild
--rw-r--r-- 1 root root 7109 2018-04-18 18:46 ./source/a/mkinitrd/mkinitrd.conf.5
+-rw-r--r-- 1 root root 28806 2022-04-26 19:13 ./source/a/mkinitrd/mkinitrd
+-rw-r--r-- 1 root root 9549 2022-04-26 19:12 ./source/a/mkinitrd/mkinitrd.8
+-rwxr-xr-x 1 root root 7056 2022-04-26 19:12 ./source/a/mkinitrd/mkinitrd.SlackBuild
+-rw-r--r-- 1 root root 7449 2022-04-26 19:12 ./source/a/mkinitrd/mkinitrd.conf.5
-rw-r--r-- 1 root root 529 2017-06-29 16:52 ./source/a/mkinitrd/mkinitrd.conf.sample
-rw-r--r-- 1 root root 535 2020-04-26 23:53 ./source/a/mkinitrd/mkinitrd.tempfile.to.mktemp.patch.gz
-rw-r--r-- 1 root root 5693 2019-03-03 21:16 ./source/a/mkinitrd/mkinitrd_command_generator.8
@@ -7280,13 +7281,13 @@ drwxr-xr-x 2 root root 4096 2021-02-13 05:31 ./source/ap/vbetool
-rw-r--r-- 1 root root 24915 2015-12-20 20:37 ./source/ap/vbetool/vbetool-1.2.2.tar.gz
-rwxr-xr-x 1 root root 3202 2021-02-13 05:31 ./source/ap/vbetool/vbetool.SlackBuild
-rw-r--r-- 1 root root 129 2008-11-24 18:23 ./source/ap/vbetool/vbetool.info
-drwxr-xr-x 2 root root 4096 2022-03-30 18:18 ./source/ap/vim
+drwxr-xr-x 2 root root 4096 2022-04-26 18:17 ./source/ap/vim
-rw-r--r-- 1 root root 299348 2009-07-09 22:03 ./source/ap/vim/ctags-5.8.tar.xz
-rw-r--r-- 1 root root 2768 2022-02-12 08:11 ./source/ap/vim/ctags.use-conventional-unused-marker.patch.gz
-rw-r--r-- 1 root root 8249 2006-01-19 17:01 ./source/ap/vim/gvim.png
-rw-r--r-- 1 root root 834 2018-02-27 06:13 ./source/ap/vim/slack-desc.vim
-rw-r--r-- 1 root root 959 2018-03-15 02:41 ./source/ap/vim/slack-desc.vim-gvim
--rw-r--r-- 1 root root 10400559 2022-03-30 18:17 ./source/ap/vim/vim-8.2.4649.tar.lz
+-rw-r--r-- 1 root root 10409632 2022-04-26 18:16 ./source/ap/vim/vim-8.2.4830.tar.lz
-rwxr-xr-x 1 root root 6360 2021-05-27 18:24 ./source/ap/vim/vim-gvim.SlackBuild
-rwxr-xr-x 1 root root 7924 2022-02-16 19:28 ./source/ap/vim/vim.SlackBuild
-rw-r--r-- 1 root root 283 2019-01-11 20:43 ./source/ap/vim/vim.vimrc.diff.gz
@@ -7832,7 +7833,7 @@ drwxr-xr-x 2 root root 4096 2018-03-05 18:29 ./source/k/slack-desc
-rw-r--r-- 2 root root 778 2018-02-27 06:16 ./source/k/slack-desc/slack-desc.kernel-source.vanilla
-rw-r--r-- 1 root root 1000 2018-03-05 08:27 ./source/k/slack-desc/slack-desc.kernel-template
drwxr-xr-x 4 root root 4096 2021-01-17 23:28 ./source/kde
--rw-r--r-- 1 root root 111 2022-02-07 20:58 ./source/kde/FTBFSlog
+-rw-r--r-- 1 root root 244 2022-04-26 19:35 ./source/kde/FTBFSlog
drwxr-xr-x 2 root root 4096 2020-12-12 00:05 ./source/kde/kcm-fcitx
-rw-r--r-- 1 root root 754 2020-12-11 21:29 ./source/kde/kcm-fcitx/destroy-erroroverlay-with-base-widget.patch.gz
-rw-r--r-- 1 root root 120 2013-11-22 19:47 ./source/kde/kcm-fcitx/doinst.sh.gz
@@ -8373,7 +8374,7 @@ drwxr-xr-x 2 root root 4096 2021-02-04 19:30 ./source/kde/kde/modules
-rw-r--r-- 1 root root 44 2016-04-11 07:39 ./source/kde/kde/nomake
drwxr-xr-x 2 root root 4096 2017-10-30 11:32 ./source/kde/kde/nostrip
-rw-r--r-- 1 root root 237 2017-10-24 13:23 ./source/kde/kde/package-blacklist
-drwxr-xr-x 23 root root 4096 2022-04-11 18:58 ./source/kde/kde/patch
+drwxr-xr-x 24 root root 4096 2022-04-26 19:34 ./source/kde/kde/patch
-rw-r--r-- 1 root root 328 2011-07-28 17:38 ./source/kde/kde/patch/README
drwxr-xr-x 2 root root 4096 2020-07-29 17:52 ./source/kde/kde/patch/baloo
-rw-r--r-- 1 root root 189 2020-11-02 01:05 ./source/kde/kde/patch/baloo.patch
@@ -8383,6 +8384,9 @@ drwxr-xr-x 2 root root 4096 2021-08-05 17:56 ./source/kde/kde/patch/calli
-rw-r--r-- 1 root root 2490 2021-08-01 17:50 ./source/kde/kde/patch/calligra/0053-Partial-update-of-Commit-62f51070-to-make-it-compile.patch
-rw-r--r-- 1 root root 1519 2021-08-01 17:50 ./source/kde/kde/patch/calligra/calligra-gcc11.patch
-rw-r--r-- 1 root root 748 2021-02-02 00:51 ./source/kde/kde/patch/calligra/calligragemini_fix_blank_page_without_libgit2.patch
+drwxr-xr-x 2 root root 4096 2022-04-26 19:33 ./source/kde/kde/patch/digikam
+-rw-r--r-- 1 root root 209 2022-04-26 19:34 ./source/kde/kde/patch/digikam.patch
+-rw-r--r-- 1 root root 906 2022-04-26 19:25 ./source/kde/kde/patch/digikam/digikam.51efe295a222070743187af0367b0bf957879337.patch
drwxr-xr-x 2 root root 4096 2022-04-22 07:05 ./source/kde/kde/patch/dolphin
-rw-r--r-- 1 root root 204 2020-07-19 02:10 ./source/kde/kde/patch/dolphin.patch
-rw-r--r-- 1 root root 856 2022-04-22 07:05 ./source/kde/kde/patch/dolphin/dolphin_revert_noroot.patch
@@ -9748,10 +9752,10 @@ drwxr-xr-x 2 root root 4096 2021-10-10 21:45 ./source/l/QtAV
-rw-r--r-- 1 root root 120 2020-09-29 04:56 ./source/l/QtAV/doinst.sh.gz
-rwxr-xr-x 1 root root 2064 2020-09-29 04:34 ./source/l/QtAV/fetch-QtAV.sh
-rw-r--r-- 1 root root 700 2020-11-01 20:04 ./source/l/QtAV/slack-desc
-drwxr-xr-x 2 root root 4096 2022-01-11 20:48 ./source/l/SDL2
--rw-r--r-- 1 root root 4962245 2022-01-11 00:52 ./source/l/SDL2/SDL2-2.0.20.tar.lz
--rw-r--r-- 1 root root 346 2020-03-10 17:38 ./source/l/SDL2/SDL2-2.0.9-khrplatform.patch.gz
--rwxr-xr-x 1 root root 4740 2022-01-11 20:48 ./source/l/SDL2/SDL2.SlackBuild
+drwxr-xr-x 2 root root 4096 2022-04-26 18:13 ./source/l/SDL2
+-rw-r--r-- 1 root root 4984314 2022-04-25 18:18 ./source/l/SDL2/SDL2-2.0.22.tar.lz
+-rwxr-xr-x 1 root root 4764 2022-04-26 18:13 ./source/l/SDL2/SDL2.SlackBuild
+-rw-r--r-- 1 root root 363 2022-04-26 18:12 ./source/l/SDL2/SDL2.no-werror-declaration-after-statement.diff.gz
-rw-r--r-- 1 root root 861 2018-02-27 06:12 ./source/l/SDL2/slack-desc
drwxr-xr-x 2 root root 4096 2021-02-13 05:31 ./source/l/SDL2_gfx
-rw-r--r-- 1 root root 706914 2018-03-17 03:09 ./source/l/SDL2_gfx/SDL2_gfx-1.0.4.tar.lz
@@ -9973,8 +9977,8 @@ drwxr-xr-x 2 root root 4096 2021-10-03 22:45 ./source/l/eigen3
-rw-rw-r-- 1 root root 1774728 2021-08-18 20:41 ./source/l/eigen3/eigen-3.4.0.tar.lz
-rwxr-xr-x 1 root root 3477 2021-10-03 22:45 ./source/l/eigen3/eigen3.SlackBuild
-rw-r--r-- 1 root root 751 2020-11-01 20:04 ./source/l/eigen3/slack-desc
-drwxr-xr-x 2 root root 4096 2021-11-11 16:19 ./source/l/elfutils
--rw-r--r-- 1 root root 8611054 2021-11-10 22:28 ./source/l/elfutils/elfutils-0.186.tar.lz
+drwxr-xr-x 2 root root 4096 2022-04-26 17:48 ./source/l/elfutils
+-rw-r--r-- 1 root root 8618335 2022-04-25 21:03 ./source/l/elfutils/elfutils-0.187.tar.lz
-rwxr-xr-x 1 root root 4678 2021-05-11 18:27 ./source/l/elfutils/elfutils.SlackBuild
-rw-r--r-- 1 root root 983 2020-11-01 18:17 ./source/l/elfutils/slack-desc
drwxr-xr-x 2 root root 4096 2022-04-17 18:34 ./source/l/enchant
@@ -10023,9 +10027,9 @@ drwxr-xr-x 2 root root 4096 2021-09-17 03:10 ./source/l/fftw
-rw-r--r-- 1 root root 2334329 2021-09-15 13:42 ./source/l/fftw/fftw-3.3.10.tar.lz
-rwxr-xr-x 1 root root 5221 2021-09-17 03:10 ./source/l/fftw/fftw.SlackBuild
-rw-r--r-- 1 root root 954 2018-02-27 06:12 ./source/l/fftw/slack-desc
-drwxr-xr-x 2 root root 4096 2022-03-27 19:40 ./source/l/fluidsynth
+drwxr-xr-x 2 root root 4096 2022-04-26 18:12 ./source/l/fluidsynth
-rw-r--r-- 1 root root 176 2021-07-13 19:03 ./source/l/fluidsynth/doinst.sh.gz
--rw-r--r-- 1 root root 1505939 2022-03-19 11:49 ./source/l/fluidsynth/fluidsynth-2.2.6.tar.lz
+-rw-r--r-- 1 root root 1506190 2022-04-25 18:18 ./source/l/fluidsynth/fluidsynth-2.2.7.tar.lz
-rwxr-xr-x 1 root root 4514 2021-07-13 19:04 ./source/l/fluidsynth/fluidsynth.SlackBuild
-rw-r--r-- 1 root root 45 2018-02-23 19:31 ./source/l/fluidsynth/fluidsynth.url
-rw-r--r-- 1 root root 965 2018-02-27 06:12 ./source/l/fluidsynth/slack-desc
@@ -11955,12 +11959,12 @@ drwxr-xr-x 2 root root 4096 2022-03-06 19:58 ./source/n/cyrus-sasl
-rw-r--r-- 1 root root 584 2020-11-30 19:09 ./source/n/cyrus-sasl/rc.saslauthd.gz
-rw-r--r-- 1 root root 831 2018-02-27 06:13 ./source/n/cyrus-sasl/slack-desc
drwxr-xr-x 2 root root 4096 2021-04-18 18:03 ./source/n/daemon
--rw-r--r-- 1 root root 297884 2021-03-04 16:12 ./source/n/daemon/daemon-0.8.tar.lz
--rwxr-xr-x 1 root root 3821 2021-04-18 18:01 ./source/n/daemon/daemon.SlackBuild
--rw-r--r-- 1 root root 271 2021-04-18 18:02 ./source/n/daemon/doinst.sh.gz
--rw-r--r-- 1 root root 911 2021-04-18 18:02 ./source/n/daemon/slack-desc
-drwxr-xr-x 2 root root 4096 2021-02-13 05:32 ./source/n/dehydrated
--rw-r--r-- 1 root root 78906 2020-12-10 15:54 ./source/n/dehydrated/dehydrated-0.7.0.tar.lz
+-rw-r--r-- 1 root root 297884 2021-03-04 16:12 ./source/n/daemon/daemon-0.8.tar.lz
+-rwxr-xr-x 1 root root 3821 2021-04-18 18:01 ./source/n/daemon/daemon.SlackBuild
+-rw-r--r-- 1 root root 271 2021-04-18 18:02 ./source/n/daemon/doinst.sh.gz
+-rw-r--r-- 1 root root 911 2021-04-18 18:02 ./source/n/daemon/slack-desc
+drwxr-xr-x 2 root root 4096 2021-02-13 05:32 ./source/n/dehydrated
+-rw-r--r-- 1 root root 78906 2020-12-10 15:54 ./source/n/dehydrated/dehydrated-0.7.0.tar.lz
-rwxr-xr-x 1 root root 3560 2021-02-13 05:32 ./source/n/dehydrated/dehydrated.SlackBuild
-rw-r--r-- 1 root root 276 2021-01-04 23:19 ./source/n/dehydrated/dehydrated.cron
-rw-r--r-- 1 root root 53 2020-12-23 09:56 ./source/n/dehydrated/dehydrated.url
@@ -12048,9 +12052,9 @@ 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-03-06 19:58 ./source/n/gnupg2
--rw-r--r-- 1 root root 5150539 2022-02-07 20:52 ./source/n/gnupg2/gnupg-2.2.34.tar.lz
--rwxr-xr-x 1 root root 4251 2022-03-06 19:58 ./source/n/gnupg2/gnupg2.SlackBuild
+drwxr-xr-x 2 root root 4096 2022-04-26 17:50 ./source/n/gnupg2
+-rw-r--r-- 1 root root 5159811 2022-04-25 17:06 ./source/n/gnupg2/gnupg-2.2.35.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-03-18 19:20 ./source/n/gnutls
-rw-r--r-- 1 root root 6131772 2022-03-17 13:44 ./source/n/gnutls/gnutls-3.7.4.tar.xz
@@ -14883,7 +14887,7 @@ drwxr-xr-x 2 root root 4096 2021-10-07 04:40 ./source/xap/xpaint
-rw-r--r-- 1 root root 1314645 2021-08-16 12:10 ./source/xap/xpaint/xpaint-3.1.4.tar.lz
-rwxr-xr-x 1 root root 4904 2021-03-27 18:23 ./source/xap/xpaint/xpaint.SlackBuild
-rw-r--r-- 1 root root 43 2021-03-27 18:22 ./source/xap/xpaint/xpaint.url
-drwxr-xr-x 4 root root 4096 2021-02-13 05:32 ./source/xap/xpdf
+drwxr-xr-x 4 root root 4096 2022-04-26 18:17 ./source/xap/xpdf
-rw-r--r-- 1 root root 325 2010-01-11 04:59 ./source/xap/xpdf/doinst.sh.gz
drwxr-xr-x 2 root root 4096 2021-01-29 18:38 ./source/xap/xpdf/lang
-rw-r--r-- 1 root root 1080 2011-08-15 21:28 ./source/xap/xpdf/lang/xpdf-arabic-2011-aug-15.tar.xz
@@ -14911,8 +14915,8 @@ drwxr-xr-x 2 root root 4096 2021-01-29 18:38 ./source/xap/xpdf/lang
drwxr-xr-x 2 root root 4096 2021-01-29 18:32 ./source/xap/xpdf/patches
-rw-r--r-- 1 root root 555 2017-09-26 04:39 ./source/xap/xpdf/patches/xpdfrc.diff.gz
-rw-r--r-- 1 root root 640 2018-02-27 06:13 ./source/xap/xpdf/slack-desc
--rw-r--r-- 1 root root 667845 2021-01-27 23:15 ./source/xap/xpdf/xpdf-4.03.tar.lz
--rwxr-xr-x 1 root root 5287 2021-09-25 18:39 ./source/xap/xpdf/xpdf.SlackBuild
+-rw-r--r-- 1 root root 685124 2022-04-18 21:27 ./source/xap/xpdf/xpdf-4.04.tar.lz
+-rwxr-xr-x 1 root root 5287 2022-04-26 18:17 ./source/xap/xpdf/xpdf.SlackBuild
-rw-r--r-- 1 root root 3260 2010-01-11 05:07 ./source/xap/xpdf/xpdf.desktop
-rw-r--r-- 1 root root 27 2019-10-03 18:45 ./source/xap/xpdf/xpdf.url
-rw-r--r-- 1 root root 2751 2016-03-03 05:04 ./source/xap/xpdf/xpdfIcon.xpm
diff --git a/recompress.sh b/recompress.sh
index 507782749..50503161c 100755
--- a/recompress.sh
+++ b/recompress.sh
@@ -170,6 +170,7 @@ gzip ./source/a/gpm/inputattach.c
gzip ./source/a/quota/quota.lwrap.needs.lnsl.diff
gzip ./source/a/mkinitrd/0005-support-modules-compressed-with-xz.patch
gzip ./source/a/mkinitrd/mkinitrd.tempfile.to.mktemp.patch
+gzip ./source/a/mkinitrd/0006-coreutils-9.1-ensure-target-dir-exists.patch
gzip ./source/a/mkinitrd/0001-Fix-LUKSTRIM-with-C-T-and-UUID.patch
gzip ./source/a/mkinitrd/0004-check-if-BASEDEV-is-a-partition-of-a-RAID-volume.patch
gzip ./source/a/mkinitrd/0002-bail-if-temp-dir-is-not-created.patch
@@ -880,7 +881,7 @@ gzip ./source/l/openal-soft/doinst.sh
gzip ./source/l/libtheora/libtheora-1.1.1.latex.patch
gzip ./source/l/libtheora/libtheora-1.1.1-libpng16.patch
gzip ./source/l/libnl3/doinst.sh
-gzip ./source/l/SDL2/SDL2-2.0.9-khrplatform.patch
+gzip ./source/l/SDL2/SDL2.no-werror-declaration-after-statement.diff
gzip ./source/l/QtAV/doinst.sh
gzip ./source/l/libindicator/libindicator.LIBM.diff
gzip ./source/l/pilot-link/pilot-link-0.12.5-redefinePerlsymbols.patch
diff --git a/source/a/mkinitrd/0006-coreutils-9.1-ensure-target-dir-exists.patch b/source/a/mkinitrd/0006-coreutils-9.1-ensure-target-dir-exists.patch
new file mode 100644
index 000000000..6eb0b2a44
--- /dev/null
+++ b/source/a/mkinitrd/0006-coreutils-9.1-ensure-target-dir-exists.patch
@@ -0,0 +1,12 @@
+--- ./mkinitrd.orig 2022-01-26 14:33:29.000000000 -0600
++++ ./mkinitrd 2022-04-26 13:55:17.511004239 -0500
+@@ -778,6 +778,9 @@
+ echo "$LINE" >> $SOURCE_TREE/load_kernel_modules
+ fi
+
++ # Ensure that the destination directory for the module exists:
++ mkdir -p "$(dirname $SOURCE_TREE/$SRCMOD)"
++
+ # Try to add the module to the initrd-tree. This should be done
+ # even if it exists there already as we may have changed compilers
+ # or otherwise caused the modules in the initrd-tree to need
diff --git a/source/a/mkinitrd/init b/source/a/mkinitrd/init
index 7e238ac61..2969c2272 100644
--- a/source/a/mkinitrd/init
+++ b/source/a/mkinitrd/init
@@ -341,6 +341,17 @@ else
/bin/sh
fi
+# Mount additional filesystems
+if [ -f /addfstab ]; then
+ while read DEV MNTPNT FS OPTS DUMP PASSNO ; do
+ if echo $DEV | grep -qE '(LABEL|UUID)=' ; then
+ DEV=$(findfs $DEV)
+ fi
+ echo $DEV "/mnt/"$MNTPNT $FS "ro,"$OPTS $DUMP $PASSNO >> /etc/fstab
+ done < /addfstab
+ mount -a
+fi
+
# Need to make sure OPTIONS+="db_persist" exists for all dm devices
# That should be handled in /sbin/mkinitrd now
/sbin/udevadm info --cleanup-db
diff --git a/source/a/mkinitrd/mkinitrd b/source/a/mkinitrd/mkinitrd
index 3c90f06bd..75d7ced66 100644
--- a/source/a/mkinitrd/mkinitrd
+++ b/source/a/mkinitrd/mkinitrd
@@ -57,6 +57,9 @@
# to add libargon2 and libgcc_s for cryptsetup LUKS2 support; add
# jfs and xfs repair tools to initrd if those filesystems are used;
# fixes and enhancements to docs
+# Modified by Piter Punk <piterpunk@slackware.com> 25 April 2022
+# Add support to specify additional filesystems to be mounted by
+# initrd. Useful for those that have a separated '/usr'
MKINITRD_VERSION=1.4.11
@@ -127,8 +130,11 @@ initrd, and the script is easy to modify. Be creative. :-)
-B Add /sbin/btrfs to enable scanning for a root filesystem that is
part of a Btrfs multi-device filesystem.
-M Add the files in /etc/modprobe.d/ and /lib/modprobe.d/ to the initrd
- -P Prepend the output image with the microcode CPIO archive given in arguments.
+ -P Prepend the output image with the microcode CPIO archive given in
+ arguments.
-R Add support for RAID partitions
+ -MNT Additional filesystems to be mounted by initrd. Multiple mount
+ entries can be specified in a list separated by colon (:).
-V Display version number
A simple example: Build an initrd for a reiserfs root partition:
@@ -428,8 +434,11 @@ while [ ! -z "$1" ]; do
exit 1
fi
shift 2
- ;;
-
+ ;;
+ -MNT)
+ MOUNT_LIST="$2"
+ shift 2
+ ;;
-R)
RAID=1
shift
@@ -664,6 +673,14 @@ if [ ! -z "$CRYPT" -o ! -z "$LVM" ]; then
$SOURCE_TREE/lib/udev/rules.d/95-dm-initrd.rules
fi
+# If there is additional filesystems to be mounted, copy their configuration
+# from system's /etc/fstab:
+if [ ! -z "$MOUNT_LIST" ]; then
+ for MOUNT_POINT in $(echo $MOUNT_LIST | tr : \ ); do
+ grep '^[^#[:space:]]\+[[:space:]]\+'$MOUNT_POINT'[[:space:]]' /etc/fstab
+ done > $SOURCE_TREE/addfstab
+fi
+
# Make module directories:
for kver in $(echo ${KERNEL_VERSION} | tr ':' '\n') ; do
if [ ! -d $SOURCE_TREE/lib/modules/$kver ]; then
diff --git a/source/a/mkinitrd/mkinitrd.8 b/source/a/mkinitrd/mkinitrd.8
index 92bd18aa9..3436bfc2e 100644
--- a/source/a/mkinitrd/mkinitrd.8
+++ b/source/a/mkinitrd/mkinitrd.8
@@ -7,7 +7,7 @@
.ie \\n(.$=0:((0\\$1)*2u>(\\n(.lu-\\n(.iu)) .TP
.el .TP "\\$1"
..
-.TH MKINITRD 8 "27 March 2010" "Slackware Version 13.1"
+.TH MKINITRD 8 "25 April 2022" "Slackware Version 15.0"
.SH NAME
mkinitrd \- create or rebuilt an initrd (initial ramdisk) using initramfs (simple cpio+gzip).
.SH SYNOPSIS
@@ -221,6 +221,14 @@ available on the system.
.B \-M
This option add the files in /etc/modprobe.d/ and /lib/modprobe.d/ to the initrd.
.TP
+.B \-MNT mount_point_list
+List of filesystems to be mounted by initrd. Useful if libraries or commands that
+are outside the root filesystem are needed in early boot. Multiple filesystems can
+be listed separated by colon (:), e.g.
+
+ -MNT /usr:/usr/local
+
+.TP
.B \-V
Display version information and exit.
.SH EXAMPLES
diff --git a/source/a/mkinitrd/mkinitrd.SlackBuild b/source/a/mkinitrd/mkinitrd.SlackBuild
index 7fd28b3da..456e4481a 100755
--- a/source/a/mkinitrd/mkinitrd.SlackBuild
+++ b/source/a/mkinitrd/mkinitrd.SlackBuild
@@ -25,7 +25,7 @@ cd $(dirname $0) ; CWD=$(pwd)
PKGNAM=mkinitrd
VERSION=${VERSION:-1.4.11}
BB=1.32.1
-BUILD=${BUILD:-28}
+BUILD=${BUILD:-29}
# Automatically determine the architecture we're building on:
if [ -z "$ARCH" ]; then
@@ -126,6 +126,8 @@ chmod 755 $PKG/sbin/mkinitrd
( cd $PKG/sbin ; zcat $CWD/0003-blacklist.40-usb_modeswitch.rules.patch.gz | patch -p1 --verbose || exit 1) || exit 1
# Support modules compressed with xz:
( cd $PKG/sbin ; zcat $CWD/0005-support-modules-compressed-with-xz.patch.gz | patch -p1 --verbose || exit 1) || exit 1
+# Ensure target directory for the module exists (cp regression workaround for coreutils-9.1):
+( cd $PKG/sbin ; zcat $CWD/0006-coreutils-9.1-ensure-target-dir-exists.patch.gz | patch -p1 --verbose || exit 1) || exit 1
rm -f $PKG/sbin/mkinitrd.orig
# Use -R if we detect the root partition is a partition of a RAID device:
( cd $PKG/usr/share/mkinitrd ; zcat $CWD/0004-check-if-BASEDEV-is-a-partition-of-a-RAID-volume.patch.gz | patch -p1 --verbose || exit 1) || exit 1
diff --git a/source/a/mkinitrd/mkinitrd.conf.5 b/source/a/mkinitrd/mkinitrd.conf.5
index b28a6e080..82f1faeed 100644
--- a/source/a/mkinitrd/mkinitrd.conf.5
+++ b/source/a/mkinitrd/mkinitrd.conf.5
@@ -1,7 +1,7 @@
-.\" mkinitrd.5 Robby Workman <rworkman@slackware.com>
+.\" mkinitrd.conf.5 Robby Workman <rworkman@slackware.com>
.\" 28 August 2010 "
-.TH MKINITRD.CONF 5 "27 March 2010" "Slackware 13.1"
+.TH MKINITRD.CONF 5 "25 April 2022" "Slackware 15.0"
.SH NAME
.B mkinitrd.conf(5)
.SH SYNOPSIS
@@ -239,6 +239,17 @@ Examples:
.br
MICROCODE_ARCH="/boot/intel-ucode.cpio"
+.TP 5
+.I MOUNT_LIST
+Lists additional filesystems to be mounted by initrd. Useful if libraries or
+commands that are outside root filesystem are needed in early boot. Multiple
+filesystems can be listed separated by colon (:). Device, filesystem type and
+options are copied from /etc/fstab.
+.br
+Example:
+.br
+MOUNT_LIST="/usr:/usr/local"
+
.SH FILES
.I /etc/mkinitrd.conf
.br
diff --git a/source/kde/FTBFSlog b/source/kde/FTBFSlog
index 859555ed5..1c1b8b23d 100644
--- a/source/kde/FTBFSlog
+++ b/source/kde/FTBFSlog
@@ -1,3 +1,6 @@
+Tue Apr 26 19:35:10 UTC 2022
+ kde/digikam: fix build with latest akonadi-contacts. Thanks to nobodino.
++--------------------------+
Mon Feb 7 20:57:55 UTC 2022
All packages tested and found to compile properly.
+--------------------------+
diff --git a/source/kde/kde/patch/digikam.patch b/source/kde/kde/patch/digikam.patch
new file mode 100644
index 000000000..a44206c2f
--- /dev/null
+++ b/source/kde/kde/patch/digikam.patch
@@ -0,0 +1,2 @@
+# Fix build with recent akonadi-contacts:
+cat $CWD/patch/digikam/digikam.51efe295a222070743187af0367b0bf957879337.patch | patch -p1 --verbose || { touch ${SLACK_KDE_BUILD_DIR}/${PKGNAME}.failed ; continue ; }
diff --git a/source/kde/kde/patch/digikam/digikam.51efe295a222070743187af0367b0bf957879337.patch b/source/kde/kde/patch/digikam/digikam.51efe295a222070743187af0367b0bf957879337.patch
new file mode 100644
index 000000000..a2933bc71
--- /dev/null
+++ b/source/kde/kde/patch/digikam/digikam.51efe295a222070743187af0367b0bf957879337.patch
@@ -0,0 +1,28 @@
+From 51efe295a222070743187af0367b0bf957879337 Mon Sep 17 00:00:00 2001
+From: Antonio Rojas <arojas@archlinux.org>
+Date: Fri, 22 Apr 2022 19:13:28 +0200
+Subject: [PATCH] Fix build with akonadi-contacts 22.04
+
+---
+ core/utilities/extrasupport/addressbook/akonadiiface.cpp | 4 ++++
+ 1 file changed, 4 insertions(+)
+
+diff --git a/core/utilities/extrasupport/addressbook/akonadiiface.cpp b/core/utilities/extrasupport/addressbook/akonadiiface.cpp
+index 6a78863cf6..8e65a405da 100644
+--- a/core/utilities/extrasupport/addressbook/akonadiiface.cpp
++++ b/core/utilities/extrasupport/addressbook/akonadiiface.cpp
+@@ -49,7 +49,11 @@
+ #include <AkonadiCore/Item>
+ #endif
+
++#if AKONADI_VERSION >= QT_VERSION_CHECK(5, 19, 80)
++#include <Akonadi/ContactSearchJob>
++#else
+ #include <Akonadi/Contact/ContactSearchJob>
++#endif
+ #include <KContacts/Addressee>
+
+ #if defined(Q_OS_DARWIN) && defined(Q_CC_CLANG)
+--
+GitLab
+
diff --git a/source/l/SDL2/SDL2-2.0.9-khrplatform.patch b/source/l/SDL2/SDL2-2.0.9-khrplatform.patch
deleted file mode 100644
index b6c39278b..000000000
--- a/source/l/SDL2/SDL2-2.0.9-khrplatform.patch
+++ /dev/null
@@ -1,15 +0,0 @@
-diff -up SDL2-2.0.9/include/SDL_opengl_glext.h.khrplatform SDL2-2.0.9/include/SDL_opengl_glext.h
---- SDL2-2.0.9/include/SDL_opengl_glext.h.khrplatform 2019-02-15 20:22:39.173773779 -0500
-+++ SDL2-2.0.9/include/SDL_opengl_glext.h 2019-02-15 20:22:58.176399330 -0500
-@@ -469,8 +469,9 @@ GLAPI void APIENTRY glBlendEquation (GLe
- typedef long GLsizeiptr;
- typedef long GLintptr;
- #else
--typedef ptrdiff_t GLsizeiptr;
--typedef ptrdiff_t GLintptr;
-+#include <KHR/khrplatform.h>
-+typedef khronos_intptr_t GLintptr;
-+typedef khronos_ssize_t GLsizeiptr;
- #endif
- #define GL_BUFFER_SIZE 0x8764
- #define GL_BUFFER_USAGE 0x8765
diff --git a/source/l/SDL2/SDL2.SlackBuild b/source/l/SDL2/SDL2.SlackBuild
index 60deeadbb..b2afbddc7 100755
--- a/source/l/SDL2/SDL2.SlackBuild
+++ b/source/l/SDL2/SDL2.SlackBuild
@@ -85,21 +85,22 @@ find . \
\( -perm 666 -o -perm 664 -o -perm 600 -o -perm 444 -o -perm 440 -o -perm 400 \) \
-exec chmod 644 {} \+
-# Fix video-opengles1 build failure:
-zcat $CWD/SDL2-2.0.9-khrplatform.patch.gz | patch -p1 --verbose || exit 1
-
-# Configure:
-CFLAGS="$SLKCFLAGS" \
-./configure \
- --prefix=/usr \
- --sysconfdir=/etc \
- --libdir=/usr/lib${LIBDIRSUFFIX} \
- --mandir=/usr/man \
- --build=$ARCH-slackware-linux || exit 1
-
-# Build and install:
-make $NUMJOBS || make || exit 1
-make install DESTDIR=$PKG || exit 1
+zcat $CWD/SDL2.no-werror-declaration-after-statement.diff.gz | patch -p1 --backup --suffix=.orig || exit 1
+
+# Configure, build, and install:
+mkdir cmake-build
+cd cmake-build
+ cmake \
+ -DCMAKE_C_FLAGS="$SLKCFLAGS" \
+ -DCMAKE_CXX_FLAGS="$SLKCFLAGS" \
+ -DCMAKE_INSTALL_PREFIX=/usr \
+ -DLIB_SUFFIX="$LIBDIRSUFFIX" \
+ -DDOC_INSTALL_DIR="doc" \
+ -DMAN_INSTALL_DIR=/usr/man \
+ .. || exit 1
+ make $NUMJOBS || make || exit 1
+ make install DESTDIR=$PKG || exit 1
+cd ..
# Don't package the static libraries:
( cd $PKG/usr/lib${LIBDIRSUFFIX}
@@ -108,9 +109,6 @@ make install DESTDIR=$PKG || exit 1
done
)
-# Don't package .la files:
-rm -f $PKG/usr/lib${LIBDIRSUFFIX}/*.la
-
# Strip binaries:
( cd $PKG
find . | xargs file | grep "executable" | grep ELF | cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null
diff --git a/source/l/SDL2/SDL2.no-werror-declaration-after-statement.diff b/source/l/SDL2/SDL2.no-werror-declaration-after-statement.diff
new file mode 100644
index 000000000..52e612888
--- /dev/null
+++ b/source/l/SDL2/SDL2.no-werror-declaration-after-statement.diff
@@ -0,0 +1,18 @@
+--- ./CMakeLists.txt.orig 2022-04-21 12:37:37.000000000 -0500
++++ ./CMakeLists.txt 2022-04-26 13:11:44.293866236 -0500
+@@ -532,15 +532,6 @@
+ list(APPEND EXTRA_CFLAGS "-fno-strict-aliasing")
+ endif()
+
+- check_c_compiler_flag(-Wdeclaration-after-statement HAVE_GCC_WDECLARATION_AFTER_STATEMENT)
+- if(HAVE_GCC_WDECLARATION_AFTER_STATEMENT)
+- check_c_compiler_flag(-Werror=declaration-after-statement HAVE_GCC_WERROR_DECLARATION_AFTER_STATEMENT)
+- if(HAVE_GCC_WERROR_DECLARATION_AFTER_STATEMENT)
+- list(APPEND EXTRA_CFLAGS "-Werror=declaration-after-statement")
+- endif()
+- list(APPEND EXTRA_CFLAGS "-Wdeclaration-after-statement")
+- endif()
+-
+ if(DEPENDENCY_TRACKING)
+ check_c_source_compiles("
+ #if !defined(__GNUC__) || __GNUC__ < 3
diff --git a/source/n/gnupg2/gnupg2.SlackBuild b/source/n/gnupg2/gnupg2.SlackBuild
index 9aa0bb1d4..eb30b9d3d 100755
--- a/source/n/gnupg2/gnupg2.SlackBuild
+++ b/source/n/gnupg2/gnupg2.SlackBuild
@@ -25,7 +25,7 @@ cd $(dirname $0) ; CWD=$(pwd)
PKGNAM=gnupg2
VERSION=${VERSION:-$(echo gnupg-*.tar.?z | rev | cut -f 3- -d . | cut -f 1 -d - | rev)}
-BUILD=${BUILD:-2}
+BUILD=${BUILD:-1}
NUMJOBS=${NUMJOBS:-" -j$(expr $(nproc) + 1) "}
diff --git a/source/xap/xpdf/xpdf.SlackBuild b/source/xap/xpdf/xpdf.SlackBuild
index 7f22fbc89..8c4950c8a 100755
--- a/source/xap/xpdf/xpdf.SlackBuild
+++ b/source/xap/xpdf/xpdf.SlackBuild
@@ -23,9 +23,9 @@
cd $(dirname $0) ; CWD=$(pwd)
PKGNAM=xpdf
-VERSION=4.03
+VERSION=4.04
PATCHLEVEL=
-BUILD=${BUILD:-3}
+BUILD=${BUILD:-1}
NUMJOBS=${NUMJOBS:-" -j$(expr $(nproc) + 1) "}