summaryrefslogtreecommitdiffstats
path: root/network/exim
diff options
context:
space:
mode:
author Thomas Morper <thomas@beingboiled.info>2011-05-10 14:50:09 -0500
committer Robby Workman <rworkman@slackbuilds.org>2011-05-10 15:44:36 -0500
commit882b8f060b10ea2386dc5b26167f0b5c3db0a8a7 (patch)
tree625c4c5d2095aebdf85b907c17b25e494dc41fe6 /network/exim
parent62ebf3dca3e697466a51aee58583e6f991a4b58e (diff)
downloadslackbuilds-882b8f060b10ea2386dc5b26167f0b5c3db0a8a7.tar.gz
slackbuilds-882b8f060b10ea2386dc5b26167f0b5c3db0a8a7.tar.xz
network/exim: Updated for version 4.76.
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
Diffstat (limited to 'network/exim')
-rw-r--r--network/exim/README3
-rw-r--r--network/exim/exim.SlackBuild4
-rw-r--r--network/exim/exim.info6
3 files changed, 5 insertions, 8 deletions
diff --git a/network/exim/README b/network/exim/README
index 9c57aaadbb..d4fab48560 100644
--- a/network/exim/README
+++ b/network/exim/README
@@ -17,8 +17,7 @@ provided "exim.Makefile" will build an all-purpose Exim daemon with almost
all of the features that will work on a standard Slackware system.
Exim can be integrated with other email tools such as Clamav, Spamassassin,
-Bogofilter, and others available at Slackbuilds.org. You might also be
-interested in the "exim-html" package, an extensive documentation for Exim.
+Bogofilter, and others available at Slackbuilds.org.
WARNING: this package is intended as a drop-in replacement for Sendmail.
As a result, there are some inevitable filename conflicts between Sendmail
diff --git a/network/exim/exim.SlackBuild b/network/exim/exim.SlackBuild
index f7ac8ddbd8..11e76bbb82 100644
--- a/network/exim/exim.SlackBuild
+++ b/network/exim/exim.SlackBuild
@@ -8,16 +8,14 @@
# Thanks to Debian for the manpages.
PRGNAM=exim
-VERSION=${VERSION:-4.74}
+VERSION=${VERSION:-4.76}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
-# Automatically determine the architecture we're building on:
if [ -z "$ARCH" ]; then
case "$( uname -m )" in
i?86) ARCH=i486 ;;
arm*) ARCH=arm ;;
- # Unless $ARCH is already set, use uname -m for all other archs:
*) ARCH=$( uname -m ) ;;
esac
fi
diff --git a/network/exim/exim.info b/network/exim/exim.info
index a2d239f307..4c699468a4 100644
--- a/network/exim/exim.info
+++ b/network/exim/exim.info
@@ -1,8 +1,8 @@
PRGNAM="exim"
-VERSION="4.74"
+VERSION="4.76"
HOMEPAGE="http://www.exim.org/"
-DOWNLOAD="ftp://ftp.exim.org/pub/exim/exim4/old/exim-4.74.tar.bz2"
-MD5SUM="1d9c189940909303d914bbc4247dc861"
+DOWNLOAD="ftp://ftp.exim.org/pub/exim/exim4/exim-4.76.tar.bz2"
+MD5SUM="58e784b33c7a2ab335ec6400346d6362"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
MAINTAINER="Thomas Morper"