summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author Patrick J Volkerding <volkerdi@slackware.com>2022-08-30 19:39:30 +0000
committer Eric Hameleers <alien@slackware.com>2022-08-31 13:30:01 +0200
commit1393bd0f4f5d765b7bb00c2f6b3fe98646133af9 (patch)
treec228b11c08d465c020fda3367d896e4aae27da47
parent71a81b740897cf4e38ea73171f3d0aeb05c848e5 (diff)
downloadcurrent-20220830193930_15.0.tar.gz
current-20220830193930_15.0.tar.xz
Tue Aug 30 19:39:30 UTC 202220220830193930_15.0
extra/sendmail/sendmail-8.17.1-x86_64-4_slack15.0.txz: Rebuilt. Patched sendmail.h to fix SASL auth. Thanks to af7567. Build without -DUSE_EAI (which is evidently considered experimental) since the option breaks the vacation binary. Thanks to bitfuzzy and HQuest. It is possible that this could work but requires additional options. I found this in the ChangeLog for the SUSE rpm: Experimental support for SMTPUTF8 (EAI, see RFC 6530-6533) is available when using the compile time option USE_EAI (see also devtools/Site/site.config.m4.sample for other required settings) and the cf option SMTPUTF8. If a mail submission via the command line requires the use of SMTPUTF8, e.g., because a header uses UTF-8 encoding, but the addresses on the command line are all ASCII, then the new option -U must be used, and the cf option SMTPUTF8 must be set in submit.cf. Any assistance with getting -DUSE_EAI working properly would be appreciated. extra/sendmail/sendmail-cf-8.17.1-noarch-4_slack15.0.txz: Rebuilt. patches/packages/vim-9.0.0334-x86_64-1_slack15.0.txz: Upgraded. Fixed use after free. Thanks to marav for the heads-up. For more information, see: https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-3016 (* Security fix *) patches/packages/vim-gvim-9.0.0334-x86_64-1_slack15.0.txz: Upgraded.
-rw-r--r--ChangeLog.rss36
-rw-r--r--ChangeLog.txt24
-rw-r--r--FILELIST.TXT87
-rwxr-xr-xextra/source/sendmail/SlackBuild-sendmail5
-rwxr-xr-xextra/source/sendmail/SlackBuild-sendmail-cf2
-rw-r--r--extra/source/sendmail/sendmail.sasl.auth.fix.patch21
-rw-r--r--extra/source/sendmail/site.config.m42
-rw-r--r--patches/packages/vim-9.0.0334-x86_64-1_slack15.0.txt (renamed from patches/packages/vim-9.0.0270-x86_64-1_slack15.0.txt)0
-rw-r--r--patches/packages/vim-gvim-9.0.0334-x86_64-1_slack15.0.txt (renamed from patches/packages/vim-gvim-9.0.0270-x86_64-1_slack15.0.txt)0
-rwxr-xr-xrecompress.sh1
10 files changed, 130 insertions, 48 deletions
diff --git a/ChangeLog.rss b/ChangeLog.rss
index cba63e613..b963a7d61 100644
--- a/ChangeLog.rss
+++ b/ChangeLog.rss
@@ -11,10 +11,42 @@
<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>Fri, 26 Aug 2022 04:02:20 GMT</pubDate>
- <lastBuildDate>Sat, 27 Aug 2022 11:30:15 GMT</lastBuildDate>
+ <pubDate>Tue, 30 Aug 2022 19:39:30 GMT</pubDate>
+ <lastBuildDate>Wed, 31 Aug 2022 11:29:49 GMT</lastBuildDate>
<generator>maintain_current_git.sh v 1.17</generator>
<item>
+ <title>Tue, 30 Aug 2022 19:39:30 GMT</title>
+ <pubDate>Tue, 30 Aug 2022 19:39:30 GMT</pubDate>
+ <link>https://git.slackware.nl/current/tag/?h=20220830193930</link>
+ <guid isPermaLink="false">20220830193930</guid>
+ <description>
+ <![CDATA[<pre>
+extra/sendmail/sendmail-8.17.1-x86_64-4_slack15.0.txz: Rebuilt.
+ Patched sendmail.h to fix SASL auth. Thanks to af7567.
+ Build without -DUSE_EAI (which is evidently considered experimental) since
+ the option breaks the vacation binary. Thanks to bitfuzzy and HQuest.
+ It is possible that this could work but requires additional options. I found
+ this in the ChangeLog for the SUSE rpm:
+ Experimental support for SMTPUTF8 (EAI, see RFC 6530-6533) is available
+ when using the compile time option USE_EAI (see also
+ devtools/Site/site.config.m4.sample for other required settings) and the cf
+ option SMTPUTF8. If a mail submission via the command line requires the
+ use of SMTPUTF8, e.g., because a header uses UTF-8 encoding, but the
+ addresses on the command line are all ASCII, then the new option -U must be
+ used, and the cf option SMTPUTF8 must be set in submit.cf.
+ Any assistance with getting -DUSE_EAI working properly would be appreciated.
+extra/sendmail/sendmail-cf-8.17.1-noarch-4_slack15.0.txz: Rebuilt.
+patches/packages/vim-9.0.0334-x86_64-1_slack15.0.txz: Upgraded.
+ Fixed use after free.
+ Thanks to marav for the heads-up.
+ For more information, see:
+ https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-3016
+ (* Security fix *)
+patches/packages/vim-gvim-9.0.0334-x86_64-1_slack15.0.txz: Upgraded.
+ </pre>]]>
+ </description>
+ </item>
+ <item>
<title>Fri, 26 Aug 2022 04:02:20 GMT</title>
<pubDate>Fri, 26 Aug 2022 04:02:20 GMT</pubDate>
<link>https://git.slackware.nl/current/tag/?h=20220826040220</link>
diff --git a/ChangeLog.txt b/ChangeLog.txt
index e2bfaba29..379073ada 100644
--- a/ChangeLog.txt
+++ b/ChangeLog.txt
@@ -1,3 +1,27 @@
+Tue Aug 30 19:39:30 UTC 2022
+extra/sendmail/sendmail-8.17.1-x86_64-4_slack15.0.txz: Rebuilt.
+ Patched sendmail.h to fix SASL auth. Thanks to af7567.
+ Build without -DUSE_EAI (which is evidently considered experimental) since
+ the option breaks the vacation binary. Thanks to bitfuzzy and HQuest.
+ It is possible that this could work but requires additional options. I found
+ this in the ChangeLog for the SUSE rpm:
+ Experimental support for SMTPUTF8 (EAI, see RFC 6530-6533) is available
+ when using the compile time option USE_EAI (see also
+ devtools/Site/site.config.m4.sample for other required settings) and the cf
+ option SMTPUTF8. If a mail submission via the command line requires the
+ use of SMTPUTF8, e.g., because a header uses UTF-8 encoding, but the
+ addresses on the command line are all ASCII, then the new option -U must be
+ used, and the cf option SMTPUTF8 must be set in submit.cf.
+ Any assistance with getting -DUSE_EAI working properly would be appreciated.
+extra/sendmail/sendmail-cf-8.17.1-noarch-4_slack15.0.txz: Rebuilt.
+patches/packages/vim-9.0.0334-x86_64-1_slack15.0.txz: Upgraded.
+ Fixed use after free.
+ Thanks to marav for the heads-up.
+ For more information, see:
+ https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-3016
+ (* Security fix *)
+patches/packages/vim-gvim-9.0.0334-x86_64-1_slack15.0.txz: Upgraded.
++--------------------------+
Fri Aug 26 04:02:20 UTC 2022
patches/packages/linux-5.15.63/*: Upgraded.
These updates fix various bugs and security issues.
diff --git a/FILELIST.TXT b/FILELIST.TXT
index 123a094c4..f6d0bacf6 100644
--- a/FILELIST.TXT
+++ b/FILELIST.TXT
@@ -1,20 +1,20 @@
-Fri Aug 26 04:06:22 UTC 2022
+Tue Aug 30 19:42:43 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-26 04:02 .
+drwxr-xr-x 12 root root 4096 2022-08-30 19:39 .
-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 1148446 2022-08-23 19:32 ./CHECKSUMS.md5
--rw-r--r-- 1 root root 163 2022-08-23 19:32 ./CHECKSUMS.md5.asc
+-rw-r--r-- 1 root root 1148134 2022-08-26 04:06 ./CHECKSUMS.md5
+-rw-r--r-- 1 root root 163 2022-08-26 04: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 1923852 2022-08-26 04:02 ./ChangeLog.txt
+-rw-r--r-- 1 root root 1925265 2022-08-30 19:39 ./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 1499279 2022-08-23 19:31 ./FILELIST.TXT
+-rw-r--r-- 1 root root 1498899 2022-08-26 04: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-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
+drwxr-xr-x 19 root root 4096 2022-08-30 19:42 ./extra
+-rw-r--r-- 1 root root 49738 2022-08-30 19:42 ./extra/CHECKSUMS.md5
+-rw-r--r-- 1 root root 163 2022-08-30 19:42 ./extra/CHECKSUMS.md5.asc
+-rw-r--r-- 1 root root 62608 2022-08-30 19:42 ./extra/FILE_LIST
+-rw-r--r-- 1 root root 1640978 2022-08-30 19:42 ./extra/MANIFEST.bz2
+-rw-r--r-- 1 root root 36544 2022-08-30 19:42 ./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 2022-08-23 19:31 ./extra/sendmail
+drwxr-xr-x 2 root root 4096 2022-08-30 19:42 ./extra/sendmail
-rw-r--r-- 1 root root 146 2017-11-15 00:39 ./extra/sendmail/README
--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
+-rw-r--r-- 1 root root 503 2022-08-30 18:26 ./extra/sendmail/sendmail-8.17.1-x86_64-4_slack15.0.txt
+-rw-r--r-- 1 root root 1075600 2022-08-30 18:26 ./extra/sendmail/sendmail-8.17.1-x86_64-4_slack15.0.txz
+-rw-r--r-- 1 root root 163 2022-08-30 18:26 ./extra/sendmail/sendmail-8.17.1-x86_64-4_slack15.0.txz.asc
+-rw-r--r-- 1 root root 586 2022-08-30 18:26 ./extra/sendmail/sendmail-cf-8.17.1-noarch-4_slack15.0.txt
+-rw-r--r-- 1 root root 118912 2022-08-30 18:26 ./extra/sendmail/sendmail-cf-8.17.1-noarch-4_slack15.0.txz
+-rw-r--r-- 1 root root 163 2022-08-30 18:26 ./extra/sendmail/sendmail-cf-8.17.1-noarch-4_slack15.0.txz.asc
+drwxr-xr-x 17 root root 4096 2022-08-30 18:32 ./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
@@ -594,10 +594,10 @@ drwxr-xr-x 2 root root 4096 2021-12-27 22:24 ./extra/source/rust-for-mozil
-rw-r--r-- 1 root root 1657 2021-07-29 18:13 ./extra/source/rust-for-mozilla/rust.url
-rw-r--r-- 1 root root 107016714 2021-07-29 14:14 ./extra/source/rust-for-mozilla/rustc-1.54.0-src.tar.lz
-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
+drwxr-xr-x 2 root root 4096 2022-08-30 18:17 ./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 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
+-rwxr-xr-x 1 root root 6007 2022-08-30 18:25 ./extra/source/sendmail/SlackBuild-sendmail
+-rwxr-xr-x 1 root root 2138 2022-08-30 18:25 ./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,8 @@ 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 398 2022-08-23 16:29 ./extra/source/sendmail/site.config.m4
+-rw-r--r-- 1 root root 487 2022-08-30 18:14 ./extra/source/sendmail/sendmail.sasl.auth.fix.patch.gz
+-rw-r--r-- 1 root root 388 2022-08-30 18:11 ./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 +738,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-26 04:06 ./patches
--rw-r--r-- 1 root root 44462 2022-08-26 04:06 ./patches/CHECKSUMS.md5
--rw-r--r-- 1 root root 163 2022-08-26 04:06 ./patches/CHECKSUMS.md5.asc
--rw-r--r-- 1 root root 59645 2022-08-26 04:06 ./patches/FILE_LIST
--rw-r--r-- 1 root root 11248002 2022-08-26 04:06 ./patches/MANIFEST.bz2
--rw-r--r-- 1 root root 34149 2022-08-26 04:06 ./patches/PACKAGES.TXT
-drwxr-xr-x 3 root root 16384 2022-08-26 04:05 ./patches/packages
+drwxr-xr-x 4 root root 4096 2022-08-30 19:42 ./patches
+-rw-r--r-- 1 root root 44462 2022-08-30 19:42 ./patches/CHECKSUMS.md5
+-rw-r--r-- 1 root root 163 2022-08-30 19:42 ./patches/CHECKSUMS.md5.asc
+-rw-r--r-- 1 root root 59645 2022-08-30 19:42 ./patches/FILE_LIST
+-rw-r--r-- 1 root root 11254587 2022-08-30 19:42 ./patches/MANIFEST.bz2
+-rw-r--r-- 1 root root 34149 2022-08-30 19:42 ./patches/PACKAGES.TXT
+drwxr-xr-x 3 root root 16384 2022-08-30 19:42 ./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
@@ -877,12 +878,12 @@ drwxr-xr-x 2 root root 4096 2022-08-26 04:06 ./patches/packages/linux-5.15
-rw-r--r-- 1 root root 354 2022-02-15 18:37 ./patches/packages/util-linux-2.37.4-x86_64-1_slack15.0.txt
-rw-r--r-- 1 root root 2805300 2022-02-15 18:37 ./patches/packages/util-linux-2.37.4-x86_64-1_slack15.0.txz
-rw-r--r-- 1 root root 163 2022-02-15 18:37 ./patches/packages/util-linux-2.37.4-x86_64-1_slack15.0.txz.asc
--rw-r--r-- 1 root root 383 2022-08-26 03:34 ./patches/packages/vim-9.0.0270-x86_64-1_slack15.0.txt
--rw-r--r-- 1 root root 8408256 2022-08-26 03:34 ./patches/packages/vim-9.0.0270-x86_64-1_slack15.0.txz
--rw-r--r-- 1 root root 163 2022-08-26 03:34 ./patches/packages/vim-9.0.0270-x86_64-1_slack15.0.txz.asc
--rw-r--r-- 1 root root 503 2022-08-26 03:35 ./patches/packages/vim-gvim-9.0.0270-x86_64-1_slack15.0.txt
--rw-r--r-- 1 root root 1682320 2022-08-26 03:35 ./patches/packages/vim-gvim-9.0.0270-x86_64-1_slack15.0.txz
--rw-r--r-- 1 root root 163 2022-08-26 03:35 ./patches/packages/vim-gvim-9.0.0270-x86_64-1_slack15.0.txz.asc
+-rw-r--r-- 1 root root 383 2022-08-30 19:27 ./patches/packages/vim-9.0.0334-x86_64-1_slack15.0.txt
+-rw-r--r-- 1 root root 8419824 2022-08-30 19:27 ./patches/packages/vim-9.0.0334-x86_64-1_slack15.0.txz
+-rw-r--r-- 1 root root 163 2022-08-30 19:27 ./patches/packages/vim-9.0.0334-x86_64-1_slack15.0.txz.asc
+-rw-r--r-- 1 root root 503 2022-08-30 19:28 ./patches/packages/vim-gvim-9.0.0334-x86_64-1_slack15.0.txt
+-rw-r--r-- 1 root root 1682912 2022-08-30 19:28 ./patches/packages/vim-gvim-9.0.0334-x86_64-1_slack15.0.txz
+-rw-r--r-- 1 root root 163 2022-08-30 19:28 ./patches/packages/vim-gvim-9.0.0334-x86_64-1_slack15.0.txz.asc
-rw-r--r-- 1 root root 507 2022-07-10 18:40 ./patches/packages/wavpack-5.5.0-x86_64-1_slack15.0.txt
-rw-r--r-- 1 root root 185936 2022-07-10 18:40 ./patches/packages/wavpack-5.5.0-x86_64-1_slack15.0.txz
-rw-r--r-- 1 root root 163 2022-07-10 18:40 ./patches/packages/wavpack-5.5.0-x86_64-1_slack15.0.txz.asc
@@ -907,7 +908,7 @@ drwxr-xr-x 2 root root 4096 2022-08-26 04:06 ./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 46 root root 4096 2022-08-26 03:43 ./patches/source
+drwxr-xr-x 46 root root 4096 2022-08-30 19:26 ./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
@@ -1308,13 +1309,13 @@ drwxr-xr-x 2 root root 4096 2020-05-08 19:39 ./patches/source/util-linux/p
-rw-r--r-- 1 root root 335 2014-07-03 08:34 ./patches/source/util-linux/util-linux.fdisk-no-solaris.diff.gz
-rw-r--r-- 1 root root 10292 2009-05-30 01:25 ./patches/source/util-linux/ziptool-1.4.0.tar.xz
-rw-r--r-- 1 root root 386 2009-05-30 01:25 ./patches/source/util-linux/ziptool-fix_build.patch.gz
-drwxr-xr-x 2 root root 4096 2022-08-26 03:29 ./patches/source/vim
+drwxr-xr-x 2 root root 4096 2022-08-30 18:52 ./patches/source/vim
-rw-r--r-- 1 root root 299348 2009-07-09 22:03 ./patches/source/vim/ctags-5.8.tar.xz
-rw-r--r-- 1 root root 2768 2022-02-12 08:11 ./patches/source/vim/ctags.use-conventional-unused-marker.patch.gz
-rw-r--r-- 1 root root 8249 2006-01-19 17:01 ./patches/source/vim/gvim.png
-rw-r--r-- 1 root root 834 2018-02-27 06:13 ./patches/source/vim/slack-desc.vim
-rw-r--r-- 1 root root 959 2018-03-15 02:41 ./patches/source/vim/slack-desc.vim-gvim
--rw-r--r-- 1 root root 10692405 2022-08-26 02:43 ./patches/source/vim/vim-9.0.0270.tar.lz
+-rw-r--r-- 1 root root 10700982 2022-08-30 18:49 ./patches/source/vim/vim-9.0.0334.tar.lz
-rwxr-xr-x 1 root root 6370 2022-08-24 18:49 ./patches/source/vim/vim-gvim.SlackBuild
-rwxr-xr-x 1 root root 7934 2022-08-24 18:49 ./patches/source/vim/vim.SlackBuild
-rw-r--r-- 1 root root 283 2019-01-11 20:43 ./patches/source/vim/vim.vimrc.diff.gz
@@ -2737,7 +2738,7 @@ drwxr-xr-x 2 root root 69632 2022-02-01 08:29 ./slackware64/kde
-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 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
@@ -5492,7 +5493,7 @@ drwxr-xr-x 2 root root 65536 2022-02-01 04:47 ./slackware64/x
-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 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
@@ -15106,7 +15107,7 @@ drwxr-xr-x 2 root root 4096 2021-12-10 20:40 ./source/x/x11/src/lib
-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
+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
diff --git a/extra/source/sendmail/SlackBuild-sendmail b/extra/source/sendmail/SlackBuild-sendmail
index f2fc73b06..7777e8779 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:-3_slack15.0}
+BUILD=${BUILD:-4_slack15.0}
# Automatically determine the architecture we're building on:
if [ -z "$ARCH" ]; then
@@ -79,6 +79,9 @@ find . \
\( -perm 666 -o -perm 664 -o -perm 600 -o -perm 444 -o -perm 440 -o -perm 400 \) \
-exec chmod 644 {} \;
+# Patch from FreeBSD to fix SASL auth:
+zcat $CWD/sendmail.sasl.auth.fix.patch.gz | patch -p0 --verbose || exit 1
+
# Add TLS support to the sendmail binary:
cat $CWD/site.config.m4 > devtools/Site/site.config.m4
diff --git a/extra/source/sendmail/SlackBuild-sendmail-cf b/extra/source/sendmail/SlackBuild-sendmail-cf
index 76d32629c..5a2dafcfc 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:-3_slack15.0}
+BUILD=${BUILD:-4_slack15.0}
CWD=$(pwd)
TMP=${TMP:-/tmp}
diff --git a/extra/source/sendmail/sendmail.sasl.auth.fix.patch b/extra/source/sendmail/sendmail.sasl.auth.fix.patch
new file mode 100644
index 000000000..2701fc349
--- /dev/null
+++ b/extra/source/sendmail/sendmail.sasl.auth.fix.patch
@@ -0,0 +1,21 @@
+--- sendmail/sendmail.h.orig 2022-04-19 21:07:42 UTC
++++ sendmail/sendmail.h
+@@ -760,7 +760,7 @@ extern bool filesys_free __P((long));
+ # define SASL_IS_AUTH 2 /* authenticated */
+
+ /* SASL options */
+-# define SASL_AUTH_AUTH 0x1000 /* use auth= only if authenticated */
++# define SASL_AUTH_AUTH 0x10000 /* use auth= only if authenticated */
+ # if SASL >= 20101
+ # define SASL_SEC_MASK SASL_SEC_MAXIMUM /* mask for SASL_SEC_* values: sasl.h */
+ # else /* SASL >= 20101 */
+@@ -775,6 +775,9 @@ extern bool filesys_free __P((long));
+ # endif /* SASL_SEC_NOPLAINTEXT & SASL_SEC_MASK) == 0 ... */
+ # endif /* SASL >= 20101 */
+ # define MAXOUTLEN 8192 /* length of output buffer, should be 2^n */
++# if (SASL_AUTH_AUTH & SASL_SEC_MASK) != 0
++# ERROR "change SASL_AUTH_AUTH notify sendmail.org!"
++# endif
+
+ /* functions */
+ extern char *intersect __P((char *, char *, SM_RPOOL_T *));
diff --git a/extra/source/sendmail/site.config.m4 b/extra/source/sendmail/site.config.m4
index 1142d2c7c..36a692f6b 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 -DHAS_GETHOSTBYNAME2=1 -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')dnl
diff --git a/patches/packages/vim-9.0.0270-x86_64-1_slack15.0.txt b/patches/packages/vim-9.0.0334-x86_64-1_slack15.0.txt
index 4a843388d..4a843388d 100644
--- a/patches/packages/vim-9.0.0270-x86_64-1_slack15.0.txt
+++ b/patches/packages/vim-9.0.0334-x86_64-1_slack15.0.txt
diff --git a/patches/packages/vim-gvim-9.0.0270-x86_64-1_slack15.0.txt b/patches/packages/vim-gvim-9.0.0334-x86_64-1_slack15.0.txt
index 3b81553b1..3b81553b1 100644
--- a/patches/packages/vim-gvim-9.0.0270-x86_64-1_slack15.0.txt
+++ b/patches/packages/vim-gvim-9.0.0334-x86_64-1_slack15.0.txt
diff --git a/recompress.sh b/recompress.sh
index 68ef7707a..7f8752496 100755
--- a/recompress.sh
+++ b/recompress.sh
@@ -17,6 +17,7 @@ gzip ./extra/source/getty-ps/getty.bugfixes.diff
gzip ./extra/source/fltk/fltk.fltk-config.in.diff
gzip ./extra/source/bittornado/btdownloadxterm.sh
gzip ./extra/source/bittornado/doinst.sh
+gzip ./extra/source/sendmail/sendmail.sasl.auth.fix.patch
gzip ./extra/source/sendmail/Build
gzip ./extra/source/tigervnc/patches/tigervnc.pam.d.diff
gzip ./extra/source/tigervnc/patches/force_protocol_3.3_for_UVNCSC.patch