network/opensmtpd: Updated for version 5.4.2p1.

Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
This commit is contained in:
Richard Narron 2014-08-27 22:26:34 -05:00 committed by Willy Sudiarto Raharjo
parent 062b9518fd
commit 78710c0676
2 changed files with 6 additions and 5 deletions

View File

@ -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

View File

@ -1,8 +1,8 @@
PRGNAM="opensmtpd"
VERSION="5.4.1p1"
VERSION="5.4.2p1"
HOMEPAGE="http://www.opensmtpd.org/"
DOWNLOAD="http://www.opensmtpd.org/archives/opensmtpd-5.4.1p1.tar.gz"
MD5SUM="74551342985b78eb687995f7953d1790"
DOWNLOAD="http://www.opensmtpd.org/archives/opensmtpd-5.4.2p1.tar.gz"
MD5SUM="c76b39a5fcc0ad05eea541e74b16e62a"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="%README%"