summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author Patrick J Volkerding <volkerdi@slackware.com>2021-05-25 18:01:05 +0000
committer Eric Hameleers <alien@slackware.com>2021-05-26 08:59:53 +0200
commitb913726b939032d0a3aa7656f27bb4e022f36104 (patch)
tree3b54fc8d6ea49850046c96285b7ae42fc4a6c26d
parentb9175b1b398693aa45f4b0a28c0606f50987c879 (diff)
downloadcurrent-b913726b939032d0a3aa7656f27bb4e022f36104.tar.gz
current-b913726b939032d0a3aa7656f27bb4e022f36104.tar.xz
Tue May 25 18:01:05 UTC 202120210525180105
a/xfsprogs-5.12.0-x86_64-1.txz: Upgraded. l/libcap-2.50-x86_64-1.txz: Upgraded. l/libqalculate-3.19.0-x86_64-1.txz: Upgraded. n/gnutls-3.6.16-x86_64-1.txz: Upgraded. Fixed potential miscalculation of ECDSA/EdDSA code backported from Nettle. In GnuTLS, as long as it is built and linked against the fixed version of Nettle, this only affects GOST curves. [CVE-2021-20305] Fixed potential use-after-free in sending "key_share" and "pre_shared_key" extensions. When sending those extensions, the client may dereference a pointer no longer valid after realloc. This happens only when the client sends a large Client Hello message, e.g., when HRR is sent in a resumed session previously negotiated large FFDHE parameters, because the initial allocation of the buffer is large enough without having to call realloc (#1151). [GNUTLS-SA-2021-03-10, CVSS: low] For more information, see: https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-20305 (* Security fix *) n/libnftnl-1.2.0-x86_64-1.txz: Upgraded. n/links-2.23-x86_64-1.txz: Upgraded.
-rw-r--r--ChangeLog.rss33
-rw-r--r--ChangeLog.txt21
-rw-r--r--FILELIST.TXT114
-rwxr-xr-xsource/a/xfsprogs/xfsprogs.SlackBuild2
-rwxr-xr-xsource/l/libqalculate/libqalculate.SlackBuild2
-rwxr-xr-xsource/n/gnutls/gnutls.SlackBuild2
-rwxr-xr-xsource/n/libnftnl/libnftnl.SlackBuild2
7 files changed, 113 insertions, 63 deletions
diff --git a/ChangeLog.rss b/ChangeLog.rss
index eea8f2b43..726ceddb8 100644
--- a/ChangeLog.rss
+++ b/ChangeLog.rss
@@ -11,10 +11,39 @@
<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>Sun, 23 May 2021 19:31:03 GMT</pubDate>
- <lastBuildDate>Mon, 24 May 2021 06:59:46 GMT</lastBuildDate>
+ <pubDate>Tue, 25 May 2021 18:01:05 GMT</pubDate>
+ <lastBuildDate>Wed, 26 May 2021 06:59:44 GMT</lastBuildDate>
<generator>maintain_current_git.sh v 1.12</generator>
<item>
+ <title>Tue, 25 May 2021 18:01:05 GMT</title>
+ <pubDate>Tue, 25 May 2021 18:01:05 GMT</pubDate>
+ <link>https://git.slackware.nl/current/tag/?h=20210525180105</link>
+ <guid isPermaLink="false">20210525180105</guid>
+ <description>
+ <![CDATA[<pre>
+a/xfsprogs-5.12.0-x86_64-1.txz: Upgraded.
+l/libcap-2.50-x86_64-1.txz: Upgraded.
+l/libqalculate-3.19.0-x86_64-1.txz: Upgraded.
+n/gnutls-3.6.16-x86_64-1.txz: Upgraded.
+ Fixed potential miscalculation of ECDSA/EdDSA code backported from Nettle.
+ In GnuTLS, as long as it is built and linked against the fixed version of
+ Nettle, this only affects GOST curves. [CVE-2021-20305]
+ Fixed potential use-after-free in sending "key_share" and "pre_shared_key"
+ extensions. When sending those extensions, the client may dereference a
+ pointer no longer valid after realloc. This happens only when the client
+ sends a large Client Hello message, e.g., when HRR is sent in a resumed
+ session previously negotiated large FFDHE parameters, because the initial
+ allocation of the buffer is large enough without having to call realloc
+ (#1151). [GNUTLS-SA-2021-03-10, CVSS: low]
+ For more information, see:
+ https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-20305
+ (* Security fix *)
+n/libnftnl-1.2.0-x86_64-1.txz: Upgraded.
+n/links-2.23-x86_64-1.txz: Upgraded.
+ </pre>]]>
+ </description>
+ </item>
+ <item>
<title>Sun, 23 May 2021 19:31:03 GMT</title>
<pubDate>Sun, 23 May 2021 19:31:03 GMT</pubDate>
<link>https://git.slackware.nl/current/tag/?h=20210523193103</link>
diff --git a/ChangeLog.txt b/ChangeLog.txt
index 32de8fadd..5d9d6cf03 100644
--- a/ChangeLog.txt
+++ b/ChangeLog.txt
@@ -1,3 +1,24 @@
+Tue May 25 18:01:05 UTC 2021
+a/xfsprogs-5.12.0-x86_64-1.txz: Upgraded.
+l/libcap-2.50-x86_64-1.txz: Upgraded.
+l/libqalculate-3.19.0-x86_64-1.txz: Upgraded.
+n/gnutls-3.6.16-x86_64-1.txz: Upgraded.
+ Fixed potential miscalculation of ECDSA/EdDSA code backported from Nettle.
+ In GnuTLS, as long as it is built and linked against the fixed version of
+ Nettle, this only affects GOST curves. [CVE-2021-20305]
+ Fixed potential use-after-free in sending "key_share" and "pre_shared_key"
+ extensions. When sending those extensions, the client may dereference a
+ pointer no longer valid after realloc. This happens only when the client
+ sends a large Client Hello message, e.g., when HRR is sent in a resumed
+ session previously negotiated large FFDHE parameters, because the initial
+ allocation of the buffer is large enough without having to call realloc
+ (#1151). [GNUTLS-SA-2021-03-10, CVSS: low]
+ For more information, see:
+ https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-20305
+ (* Security fix *)
+n/libnftnl-1.2.0-x86_64-1.txz: Upgraded.
+n/links-2.23-x86_64-1.txz: Upgraded.
++--------------------------+
Sun May 23 19:31:03 UTC 2021
a/mcelog-176-x86_64-2.txz: Rebuilt.
Fixed size syntax in logrotate config file. Thanks to ecd102.
diff --git a/FILELIST.TXT b/FILELIST.TXT
index c858bdd78..bc3d8c2b6 100644
--- a/FILELIST.TXT
+++ b/FILELIST.TXT
@@ -1,20 +1,20 @@
-Sun May 23 19:36:22 UTC 2021
+Tue May 25 18:05:05 UTC 2021
Here is the file list for this directory. If you are using a
mirror site and find missing or extra files in the disk
subdirectories, please have the archive administrator refresh
the mirror.
-drwxr-xr-x 12 root root 4096 2021-05-23 19:31 .
+drwxr-xr-x 12 root root 4096 2021-05-25 18:01 .
-rw-r--r-- 1 root root 10064 2016-06-30 18:39 ./ANNOUNCE.14_2
-rw-r--r-- 1 root root 15411 2021-03-28 17:36 ./CHANGES_AND_HINTS.TXT
--rw-r--r-- 1 root root 1077522 2021-05-22 19:30 ./CHECKSUMS.md5
--rw-r--r-- 1 root root 163 2021-05-22 19:30 ./CHECKSUMS.md5.asc
+-rw-r--r-- 1 root root 1077611 2021-05-23 19:36 ./CHECKSUMS.md5
+-rw-r--r-- 1 root root 163 2021-05-23 19:36 ./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 1506884 2021-05-23 19:31 ./ChangeLog.txt
+-rw-r--r-- 1 root root 1508016 2021-05-25 18:01 ./ChangeLog.txt
drwxr-xr-x 3 root root 4096 2013-03-20 22:17 ./EFI
drwxr-xr-x 2 root root 4096 2021-05-22 19:24 ./EFI/BOOT
-rw-r--r-- 1 root root 1417216 2019-07-05 18:54 ./EFI/BOOT/bootx64.efi
@@ -25,9 +25,9 @@ drwxr-xr-x 2 root root 4096 2021-05-22 19:24 ./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 1404904 2021-05-22 19:29 ./FILELIST.TXT
+-rw-r--r-- 1 root root 1405010 2021-05-23 19:36 ./FILELIST.TXT
-rw-r--r-- 1 root root 1572 2012-08-29 18:27 ./GPG-KEY
--rw-r--r-- 1 root root 849145 2021-05-23 19:35 ./PACKAGES.TXT
+-rw-r--r-- 1 root root 849145 2021-05-25 18:04 ./PACKAGES.TXT
-rw-r--r-- 1 root root 8564 2016-06-28 21:33 ./README.TXT
-rw-r--r-- 1 root root 3635 2021-05-22 19:13 ./README.initrd
-rw-r--r-- 1 root root 34412 2017-12-01 17:44 ./README_CRYPT.TXT
@@ -715,13 +715,13 @@ drwxr-xr-x 2 root root 4096 2012-09-20 18:06 ./patches
-rw-r--r-- 1 root root 575 2012-09-20 18:06 ./patches/FILE_LIST
-rw-r--r-- 1 root root 14 2012-09-20 18:06 ./patches/MANIFEST.bz2
-rw-r--r-- 1 root root 224 2012-09-20 18:06 ./patches/PACKAGES.TXT
-drwxr-xr-x 17 root root 4096 2021-05-23 19:36 ./slackware64
--rw-r--r-- 1 root root 332002 2021-05-23 19:36 ./slackware64/CHECKSUMS.md5
--rw-r--r-- 1 root root 163 2021-05-23 19:36 ./slackware64/CHECKSUMS.md5.asc
--rw-r--r-- 1 root root 411981 2021-05-23 19:35 ./slackware64/FILE_LIST
--rw-r--r-- 1 root root 4035409 2021-05-23 19:35 ./slackware64/MANIFEST.bz2
+drwxr-xr-x 17 root root 4096 2021-05-25 18:04 ./slackware64
+-rw-r--r-- 1 root root 332002 2021-05-25 18:04 ./slackware64/CHECKSUMS.md5
+-rw-r--r-- 1 root root 163 2021-05-25 18:04 ./slackware64/CHECKSUMS.md5.asc
+-rw-r--r-- 1 root root 411981 2021-05-25 18:04 ./slackware64/FILE_LIST
+-rw-r--r-- 1 root root 4029807 2021-05-25 18:04 ./slackware64/MANIFEST.bz2
lrwxrwxrwx 1 root root 15 2009-08-23 23:34 ./slackware64/PACKAGES.TXT -> ../PACKAGES.TXT
-drwxr-xr-x 2 root root 32768 2021-05-23 19:35 ./slackware64/a
+drwxr-xr-x 2 root root 32768 2021-05-25 18:03 ./slackware64/a
-rw-r--r-- 1 root root 327 2021-02-13 10:54 ./slackware64/a/aaa_base-14.2-x86_64-7.txt
-rw-r--r-- 1 root root 10804 2021-02-13 10:54 ./slackware64/a/aaa_base-14.2-x86_64-7.txz
-rw-r--r-- 1 root root 163 2021-02-13 10:54 ./slackware64/a/aaa_base-14.2-x86_64-7.txz.asc
@@ -1090,9 +1090,9 @@ drwxr-xr-x 2 root root 32768 2021-05-23 19:35 ./slackware64/a
-rw-r--r-- 1 root root 579 2021-02-13 11:21 ./slackware64/a/which-2.21-x86_64-4.txt
-rw-r--r-- 1 root root 29912 2021-02-13 11:21 ./slackware64/a/which-2.21-x86_64-4.txz
-rw-r--r-- 1 root root 163 2021-02-13 11:21 ./slackware64/a/which-2.21-x86_64-4.txz.asc
--rw-r--r-- 1 root root 494 2021-04-17 20:29 ./slackware64/a/xfsprogs-5.11.0-x86_64-2.txt
--rw-r--r-- 1 root root 1014140 2021-04-17 20:29 ./slackware64/a/xfsprogs-5.11.0-x86_64-2.txz
--rw-r--r-- 1 root root 163 2021-04-17 20:29 ./slackware64/a/xfsprogs-5.11.0-x86_64-2.txz.asc
+-rw-r--r-- 1 root root 494 2021-05-25 01:13 ./slackware64/a/xfsprogs-5.12.0-x86_64-1.txt
+-rw-r--r-- 1 root root 1014608 2021-05-25 01:13 ./slackware64/a/xfsprogs-5.12.0-x86_64-1.txz
+-rw-r--r-- 1 root root 163 2021-05-25 01:13 ./slackware64/a/xfsprogs-5.12.0-x86_64-1.txz.asc
-rw-r--r-- 1 root root 489 2021-02-13 11:21 ./slackware64/a/xz-5.2.5-x86_64-3.txt
-rw-r--r-- 1 root root 322892 2021-02-13 11:21 ./slackware64/a/xz-5.2.5-x86_64-3.txz
-rw-r--r-- 1 root root 163 2021-02-13 11:21 ./slackware64/a/xz-5.2.5-x86_64-3.txz.asc
@@ -2707,7 +2707,7 @@ drwxr-xr-x 2 root root 77824 2021-05-14 02:42 ./slackware64/kde
-rw-r--r-- 1 root root 296 2021-05-13 23:03 ./slackware64/kde/zeroconf-ioslave-21.04.1-x86_64-1.txt
-rw-r--r-- 1 root root 54648 2021-05-13 23:03 ./slackware64/kde/zeroconf-ioslave-21.04.1-x86_64-1.txz
-rw-r--r-- 1 root root 163 2021-05-13 23:03 ./slackware64/kde/zeroconf-ioslave-21.04.1-x86_64-1.txz.asc
-drwxr-xr-x 2 root root 73728 2021-05-23 19:35 ./slackware64/l
+drwxr-xr-x 2 root root 73728 2021-05-25 18:04 ./slackware64/l
-rw-r--r-- 1 root root 329 2021-02-13 05:56 ./slackware64/l/GConf-3.2.6-x86_64-7.txt
-rw-r--r-- 1 root root 928148 2021-02-13 05:56 ./slackware64/l/GConf-3.2.6-x86_64-7.txz
-rw-r--r-- 1 root root 163 2021-02-13 05:56 ./slackware64/l/GConf-3.2.6-x86_64-7.txz.asc
@@ -3145,9 +3145,9 @@ drwxr-xr-x 2 root root 73728 2021-05-23 19:35 ./slackware64/l
-rw-r--r-- 1 root root 479 2021-02-13 06:57 ./slackware64/l/libcanberra-0.30-x86_64-8.txt
-rw-r--r-- 1 root root 96700 2021-02-13 06:57 ./slackware64/l/libcanberra-0.30-x86_64-8.txz
-rw-r--r-- 1 root root 163 2021-02-13 06:57 ./slackware64/l/libcanberra-0.30-x86_64-8.txz.asc
--rw-r--r-- 1 root root 433 2021-03-14 17:52 ./slackware64/l/libcap-2.49-x86_64-1.txt
--rw-r--r-- 1 root root 91600 2021-03-14 17:52 ./slackware64/l/libcap-2.49-x86_64-1.txz
--rw-r--r-- 1 root root 163 2021-03-14 17:52 ./slackware64/l/libcap-2.49-x86_64-1.txz.asc
+-rw-r--r-- 1 root root 433 2021-05-25 17:47 ./slackware64/l/libcap-2.50-x86_64-1.txt
+-rw-r--r-- 1 root root 85440 2021-05-25 17:47 ./slackware64/l/libcap-2.50-x86_64-1.txz
+-rw-r--r-- 1 root root 163 2021-05-25 17:47 ./slackware64/l/libcap-2.50-x86_64-1.txz.asc
-rw-r--r-- 1 root root 472 2021-02-13 06:58 ./slackware64/l/libcap-ng-0.8.2-x86_64-3.txt
-rw-r--r-- 1 root root 73420 2021-02-13 06:58 ./slackware64/l/libcap-ng-0.8.2-x86_64-3.txz
-rw-r--r-- 1 root root 163 2021-02-13 06:58 ./slackware64/l/libcap-ng-0.8.2-x86_64-3.txz.asc
@@ -3322,9 +3322,9 @@ drwxr-xr-x 2 root root 73728 2021-05-23 19:35 ./slackware64/l
-rw-r--r-- 1 root root 600 2021-02-13 07:10 ./slackware64/l/libpsl-0.21.1-x86_64-4.txt
-rw-r--r-- 1 root root 144092 2021-02-13 07:10 ./slackware64/l/libpsl-0.21.1-x86_64-4.txz
-rw-r--r-- 1 root root 163 2021-02-13 07:10 ./slackware64/l/libpsl-0.21.1-x86_64-4.txz.asc
--rw-r--r-- 1 root root 515 2021-04-17 19:00 ./slackware64/l/libqalculate-3.18.0-x86_64-2.txt
--rw-r--r-- 1 root root 2001184 2021-04-17 19:00 ./slackware64/l/libqalculate-3.18.0-x86_64-2.txz
--rw-r--r-- 1 root root 163 2021-04-17 19:00 ./slackware64/l/libqalculate-3.18.0-x86_64-2.txz.asc
+-rw-r--r-- 1 root root 515 2021-05-25 01:10 ./slackware64/l/libqalculate-3.19.0-x86_64-1.txt
+-rw-r--r-- 1 root root 2108804 2021-05-25 01:10 ./slackware64/l/libqalculate-3.19.0-x86_64-1.txz
+-rw-r--r-- 1 root root 163 2021-05-25 01:10 ./slackware64/l/libqalculate-3.19.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
@@ -3793,7 +3793,7 @@ drwxr-xr-x 2 root root 73728 2021-05-23 19:35 ./slackware64/l
-rw-r--r-- 1 root root 463 2021-05-15 18:01 ./slackware64/l/zstd-1.5.0-x86_64-1.txt
-rw-r--r-- 1 root root 458040 2021-05-15 18:01 ./slackware64/l/zstd-1.5.0-x86_64-1.txz
-rw-r--r-- 1 root root 163 2021-05-15 18:01 ./slackware64/l/zstd-1.5.0-x86_64-1.txz.asc
-drwxr-xr-x 2 root root 32768 2021-05-23 19:35 ./slackware64/n
+drwxr-xr-x 2 root root 32768 2021-05-25 18:04 ./slackware64/n
-rw-r--r-- 1 root root 357 2021-02-13 11:52 ./slackware64/n/ModemManager-1.14.10-x86_64-3.txt
-rw-r--r-- 1 root root 1877092 2021-02-13 11:52 ./slackware64/n/ModemManager-1.14.10-x86_64-3.txz
-rw-r--r-- 1 root root 163 2021-02-13 11:52 ./slackware64/n/ModemManager-1.14.10-x86_64-3.txz.asc
@@ -3890,9 +3890,9 @@ drwxr-xr-x 2 root root 32768 2021-05-23 19:35 ./slackware64/n
-rw-r--r-- 1 root root 598 2021-02-13 12:02 ./slackware64/n/gnupg2-2.2.27-x86_64-3.txt
-rw-r--r-- 1 root root 2312812 2021-02-13 12:02 ./slackware64/n/gnupg2-2.2.27-x86_64-3.txz
-rw-r--r-- 1 root root 163 2021-02-13 12:02 ./slackware64/n/gnupg2-2.2.27-x86_64-3.txz.asc
--rw-r--r-- 1 root root 492 2021-02-13 12:04 ./slackware64/n/gnutls-3.6.15-x86_64-3.txt
--rw-r--r-- 1 root root 2693908 2021-02-13 12:04 ./slackware64/n/gnutls-3.6.15-x86_64-3.txz
--rw-r--r-- 1 root root 163 2021-02-13 12:04 ./slackware64/n/gnutls-3.6.15-x86_64-3.txz.asc
+-rw-r--r-- 1 root root 492 2021-05-24 16:54 ./slackware64/n/gnutls-3.6.16-x86_64-1.txt
+-rw-r--r-- 1 root root 2694884 2021-05-24 16:54 ./slackware64/n/gnutls-3.6.16-x86_64-1.txz
+-rw-r--r-- 1 root root 163 2021-05-24 16:54 ./slackware64/n/gnutls-3.6.16-x86_64-1.txz.asc
-rw-r--r-- 1 root root 286 2021-02-13 12:04 ./slackware64/n/gpa-0.10.0-x86_64-3.txt
-rw-r--r-- 1 root root 304520 2021-02-13 12:04 ./slackware64/n/gpa-0.10.0-x86_64-3.txz
-rw-r--r-- 1 root root 163 2021-02-13 12:04 ./slackware64/n/gpa-0.10.0-x86_64-3.txz.asc
@@ -3994,18 +3994,18 @@ drwxr-xr-x 2 root root 32768 2021-05-23 19:35 ./slackware64/n
-rw-r--r-- 1 root root 518 2021-02-13 12:11 ./slackware64/n/libnfnetlink-1.0.1-x86_64-4.txt
-rw-r--r-- 1 root root 21840 2021-02-13 12:11 ./slackware64/n/libnfnetlink-1.0.1-x86_64-4.txz
-rw-r--r-- 1 root root 163 2021-02-13 12:11 ./slackware64/n/libnfnetlink-1.0.1-x86_64-4.txz.asc
--rw-r--r-- 1 root root 403 2021-02-13 12:11 ./slackware64/n/libnftnl-1.1.9-x86_64-3.txt
--rw-r--r-- 1 root root 69384 2021-02-13 12:11 ./slackware64/n/libnftnl-1.1.9-x86_64-3.txz
--rw-r--r-- 1 root root 163 2021-02-13 12:11 ./slackware64/n/libnftnl-1.1.9-x86_64-3.txz.asc
+-rw-r--r-- 1 root root 403 2021-05-25 17:48 ./slackware64/n/libnftnl-1.2.0-x86_64-1.txt
+-rw-r--r-- 1 root root 68380 2021-05-25 17:48 ./slackware64/n/libnftnl-1.2.0-x86_64-1.txz
+-rw-r--r-- 1 root root 163 2021-05-25 17:48 ./slackware64/n/libnftnl-1.2.0-x86_64-1.txz.asc
-rw-r--r-- 1 root root 298 2021-05-15 17:47 ./slackware64/n/libqmi-1.28.4-x86_64-1.txt
-rw-r--r-- 1 root root 1328776 2021-05-15 17:47 ./slackware64/n/libqmi-1.28.4-x86_64-1.txz
-rw-r--r-- 1 root root 163 2021-05-15 17:47 ./slackware64/n/libqmi-1.28.4-x86_64-1.txz.asc
-rw-r--r-- 1 root root 334 2021-05-11 18:31 ./slackware64/n/libtirpc-1.3.2-x86_64-1.txt
-rw-r--r-- 1 root root 168044 2021-05-11 18:31 ./slackware64/n/libtirpc-1.3.2-x86_64-1.txz
-rw-r--r-- 1 root root 163 2021-05-11 18:31 ./slackware64/n/libtirpc-1.3.2-x86_64-1.txz.asc
--rw-r--r-- 1 root root 445 2021-03-18 18:38 ./slackware64/n/links-2.22-x86_64-1.txt
--rw-r--r-- 1 root root 2965860 2021-03-18 18:38 ./slackware64/n/links-2.22-x86_64-1.txz
--rw-r--r-- 1 root root 163 2021-03-18 18:38 ./slackware64/n/links-2.22-x86_64-1.txz.asc
+-rw-r--r-- 1 root root 445 2021-05-24 16:57 ./slackware64/n/links-2.23-x86_64-1.txt
+-rw-r--r-- 1 root root 2968288 2021-05-24 16:57 ./slackware64/n/links-2.23-x86_64-1.txz
+-rw-r--r-- 1 root root 163 2021-05-24 16:57 ./slackware64/n/links-2.23-x86_64-1.txz.asc
-rw-r--r-- 1 root root 495 2021-02-13 12:12 ./slackware64/n/lynx-2.8.9rel.1-x86_64-3.txt
-rw-r--r-- 1 root root 1741512 2021-02-13 12:12 ./slackware64/n/lynx-2.8.9rel.1-x86_64-3.txz
-rw-r--r-- 1 root root 163 2021-02-13 12:12 ./slackware64/n/lynx-2.8.9rel.1-x86_64-3.txz.asc
@@ -5509,11 +5509,11 @@ drwxr-xr-x 2 root root 4096 2021-02-15 19:33 ./slackware64/y
-rw-r--r-- 1 root root 1486956 2021-02-13 13:56 ./slackware64/y/nethack-3.6.6-x86_64-3.txz
-rw-r--r-- 1 root root 163 2021-02-13 13:56 ./slackware64/y/nethack-3.6.6-x86_64-3.txz.asc
-rw-r--r-- 1 root root 26 2020-12-30 21:55 ./slackware64/y/tagfile
-drwxr-xr-x 18 root root 4096 2021-05-23 19:36 ./source
--rw-r--r-- 1 root root 571481 2021-05-23 19:36 ./source/CHECKSUMS.md5
--rw-r--r-- 1 root root 163 2021-05-23 19:36 ./source/CHECKSUMS.md5.asc
--rw-r--r-- 1 root root 795678 2021-05-23 19:36 ./source/FILE_LIST
--rw-r--r-- 1 root root 22550254 2021-05-23 19:36 ./source/MANIFEST.bz2
+drwxr-xr-x 18 root root 4096 2021-05-25 18:05 ./source
+-rw-r--r-- 1 root root 571481 2021-05-25 18:05 ./source/CHECKSUMS.md5
+-rw-r--r-- 1 root root 163 2021-05-25 18:05 ./source/CHECKSUMS.md5.asc
+-rw-r--r-- 1 root root 795678 2021-05-25 18:04 ./source/FILE_LIST
+-rw-r--r-- 1 root root 22540457 2021-05-25 18:04 ./source/MANIFEST.bz2
-rw-r--r-- 1 root root 1314 2006-10-02 04:40 ./source/README.TXT
drwxr-xr-x 122 root root 4096 2021-04-06 18:09 ./source/a
-rw-r--r-- 1 root root 1591 2021-04-06 18:09 ./source/a/FTBFSlog
@@ -6580,11 +6580,11 @@ drwxr-xr-x 2 root root 4096 2021-02-13 05:31 ./source/a/which
-rw-r--r-- 1 root root 149305 2015-03-20 16:38 ./source/a/which/which-2.21.tar.gz
-rw-r--r-- 1 root root 152 2015-03-20 16:38 ./source/a/which/which-2.21.tar.gz.sig
-rwxr-xr-x 1 root root 3493 2021-02-13 05:31 ./source/a/which/which.SlackBuild
-drwxr-xr-x 2 root root 4096 2021-04-17 18:41 ./source/a/xfsprogs
+drwxr-xr-x 2 root root 4096 2021-05-25 01:12 ./source/a/xfsprogs
-rw-r--r-- 1 root root 950 2018-02-27 06:13 ./source/a/xfsprogs/slack-desc
--rw-r--r-- 1 root root 836 2021-03-12 21:32 ./source/a/xfsprogs/xfsprogs-5.11.0.tar.sign
--rw-r--r-- 1 root root 1297180 2021-03-12 21:32 ./source/a/xfsprogs/xfsprogs-5.11.0.tar.xz
--rwxr-xr-x 1 root root 4903 2021-04-17 18:41 ./source/a/xfsprogs/xfsprogs.SlackBuild
+-rw-r--r-- 1 root root 836 2021-05-24 19:43 ./source/a/xfsprogs/xfsprogs-5.12.0.tar.sign
+-rw-r--r-- 1 root root 1299332 2021-05-24 19:43 ./source/a/xfsprogs/xfsprogs-5.12.0.tar.xz
+-rwxr-xr-x 1 root root 4903 2021-05-25 01:12 ./source/a/xfsprogs/xfsprogs.SlackBuild
-rw-r--r-- 1 root root 42 2017-09-27 22:21 ./source/a/xfsprogs/xfsprogs.url
drwxr-xr-x 2 root root 4096 2021-02-13 05:31 ./source/a/xz
-rw-r--r-- 1 root root 939 2020-03-18 18:04 ./source/a/xz/slack-desc
@@ -10365,15 +10365,15 @@ drwxr-xr-x 2 root root 4096 2021-02-13 05:31 ./source/l/libcanberra
-rwxr-xr-x 1 root root 3969 2021-02-13 05:31 ./source/l/libcanberra/libcanberra.SlackBuild
-rw-r--r-- 1 root root 49 2012-05-01 01:27 ./source/l/libcanberra/libcanberra.url
-rw-r--r-- 1 root root 938 2018-02-27 06:12 ./source/l/libcanberra/slack-desc
-drwxr-xr-x 2 root root 4096 2021-03-14 17:51 ./source/l/libcap
+drwxr-xr-x 2 root root 4096 2021-05-25 17:47 ./source/l/libcap
drwxr-xr-x 2 root root 4096 2021-02-13 05:31 ./source/l/libcap-ng
-rw-r--r-- 1 root root 275933 2020-12-09 18:56 ./source/l/libcap-ng/libcap-ng-0.8.2.tar.lz
-rwxr-xr-x 1 root root 4917 2021-02-13 05:31 ./source/l/libcap-ng/libcap-ng.SlackBuild
-rw-r--r-- 1 root root 926 2018-02-27 06:12 ./source/l/libcap-ng/slack-desc
-rw-r--r-- 1 root root 553 2008-10-30 18:03 ./source/l/libcap/README.SLACKWARE
-rw-r--r-- 1 root root 11907 2008-03-29 00:07 ./source/l/libcap/capfaq-0.2.txt
--rw-r--r-- 1 root root 833 2021-03-14 00:35 ./source/l/libcap/libcap-2.49.tar.sign
--rw-r--r-- 1 root root 139568 2021-03-14 00:35 ./source/l/libcap/libcap-2.49.tar.xz
+-rw-r--r-- 1 root root 833 2021-05-24 19:51 ./source/l/libcap/libcap-2.50.tar.sign
+-rw-r--r-- 1 root root 143792 2021-05-24 19:51 ./source/l/libcap/libcap-2.50.tar.xz
-rwxr-xr-x 1 root root 4542 2021-03-14 17:51 ./source/l/libcap/libcap.SlackBuild
-rw-r--r-- 1 root root 246 2020-05-05 20:10 ./source/l/libcap/libcap.pkgconfig.path.diff.gz
-rw-r--r-- 1 root root 77 2018-11-19 18:49 ./source/l/libcap/libcap.url
@@ -10644,9 +10644,9 @@ drwxr-xr-x 2 root root 4096 2021-02-13 05:32 ./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 2021-04-17 18:41 ./source/l/libqalculate
--rw-r--r-- 1 root root 875263 2021-04-05 08:40 ./source/l/libqalculate/libqalculate-3.18.0.tar.lz
--rwxr-xr-x 1 root root 4488 2021-04-17 18:41 ./source/l/libqalculate/libqalculate.SlackBuild
+drwxr-xr-x 2 root root 4096 2021-05-25 01:09 ./source/l/libqalculate
+-rw-r--r-- 1 root root 1197801 2021-05-24 17:48 ./source/l/libqalculate/libqalculate-3.19.0.tar.lz
+-rwxr-xr-x 1 root root 4488 2021-05-25 01:09 ./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
@@ -11775,10 +11775,10 @@ drwxr-xr-x 2 root root 4096 2021-02-13 05:32 ./source/n/gnupg2
-rw-r--r-- 1 root root 5080633 2021-01-11 18:57 ./source/n/gnupg2/gnupg-2.2.27.tar.lz
-rwxr-xr-x 1 root root 4251 2021-02-13 05:32 ./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 2021-02-13 05:32 ./source/n/gnutls
--rw-r--r-- 1 root root 6081656 2020-09-04 07:21 ./source/n/gnutls/gnutls-3.6.15.tar.xz
--rw-r--r-- 1 root root 566 2020-09-04 07:21 ./source/n/gnutls/gnutls-3.6.15.tar.xz.sig
--rwxr-xr-x 1 root root 4933 2021-02-13 05:32 ./source/n/gnutls/gnutls.SlackBuild
+drwxr-xr-x 2 root root 4096 2021-05-24 16:52 ./source/n/gnutls
+-rw-r--r-- 1 root root 5639992 2021-05-24 08:45 ./source/n/gnutls/gnutls-3.6.16.tar.xz
+-rw-r--r-- 1 root root 566 2021-05-24 08:45 ./source/n/gnutls/gnutls-3.6.16.tar.xz.sig
+-rwxr-xr-x 1 root root 4933 2021-05-24 16:52 ./source/n/gnutls/gnutls.SlackBuild
-rw-r--r-- 1 root root 946 2018-02-27 06:13 ./source/n/gnutls/slack-desc
drwxr-xr-x 2 root root 4096 2021-02-13 05:32 ./source/n/gpa
-rw-r--r-- 1 root root 232 2012-07-18 19:35 ./source/n/gpa/doinst.sh.gz
@@ -11963,9 +11963,9 @@ drwxr-xr-x 2 root root 4096 2021-02-13 05:32 ./source/n/libnfnetlink
-rwxr-xr-x 1 root root 3375 2021-02-13 05:32 ./source/n/libnfnetlink/libnfnetlink.SlackBuild
-rw-r--r-- 1 root root 50 2020-11-25 20:42 ./source/n/libnfnetlink/libnfnetlink.url
-rw-r--r-- 1 root root 1010 2018-02-27 06:13 ./source/n/libnfnetlink/slack-desc
-drwxr-xr-x 2 root root 4096 2021-02-13 05:32 ./source/n/libnftnl
--rw-r--r-- 1 root root 331714 2021-01-15 16:00 ./source/n/libnftnl/libnftnl-1.1.9.tar.lz
--rwxr-xr-x 1 root root 3768 2021-02-13 05:32 ./source/n/libnftnl/libnftnl.SlackBuild
+drwxr-xr-x 2 root root 4096 2021-05-25 17:48 ./source/n/libnftnl
+-rw-r--r-- 1 root root 331128 2021-05-25 11:21 ./source/n/libnftnl/libnftnl-1.2.0.tar.lz
+-rwxr-xr-x 1 root root 3768 2021-05-25 17:48 ./source/n/libnftnl/libnftnl.SlackBuild
-rw-r--r-- 1 root root 46 2020-10-27 17:40 ./source/n/libnftnl/libnftnl.url
-rw-r--r-- 1 root root 891 2018-02-27 06:13 ./source/n/libnftnl/slack-desc
drwxr-xr-x 2 root root 4096 2021-05-15 17:46 ./source/n/libqmi
@@ -11978,8 +11978,8 @@ drwxr-xr-x 2 root root 4096 2021-05-11 18:31 ./source/n/libtirpc
-rw-r--r-- 1 root root 404464 2021-05-10 18:08 ./source/n/libtirpc/libtirpc-1.3.2.tar.lz
-rwxr-xr-x 1 root root 5350 2021-05-11 18:31 ./source/n/libtirpc/libtirpc.SlackBuild
-rw-r--r-- 1 root root 790 2019-12-22 18:36 ./source/n/libtirpc/slack-desc
-drwxr-xr-x 2 root root 4096 2021-03-18 18:37 ./source/n/links
--rw-r--r-- 1 root root 6154007 2021-03-17 20:28 ./source/n/links/links-2.22.tar.lz
+drwxr-xr-x 2 root root 4096 2021-05-24 16:56 ./source/n/links
+-rw-r--r-- 1 root root 6153793 2021-05-23 19:36 ./source/n/links/links-2.23.tar.lz
-rwxr-xr-x 1 root root 3962 2021-03-18 18:37 ./source/n/links/links.SlackBuild
-rw-r--r-- 1 root root 36 2018-05-16 20:42 ./source/n/links/links.url
-rw-r--r-- 1 root root 898 2018-02-27 06:13 ./source/n/links/slack-desc
diff --git a/source/a/xfsprogs/xfsprogs.SlackBuild b/source/a/xfsprogs/xfsprogs.SlackBuild
index 1fbf978d3..fe5d5e8f9 100755
--- a/source/a/xfsprogs/xfsprogs.SlackBuild
+++ b/source/a/xfsprogs/xfsprogs.SlackBuild
@@ -24,7 +24,7 @@ cd $(dirname $0) ; CWD=$(pwd)
PKGNAM=xfsprogs
VERSION=${VERSION:-$(echo xfsprogs-*.tar.xz | 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/l/libqalculate/libqalculate.SlackBuild b/source/l/libqalculate/libqalculate.SlackBuild
index f06cb4de0..82062ea8a 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/n/gnutls/gnutls.SlackBuild b/source/n/gnutls/gnutls.SlackBuild
index da32dc5eb..af1cc2ebb 100755
--- a/source/n/gnutls/gnutls.SlackBuild
+++ b/source/n/gnutls/gnutls.SlackBuild
@@ -24,7 +24,7 @@ cd $(dirname $0) ; CWD=$(pwd)
PKGNAM=gnutls
VERSION=${VERSION:-$(echo gnutls-*.tar.xz | rev | cut -f 3- -d . | cut -f 1 -d - | rev)}
-BUILD=${BUILD:-3}
+BUILD=${BUILD:-1}
# Automatically determine the architecture we're building on:
if [ -z "$ARCH" ]; then
diff --git a/source/n/libnftnl/libnftnl.SlackBuild b/source/n/libnftnl/libnftnl.SlackBuild
index 7b2c05e1e..7ec1e8b4b 100755
--- a/source/n/libnftnl/libnftnl.SlackBuild
+++ b/source/n/libnftnl/libnftnl.SlackBuild
@@ -24,7 +24,7 @@ cd $(dirname $0) ; CWD=$(pwd)
PKGNAM=libnftnl
VERSION=${VERSION:-$(echo $PKGNAM-*.tar.lz | rev | cut -f 3- -d . | cut -f 1 -d - | rev)}
-BUILD=${BUILD:-3}
+BUILD=${BUILD:-1}
NUMJOBS=${NUMJOBS:-" -j$(expr $(nproc) + 1) "}