summaryrefslogtreecommitdiffstats
path: root/extra/source/sendmail/SlackBuild-sendmail
diff options
context:
space:
mode:
author Patrick J Volkerding <volkerdi@slackware.com>2023-06-04 19:16:13 +0000
committer Eric Hameleers <alien@slackware.com>2023-06-04 22:33:53 +0200
commitcf35a7e0c85749c55469e7a949a856f41d4be9d7 (patch)
tree3fe0a1484ae559fb4ca7faf6effb5eabbcae05ba /extra/source/sendmail/SlackBuild-sendmail
parent8b137cd8352b84bf56b01414f58a6d55a99d22a6 (diff)
downloadcurrent-cf35a7e0c85749c55469e7a949a856f41d4be9d7.tar.gz
current-cf35a7e0c85749c55469e7a949a856f41d4be9d7.tar.xz
Sun Jun 4 19:16:13 UTC 202320230604191613
l/ocl-icd-2.3.2-x86_64-1.txz: Upgraded. n/libmilter-8.17.2-x86_64-1.txz: Upgraded. x/egl-wayland-1.1.12-x86_64-1.txz: Upgraded. x/libdmx-1.1.5-x86_64-1.txz: Upgraded. x/xrdb-1.2.2-x86_64-1.txz: Upgraded. x/xscope-1.4.4-x86_64-1.txz: Upgraded. x/xtrans-1.5.0-noarch-1.txz: Upgraded. x/xwd-1.0.9-x86_64-1.txz: Upgraded. extra/sendmail/sendmail-8.17.2-x86_64-1.txz: Upgraded. This is a bugfix release. extra/sendmail/sendmail-cf-8.17.2-noarch-1.txz: Upgraded.
Diffstat (limited to 'extra/source/sendmail/SlackBuild-sendmail')
-rwxr-xr-xextra/source/sendmail/SlackBuild-sendmail9
1 files changed, 3 insertions, 6 deletions
diff --git a/extra/source/sendmail/SlackBuild-sendmail b/extra/source/sendmail/SlackBuild-sendmail
index f9c089eb7..e8d2dca4d 100755
--- a/extra/source/sendmail/SlackBuild-sendmail
+++ b/extra/source/sendmail/SlackBuild-sendmail
@@ -1,6 +1,6 @@
#!/bin/sh
-# Copyright 2008, 2009, 2010, 2012, 2013, 2014, 2015, 2020 Patrick J. Volkerding, Sebeka, Minnesota, USA
+# Copyright 2008, 2009, 2010, 2012, 2013, 2014, 2015, 2020, 2023 Patrick J. Volkerding, Sebeka, Minnesota, USA
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@@ -20,8 +20,8 @@
# OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
-VERSION=8.17.1
-BUILD=${BUILD:-7}
+VERSION=8.17.2
+BUILD=${BUILD:-1}
# Automatically determine the architecture we're building on:
if [ -z "$ARCH" ]; then
@@ -79,9 +79,6 @@ 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