summaryrefslogtreecommitdiffstats
path: root/extra/source/sendmail/SlackBuild-sendmail
diff options
context:
space:
mode:
author Patrick J Volkerding <volkerdi@slackware.com>2020-07-05 19:43:59 +0000
committer Eric Hameleers <alien@slackware.com>2020-07-06 08:59:53 +0200
commite4b66679c39797582d93d8902433657af6bf8010 (patch)
tree805405fb0be704792c4984fe4afeac6dde8a6d70 /extra/source/sendmail/SlackBuild-sendmail
parent028ce2764b6e2530640d5780777bbabadf125dda (diff)
downloadcurrent-e4b66679c39797582d93d8902433657af6bf8010.tar.gz
current-e4b66679c39797582d93d8902433657af6bf8010.tar.xz
Sun Jul 5 19:43:59 UTC 202020200705194359
ap/mpg123-1.26.2-x86_64-1.txz: Upgraded. l/imagemagick-7.0.10_23-x86_64-1.txz: Upgraded. l/libevent-2.1.12-x86_64-1.txz: Upgraded. extra/pure-alsa-system/mpg123-1.26.2-x86_64-1_alsa.txz: Upgraded. extra/sendmail/sendmail-8.16.1-x86_64-1.txz: Upgraded. extra/sendmail/sendmail-cf-8.16.1-noarch-1.txz: Upgraded.
Diffstat (limited to 'extra/source/sendmail/SlackBuild-sendmail')
-rwxr-xr-xextra/source/sendmail/SlackBuild-sendmail14
1 files changed, 8 insertions, 6 deletions
diff --git a/extra/source/sendmail/SlackBuild-sendmail b/extra/source/sendmail/SlackBuild-sendmail
index a477d16a0..9bee21a88 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 Patrick J. Volkerding, Sebeka, Minnesota, USA
+# Copyright 2008, 2009, 2010, 2012, 2013, 2014, 2015, 2020 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.15.2
-BUILD=${BUILD:-3}
+VERSION=8.16.1
+BUILD=${BUILD:-1}
# Automatically determine the architecture we're building on:
if [ -z "$ARCH" ]; then
@@ -51,6 +51,10 @@ else
LIBDIRSUFFIX=""
fi
+# Compile with DANE? Set to some whitespace to not build with DANE.
+DANE=${DANE:--DDANE}
+SLKCFLAGS="$SLKCFLAGS $DANE"
+
rm -rf $PKG
mkdir -p $TMP $PKG
@@ -65,11 +69,9 @@ echo "+=================+"
OSCPU="`uname -srm | tr ' ' '.'`"
cd $TMP
rm -rf sendmail-$VERSION
-tar xvf $CWD/sendmail.$VERSION.tar.gz || exit 1
+tar xvf $CWD/sendmail.$VERSION.tar.?z || exit 1
cd sendmail-$VERSION
-zcat $CWD/openssl-1.1.0.patch.gz | patch -p1 --verbose || exit 1
-
chown -R root:root .
find . \
\( -perm 777 -o -perm 775 -o -perm 711 -o -perm 555 -o -perm 511 \) \