summaryrefslogtreecommitdiffstats
path: root/network/opensmtpd/opensmtpd.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'network/opensmtpd/opensmtpd.SlackBuild')
-rw-r--r--network/opensmtpd/opensmtpd.SlackBuild5
1 files changed, 3 insertions, 2 deletions
diff --git a/network/opensmtpd/opensmtpd.SlackBuild b/network/opensmtpd/opensmtpd.SlackBuild
index 7ee368268a..57f9282999 100644
--- a/network/opensmtpd/opensmtpd.SlackBuild
+++ b/network/opensmtpd/opensmtpd.SlackBuild
@@ -2,7 +2,7 @@
# Slackware build script for opensmtpd
-# Copyright 2013 Robby Workman, Northport, Alabama, USA
+# Copyright 2013-2014 Robby Workman, Northport, Alabama, USA
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@@ -23,7 +23,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=opensmtpd
-VERSION=${VERSION:-5.4.1p1}
+VERSION=${VERSION:-5.4.2p1}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -104,6 +104,7 @@ CXXFLAGS="$SLKCFLAGS" \
--with-maildir=/var/spool/mail \
--with-privsep-user=smtpd \
--with-queue-user=smtpq \
+ --with-ca-file=/etc/ssl/certs/ca-certificates.crt \
--build=$ARCH-slackware-linux
make