diff options
author | Richard Narron <richard@aaazen.com> | 2014-08-27 22:26:34 -0500 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2014-08-30 14:21:28 +0700 |
commit | 78710c0676e2de388b58ac7fb9e0b1f1d7479d3f (patch) | |
tree | 52c77a37298ab8d795e79b2d6d392f51efc3e2a5 /network/opensmtpd/opensmtpd.SlackBuild | |
parent | 062b9518fd524b42c8b8a9d862ce5350948a64ed (diff) | |
download | slackbuilds-78710c0676e2de388b58ac7fb9e0b1f1d7479d3f.tar.gz |
network/opensmtpd: Updated for version 5.4.2p1.
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
Diffstat (limited to 'network/opensmtpd/opensmtpd.SlackBuild')
-rw-r--r-- | network/opensmtpd/opensmtpd.SlackBuild | 5 |
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 |