summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author Patrick J Volkerding <volkerdi@slackware.com>2022-08-23 19:27:56 +0000
committer Eric Hameleers <alien@slackware.com>2022-08-24 13:30:27 +0200
commitd96560a97701c7aef9bf4fd69bb2c47d2268d40b (patch)
tree4a59e6840f168de156df811604b371fe0bff6814
parent44e993e8025a5ef04e4b5096e272caeaa814a3c9 (diff)
downloadcurrent-d96560a97701c7aef9bf4fd69bb2c47d2268d40b.tar.gz
current-d96560a97701c7aef9bf4fd69bb2c47d2268d40b.tar.xz
Tue Aug 23 19:27:56 UTC 202220220823192756_15.0
extra/sendmail/sendmail-8.17.1-x86_64-3_slack15.0.txz: Rebuilt. In recent versions of glibc, USE_INET6 has been removed which caused sendmail to reject mail from IPv6 addresses. Adding -DHAS_GETHOSTBYNNAME2=1 to the site.config.m4 allows the reverse lookups to work again fixing this issue. Thanks to talo. extra/sendmail/sendmail-cf-8.17.1-noarch-3_slack15.0.txz: Rebuilt. patches/packages/hunspell-1.7.1-x86_64-1_slack15.0.txz: Upgraded. Fixed invalid read operation in SuggestMgr::leftcommonsubstring in suggestmgr.cxx. For more information, see: https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2019-16707 (* Security fix *) patches/packages/mozilla-firefox-91.13.0esr-x86_64-1_slack15.0.txz: Upgraded. This update contains security fixes and improvements. For more information, see: https://www.mozilla.org/en-US/firefox/91.13.0/releasenotes/ https://www.mozilla.org/security/advisories/mfsa2022-35/ https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-38472 https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-38473 https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-38478 (* Security fix *) patches/packages/mozilla-thunderbird-91.13.0-x86_64-1_slack15.0.txz: Upgraded. This release contains security fixes and improvements. For more information, see: https://www.mozilla.org/en-US/thunderbird/91.13.0/releasenotes/ https://www.mozilla.org/en-US/security/advisories/mfsa2022-37/ https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-38472 https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-38473 https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-38478 (* Security fix *)
-rw-r--r--ChangeLog.rss44
-rw-r--r--ChangeLog.txt32
-rw-r--r--FILELIST.TXT158
-rwxr-xr-xextra/source/sendmail/SlackBuild-sendmail2
-rwxr-xr-xextra/source/sendmail/SlackBuild-sendmail-cf2
-rw-r--r--extra/source/sendmail/site.config.m42
-rw-r--r--patches/packages/hunspell-1.7.1-x86_64-1_slack15.0.txt11
-rw-r--r--patches/packages/mozilla-firefox-91.13.0esr-x86_64-1_slack15.0.txt (renamed from patches/packages/mozilla-firefox-91.12.0esr-x86_64-1_slack15.0.txt)0
-rw-r--r--patches/packages/mozilla-thunderbird-91.13.0-x86_64-1_slack15.0.txt (renamed from patches/packages/mozilla-thunderbird-91.12.0-x86_64-1_slack15.0.txt)0
-rwxr-xr-xpatches/source/hunspell/hunspell.SlackBuild144
-rw-r--r--patches/source/hunspell/hunspell.url1
-rw-r--r--patches/source/hunspell/slack-desc19
-rwxr-xr-xpatches/source/mozilla-firefox/build-deps/nodejs/nodejs.build4
-rwxr-xr-xpatches/source/mozilla-thunderbird/build-deps/nodejs/nodejs.build4
14 files changed, 339 insertions, 84 deletions
diff --git a/ChangeLog.rss b/ChangeLog.rss
index 741b281ba..b52ce43a7 100644
--- a/ChangeLog.rss
+++ b/ChangeLog.rss
@@ -11,10 +11,50 @@
<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, 20 Aug 2022 20:04:15 GMT</pubDate>
- <lastBuildDate>Sun, 21 Aug 2022 11:30:14 GMT</lastBuildDate>
+ <pubDate>Tue, 23 Aug 2022 19:27:56 GMT</pubDate>
+ <lastBuildDate>Wed, 24 Aug 2022 11:30:15 GMT</lastBuildDate>
<generator>maintain_current_git.sh v 1.17</generator>
<item>
+ <title>Tue, 23 Aug 2022 19:27:56 GMT</title>
+ <pubDate>Tue, 23 Aug 2022 19:27:56 GMT</pubDate>
+ <link>https://git.slackware.nl/current/tag/?h=20220823192756</link>
+ <guid isPermaLink="false">20220823192756</guid>
+ <description>
+ <![CDATA[<pre>
+extra/sendmail/sendmail-8.17.1-x86_64-3_slack15.0.txz: Rebuilt.
+ In recent versions of glibc, USE_INET6 has been removed which caused sendmail
+ to reject mail from IPv6 addresses. Adding -DHAS_GETHOSTBYNNAME2=1 to the
+ site.config.m4 allows the reverse lookups to work again fixing this issue.
+ Thanks to talo.
+extra/sendmail/sendmail-cf-8.17.1-noarch-3_slack15.0.txz: Rebuilt.
+patches/packages/hunspell-1.7.1-x86_64-1_slack15.0.txz: Upgraded.
+ Fixed invalid read operation in SuggestMgr::leftcommonsubstring
+ in suggestmgr.cxx.
+ For more information, see:
+ https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2019-16707
+ (* Security fix *)
+patches/packages/mozilla-firefox-91.13.0esr-x86_64-1_slack15.0.txz: Upgraded.
+ This update contains security fixes and improvements.
+ For more information, see:
+ https://www.mozilla.org/en-US/firefox/91.13.0/releasenotes/
+ https://www.mozilla.org/security/advisories/mfsa2022-35/
+ https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-38472
+ https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-38473
+ https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-38478
+ (* Security fix *)
+patches/packages/mozilla-thunderbird-91.13.0-x86_64-1_slack15.0.txz: Upgraded.
+ This release contains security fixes and improvements.
+ For more information, see:
+ https://www.mozilla.org/en-US/thunderbird/91.13.0/releasenotes/
+ https://www.mozilla.org/en-US/security/advisories/mfsa2022-37/
+ https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-38472
+ https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-38473
+ https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-38478
+ (* Security fix *)
+ </pre>]]>
+ </description>
+ </item>
+ <item>
<title>Sat, 20 Aug 2022 20:04:15 GMT</title>
<pubDate>Sat, 20 Aug 2022 20:04:15 GMT</pubDate>
<link>https://git.slackware.nl/current/tag/?h=20220820200415</link>
diff --git a/ChangeLog.txt b/ChangeLog.txt
index a30539c15..dfb1e7121 100644
--- a/ChangeLog.txt
+++ b/ChangeLog.txt
@@ -1,3 +1,35 @@
+Tue Aug 23 19:27:56 UTC 2022
+extra/sendmail/sendmail-8.17.1-x86_64-3_slack15.0.txz: Rebuilt.
+ In recent versions of glibc, USE_INET6 has been removed which caused sendmail
+ to reject mail from IPv6 addresses. Adding -DHAS_GETHOSTBYNNAME2=1 to the
+ site.config.m4 allows the reverse lookups to work again fixing this issue.
+ Thanks to talo.
+extra/sendmail/sendmail-cf-8.17.1-noarch-3_slack15.0.txz: Rebuilt.
+patches/packages/hunspell-1.7.1-x86_64-1_slack15.0.txz: Upgraded.
+ Fixed invalid read operation in SuggestMgr::leftcommonsubstring
+ in suggestmgr.cxx.
+ For more information, see:
+ https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2019-16707
+ (* Security fix *)
+patches/packages/mozilla-firefox-91.13.0esr-x86_64-1_slack15.0.txz: Upgraded.
+ This update contains security fixes and improvements.
+ For more information, see:
+ https://www.mozilla.org/en-US/firefox/91.13.0/releasenotes/
+ https://www.mozilla.org/security/advisories/mfsa2022-35/
+ https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-38472
+ https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-38473
+ https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-38478
+ (* Security fix *)
+patches/packages/mozilla-thunderbird-91.13.0-x86_64-1_slack15.0.txz: Upgraded.
+ This release contains security fixes and improvements.
+ For more information, see:
+ https://www.mozilla.org/en-US/thunderbird/91.13.0/releasenotes/
+ https://www.mozilla.org/en-US/security/advisories/mfsa2022-37/
+ https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-38472
+ https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-38473
+ https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-38478
+ (* Security fix *)
++--------------------------+
Sat Aug 20 20:04:15 UTC 2022
patches/packages/vim-8.2.4649-x86_64-3_slack15.0.txz: Rebuilt.
Fix use after free.
diff --git a/FILELIST.TXT b/FILELIST.TXT
index f5a98ee15..3efda7a58 100644
--- a/FILELIST.TXT
+++ b/FILELIST.TXT
@@ -1,20 +1,20 @@
-Sat Aug 20 20:06:39 UTC 2022
+Tue Aug 23 19:31:52 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-08-20 20:04 .
+drwxr-xr-x 12 root root 4096 2022-08-23 19:27 .
-rw-r--r-- 1 root root 5767 2022-02-02 22:44 ./ANNOUNCE.15.0
-rw-r--r-- 1 root root 16609 2022-03-30 19:03 ./CHANGES_AND_HINTS.TXT
--rw-r--r-- 1 root root 1147727 2022-08-18 23:26 ./CHECKSUMS.md5
--rw-r--r-- 1 root root 163 2022-08-18 23:26 ./CHECKSUMS.md5.asc
+-rw-r--r-- 1 root root 1147805 2022-08-20 20:06 ./CHECKSUMS.md5
+-rw-r--r-- 1 root root 163 2022-08-20 20:06 ./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 1917559 2022-08-20 20:04 ./ChangeLog.txt
+-rw-r--r-- 1 root root 1919299 2022-08-23 19:27 ./ChangeLog.txt
drwxr-xr-x 3 root root 4096 2013-03-20 22:17 ./EFI
drwxr-xr-x 2 root root 4096 2022-02-02 08:21 ./EFI/BOOT
-rw-r--r-- 1 root root 1187840 2021-06-15 19:16 ./EFI/BOOT/bootx64.efi
@@ -25,7 +25,7 @@ drwxr-xr-x 2 root root 4096 2022-02-02 08:21 ./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 1498348 2022-08-18 23:26 ./FILELIST.TXT
+-rw-r--r-- 1 root root 1498444 2022-08-20 20:06 ./FILELIST.TXT
-rw-r--r-- 1 root root 1572 2012-08-29 18:27 ./GPG-KEY
-rw-r--r-- 1 root root 864745 2022-02-02 08:25 ./PACKAGES.TXT
-rw-r--r-- 1 root root 8034 2022-02-02 03:36 ./README.TXT
@@ -39,12 +39,12 @@ drwxr-xr-x 2 root root 4096 2022-02-02 08:21 ./EFI/BOOT
-rw-r--r-- 1 root root 17294 2008-12-08 18:13 ./SPEAK_INSTALL.TXT
-rw-r--r-- 1 root root 57187 2022-02-01 19:37 ./Slackware-HOWTO
-rw-r--r-- 1 root root 8700 2022-01-26 05:44 ./UPGRADE.TXT
-drwxr-xr-x 19 root root 4096 2022-07-07 23:07 ./extra
--rw-r--r-- 1 root root 49594 2022-07-07 23:07 ./extra/CHECKSUMS.md5
--rw-r--r-- 1 root root 163 2022-07-07 23:07 ./extra/CHECKSUMS.md5.asc
--rw-r--r-- 1 root root 62447 2022-07-07 23:07 ./extra/FILE_LIST
--rw-r--r-- 1 root root 1644807 2022-07-07 23:07 ./extra/MANIFEST.bz2
--rw-r--r-- 1 root root 36524 2022-07-07 23:07 ./extra/PACKAGES.TXT
+drwxr-xr-x 19 root root 4096 2022-08-23 19:31 ./extra
+-rw-r--r-- 1 root root 49654 2022-08-23 19:31 ./extra/CHECKSUMS.md5
+-rw-r--r-- 1 root root 163 2022-08-23 19:31 ./extra/CHECKSUMS.md5.asc
+-rw-r--r-- 1 root root 62507 2022-08-23 19:31 ./extra/FILE_LIST
+-rw-r--r-- 1 root root 1641100 2022-08-23 19:31 ./extra/MANIFEST.bz2
+-rw-r--r-- 1 root root 36544 2022-08-23 19:31 ./extra/PACKAGES.TXT
-rw-r--r-- 1 root root 149 2002-02-09 00:18 ./extra/README.TXT
drwxr-xr-x 2 root root 20480 2020-05-26 20:38 ./extra/aspell-word-lists
-rw-r--r-- 1 root root 171 2016-06-06 20:10 ./extra/aspell-word-lists/aspell-af-0.50_0-x86_64-5.txt
@@ -361,15 +361,15 @@ drwxr-xr-x 2 root root 4096 2022-01-27 22:46 ./extra/rust-for-mozilla
-rw-r--r-- 1 root root 426 2022-01-27 21:11 ./extra/rust-for-mozilla/rust-1.54.0-x86_64-4.txt
-rw-r--r-- 1 root root 84007528 2022-01-27 21:11 ./extra/rust-for-mozilla/rust-1.54.0-x86_64-4.txz
-rw-r--r-- 1 root root 163 2022-01-27 21:11 ./extra/rust-for-mozilla/rust-1.54.0-x86_64-4.txz.asc
-drwxr-xr-x 2 root root 4096 2021-09-01 18:41 ./extra/sendmail
+drwxr-xr-x 2 root root 4096 2022-08-23 19:31 ./extra/sendmail
-rw-r--r-- 1 root root 146 2017-11-15 00:39 ./extra/sendmail/README
--rw-r--r-- 1 root root 503 2021-09-01 18:13 ./extra/sendmail/sendmail-8.17.1-x86_64-2.txt
--rw-r--r-- 1 root root 1080752 2021-09-01 18:13 ./extra/sendmail/sendmail-8.17.1-x86_64-2.txz
--rw-r--r-- 1 root root 163 2021-09-01 18:13 ./extra/sendmail/sendmail-8.17.1-x86_64-2.txz.asc
--rw-r--r-- 1 root root 586 2021-09-01 18:13 ./extra/sendmail/sendmail-cf-8.17.1-noarch-2.txt
--rw-r--r-- 1 root root 118948 2021-09-01 18:13 ./extra/sendmail/sendmail-cf-8.17.1-noarch-2.txz
--rw-r--r-- 1 root root 163 2021-09-01 18:13 ./extra/sendmail/sendmail-cf-8.17.1-noarch-2.txz.asc
-drwxr-xr-x 17 root root 4096 2022-07-07 19:02 ./extra/source
+-rw-r--r-- 1 root root 503 2022-08-23 19:22 ./extra/sendmail/sendmail-8.17.1-x86_64-3_slack15.0.txt
+-rw-r--r-- 1 root root 1080664 2022-08-23 19:22 ./extra/sendmail/sendmail-8.17.1-x86_64-3_slack15.0.txz
+-rw-r--r-- 1 root root 163 2022-08-23 19:22 ./extra/sendmail/sendmail-8.17.1-x86_64-3_slack15.0.txz.asc
+-rw-r--r-- 1 root root 586 2022-08-23 19:22 ./extra/sendmail/sendmail-cf-8.17.1-noarch-3_slack15.0.txt
+-rw-r--r-- 1 root root 118924 2022-08-23 19:22 ./extra/sendmail/sendmail-cf-8.17.1-noarch-3_slack15.0.txz
+-rw-r--r-- 1 root root 163 2022-08-23 19:22 ./extra/sendmail/sendmail-cf-8.17.1-noarch-3_slack15.0.txz.asc
+drwxr-xr-x 17 root root 4096 2022-08-23 19:25 ./extra/source
lrwxrwxrwx 1 root root 21 2021-04-29 18:18 ./extra/source/alpine -> ../../source/n/alpine
drwxr-xr-x 4 root root 4096 2018-11-09 05:59 ./extra/source/aspell-word-lists
-rwxr-xr-x 1 root root 3531 2020-05-26 20:06 ./extra/source/aspell-word-lists/aspell-dict.SlackBuild
@@ -596,8 +596,8 @@ drwxr-xr-x 2 root root 4096 2021-12-27 22:24 ./extra/source/rust-for-mozil
-rw-r--r-- 1 root root 910 2018-02-27 06:49 ./extra/source/rust-for-mozilla/slack-desc
drwxr-xr-x 2 root root 4096 2021-09-01 18:12 ./extra/source/sendmail
-rw-r--r-- 1 root root 799 2008-04-12 05:48 ./extra/source/sendmail/Build.gz
--rwxr-xr-x 1 root root 5883 2021-09-01 18:12 ./extra/source/sendmail/SlackBuild-sendmail
--rwxr-xr-x 1 root root 2128 2021-09-01 18:12 ./extra/source/sendmail/SlackBuild-sendmail-cf
+-rwxr-xr-x 1 root root 5893 2022-08-23 18:39 ./extra/source/sendmail/SlackBuild-sendmail
+-rwxr-xr-x 1 root root 2138 2022-08-23 18:39 ./extra/source/sendmail/SlackBuild-sendmail-cf
-rw-r--r-- 1 root root 4793 2009-06-26 19:34 ./extra/source/sendmail/_sendmail.tar.gz
-rw-r--r-- 1 root root 224 2002-02-14 01:48 ./extra/source/sendmail/linux.uucp.mc
-rw-r--r-- 1 root root 2742 2008-04-12 06:41 ./extra/source/sendmail/sendmail-slackware-tls-sasl.mc
@@ -605,7 +605,7 @@ drwxr-xr-x 2 root root 4096 2021-09-01 18:12 ./extra/source/sendmail
-rw-r--r-- 1 root root 1825 2003-05-05 03:34 ./extra/source/sendmail/sendmail-slackware.mc
-rw-r--r-- 1 root root 1604826 2021-08-17 07:30 ./extra/source/sendmail/sendmail.8.17.1.tar.lz
-rwxr-xr-x 1 root root 63 2008-11-26 21:58 ./extra/source/sendmail/sendmail.SlackBuild
--rw-r--r-- 1 root root 375 2021-09-01 18:14 ./extra/source/sendmail/site.config.m4
+-rw-r--r-- 1 root root 398 2022-08-23 16:29 ./extra/source/sendmail/site.config.m4
-rw-r--r-- 1 root root 959 2018-02-27 06:13 ./extra/source/sendmail/slack-desc.sendmail
-rw-r--r-- 1 root root 1045 2018-02-27 06:13 ./extra/source/sendmail/slack-desc.sendmail-cf
drwxr-xr-x 3 root root 4096 2021-11-23 19:22 ./extra/source/tigervnc
@@ -737,13 +737,13 @@ drwxr-xr-x 2 root root 4096 2008-05-07 05:21 ./pasture/source/php/pear
-rwxr-xr-x 1 root root 9448 2018-05-16 22:38 ./pasture/source/php/php.SlackBuild
-rw-r--r-- 1 root root 775 2017-07-07 19:25 ./pasture/source/php/php.ini-development.diff.gz
-rw-r--r-- 1 root root 830 2005-12-09 05:18 ./pasture/source/php/slack-desc
-drwxr-xr-x 4 root root 4096 2022-08-20 20:06 ./patches
--rw-r--r-- 1 root root 44217 2022-08-20 20:06 ./patches/CHECKSUMS.md5
--rw-r--r-- 1 root root 163 2022-08-20 20:06 ./patches/CHECKSUMS.md5.asc
--rw-r--r-- 1 root root 59280 2022-08-20 20:06 ./patches/FILE_LIST
--rw-r--r-- 1 root root 11199663 2022-08-20 20:06 ./patches/MANIFEST.bz2
--rw-r--r-- 1 root root 33462 2022-08-20 20:06 ./patches/PACKAGES.TXT
-drwxr-xr-x 3 root root 16384 2022-08-20 20:06 ./patches/packages
+drwxr-xr-x 4 root root 4096 2022-08-23 19:31 ./patches
+-rw-r--r-- 1 root root 44742 2022-08-23 19:31 ./patches/CHECKSUMS.md5
+-rw-r--r-- 1 root root 163 2022-08-23 19:31 ./patches/CHECKSUMS.md5.asc
+-rw-r--r-- 1 root root 59993 2022-08-23 19:31 ./patches/FILE_LIST
+-rw-r--r-- 1 root root 11256639 2022-08-23 19:31 ./patches/MANIFEST.bz2
+-rw-r--r-- 1 root root 34149 2022-08-23 19:31 ./patches/PACKAGES.TXT
+drwxr-xr-x 3 root root 16384 2022-08-23 19:31 ./patches/packages
-rw-r--r-- 1 root root 327 2022-02-15 05:07 ./patches/packages/aaa_base-15.0-x86_64-4_slack15.0.txt
-rw-r--r-- 1 root root 10716 2022-02-15 05:07 ./patches/packages/aaa_base-15.0-x86_64-4_slack15.0.txz
-rw-r--r-- 1 root root 163 2022-02-15 05:07 ./patches/packages/aaa_base-15.0-x86_64-4_slack15.0.txz.asc
@@ -798,6 +798,9 @@ drwxr-xr-x 3 root root 16384 2022-08-20 20:06 ./patches/packages
-rw-r--r-- 1 root root 513 2022-06-08 17:58 ./patches/packages/httpd-2.4.54-x86_64-1_slack15.0.txt
-rw-r--r-- 1 root root 3891688 2022-06-08 17:58 ./patches/packages/httpd-2.4.54-x86_64-1_slack15.0.txz
-rw-r--r-- 1 root root 163 2022-06-08 17:58 ./patches/packages/httpd-2.4.54-x86_64-1_slack15.0.txz.asc
+-rw-r--r-- 1 root root 513 2022-08-23 03:07 ./patches/packages/hunspell-1.7.1-x86_64-1_slack15.0.txt
+-rw-r--r-- 1 root root 312136 2022-08-23 03:07 ./patches/packages/hunspell-1.7.1-x86_64-1_slack15.0.txz
+-rw-r--r-- 1 root root 163 2022-08-23 03:07 ./patches/packages/hunspell-1.7.1-x86_64-1_slack15.0.txz.asc
-rw-r--r-- 1 root root 402 2022-04-08 18:31 ./patches/packages/libarchive-3.6.1-x86_64-1_slack15.0.txt
-rw-r--r-- 1 root root 514852 2022-04-08 18:31 ./patches/packages/libarchive-3.6.1-x86_64-1_slack15.0.txz
-rw-r--r-- 1 root root 163 2022-04-08 18:31 ./patches/packages/libarchive-3.6.1-x86_64-1_slack15.0.txz.asc
@@ -826,12 +829,12 @@ drwxr-xr-x 2 root root 4096 2022-05-09 21:37 ./patches/packages/linux-5.15
-rw-r--r-- 1 root root 369 2022-08-16 18:26 ./patches/packages/mariadb-10.5.17-x86_64-1_slack15.0.txt
-rw-r--r-- 1 root root 29383552 2022-08-16 18:26 ./patches/packages/mariadb-10.5.17-x86_64-1_slack15.0.txz
-rw-r--r-- 1 root root 163 2022-08-16 18:26 ./patches/packages/mariadb-10.5.17-x86_64-1_slack15.0.txz.asc
--rw-r--r-- 1 root root 570 2022-07-25 19:03 ./patches/packages/mozilla-firefox-91.12.0esr-x86_64-1_slack15.0.txt
--rw-r--r-- 1 root root 56509548 2022-07-25 19:03 ./patches/packages/mozilla-firefox-91.12.0esr-x86_64-1_slack15.0.txz
--rw-r--r-- 1 root root 163 2022-07-25 19:03 ./patches/packages/mozilla-firefox-91.12.0esr-x86_64-1_slack15.0.txz.asc
--rw-r--r-- 1 root root 663 2022-07-28 19:24 ./patches/packages/mozilla-thunderbird-91.12.0-x86_64-1_slack15.0.txt
--rw-r--r-- 1 root root 53169824 2022-07-28 19:24 ./patches/packages/mozilla-thunderbird-91.12.0-x86_64-1_slack15.0.txz
--rw-r--r-- 1 root root 163 2022-07-28 19:24 ./patches/packages/mozilla-thunderbird-91.12.0-x86_64-1_slack15.0.txz.asc
+-rw-r--r-- 1 root root 570 2022-08-22 17:27 ./patches/packages/mozilla-firefox-91.13.0esr-x86_64-1_slack15.0.txt
+-rw-r--r-- 1 root root 56518656 2022-08-22 17:27 ./patches/packages/mozilla-firefox-91.13.0esr-x86_64-1_slack15.0.txz
+-rw-r--r-- 1 root root 163 2022-08-22 17:27 ./patches/packages/mozilla-firefox-91.13.0esr-x86_64-1_slack15.0.txz.asc
+-rw-r--r-- 1 root root 663 2022-08-23 18:04 ./patches/packages/mozilla-thunderbird-91.13.0-x86_64-1_slack15.0.txt
+-rw-r--r-- 1 root root 53176448 2022-08-23 18:04 ./patches/packages/mozilla-thunderbird-91.13.0-x86_64-1_slack15.0.txz
+-rw-r--r-- 1 root root 163 2022-08-23 18:04 ./patches/packages/mozilla-thunderbird-91.13.0-x86_64-1_slack15.0.txz.asc
-rw-r--r-- 1 root root 451 2022-07-21 17:53 ./patches/packages/net-snmp-5.9.3-x86_64-1_slack15.0.txt
-rw-r--r-- 1 root root 1598024 2022-07-21 17:53 ./patches/packages/net-snmp-5.9.3-x86_64-1_slack15.0.txz
-rw-r--r-- 1 root root 163 2022-07-21 17:53 ./patches/packages/net-snmp-5.9.3-x86_64-1_slack15.0.txz.asc
@@ -904,7 +907,7 @@ drwxr-xr-x 2 root root 4096 2022-05-09 21:37 ./patches/packages/linux-5.15
-rw-r--r-- 1 root root 388 2022-08-09 17:48 ./patches/packages/zlib-1.2.12-x86_64-2_slack15.0.txt
-rw-r--r-- 1 root root 105196 2022-08-09 17:48 ./patches/packages/zlib-1.2.12-x86_64-2_slack15.0.txz
-rw-r--r-- 1 root root 163 2022-08-09 17:48 ./patches/packages/zlib-1.2.12-x86_64-2_slack15.0.txz.asc
-drwxr-xr-x 45 root root 4096 2022-08-20 19:02 ./patches/source
+drwxr-xr-x 46 root root 4096 2022-08-23 19:23 ./patches/source
drwxr-xr-x 2 root root 4096 2022-01-16 05:07 ./patches/source/aaa_base
-rw-r--r-- 1 root root 11041 2022-02-15 04:49 ./patches/source/aaa_base/_aaa_base.tar.gz
-rwxr-xr-x 1 root root 3894 2022-02-15 05:07 ./patches/source/aaa_base/aaa_base.SlackBuild
@@ -1052,6 +1055,11 @@ drwxr-xr-x 2 root root 4096 2022-06-08 17:55 ./patches/source/httpd
-rw-r--r-- 1 root root 171 2021-05-23 19:15 ./patches/source/httpd/logrotate.httpd
-rw-r--r-- 1 root root 1083 2018-03-20 18:37 ./patches/source/httpd/rc.httpd
-rw-r--r-- 1 root root 966 2018-02-27 06:13 ./patches/source/httpd/slack-desc
+drwxr-xr-x 2 root root 4096 2022-08-23 03:03 ./patches/source/hunspell
+-rw-r--r-- 1 root root 360684 2022-08-22 13:53 ./patches/source/hunspell/hunspell-1.7.1.tar.lz
+-rwxr-xr-x 1 root root 4301 2022-08-23 03:06 ./patches/source/hunspell/hunspell.SlackBuild
+-rw-r--r-- 1 root root 37 2022-08-23 03:02 ./patches/source/hunspell/hunspell.url
+-rw-r--r-- 1 root root 965 2021-06-29 18:41 ./patches/source/hunspell/slack-desc
drwxr-xr-x 2 root root 4096 2022-04-08 18:24 ./patches/source/libarchive
-rw-r--r-- 1 root root 5241148 2022-04-08 12:39 ./patches/source/libarchive/libarchive-3.6.1.tar.xz
-rw-r--r-- 1 root root 833 2022-04-08 12:39 ./patches/source/libarchive/libarchive-3.6.1.tar.xz.asc
@@ -1078,7 +1086,7 @@ drwxr-xr-x 2 root root 4096 2022-08-16 18:12 ./patches/source/mariadb
-rw-r--r-- 1 root root 34 2015-05-07 18:51 ./patches/source/mariadb/mirror.url
-rw-r--r-- 1 root root 1208 2021-04-23 17:54 ./patches/source/mariadb/rc.mysqld.gz
-rw-r--r-- 1 root root 824 2018-02-27 06:12 ./patches/source/mariadb/slack-desc
-drwxr-xr-x 3 root root 4096 2022-07-25 18:09 ./patches/source/mozilla-firefox
+drwxr-xr-x 3 root root 4096 2022-08-22 16:28 ./patches/source/mozilla-firefox
-rw-r--r-- 1 root root 693 2021-03-22 17:58 ./patches/source/mozilla-firefox/0027-LTO-Only-enable-LTO-for-Rust-when-complete-build-use.patch.gz
drwxr-xr-x 5 root root 4096 2021-08-13 18:36 ./patches/source/mozilla-firefox/build-deps
-rwxr-xr-x 1 root root 1919 2019-07-09 19:35 ./patches/source/mozilla-firefox/build-deps.sh
@@ -1090,14 +1098,14 @@ drwxr-xr-x 2 root root 4096 2022-06-13 00:06 ./patches/source/mozilla-fire
-rw-r--r-- 1 root root 150253 2022-04-21 16:48 ./patches/source/mozilla-firefox/build-deps/cbindgen/cbindgen-0.23.0.tar.lz
-rwxr-xr-x 1 root root 2032 2022-06-14 16:39 ./patches/source/mozilla-firefox/build-deps/cbindgen/cbindgen.build
-rw-r--r-- 1 root root 35 2021-06-25 03:11 ./patches/source/mozilla-firefox/build-deps/cbindgen/cbindgen.url
-drwxr-xr-x 2 root root 4096 2022-06-28 00:17 ./patches/source/mozilla-firefox/build-deps/nodejs
--rw-r--r-- 1 root root 34618208 2022-06-01 19:28 ./patches/source/mozilla-firefox/build-deps/nodejs/node-v16.15.1.tar.xz
--rwxr-xr-x 1 root root 3005 2021-08-13 18:37 ./patches/source/mozilla-firefox/build-deps/nodejs/nodejs.build
+drwxr-xr-x 2 root root 4096 2022-08-10 17:53 ./patches/source/mozilla-firefox/build-deps/nodejs
+-rw-r--r-- 1 root root 36945328 2022-07-26 14:35 ./patches/source/mozilla-firefox/build-deps/nodejs/node-v18.7.0.tar.xz
+-rwxr-xr-x 1 root root 3003 2022-08-10 17:53 ./patches/source/mozilla-firefox/build-deps/nodejs/nodejs.build
-rw-r--r-- 1 root root 86 2019-07-08 21:02 ./patches/source/mozilla-firefox/build-deps/nodejs/nodejs.url
-rwxr-xr-x 1 root root 840 2018-03-13 12:55 ./patches/source/mozilla-firefox/fetch-and-repack.sh
-rw-r--r-- 1 root root 330 2019-07-08 18:41 ./patches/source/mozilla-firefox/ff.ui.scrollToClick.diff.gz
--rw-r--r-- 1 root root 379877004 2022-07-25 12:44 ./patches/source/mozilla-firefox/firefox-91.12.0esr.source.tar.xz
--rw-r--r-- 1 root root 833 2022-07-25 12:44 ./patches/source/mozilla-firefox/firefox-91.12.0esr.source.tar.xz.asc
+-rw-r--r-- 1 root root 380053584 2022-08-22 14:02 ./patches/source/mozilla-firefox/firefox-91.13.0esr.source.tar.xz
+-rw-r--r-- 1 root root 833 2022-08-22 14:03 ./patches/source/mozilla-firefox/firefox-91.13.0esr.source.tar.xz.asc
-rw-r--r-- 1 root root 327 2008-06-17 17:19 ./patches/source/mozilla-firefox/firefox.moz_plugin_path.diff.gz
-rw-r--r-- 1 root root 518 2021-03-15 17:43 ./patches/source/mozilla-firefox/gkrust.a.no.networking.check.diff.gz
-rw-r--r-- 1 root root 462 2009-07-01 06:05 ./patches/source/mozilla-firefox/mimeTypes.rdf.gz
@@ -1105,7 +1113,7 @@ drwxr-xr-x 2 root root 4096 2022-06-28 00:17 ./patches/source/mozilla-fire
-rwxr-xr-x 1 root root 16070 2022-02-09 05:18 ./patches/source/mozilla-firefox/mozilla-firefox.SlackBuild
-rw-r--r-- 1 root root 2748 2017-12-04 21:30 ./patches/source/mozilla-firefox/mozilla-firefox.desktop
-rw-r--r-- 1 root root 1033 2020-07-07 18:08 ./patches/source/mozilla-firefox/slack-desc
-drwxr-xr-x 4 root root 4096 2022-07-28 18:30 ./patches/source/mozilla-thunderbird
+drwxr-xr-x 4 root root 4096 2022-08-23 16:55 ./patches/source/mozilla-thunderbird
drwxr-xr-x 2 root root 4096 2016-07-03 18:05 ./patches/source/mozilla-thunderbird/autoconf
-rw-r--r-- 1 root root 5869 2016-07-03 18:04 ./patches/source/mozilla-thunderbird/autoconf/autoconf-2.13-consolidated_fixes-1.patch.gz
-rw-r--r-- 1 root root 300116 1999-01-15 21:03 ./patches/source/mozilla-thunderbird/autoconf/autoconf-2.13.tar.xz
@@ -1120,17 +1128,17 @@ drwxr-xr-x 2 root root 4096 2022-06-13 00:06 ./patches/source/mozilla-thun
-rw-r--r-- 1 root root 150253 2022-04-21 16:48 ./patches/source/mozilla-thunderbird/build-deps/cbindgen/cbindgen-0.23.0.tar.lz
-rwxr-xr-x 1 root root 2032 2022-06-14 16:39 ./patches/source/mozilla-thunderbird/build-deps/cbindgen/cbindgen.build
-rw-r--r-- 1 root root 35 2021-06-25 03:11 ./patches/source/mozilla-thunderbird/build-deps/cbindgen/cbindgen.url
-drwxr-xr-x 2 root root 4096 2022-06-29 19:14 ./patches/source/mozilla-thunderbird/build-deps/nodejs
--rw-r--r-- 1 root root 34618208 2022-06-01 19:28 ./patches/source/mozilla-thunderbird/build-deps/nodejs/node-v16.15.1.tar.xz
--rwxr-xr-x 1 root root 3013 2021-08-13 18:10 ./patches/source/mozilla-thunderbird/build-deps/nodejs/nodejs.build
+drwxr-xr-x 2 root root 4096 2022-08-10 17:51 ./patches/source/mozilla-thunderbird/build-deps/nodejs
+-rw-r--r-- 1 root root 36945328 2022-07-26 14:35 ./patches/source/mozilla-thunderbird/build-deps/nodejs/node-v18.7.0.tar.xz
+-rwxr-xr-x 1 root root 3011 2022-08-10 17:51 ./patches/source/mozilla-thunderbird/build-deps/nodejs/nodejs.build
-rw-r--r-- 1 root root 86 2019-07-08 21:02 ./patches/source/mozilla-thunderbird/build-deps/nodejs/nodejs.url
-rw-r--r-- 1 root root 518 2021-03-15 17:43 ./patches/source/mozilla-thunderbird/gkrust.a.no.networking.check.diff.gz
-rwxr-xr-x 1 root root 13011 2022-02-09 05:55 ./patches/source/mozilla-thunderbird/mozilla-thunderbird.SlackBuild
-rw-r--r-- 1 root root 3378 2005-03-08 05:13 ./patches/source/mozilla-thunderbird/mozilla-thunderbird.desktop
-rw-r--r-- 1 root root 1130 2018-02-27 06:47 ./patches/source/mozilla-thunderbird/slack-desc
-rw-r--r-- 1 root root 330 2019-08-27 16:35 ./patches/source/mozilla-thunderbird/tb.ui.scrollToClick.diff.gz
--rw-r--r-- 1 root root 404609860 2022-07-28 16:10 ./patches/source/mozilla-thunderbird/thunderbird-91.12.0.source.tar.xz
--rw-r--r-- 1 root root 833 2022-07-28 16:10 ./patches/source/mozilla-thunderbird/thunderbird-91.12.0.source.tar.xz.asc
+-rw-r--r-- 1 root root 403859320 2022-08-23 01:56 ./patches/source/mozilla-thunderbird/thunderbird-91.13.0.source.tar.xz
+-rw-r--r-- 1 root root 833 2022-08-23 01:56 ./patches/source/mozilla-thunderbird/thunderbird-91.13.0.source.tar.xz.asc
drwxr-xr-x 2 root root 4096 2022-07-21 17:44 ./patches/source/net-snmp
-rw-r--r-- 1 root root 356 2021-12-21 18:38 ./patches/source/net-snmp/doinst.sh.gz
-rw-r--r-- 1 root root 607 2018-07-20 09:39 ./patches/source/net-snmp/net-snmp-5.7.2-cert-path.patch.gz
@@ -2731,14 +2739,14 @@ drwxr-xr-x 2 root root 69632 2022-02-01 08:29 ./slackware64/kde
-rw-r--r-- 1 root root 163 2022-01-06 22:29 ./slackware64/kde/kigo-21.12.1-x86_64-1.txz.asc
-rw-r--r-- 1 root root 216 2021-12-26 20:10 ./slackware64/kde/kile-2.9.93-x86_64-15.txt
-rw-r--r-- 1 root root 7406860 2021-12-26 20:10 ./slackware64/kde/kile-2.9.93-x86_64-15.txz
--rw-r--r-- 1 root root 163 2021-12-26 20:10 ./slackware64/kde/kile-2.9.93-x86_64-15.txz.asc
--rw-r--r-- 1 root root 198 2022-01-06 22:31 ./slackware64/kde/killbots-21.12.1-x86_64-1.txt
--rw-r--r-- 1 root root 1347260 2022-01-06 22:31 ./slackware64/kde/killbots-21.12.1-x86_64-1.txz
--rw-r--r-- 1 root root 163 2022-01-06 22:31 ./slackware64/kde/killbots-21.12.1-x86_64-1.txz.asc
--rw-r--r-- 1 root root 429 2022-01-08 22:35 ./slackware64/kde/kimageformats-5.90.0-x86_64-1.txt
--rw-r--r-- 1 root root 118812 2022-01-08 22:35 ./slackware64/kde/kimageformats-5.90.0-x86_64-1.txz
--rw-r--r-- 1 root root 163 2022-01-08 22:35 ./slackware64/kde/kimageformats-5.90.0-x86_64-1.txz.asc
--rw-r--r-- 1 root root 253 2022-01-06 22:54 ./slackware64/kde/kimagemapeditor-21.12.1-x86_64-1.txt
+-rw-r--r-- 1 root root 163 2021-12-26 20:10 ./slackware64/kde/kile-2.9.93-x86_64-15.txz.asc
+-rw-r--r-- 1 root root 198 2022-01-06 22:31 ./slackware64/kde/killbots-21.12.1-x86_64-1.txt
+-rw-r--r-- 1 root root 1347260 2022-01-06 22:31 ./slackware64/kde/killbots-21.12.1-x86_64-1.txz
+-rw-r--r-- 1 root root 163 2022-01-06 22:31 ./slackware64/kde/killbots-21.12.1-x86_64-1.txz.asc
+-rw-r--r-- 1 root root 429 2022-01-08 22:35 ./slackware64/kde/kimageformats-5.90.0-x86_64-1.txt
+-rw-r--r-- 1 root root 118812 2022-01-08 22:35 ./slackware64/kde/kimageformats-5.90.0-x86_64-1.txz
+-rw-r--r-- 1 root root 163 2022-01-08 22:35 ./slackware64/kde/kimageformats-5.90.0-x86_64-1.txz.asc
+-rw-r--r-- 1 root root 253 2022-01-06 22:54 ./slackware64/kde/kimagemapeditor-21.12.1-x86_64-1.txt
-rw-r--r-- 1 root root 1180648 2022-01-06 22:54 ./slackware64/kde/kimagemapeditor-21.12.1-x86_64-1.txz
-rw-r--r-- 1 root root 163 2022-01-06 22:54 ./slackware64/kde/kimagemapeditor-21.12.1-x86_64-1.txz.asc
-rw-r--r-- 1 root root 184 2022-01-06 21:38 ./slackware64/kde/kimap-21.12.1-x86_64-1.txt
@@ -5486,14 +5494,14 @@ drwxr-xr-x 2 root root 65536 2022-02-01 04:47 ./slackware64/x
-rw-r--r-- 1 root root 2551752 2021-02-13 12:59 ./slackware64/x/motif-2.3.8-x86_64-5.txz
-rw-r--r-- 1 root root 163 2021-02-13 12:59 ./slackware64/x/motif-2.3.8-x86_64-5.txz.asc
-rw-r--r-- 1 root root 583 2021-02-13 12:59 ./slackware64/x/mtdev-1.1.6-x86_64-3.txt
--rw-r--r-- 1 root root 22116 2021-02-13 12:59 ./slackware64/x/mtdev-1.1.6-x86_64-3.txz
--rw-r--r-- 1 root root 163 2021-02-13 12:59 ./slackware64/x/mtdev-1.1.6-x86_64-3.txz.asc
--rw-r--r-- 1 root root 340 2021-02-13 12:59 ./slackware64/x/mypaint-brushes-1.3.0-noarch-3.txt
--rw-r--r-- 1 root root 2346676 2021-02-13 12:59 ./slackware64/x/mypaint-brushes-1.3.0-noarch-3.txz
--rw-r--r-- 1 root root 163 2021-02-13 12:59 ./slackware64/x/mypaint-brushes-1.3.0-noarch-3.txz.asc
--rw-r--r-- 1 root root 803 2021-02-13 13:00 ./slackware64/x/noto-cjk-fonts-ttf-2.001-noarch-3.txt
--rw-r--r-- 1 root root 91118036 2021-02-13 13:00 ./slackware64/x/noto-cjk-fonts-ttf-2.001-noarch-3.txz
--rw-r--r-- 1 root root 163 2021-02-13 13:00 ./slackware64/x/noto-cjk-fonts-ttf-2.001-noarch-3.txz.asc
+-rw-r--r-- 1 root root 22116 2021-02-13 12:59 ./slackware64/x/mtdev-1.1.6-x86_64-3.txz
+-rw-r--r-- 1 root root 163 2021-02-13 12:59 ./slackware64/x/mtdev-1.1.6-x86_64-3.txz.asc
+-rw-r--r-- 1 root root 340 2021-02-13 12:59 ./slackware64/x/mypaint-brushes-1.3.0-noarch-3.txt
+-rw-r--r-- 1 root root 2346676 2021-02-13 12:59 ./slackware64/x/mypaint-brushes-1.3.0-noarch-3.txz
+-rw-r--r-- 1 root root 163 2021-02-13 12:59 ./slackware64/x/mypaint-brushes-1.3.0-noarch-3.txz.asc
+-rw-r--r-- 1 root root 803 2021-02-13 13:00 ./slackware64/x/noto-cjk-fonts-ttf-2.001-noarch-3.txt
+-rw-r--r-- 1 root root 91118036 2021-02-13 13:00 ./slackware64/x/noto-cjk-fonts-ttf-2.001-noarch-3.txz
+-rw-r--r-- 1 root root 163 2021-02-13 13:00 ./slackware64/x/noto-cjk-fonts-ttf-2.001-noarch-3.txz.asc
-rw-r--r-- 1 root root 710 2021-10-01 05:30 ./slackware64/x/noto-fonts-ttf-20171024-noarch-4.txt
-rw-r--r-- 1 root root 11603404 2021-10-01 05:30 ./slackware64/x/noto-fonts-ttf-20171024-noarch-4.txz
-rw-r--r-- 1 root root 163 2021-10-01 05:30 ./slackware64/x/noto-fonts-ttf-20171024-noarch-4.txz.asc
@@ -15100,16 +15108,16 @@ drwxr-xr-x 2 root root 4096 2021-12-10 20:40 ./source/x/x11/src/lib
-rw-r--r-- 1 root root 439404 2020-02-22 20:51 ./source/x/x11/src/lib/libxcb-1.14.tar.xz
-rw-r--r-- 1 root root 302836 2019-03-16 18:36 ./source/x/x11/src/lib/libxkbfile-1.1.0.tar.xz
-rw-r--r-- 1 root root 250612 2018-02-26 17:27 ./source/x/x11/src/lib/libxshmfence-1.3.tar.xz
--rw-r--r-- 1 root root 634752 2020-04-19 21:56 ./source/x/x11/src/lib/pixman-0.40.0.tar.xz
--rw-r--r-- 1 root root 169464 2019-03-16 21:30 ./source/x/x11/src/lib/xtrans-1.4.0.tar.xz
-drwxr-xr-x 2 root root 4096 2021-09-20 18:27 ./source/x/x11/src/proto
--rw-r--r-- 1 root root 143588 2020-10-08 22:32 ./source/x/x11/src/proto/xcb-proto-1.14.1.tar.xz
--rw-r--r-- 1 root root 763248 2021-09-15 15:59 ./source/x/x11/src/proto/xorgproto-2021.5.tar.xz
-drwxr-xr-x 2 root root 4096 2021-08-02 18:03 ./source/x/x11/src/util
--rw-r--r-- 1 root root 97488 2014-05-21 18:26 ./source/x/x11/src/util/gccmakedep-1.0.3.tar.xz
--rw-r--r-- 1 root root 148372 2019-03-16 23:26 ./source/x/x11/src/util/imake-1.0.8.tar.xz
--rw-r--r-- 1 root root 106664 2012-03-08 05:51 ./source/x/x11/src/util/lndir-1.0.3.tar.xz
--rw-r--r-- 1 root root 136760 2019-03-16 23:42 ./source/x/x11/src/util/makedepend-1.0.6.tar.xz
+-rw-r--r-- 1 root root 634752 2020-04-19 21:56 ./source/x/x11/src/lib/pixman-0.40.0.tar.xz
+-rw-r--r-- 1 root root 169464 2019-03-16 21:30 ./source/x/x11/src/lib/xtrans-1.4.0.tar.xz
+drwxr-xr-x 2 root root 4096 2021-09-20 18:27 ./source/x/x11/src/proto
+-rw-r--r-- 1 root root 143588 2020-10-08 22:32 ./source/x/x11/src/proto/xcb-proto-1.14.1.tar.xz
+-rw-r--r-- 1 root root 763248 2021-09-15 15:59 ./source/x/x11/src/proto/xorgproto-2021.5.tar.xz
+drwxr-xr-x 2 root root 4096 2021-08-02 18:03 ./source/x/x11/src/util
+-rw-r--r-- 1 root root 97488 2014-05-21 18:26 ./source/x/x11/src/util/gccmakedep-1.0.3.tar.xz
+-rw-r--r-- 1 root root 148372 2019-03-16 23:26 ./source/x/x11/src/util/imake-1.0.8.tar.xz
+-rw-r--r-- 1 root root 106664 2012-03-08 05:51 ./source/x/x11/src/util/lndir-1.0.3.tar.xz
+-rw-r--r-- 1 root root 136760 2019-03-16 23:42 ./source/x/x11/src/util/makedepend-1.0.6.tar.xz
-rw-r--r-- 1 root root 82048 2021-01-24 14:41 ./source/x/x11/src/util/util-macros-1.19.3.tar.xz
-rw-r--r-- 1 root root 302744 2021-08-02 01:00 ./source/x/x11/src/util/xorg-cf-files-1.0.7.tar.xz
drwxr-xr-x 2 root root 4096 2020-02-23 17:53 ./source/x/x11/src/xcb
diff --git a/extra/source/sendmail/SlackBuild-sendmail b/extra/source/sendmail/SlackBuild-sendmail
index 67dd8b7cd..f2fc73b06 100755
--- a/extra/source/sendmail/SlackBuild-sendmail
+++ b/extra/source/sendmail/SlackBuild-sendmail
@@ -21,7 +21,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
VERSION=8.17.1
-BUILD=${BUILD:-2}
+BUILD=${BUILD:-3_slack15.0}
# Automatically determine the architecture we're building on:
if [ -z "$ARCH" ]; then
diff --git a/extra/source/sendmail/SlackBuild-sendmail-cf b/extra/source/sendmail/SlackBuild-sendmail-cf
index 2a26aa005..76d32629c 100755
--- a/extra/source/sendmail/SlackBuild-sendmail-cf
+++ b/extra/source/sendmail/SlackBuild-sendmail-cf
@@ -22,7 +22,7 @@
VERSION=8.17.1
ARCH=noarch
-BUILD=${BUILD:-2}
+BUILD=${BUILD:-3_slack15.0}
CWD=$(pwd)
TMP=${TMP:-/tmp}
diff --git a/extra/source/sendmail/site.config.m4 b/extra/source/sendmail/site.config.m4
index e3ddae3d9..1142d2c7c 100644
--- a/extra/source/sendmail/site.config.m4
+++ b/extra/source/sendmail/site.config.m4
@@ -2,5 +2,5 @@ APPENDDEF(`confMAPDEF', `-DNEWDB')
APPENDDEF(`confLIBS', `-lnsl -lssl -lcrypto -lsasl2 -lwrap -lm -ldb -lresolv -licui18n -licuuc -licudata')
APPENDDEF(`conf_libmilter_ENVDEF', `-DMILTER')
APPENDDEF(`conf_sendmail_ENVDEF', `-DMILTER')
-APPENDDEF(`confENVDEF', `-DNETINET6 -DNEWDB -DSTARTTLS -DDANE -DSASL=2 -DTCPWRAPPERS -DNIS -DMAP_REGEX -DSOCKETMAP -DTLS_EC -DUSE_EAI')dnl
+APPENDDEF(`confENVDEF', `-DNETINET6 -DHAS_GETHOSTBYNAME2=1 -DNEWDB -DSTARTTLS -DDANE -DSASL=2 -DTCPWRAPPERS -DNIS -DMAP_REGEX -DSOCKETMAP -DTLS_EC -DUSE_EAI')dnl
diff --git a/patches/packages/hunspell-1.7.1-x86_64-1_slack15.0.txt b/patches/packages/hunspell-1.7.1-x86_64-1_slack15.0.txt
new file mode 100644
index 000000000..17803c5a3
--- /dev/null
+++ b/patches/packages/hunspell-1.7.1-x86_64-1_slack15.0.txt
@@ -0,0 +1,11 @@
+hunspell: hunspell (spell checker and morphological analyzer library)
+hunspell:
+hunspell: Hunspell is a spell checker and morphological analyzer library
+hunspell: and program designed for languages with rich morphology
+hunspell: and complex word compounding or character encoding.
+hunspell: Hunspell interfaces: Ispell-like terminal interface using ncurses
+hunspell: library, Ispell pipe interface, and OpenOffice.org UNO module.
+hunspell:
+hunspell: Homepage: http://hunspell.sourceforge.net/
+hunspell:
+hunspell:
diff --git a/patches/packages/mozilla-firefox-91.12.0esr-x86_64-1_slack15.0.txt b/patches/packages/mozilla-firefox-91.13.0esr-x86_64-1_slack15.0.txt
index 9d8594319..9d8594319 100644
--- a/patches/packages/mozilla-firefox-91.12.0esr-x86_64-1_slack15.0.txt
+++ b/patches/packages/mozilla-firefox-91.13.0esr-x86_64-1_slack15.0.txt
diff --git a/patches/packages/mozilla-thunderbird-91.12.0-x86_64-1_slack15.0.txt b/patches/packages/mozilla-thunderbird-91.13.0-x86_64-1_slack15.0.txt
index 5acb7b92e..5acb7b92e 100644
--- a/patches/packages/mozilla-thunderbird-91.12.0-x86_64-1_slack15.0.txt
+++ b/patches/packages/mozilla-thunderbird-91.13.0-x86_64-1_slack15.0.txt
diff --git a/patches/source/hunspell/hunspell.SlackBuild b/patches/source/hunspell/hunspell.SlackBuild
new file mode 100755
index 000000000..e1e8af41d
--- /dev/null
+++ b/patches/source/hunspell/hunspell.SlackBuild
@@ -0,0 +1,144 @@
+#!/bin/bash
+
+# Copyright 2010, 2011, 2012 Eric Hameleers, Eindhoven, NL
+# Copyright 2010, 2011, 2012, 2018 Patrick J. Volkerding, Sebeka, MN, USA
+# All rights reserved.
+#
+# Redistribution and use of this script, with or without modification, is
+# permitted provided that the following conditions are met:
+#
+# 1. Redistributions of this script must retain the above copyright
+# notice, this list of conditions and the following disclaimer.
+#
+# THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR IMPLIED
+# WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
+# MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO
+# EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
+# SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
+# PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS;
+# OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY,
+# WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR
+# OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF
+# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
+
+cd $(dirname $0) ; CWD=$(pwd)
+
+PKGNAM=hunspell
+VERSION=${VERSION:-$(echo $PKGNAM-*.tar.?z | rev | cut -f 3- -d . | cut -f 1 -d - | rev)}
+BUILD=${BUILD:-1_slack15.0}
+
+NUMJOBS=${NUMJOBS:-" -j$(expr $(nproc) + 1) "}
+
+TMP=${TMP:-/tmp}
+PKG=$TMP/package-${PKGNAM}
+rm -rf $PKG
+mkdir -p $TMP $PKG
+
+# Automatically determine the architecture we're building on:
+MARCH=$( uname -m )
+if [ -z "$ARCH" ]; then
+ case "$MARCH" in
+ i?86) export ARCH=i586 ;;
+ armv7hl) export ARCH=$MARCH ;;
+ arm*) export ARCH=arm ;;
+ # Unless $ARCH is already set, use uname -m for all other archs:
+ *) export ARCH=$MARCH ;;
+ esac
+fi
+
+# If the variable PRINT_PACKAGE_NAME is set, then this script will report what
+# the name of the created package would be, and then exit. This information
+# could be useful to other scripts.
+if [ ! -z "${PRINT_PACKAGE_NAME}" ]; then
+ echo "$PKGNAM-$VERSION-$ARCH-$BUILD.txz"
+ exit 0
+fi
+
+if [ "$ARCH" = "i586" ]; then
+ SLKCFLAGS="-O2 -march=i586 -mtune=i686"
+ LIBDIRSUFFIX=""
+elif [ "$ARCH" = "s390" ]; then
+ SLKCFLAGS="-O2"
+ LIBDIRSUFFIX=""
+elif [ "$ARCH" = "x86_64" ]; then
+ SLKCFLAGS="-O2 -fPIC"
+ LIBDIRSUFFIX="64"
+elif [ "$ARCH" = "armv7hl" ]; then
+ SLKCFLAGS="-O2 -march=armv7-a -mfpu=vfpv3-d16"
+ LIBDIRSUFFIX=""
+else
+ SLKCFLAGS="-O2"
+ LIBDIRSUFFIX=""
+fi
+
+case "$ARCH" in
+ arm*) TARGET=$ARCH-slackware-linux-gnueabi ;;
+ *) TARGET=$ARCH-slackware-linux ;;
+esac
+
+cd $TMP
+rm -rf ${PKGNAM}-${VERSION}
+tar xvf $CWD/${PKGNAM}-$VERSION.tar.?z || exit 1
+cd ${PKGNAM}-$VERSION || exit 1
+
+# Make sure ownerships and permissions are sane:
+chown -R root:root .
+find . \
+ \( -perm 777 -o -perm 775 -o -perm 711 -o -perm 555 -o -perm 511 \) \
+ -exec chmod 755 {} \+ -o \
+ \( -perm 666 -o -perm 664 -o -perm 600 -o -perm 444 -o -perm 440 -o -perm 400 \) \
+ -exec chmod 644 {} \+
+
+autoreconf -vif
+
+# Build and install:
+CFLAGS="$SLKCFLAGS" \
+CXXFLAGS="$SLKCFLAGS" \
+./configure \
+ --prefix=/usr \
+ --libdir=/usr/lib${LIBDIRSUFFIX} \
+ --sysconfdir=/etc \
+ --localstatedir=/var \
+ --mandir=/usr/man \
+ --disable-static \
+ --with-ui \
+ --with-readline \
+ --build=$TARGET || exit 1
+
+make $NUMJOBS || make || exit 1
+make install DESTDIR=$PKG || exit 1
+
+# Don't ship .la files:
+rm -f $PKG/{,usr/}lib${LIBDIRSUFFIX}/*.la
+
+# Strip binaries:
+find $PKG | xargs file | grep -e "executable" -e "shared object" \
+ | grep ELF | cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null
+
+# Compress and link manpages, if any:
+if [ -d $PKG/usr/man ]; then
+ ( cd $PKG/usr/man
+ for manpagedir in $(find . -type d -name "man*") ; do
+ ( cd $manpagedir
+ for eachpage in $( find . -type l -maxdepth 1) ; do
+ ln -s $( readlink $eachpage ).gz $eachpage.gz
+ rm $eachpage
+ done
+ gzip -9 *.*
+ )
+ done
+ )
+fi
+
+# Add a documentation directory:
+mkdir -p $PKG/usr/doc/${PKGNAM}-$VERSION
+cp -a \
+ ABOUT-NLS AUTHORS* BUGS COPYING* ChangeLog* NEWS README* THANKS TODO \
+ $PKG/usr/doc/${PKGNAM}-$VERSION
+
+mkdir -p $PKG/install
+cat $CWD/slack-desc > $PKG/install/slack-desc
+
+cd $PKG
+/sbin/makepkg -l y -c n $TMP/${PKGNAM}-$VERSION-$ARCH-$BUILD.txz
+
diff --git a/patches/source/hunspell/hunspell.url b/patches/source/hunspell/hunspell.url
new file mode 100644
index 000000000..bce7bdda2
--- /dev/null
+++ b/patches/source/hunspell/hunspell.url
@@ -0,0 +1 @@
+https://github.com/hunspell/hunspell
diff --git a/patches/source/hunspell/slack-desc b/patches/source/hunspell/slack-desc
new file mode 100644
index 000000000..399a9cc08
--- /dev/null
+++ b/patches/source/hunspell/slack-desc
@@ -0,0 +1,19 @@
+# HOW TO EDIT THIS FILE:
+# The "handy ruler" below makes it easier to edit a package description. Line
+# up the first '|' above the ':' following the base package name, and the '|'
+# on the right side marks the last column you can put a character in. You must
+# make exactly 11 lines for the formatting to be correct. It's also
+# customary to leave one space after the ':'.
+
+ |-----handy-ruler--------------------------------------------------|
+hunspell: hunspell (spell checker and morphological analyzer library)
+hunspell:
+hunspell: Hunspell is a spell checker and morphological analyzer library
+hunspell: and program designed for languages with rich morphology
+hunspell: and complex word compounding or character encoding.
+hunspell: Hunspell interfaces: Ispell-like terminal interface using ncurses
+hunspell: library, Ispell pipe interface, and OpenOffice.org UNO module.
+hunspell:
+hunspell: Homepage: http://hunspell.sourceforge.net/
+hunspell:
+hunspell:
diff --git a/patches/source/mozilla-firefox/build-deps/nodejs/nodejs.build b/patches/source/mozilla-firefox/build-deps/nodejs/nodejs.build
index aa09beaba..d67e2db1f 100755
--- a/patches/source/mozilla-firefox/build-deps/nodejs/nodejs.build
+++ b/patches/source/mozilla-firefox/build-deps/nodejs/nodejs.build
@@ -76,9 +76,9 @@ find . \
# Fix paths for $LIBDIRSUFFIX (if needed):
if [ ! -z $LIBDIRSUFFIX ]; then
- sed -i "s|\"lib\"|\"lib${LIBDIRSUFFIX}\"|" deps/npm/lib/npm.js
- sed -i "s/'lib'/'lib${LIBDIRSUFFIX}'/" lib/module.js
sed -i "s|lib/|lib${LIBDIRSUFFIX}/|g" tools/install.py
+ sed -i "s|'lib'|'lib${LIBDIRSUFFIX}'|g" lib/module.js
+ sed -i "s|'lib'|'lib${LIBDIRSUFFIX}'|g" deps/npm/lib/npm.js
fi
# Use gcc as there have been linker failures with objects build with clang:
diff --git a/patches/source/mozilla-thunderbird/build-deps/nodejs/nodejs.build b/patches/source/mozilla-thunderbird/build-deps/nodejs/nodejs.build
index e07f5a72e..136b05b26 100755
--- a/patches/source/mozilla-thunderbird/build-deps/nodejs/nodejs.build
+++ b/patches/source/mozilla-thunderbird/build-deps/nodejs/nodejs.build
@@ -76,9 +76,9 @@ find . \
# Fix paths for $LIBDIRSUFFIX (if needed):
if [ ! -z $LIBDIRSUFFIX ]; then
- sed -i "s|\"lib\"|\"lib${LIBDIRSUFFIX}\"|" deps/npm/lib/npm.js
- sed -i "s/'lib'/'lib${LIBDIRSUFFIX}'/" lib/module.js
sed -i "s|lib/|lib${LIBDIRSUFFIX}/|g" tools/install.py
+ sed -i "s|'lib'|'lib${LIBDIRSUFFIX}'|g" lib/module.js
+ sed -i "s|'lib'|'lib${LIBDIRSUFFIX}'|g" deps/npm/lib/npm.js
fi
# Use gcc as there have been linker failures with objects build with clang: