network/OpenDKIM: Updated for version 2.10.3.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Gerardo Zamudio 2015-08-10 06:11:58 +07:00 committed by Willy Sudiarto Raharjo
parent 50517fc32d
commit e77361580f
3 changed files with 9 additions and 7 deletions

View file

@ -23,7 +23,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=opendkim
VERSION=${VERSION:-2.10.1}
VERSION=${VERSION:-2.10.3}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@ -93,7 +93,7 @@ find -L . \
-o -perm 440 -o -perm 400 \) -exec chmod 644 {} \;
if [ "${USE_MYSQL:-no}" == "yes" ]; then
MYSQL="--with-sql-backend"
MYSQL="--with-sql-backend --with-odbx"
else
MYSQL=""
fi

View file

@ -1,8 +1,8 @@
PRGNAM="OpenDKIM"
VERSION="2.10.1"
VERSION="2.10.3"
HOMEPAGE="http://opendkim.org/"
DOWNLOAD="http://iweb.dl.sourceforge.net/project/opendkim/opendkim-2.10.1.tar.gz"
MD5SUM="e75c2944634f875a301d85ab30c2d094"
DOWNLOAD="http://downloads.sourceforge.net/opendkim/opendkim-2.10.3.tar.gz"
MD5SUM="916e691cdd16cfabd1cd6efe745323f9"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="libbsd"

View file

@ -26,8 +26,10 @@ The rc.opendkim script will automatically create keys for your machine's
domain name in /etc/opendkim/keys. Set AUTOCREATE_DKIM_KEYS=no there to
disable this behavior.
Optional MySQL and Unbound support is provided. To enable:
Optional MySQL and Unbound support is provided. Note that MySQL
support requires OpenDBX installed. To enable:
USE_MYSQL=yes USE_UNBOUND=yes ./OpenDKIM.SlackBuild
USE_MYSQL=yes ./OpenDKIM.SlackBuild
USE_UNBOUND=yes ./OpenDKIM.SlackBuild
Unbound will require the unbound package which is available in SlackBuilds.