mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-18 22:06:04 +01:00
network/exim: Updated for version 4.76.
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
This commit is contained in:
parent
62ebf3dca3
commit
882b8f060b
3 changed files with 5 additions and 8 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue