summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author Patrick J Volkerding <volkerdi@slackware.com>2021-04-05 19:04:44 +0000
committer Eric Hameleers <alien@slackware.com>2021-04-06 08:59:51 +0200
commit928db52b4905b2f48ad28d9965f859ef8247ad3e (patch)
treef781955710861e62e73f872d321fd050f1b2591f
parent2fa8690488a46236661e058ebceb0cde13755f23 (diff)
downloadcurrent-928db52b4905b2f48ad28d9965f859ef8247ad3e.tar.gz
current-928db52b4905b2f48ad28d9965f859ef8247ad3e.tar.xz
Mon Apr 5 19:04:44 UTC 202120210405190444
a/hwdata-0.346-noarch-1.txz: Upgraded. a/kernel-firmware-20210405_af1ca28-noarch-1.txz: Upgraded. d/Cython-0.29.22-x86_64-2.txz: Rebuilt. Recompiled to fix building some programs that use Cython. It's possible that this was due to an ABI bug that shipped in Python-3.9.3, but we'll rebuild to be on the safe side. Thanks to PiterPunk who noticed this issue on 32-bit. d/python3-3.9.4-x86_64-1.txz: Upgraded. This update reverts a change that introduced an unintentional ABI incompatibility making some C extensions built with Python 3.9.0 - 3.9.2 crash with Python 3.9.3 on 32-bit systems. d/ruby-3.0.1-x86_64-1.txz: Upgraded. This release includes a security fix: XML round-trip vulnerability in REXML. For more information, see: https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-28965 (* Security fix *) l/cryfs-0.10.3-x86_64-1.txz: Upgraded. l/imagemagick-7.0.11_6-x86_64-1.txz: Upgraded. l/libqalculate-3.18.0-x86_64-1.txz: Upgraded.
-rw-r--r--ChangeLog.rss34
-rw-r--r--ChangeLog.txt22
-rw-r--r--FILELIST.TXT131
-rwxr-xr-xrecompress.sh1
-rwxr-xr-xsource/d/Cython/Cython.SlackBuild2
-rwxr-xr-xsource/d/ruby/ruby.SlackBuild2
-rw-r--r--source/l/FTBFSlog4
-rwxr-xr-xsource/l/cryfs/cryfs.SlackBuild2
-rwxr-xr-xsource/l/qt5-webkit/qt5-webkit.SlackBuild3
-rw-r--r--source/l/qt5-webkit/qt5-webkit.glib-2.68.0.diff12
10 files changed, 143 insertions, 70 deletions
diff --git a/ChangeLog.rss b/ChangeLog.rss
index 18a7ce549..5af807ece 100644
--- a/ChangeLog.rss
+++ b/ChangeLog.rss
@@ -11,10 +11,40 @@
<description>Tracking Slackware development in git.</description>
<language>en-us</language>
<id xmlns="http://www.w3.org/2005/Atom">urn:uuid:c964f45e-6732-11e8-bbe5-107b4450212f</id>
- <pubDate>Sat, 3 Apr 2021 18:28:05 GMT</pubDate>
- <lastBuildDate>Sun, 4 Apr 2021 06:59:40 GMT</lastBuildDate>
+ <pubDate>Mon, 5 Apr 2021 19:04:44 GMT</pubDate>
+ <lastBuildDate>Tue, 6 Apr 2021 06:59:43 GMT</lastBuildDate>
<generator>maintain_current_git.sh v 1.12</generator>
<item>
+ <title>Mon, 5 Apr 2021 19:04:44 GMT</title>
+ <pubDate>Mon, 5 Apr 2021 19:04:44 GMT</pubDate>
+ <link>https://git.slackware.nl/current/tag/?h=20210405190444</link>
+ <guid isPermaLink="false">20210405190444</guid>
+ <description>
+ <![CDATA[<pre>
+a/hwdata-0.346-noarch-1.txz: Upgraded.
+a/kernel-firmware-20210405_af1ca28-noarch-1.txz: Upgraded.
+d/Cython-0.29.22-x86_64-2.txz: Rebuilt.
+ Recompiled to fix building some programs that use Cython. It's possible
+ that this was due to an ABI bug that shipped in Python-3.9.3, but we'll
+ rebuild to be on the safe side.
+ Thanks to PiterPunk who noticed this issue on 32-bit.
+d/python3-3.9.4-x86_64-1.txz: Upgraded.
+ This update reverts a change that introduced an unintentional ABI
+ incompatibility making some C extensions built with Python 3.9.0 - 3.9.2
+ crash with Python 3.9.3 on 32-bit systems.
+d/ruby-3.0.1-x86_64-1.txz: Upgraded.
+ This release includes a security fix:
+ XML round-trip vulnerability in REXML.
+ For more information, see:
+ https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-28965
+ (* Security fix *)
+l/cryfs-0.10.3-x86_64-1.txz: Upgraded.
+l/imagemagick-7.0.11_6-x86_64-1.txz: Upgraded.
+l/libqalculate-3.18.0-x86_64-1.txz: Upgraded.
+ </pre>]]>
+ </description>
+ </item>
+ <item>
<title>Sat, 3 Apr 2021 18:28:05 GMT</title>
<pubDate>Sat, 3 Apr 2021 18:28:05 GMT</pubDate>
<link>https://git.slackware.nl/current/tag/?h=20210403182805</link>
diff --git a/ChangeLog.txt b/ChangeLog.txt
index 13ff2cb4f..9329259b9 100644
--- a/ChangeLog.txt
+++ b/ChangeLog.txt
@@ -1,3 +1,25 @@
+Mon Apr 5 19:04:44 UTC 2021
+a/hwdata-0.346-noarch-1.txz: Upgraded.
+a/kernel-firmware-20210405_af1ca28-noarch-1.txz: Upgraded.
+d/Cython-0.29.22-x86_64-2.txz: Rebuilt.
+ Recompiled to fix building some programs that use Cython. It's possible
+ that this was due to an ABI bug that shipped in Python-3.9.3, but we'll
+ rebuild to be on the safe side.
+ Thanks to PiterPunk who noticed this issue on 32-bit.
+d/python3-3.9.4-x86_64-1.txz: Upgraded.
+ This update reverts a change that introduced an unintentional ABI
+ incompatibility making some C extensions built with Python 3.9.0 - 3.9.2
+ crash with Python 3.9.3 on 32-bit systems.
+d/ruby-3.0.1-x86_64-1.txz: Upgraded.
+ This release includes a security fix:
+ XML round-trip vulnerability in REXML.
+ For more information, see:
+ https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-28965
+ (* Security fix *)
+l/cryfs-0.10.3-x86_64-1.txz: Upgraded.
+l/imagemagick-7.0.11_6-x86_64-1.txz: Upgraded.
+l/libqalculate-3.18.0-x86_64-1.txz: Upgraded.
++--------------------------+
Sat Apr 3 18:28:05 UTC 2021
ap/sqlite-3.35.4-x86_64-1.txz: Upgraded.
d/python3-3.9.3-x86_64-1.txz: Upgraded.
diff --git a/FILELIST.TXT b/FILELIST.TXT
index 5421162a0..b8eb2a398 100644
--- a/FILELIST.TXT
+++ b/FILELIST.TXT
@@ -1,20 +1,20 @@
-Sat Apr 3 18:31:04 UTC 2021
+Mon Apr 5 19:08:00 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-04-03 18:28 .
+drwxr-xr-x 12 root root 4096 2021-04-05 19:04 .
-rw-r--r-- 1 root root 10064 2016-06-30 18:39 ./ANNOUNCE.14_2
-rw-r--r-- 1 root root 15397 2021-03-19 18:39 ./CHANGES_AND_HINTS.TXT
--rw-r--r-- 1 root root 1071256 2021-04-02 21:01 ./CHECKSUMS.md5
--rw-r--r-- 1 root root 163 2021-04-02 21:01 ./CHECKSUMS.md5.asc
+-rw-r--r-- 1 root root 1071346 2021-04-03 18:31 ./CHECKSUMS.md5
+-rw-r--r-- 1 root root 163 2021-04-03 18:31 ./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 1432401 2021-04-03 18:28 ./ChangeLog.txt
+-rw-r--r-- 1 root root 1433437 2021-04-05 19:04 ./ChangeLog.txt
drwxr-xr-x 3 root root 4096 2013-03-20 22:17 ./EFI
drwxr-xr-x 2 root root 4096 2021-03-30 19:52 ./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-03-30 19:52 ./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 1396378 2021-04-02 21:01 ./FILELIST.TXT
+-rw-r--r-- 1 root root 1396485 2021-04-03 18:31 ./FILELIST.TXT
-rw-r--r-- 1 root root 1572 2012-08-29 18:27 ./GPG-KEY
--rw-r--r-- 1 root root 845878 2021-04-03 18:30 ./PACKAGES.TXT
+-rw-r--r-- 1 root root 845878 2021-04-05 19:07 ./PACKAGES.TXT
-rw-r--r-- 1 root root 8564 2016-06-28 21:33 ./README.TXT
-rw-r--r-- 1 root root 3635 2021-03-30 19:40 ./README.initrd
-rw-r--r-- 1 root root 34412 2017-12-01 17:44 ./README_CRYPT.TXT
@@ -714,13 +714,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-04-03 18:30 ./slackware64
--rw-r--r-- 1 root root 330775 2021-04-03 18:30 ./slackware64/CHECKSUMS.md5
--rw-r--r-- 1 root root 163 2021-04-03 18:30 ./slackware64/CHECKSUMS.md5.asc
--rw-r--r-- 1 root root 410476 2021-04-03 18:30 ./slackware64/FILE_LIST
--rw-r--r-- 1 root root 4022439 2021-04-03 18:30 ./slackware64/MANIFEST.bz2
+drwxr-xr-x 17 root root 4096 2021-04-05 19:07 ./slackware64
+-rw-r--r-- 1 root root 330775 2021-04-05 19:07 ./slackware64/CHECKSUMS.md5
+-rw-r--r-- 1 root root 163 2021-04-05 19:07 ./slackware64/CHECKSUMS.md5.asc
+-rw-r--r-- 1 root root 410476 2021-04-05 19:06 ./slackware64/FILE_LIST
+-rw-r--r-- 1 root root 4027663 2021-04-05 19:07 ./slackware64/MANIFEST.bz2
lrwxrwxrwx 1 root root 15 2009-08-23 23:34 ./slackware64/PACKAGES.TXT -> ../PACKAGES.TXT
-drwxr-xr-x 2 root root 28672 2021-04-01 23:54 ./slackware64/a
+drwxr-xr-x 2 root root 28672 2021-04-05 19:06 ./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
@@ -862,9 +862,9 @@ drwxr-xr-x 2 root root 28672 2021-04-01 23:54 ./slackware64/a
-rw-r--r-- 1 root root 441 2021-02-13 11:07 ./slackware64/a/hostname-3.23-x86_64-3.txt
-rw-r--r-- 1 root root 9132 2021-02-13 11:07 ./slackware64/a/hostname-3.23-x86_64-3.txz
-rw-r--r-- 1 root root 163 2021-02-13 11:07 ./slackware64/a/hostname-3.23-x86_64-3.txz.asc
--rw-r--r-- 1 root root 316 2021-03-01 19:37 ./slackware64/a/hwdata-0.345-noarch-1.txt
--rw-r--r-- 1 root root 1441504 2021-03-01 19:37 ./slackware64/a/hwdata-0.345-noarch-1.txz
--rw-r--r-- 1 root root 163 2021-03-01 19:37 ./slackware64/a/hwdata-0.345-noarch-1.txz.asc
+-rw-r--r-- 1 root root 316 2021-04-04 03:37 ./slackware64/a/hwdata-0.346-noarch-1.txt
+-rw-r--r-- 1 root root 1446564 2021-04-04 03:37 ./slackware64/a/hwdata-0.346-noarch-1.txz
+-rw-r--r-- 1 root root 163 2021-04-04 03:37 ./slackware64/a/hwdata-0.346-noarch-1.txz.asc
-rw-r--r-- 1 root root 465 2021-02-13 11:07 ./slackware64/a/infozip-6.0-x86_64-7.txt
-rw-r--r-- 1 root root 401604 2021-02-13 11:07 ./slackware64/a/infozip-6.0-x86_64-7.txz
-rw-r--r-- 1 root root 163 2021-02-13 11:07 ./slackware64/a/infozip-6.0-x86_64-7.txz.asc
@@ -882,9 +882,9 @@ drwxr-xr-x 2 root root 28672 2021-04-01 23:54 ./slackware64/a
-rw-r--r-- 1 root root 461 2021-02-13 11:08 ./slackware64/a/kbd-1.15.3-x86_64-6.txt
-rw-r--r-- 1 root root 1137072 2021-02-13 11:08 ./slackware64/a/kbd-1.15.3-x86_64-6.txz
-rw-r--r-- 1 root root 163 2021-02-13 11:08 ./slackware64/a/kbd-1.15.3-x86_64-6.txz.asc
--rw-r--r-- 1 root root 422 2021-03-22 20:03 ./slackware64/a/kernel-firmware-20210322_3f026a2-noarch-1.txt
--rw-r--r-- 1 root root 151728672 2021-03-22 20:03 ./slackware64/a/kernel-firmware-20210322_3f026a2-noarch-1.txz
--rw-r--r-- 1 root root 163 2021-03-22 20:03 ./slackware64/a/kernel-firmware-20210322_3f026a2-noarch-1.txz.asc
+-rw-r--r-- 1 root root 422 2021-04-05 18:43 ./slackware64/a/kernel-firmware-20210405_af1ca28-noarch-1.txt
+-rw-r--r-- 1 root root 152192536 2021-04-05 18:43 ./slackware64/a/kernel-firmware-20210405_af1ca28-noarch-1.txz
+-rw-r--r-- 1 root root 163 2021-04-05 18:43 ./slackware64/a/kernel-firmware-20210405_af1ca28-noarch-1.txz.asc
-rw-r--r-- 1 root root 624 2021-03-30 19:33 ./slackware64/a/kernel-generic-5.10.27-x86_64-1.txt
-rw-r--r-- 1 root root 7779084 2021-03-30 19:33 ./slackware64/a/kernel-generic-5.10.27-x86_64-1.txz
-rw-r--r-- 1 root root 163 2021-03-30 19:33 ./slackware64/a/kernel-generic-5.10.27-x86_64-1.txz.asc
@@ -1356,10 +1356,10 @@ drwxr-xr-x 2 root root 20480 2021-04-03 18:29 ./slackware64/ap
-rw-r--r-- 1 root root 506 2021-02-13 11:48 ./slackware64/ap/zsh-5.8-x86_64-3.txt
-rw-r--r-- 1 root root 3056824 2021-02-13 11:48 ./slackware64/ap/zsh-5.8-x86_64-3.txz
-rw-r--r-- 1 root root 163 2021-02-13 11:48 ./slackware64/ap/zsh-5.8-x86_64-3.txz.asc
-drwxr-xr-x 2 root root 16384 2021-04-03 18:30 ./slackware64/d
--rw-r--r-- 1 root root 360 2021-02-21 02:21 ./slackware64/d/Cython-0.29.22-x86_64-1.txt
--rw-r--r-- 1 root root 2386760 2021-02-21 02:21 ./slackware64/d/Cython-0.29.22-x86_64-1.txz
--rw-r--r-- 1 root root 163 2021-02-21 02:21 ./slackware64/d/Cython-0.29.22-x86_64-1.txz.asc
+drwxr-xr-x 2 root root 16384 2021-04-05 19:06 ./slackware64/d
+-rw-r--r-- 1 root root 360 2021-04-05 18:02 ./slackware64/d/Cython-0.29.22-x86_64-2.txt
+-rw-r--r-- 1 root root 2388148 2021-04-05 18:02 ./slackware64/d/Cython-0.29.22-x86_64-2.txz
+-rw-r--r-- 1 root root 163 2021-04-05 18:02 ./slackware64/d/Cython-0.29.22-x86_64-2.txz.asc
-rw-r--r-- 1 root root 629 2021-02-13 09:08 ./slackware64/d/autoconf-2.69-noarch-4.txt
-rw-r--r-- 1 root root 725748 2021-02-13 09:08 ./slackware64/d/autoconf-2.69-noarch-4.txz
-rw-r--r-- 1 root root 163 2021-02-13 09:08 ./slackware64/d/autoconf-2.69-noarch-4.txz.asc
@@ -1529,9 +1529,9 @@ drwxr-xr-x 2 root root 16384 2021-04-03 18:30 ./slackware64/d
-rw-r--r-- 1 root root 484 2021-02-13 10:45 ./slackware64/d/python2-2.7.18-x86_64-4.txt
-rw-r--r-- 1 root root 13018740 2021-02-13 10:45 ./slackware64/d/python2-2.7.18-x86_64-4.txz
-rw-r--r-- 1 root root 163 2021-02-13 10:45 ./slackware64/d/python2-2.7.18-x86_64-4.txz.asc
--rw-r--r-- 1 root root 663 2021-04-03 18:11 ./slackware64/d/python3-3.9.3-x86_64-1.txt
--rw-r--r-- 1 root root 18356944 2021-04-03 18:11 ./slackware64/d/python3-3.9.3-x86_64-1.txz
--rw-r--r-- 1 root root 163 2021-04-03 18:11 ./slackware64/d/python3-3.9.3-x86_64-1.txz.asc
+-rw-r--r-- 1 root root 663 2021-04-05 18:22 ./slackware64/d/python3-3.9.4-x86_64-1.txt
+-rw-r--r-- 1 root root 18360244 2021-04-05 18:22 ./slackware64/d/python3-3.9.4-x86_64-1.txz
+-rw-r--r-- 1 root root 163 2021-04-05 18:22 ./slackware64/d/python3-3.9.4-x86_64-1.txz.asc
-rw-r--r-- 1 root root 321 2021-02-13 10:47 ./slackware64/d/rcs-5.10.0-x86_64-3.txt
-rw-r--r-- 1 root root 202024 2021-02-13 10:47 ./slackware64/d/rcs-5.10.0-x86_64-3.txz
-rw-r--r-- 1 root root 163 2021-02-13 10:47 ./slackware64/d/rcs-5.10.0-x86_64-3.txz.asc
@@ -1541,9 +1541,9 @@ drwxr-xr-x 2 root root 16384 2021-04-03 18:30 ./slackware64/d
-rw-r--r-- 1 root root 488 2021-02-13 10:47 ./slackware64/d/rinutils-0.8.0-x86_64-3.txt
-rw-r--r-- 1 root root 6588 2021-02-13 10:47 ./slackware64/d/rinutils-0.8.0-x86_64-3.txz
-rw-r--r-- 1 root root 163 2021-02-13 10:47 ./slackware64/d/rinutils-0.8.0-x86_64-3.txz.asc
--rw-r--r-- 1 root root 385 2021-02-13 10:49 ./slackware64/d/ruby-3.0.0-x86_64-3.txt
--rw-r--r-- 1 root root 7525672 2021-02-13 10:49 ./slackware64/d/ruby-3.0.0-x86_64-3.txz
--rw-r--r-- 1 root root 163 2021-02-13 10:49 ./slackware64/d/ruby-3.0.0-x86_64-3.txz.asc
+-rw-r--r-- 1 root root 385 2021-04-05 18:28 ./slackware64/d/ruby-3.0.1-x86_64-1.txt
+-rw-r--r-- 1 root root 7553476 2021-04-05 18:28 ./slackware64/d/ruby-3.0.1-x86_64-1.txz
+-rw-r--r-- 1 root root 163 2021-04-05 18:28 ./slackware64/d/ruby-3.0.1-x86_64-1.txz.asc
-rw-r--r-- 1 root root 426 2021-03-25 21:48 ./slackware64/d/rust-1.51.0-x86_64-1.txt
-rw-r--r-- 1 root root 69220052 2021-03-25 21:48 ./slackware64/d/rust-1.51.0-x86_64-1.txz
-rw-r--r-- 1 root root 163 2021-03-25 21:48 ./slackware64/d/rust-1.51.0-x86_64-1.txz.asc
@@ -2703,7 +2703,7 @@ drwxr-xr-x 2 root root 77824 2021-04-02 21:00 ./slackware64/kde
-rw-r--r-- 1 root root 296 2021-03-05 19:33 ./slackware64/kde/zeroconf-ioslave-20.12.3-x86_64-1.txt
-rw-r--r-- 1 root root 52680 2021-03-05 19:33 ./slackware64/kde/zeroconf-ioslave-20.12.3-x86_64-1.txz
-rw-r--r-- 1 root root 163 2021-03-05 19:33 ./slackware64/kde/zeroconf-ioslave-20.12.3-x86_64-1.txz.asc
-drwxr-xr-x 2 root root 73728 2021-04-03 18:29 ./slackware64/l
+drwxr-xr-x 2 root root 73728 2021-04-05 19:06 ./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
@@ -2818,9 +2818,9 @@ drwxr-xr-x 2 root root 73728 2021-04-03 18:29 ./slackware64/l
-rw-r--r-- 1 root root 277 2021-02-13 06:20 ./slackware64/l/clucene-2.3.3.4-x86_64-5.txt
-rw-r--r-- 1 root root 784796 2021-02-13 06:20 ./slackware64/l/clucene-2.3.3.4-x86_64-5.txz
-rw-r--r-- 1 root root 163 2021-02-13 06:20 ./slackware64/l/clucene-2.3.3.4-x86_64-5.txz.asc
--rw-r--r-- 1 root root 252 2021-02-13 06:22 ./slackware64/l/cryfs-0.10.2-x86_64-4.txt
--rw-r--r-- 1 root root 670788 2021-02-13 06:22 ./slackware64/l/cryfs-0.10.2-x86_64-4.txz
--rw-r--r-- 1 root root 163 2021-02-13 06:22 ./slackware64/l/cryfs-0.10.2-x86_64-4.txz.asc
+-rw-r--r-- 1 root root 252 2021-04-04 03:35 ./slackware64/l/cryfs-0.10.3-x86_64-1.txt
+-rw-r--r-- 1 root root 677644 2021-04-04 03:35 ./slackware64/l/cryfs-0.10.3-x86_64-1.txz
+-rw-r--r-- 1 root root 163 2021-04-04 03:35 ./slackware64/l/cryfs-0.10.3-x86_64-1.txz.asc
-rw-r--r-- 1 root root 530 2021-02-13 06:22 ./slackware64/l/cryptopp-8.2.0-x86_64-3.txt
-rw-r--r-- 1 root root 1448980 2021-02-13 06:22 ./slackware64/l/cryptopp-8.2.0-x86_64-3.txz
-rw-r--r-- 1 root root 163 2021-02-13 06:22 ./slackware64/l/cryptopp-8.2.0-x86_64-3.txz.asc
@@ -3058,9 +3058,9 @@ drwxr-xr-x 2 root root 73728 2021-04-03 18:29 ./slackware64/l
-rw-r--r-- 1 root root 473 2021-02-13 06:52 ./slackware64/l/id3lib-3.8.3-x86_64-4.txt
-rw-r--r-- 1 root root 161400 2021-02-13 06:52 ./slackware64/l/id3lib-3.8.3-x86_64-4.txz
-rw-r--r-- 1 root root 163 2021-02-13 06:52 ./slackware64/l/id3lib-3.8.3-x86_64-4.txz.asc
--rw-r--r-- 1 root root 537 2021-04-01 18:07 ./slackware64/l/imagemagick-7.0.11_5-x86_64-1.txt
--rw-r--r-- 1 root root 7915652 2021-04-01 18:07 ./slackware64/l/imagemagick-7.0.11_5-x86_64-1.txz
--rw-r--r-- 1 root root 163 2021-04-01 18:07 ./slackware64/l/imagemagick-7.0.11_5-x86_64-1.txz.asc
+-rw-r--r-- 1 root root 537 2021-04-04 03:40 ./slackware64/l/imagemagick-7.0.11_6-x86_64-1.txt
+-rw-r--r-- 1 root root 8070508 2021-04-04 03:40 ./slackware64/l/imagemagick-7.0.11_6-x86_64-1.txz
+-rw-r--r-- 1 root root 163 2021-04-04 03:40 ./slackware64/l/imagemagick-7.0.11_6-x86_64-1.txz.asc
-rwxr-xr-x 1 root root 2897 2009-06-24 22:06 ./slackware64/l/install-packages
-rw-r--r-- 1 root root 446 2006-09-18 10:41 ./slackware64/l/install.end
-rw-r--r-- 1 root root 415 2021-02-13 06:54 ./slackware64/l/isl-0.23-x86_64-3.txt
@@ -3315,9 +3315,9 @@ drwxr-xr-x 2 root root 73728 2021-04-03 18:29 ./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-02-15 20:42 ./slackware64/l/libqalculate-3.17.0-x86_64-1.txt
--rw-r--r-- 1 root root 2000312 2021-02-15 20:42 ./slackware64/l/libqalculate-3.17.0-x86_64-1.txz
--rw-r--r-- 1 root root 163 2021-02-15 20:42 ./slackware64/l/libqalculate-3.17.0-x86_64-1.txz.asc
+-rw-r--r-- 1 root root 515 2021-04-05 18:19 ./slackware64/l/libqalculate-3.18.0-x86_64-1.txt
+-rw-r--r-- 1 root root 2005120 2021-04-05 18:19 ./slackware64/l/libqalculate-3.18.0-x86_64-1.txz
+-rw-r--r-- 1 root root 163 2021-04-05 18:19 ./slackware64/l/libqalculate-3.18.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
@@ -5490,11 +5490,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-04-03 18:31 ./source
--rw-r--r-- 1 root root 567029 2021-04-03 18:31 ./source/CHECKSUMS.md5
--rw-r--r-- 1 root root 163 2021-04-03 18:31 ./source/CHECKSUMS.md5.asc
--rw-r--r-- 1 root root 789434 2021-04-03 18:30 ./source/FILE_LIST
--rw-r--r-- 1 root root 22398383 2021-04-03 18:30 ./source/MANIFEST.bz2
+drwxr-xr-x 18 root root 4096 2021-04-05 19:08 ./source
+-rw-r--r-- 1 root root 567109 2021-04-05 19:08 ./source/CHECKSUMS.md5
+-rw-r--r-- 1 root root 163 2021-04-05 19:08 ./source/CHECKSUMS.md5.asc
+-rw-r--r-- 1 root root 789531 2021-04-05 19:07 ./source/FILE_LIST
+-rw-r--r-- 1 root root 22396346 2021-04-05 19:07 ./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-03-08 19:03 ./source/a
-rw-r--r-- 1 root root 1470 2021-01-17 20:11 ./source/a/FTBFSlog
@@ -5876,8 +5876,8 @@ drwxr-xr-x 2 root root 4096 2021-02-13 05:31 ./source/a/hostname
-rw-r--r-- 1 root root 50 2019-08-26 18:12 ./source/a/hostname/hostname.url
-rw-r--r-- 1 root root 13672 2019-11-07 11:46 ./source/a/hostname/hostname_3.23.tar.gz
-rw-r--r-- 1 root root 897 2018-02-27 06:13 ./source/a/hostname/slack-desc
-drwxr-xr-x 2 root root 4096 2021-03-01 19:37 ./source/a/hwdata
--rw-r--r-- 1 root root 1422319 2021-03-01 09:16 ./source/a/hwdata/hwdata-0.345.tar.lz
+drwxr-xr-x 2 root root 4096 2021-04-04 03:36 ./source/a/hwdata
+-rw-r--r-- 1 root root 1427264 2021-04-01 12:30 ./source/a/hwdata/hwdata-0.346.tar.lz
-rwxr-xr-x 1 root root 4007 2021-03-01 19:37 ./source/a/hwdata/hwdata.SlackBuild
-rw-r--r-- 1 root root 802 2018-02-27 06:13 ./source/a/hwdata/slack-desc
drwxr-xr-x 4 root root 4096 2021-02-13 05:31 ./source/a/infozip
@@ -7167,7 +7167,7 @@ drwxr-xr-x 2 root root 4096 2021-02-13 05:31 ./source/ap/zsh
drwxr-xr-x 63 root root 4096 2021-03-15 18:18 ./source/d
drwxr-xr-x 2 root root 4096 2021-02-21 02:20 ./source/d/Cython
-rw-r--r-- 1 root root 1605300 2021-02-20 20:31 ./source/d/Cython/Cython-0.29.22.tar.lz
--rwxr-xr-x 1 root root 3031 2021-02-21 02:20 ./source/d/Cython/Cython.SlackBuild
+-rwxr-xr-x 1 root root 3031 2021-04-05 18:01 ./source/d/Cython/Cython.SlackBuild
-rw-r--r-- 1 root root 36 2017-09-11 18:25 ./source/d/Cython/Cython.url
-rw-r--r-- 1 root root 846 2018-02-27 06:13 ./source/d/Cython/slack-desc
-rw-r--r-- 1 root root 1051 2021-01-29 20:26 ./source/d/FTBFSlog
@@ -7508,11 +7508,11 @@ drwxr-xr-x 2 root root 4096 2021-02-13 05:31 ./source/d/python2
-rw-r--r-- 1 root root 1867 2016-12-28 19:19 ./source/d/python2/python.x86_64.diff.gz
-rwxr-xr-x 1 root root 5723 2021-02-13 05:31 ./source/d/python2/python2.SlackBuild
-rw-r--r-- 1 root root 939 2020-04-20 19:09 ./source/d/python2/slack-desc
-drwxr-xr-x 2 root root 4096 2021-04-03 18:10 ./source/d/python3
--rw-r--r-- 1 root root 18899676 2021-04-02 10:45 ./source/d/python3/Python-3.9.3.tar.xz
--rw-r--r-- 1 root root 833 2021-04-02 10:45 ./source/d/python3/Python-3.9.3.tar.xz.asc
+drwxr-xr-x 2 root root 4096 2021-04-05 18:21 ./source/d/python3
+-rw-r--r-- 1 root root 18900304 2021-04-04 18:27 ./source/d/python3/Python-3.9.4.tar.xz
+-rw-r--r-- 1 root root 833 2021-04-04 18:27 ./source/d/python3/Python-3.9.4.tar.xz.asc
-rw-r--r-- 1 root root 890 2017-01-12 20:00 ./source/d/python3/README
--rw-r--r-- 1 root root 2500969 2021-04-02 10:46 ./source/d/python3/python-3.9.3-docs-text.tar.bz2
+-rw-r--r-- 1 root root 2501885 2021-04-04 18:28 ./source/d/python3/python-3.9.4-docs-text.tar.bz2
-rw-r--r-- 1 root root 426 2020-10-24 22:24 ./source/d/python3/python.sysconfig.py.x86_64.diff.gz
-rwxr-xr-x 1 root root 6370 2021-02-19 19:07 ./source/d/python3/python3.SlackBuild
-rw-r--r-- 1 root root 495 2020-10-24 22:31 ./source/d/python3/python3.distutils.x86_64.diff.gz
@@ -7536,9 +7536,9 @@ drwxr-xr-x 2 root root 4096 2021-02-13 05:31 ./source/d/rinutils
-rwxr-xr-x 1 root root 3809 2021-02-13 05:31 ./source/d/rinutils/rinutils.SlackBuild
-rw-r--r-- 1 root root 36 2020-11-12 19:40 ./source/d/rinutils/rinutils.url
-rw-r--r-- 1 root root 944 2020-11-12 20:33 ./source/d/rinutils/slack-desc
-drwxr-xr-x 2 root root 4096 2021-02-13 05:31 ./source/d/ruby
--rw-r--r-- 1 root root 14043937 2020-12-25 05:55 ./source/d/ruby/ruby-3.0.0.tar.lz
--rwxr-xr-x 1 root root 4807 2021-02-13 05:31 ./source/d/ruby/ruby.SlackBuild
+drwxr-xr-x 2 root root 4096 2021-04-05 18:25 ./source/d/ruby
+-rw-r--r-- 1 root root 14143206 2021-04-05 13:40 ./source/d/ruby/ruby-3.0.1.tar.lz
+-rwxr-xr-x 1 root root 4807 2021-04-05 18:26 ./source/d/ruby/ruby.SlackBuild
-rw-r--r-- 1 root root 837 2019-03-13 16:43 ./source/d/ruby/slack-desc
drwxr-xr-x 2 root root 4096 2021-03-25 19:36 ./source/d/rust
-rw-r--r-- 1 root root 261 2020-11-19 19:46 ./source/d/rust/link_libffi.diff.gz
@@ -9506,7 +9506,7 @@ drwxr-xr-x 2 root root 4096 2020-11-11 22:13 ./source/kde/kde/src/plasma-
-rw-r--r-- 1 root root 82504 2021-03-16 12:46 ./source/kde/kde/src/plasma/xdg-desktop-portal-kde-5.21.3.tar.xz
-rw-r--r-- 1 root root 488 2021-03-16 12:46 ./source/kde/kde/src/plasma/xdg-desktop-portal-kde-5.21.3.tar.xz.sig
drwxr-xr-x 358 root root 12288 2021-04-01 23:34 ./source/l
--rw-r--r-- 1 root root 4949 2021-03-07 06:00 ./source/l/FTBFSlog
+-rw-r--r-- 1 root root 5095 2021-04-04 19:03 ./source/l/FTBFSlog
drwxr-xr-x 3 root root 4096 2021-02-13 05:31 ./source/l/GConf
-rw-r--r-- 1 root root 1559904 2013-01-22 02:48 ./source/l/GConf/GConf-3.2.6.tar.xz
-rwxr-xr-x 1 root root 4881 2021-02-13 05:31 ./source/l/GConf/GConf.SlackBuild
@@ -9700,9 +9700,9 @@ drwxr-xr-x 2 root root 4096 2021-02-13 05:31 ./source/l/clucene
-rw-r--r-- 1 root root 734 2013-02-14 03:35 ./source/l/clucene/clucene.install_contribs_lib.diff.gz
-rw-r--r-- 1 root root 542 2012-02-01 13:19 ./source/l/clucene/clucene.pkgconfig.diff.gz
-rw-r--r-- 1 root root 730 2018-02-27 06:12 ./source/l/clucene/slack-desc
-drwxr-xr-x 2 root root 4096 2021-02-13 05:31 ./source/l/cryfs
--rw-r--r-- 1 root root 7859580 2019-06-08 20:08 ./source/l/cryfs/cryfs-0.10.2.tar.lz
--rwxr-xr-- 1 root root 4689 2021-02-13 05:31 ./source/l/cryfs/cryfs.SlackBuild
+drwxr-xr-x 2 root root 4096 2021-04-04 03:32 ./source/l/cryfs
+-rw-r--r-- 1 root root 7835691 2021-04-02 17:08 ./source/l/cryfs/cryfs-0.10.3.tar.lz
+-rwxr-xr-- 1 root root 4689 2021-04-04 03:33 ./source/l/cryfs/cryfs.SlackBuild
-rw-r--r-- 1 root root 31 2020-09-01 19:27 ./source/l/cryfs/cryfs.url
-rw-r--r-- 1 root root 705 2020-11-01 20:04 ./source/l/cryfs/slack-desc
drwxr-xr-x 2 root root 4096 2021-02-13 05:31 ./source/l/cryptopp
@@ -10188,8 +10188,8 @@ drwxr-xr-x 2 root root 4096 2018-01-05 18:45 ./source/l/id3lib/patches
-rw-r--r-- 1 root root 629 2017-09-11 16:30 ./source/l/id3lib/patches/id3lib.utf8_writing.patch.gz
-rw-r--r-- 1 root root 517 2017-09-11 16:30 ./source/l/id3lib/patches/id3lib.vbr_stack_smash.patch.gz
-rw-r--r-- 1 root root 927 2018-02-27 06:12 ./source/l/id3lib/slack-desc
-drwxr-xr-x 2 root root 4096 2021-04-01 18:05 ./source/l/imagemagick
--rw-r--r-- 1 root root 10169409 2021-03-28 17:24 ./source/l/imagemagick/ImageMagick-7.0.11-5.tar.lz
+drwxr-xr-x 2 root root 4096 2021-04-04 03:38 ./source/l/imagemagick
+-rw-r--r-- 1 root root 10327513 2021-04-03 13:13 ./source/l/imagemagick/ImageMagick-7.0.11-6.tar.lz
-rw-r--r-- 1 root root 309 2016-05-17 04:08 ./source/l/imagemagick/doinst.sh.gz
-rwxr-xr-x 1 root root 7092 2021-02-19 18:54 ./source/l/imagemagick/imagemagick.SlackBuild
-rw-r--r-- 1 root root 43 2020-09-30 21:13 ./source/l/imagemagick/imagemagick.url
@@ -10589,8 +10589,8 @@ 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-02-15 20:41 ./source/l/libqalculate
--rw-r--r-- 1 root root 866306 2021-02-15 14:40 ./source/l/libqalculate/libqalculate-3.17.0.tar.lz
+drwxr-xr-x 2 root root 4096 2021-04-05 18:18 ./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-02-15 20:41 ./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
@@ -11233,9 +11233,10 @@ drwxr-xr-x 2 root root 4096 2021-02-13 05:32 ./source/l/qrencode
-rw-r--r-- 1 root root 34 2020-08-23 18:07 ./source/l/qrencode/qrencode.url
-rw-r--r-- 1 root root 925 2020-11-01 20:04 ./source/l/qrencode/slack-desc
drwxr-xr-x 4 root root 4096 2021-02-13 05:32 ./source/l/qt5
-drwxr-xr-x 2 root root 4096 2021-02-13 05:32 ./source/l/qt5-webkit
--rwxr-xr-x 1 root root 4635 2021-02-13 05:32 ./source/l/qt5-webkit/qt5-webkit.SlackBuild
+drwxr-xr-x 2 root root 4096 2021-04-04 18:49 ./source/l/qt5-webkit
+-rwxr-xr-x 1 root root 4732 2021-04-04 18:50 ./source/l/qt5-webkit/qt5-webkit.SlackBuild
-rw-r--r-- 1 root root 878 2020-10-30 18:54 ./source/l/qt5-webkit/qt5-webkit.bison27.patch.gz
+-rw-r--r-- 1 root root 255 2021-04-04 18:49 ./source/l/qt5-webkit/qt5-webkit.glib-2.68.0.diff.gz
-rw-r--r-- 1 root root 90 2020-02-16 20:03 ./source/l/qt5-webkit/qt5-webkit.url
-rw-r--r-- 1 root root 12528508 2020-03-10 04:17 ./source/l/qt5-webkit/qtwebkit-5.212.0-alpha4.tar.xz
-rw-r--r-- 1 root root 961 2020-02-16 20:04 ./source/l/qt5-webkit/slack-desc
@@ -12047,7 +12048,7 @@ drwxr-xr-x 2 root root 4096 2021-02-13 05:32 ./source/n/netkit-ntalk
-rw-r--r-- 1 root root 551 2004-11-04 03:51 ./source/n/netkit-ntalk/ntalk-0.17-slackware-alt-talkd.patch.gz
-rw-r--r-- 1 root root 937 2018-02-27 06:13 ./source/n/netkit-ntalk/slack-desc
drwxr-xr-x 2 root root 4096 2021-02-13 05:32 ./source/n/netkit-routed
--rw-r--r-- 1 root root 305 2001-02-26 02:15 ./source/n/netkit-routed/netkit-routed-0.17.diff.gz
+-rw-r--r-- 1 root root 305 2001-02-26 02:15 ./source/n/netkit-routed/netkit-routed-0.17.diff.gz
-rw-r--r-- 1 root root 36435 2000-07-31 03:02 ./source/n/netkit-routed/netkit-routed-0.17.tar.gz
-rwxr-xr-x 1 root root 2996 2021-02-13 05:32 ./source/n/netkit-routed/netkit-routed.SlackBuild
-rw-r--r-- 1 root root 8075 2000-12-26 15:14 ./source/n/netkit-routed/routed.18.candidate.final.patch.gz
diff --git a/recompress.sh b/recompress.sh
index 008340291..425e4e5b8 100755
--- a/recompress.sh
+++ b/recompress.sh
@@ -803,6 +803,7 @@ gzip ./source/l/fuse3/doinst.sh
gzip ./source/l/fuse3/rc.fuse3.no.source.lsb.init-functions.diff
gzip ./source/l/gdk-pixbuf2/doinst.sh
gzip ./source/l/qt5-webkit/qt5-webkit.bison27.patch
+gzip ./source/l/qt5-webkit/qt5-webkit.glib-2.68.0.diff
gzip ./source/l/pulseaudio/0002-allow-autospawn-for-root-default.diff
gzip ./source/l/pulseaudio/030_posix-completion.diff
gzip ./source/l/pulseaudio/020_no-parallel-make.diff
diff --git a/source/d/Cython/Cython.SlackBuild b/source/d/Cython/Cython.SlackBuild
index d2893f072..843f3ef18 100755
--- a/source/d/Cython/Cython.SlackBuild
+++ b/source/d/Cython/Cython.SlackBuild
@@ -26,7 +26,7 @@ cd $(dirname $0) ; CWD=$(pwd)
PKGNAM=Cython
VERSION=${VERSION:-$(echo $PKGNAM-*.tar.?z | rev | cut -f 3- -d . | cut -f 1 -d - | rev)}
-BUILD=${BUILD:-1}
+BUILD=${BUILD:-2}
if [ -z "$ARCH" ]; then
case "$( uname -m )" in
diff --git a/source/d/ruby/ruby.SlackBuild b/source/d/ruby/ruby.SlackBuild
index 3f7d2bf36..d3c486f53 100755
--- a/source/d/ruby/ruby.SlackBuild
+++ b/source/d/ruby/ruby.SlackBuild
@@ -32,7 +32,7 @@ else
VERSION=$(echo $PKGNAM-*.tar.?z | rev | cut -f 3- -d . | cut -f 1 -d - | rev)
fi
-BUILD=${BUILD:-3}
+BUILD=${BUILD:-1}
# Automatically determine the architecture we're building on:
if [ -z "$ARCH" ]; then
diff --git a/source/l/FTBFSlog b/source/l/FTBFSlog
index dbae74e83..ed91b7452 100644
--- a/source/l/FTBFSlog
+++ b/source/l/FTBFSlog
@@ -1,3 +1,7 @@
+Sun Apr 4 19:03:17 UTC 2021
+ qt5-webkit: Patched to fix building with glib-2.68.0.
+ Thanks to nobodino and ponce.
++--------------------------+
Sun Mar 7 05:59:54 UTC 2021
dconf-editor: upstream patch to fix building with vala-0.50.4.
Thanks to nobodino.
diff --git a/source/l/cryfs/cryfs.SlackBuild b/source/l/cryfs/cryfs.SlackBuild
index 46186ab3c..11f021f04 100755
--- a/source/l/cryfs/cryfs.SlackBuild
+++ b/source/l/cryfs/cryfs.SlackBuild
@@ -25,7 +25,7 @@ cd $(dirname $0) ; CWD=$(pwd)
PKGNAM=cryfs
VERSION=${VERSION:-$(echo $PKGNAM-*.tar.?z | rev | cut -f 3- -d . | cut -f 1 -d - | rev)}
-BUILD=${BUILD:-4}
+BUILD=${BUILD:-1}
# Automatically determine the architecture we're building on:
if [ -z "$ARCH" ]; then
diff --git a/source/l/qt5-webkit/qt5-webkit.SlackBuild b/source/l/qt5-webkit/qt5-webkit.SlackBuild
index a591d875c..9a3d58453 100755
--- a/source/l/qt5-webkit/qt5-webkit.SlackBuild
+++ b/source/l/qt5-webkit/qt5-webkit.SlackBuild
@@ -100,6 +100,9 @@ fi
# Fix for bison 3.7.x:
zcat $CWD/qt5-webkit.bison27.patch.gz | patch -p1 --verbose || exit 1
+# Fix for glib-2.68.0:
+zcat $CWD/qt5-webkit.glib-2.68.0.diff.gz | patch -p1 --verbose || exit 1
+
# -DU_DEFINE_FALSE_AND_TRUE=1 since recent icu4c no longer defines these otherwise.
export CFLAGS="$SLKCFLAGS -DU_DEFINE_FALSE_AND_TRUE=1"
diff --git a/source/l/qt5-webkit/qt5-webkit.glib-2.68.0.diff b/source/l/qt5-webkit/qt5-webkit.glib-2.68.0.diff
new file mode 100644
index 000000000..156423a25
--- /dev/null
+++ b/source/l/qt5-webkit/qt5-webkit.glib-2.68.0.diff
@@ -0,0 +1,12 @@
+--- ./Source/WTF/wtf/glib/GRefPtr.h.orig 2020-03-04 11:16:37.000000000 -0600
++++ ./Source/WTF/wtf/glib/GRefPtr.h 2021-04-04 13:49:13.487944604 -0500
+@@ -29,9 +29,6 @@
+ #include <wtf/RefPtr.h>
+ #include <algorithm>
+
+-extern "C" void g_object_unref(gpointer);
+-extern "C" gpointer g_object_ref_sink(gpointer);
+-
+ namespace WTF {
+
+ enum GRefPtrAdoptType { GRefPtrAdopt };