From 9190178aa6dfda92dfeb775777c68d21dd211a1f Mon Sep 17 00:00:00 2001 From: Thomas Morper Date: Wed, 13 Aug 2014 07:21:23 +0700 Subject: network/exim: Updated for version 4.84. Signed-off-by: Willy Sudiarto Raharjo --- network/exim/exim.SlackBuild | 9 +++++---- network/exim/exim.info | 6 +++--- 2 files changed, 8 insertions(+), 7 deletions(-) (limited to 'network') diff --git a/network/exim/exim.SlackBuild b/network/exim/exim.SlackBuild index 02c9647eea..731b66950b 100644 --- a/network/exim/exim.SlackBuild +++ b/network/exim/exim.SlackBuild @@ -23,7 +23,7 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=exim -VERSION=${VERSION:-4.83} +VERSION=${VERSION:-4.84} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -69,9 +69,9 @@ tar xvf $CWD/$PRGNAM-$VERSION.tar.bz2 cd $PRGNAM-$VERSION chown -R root:root . find -L . \ - \( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 \ + \( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 \ -o -perm 511 \) -exec chmod 755 {} \; -o \ - \( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \ + \( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \ -o -perm 440 -o -perm 400 \) -exec chmod 644 {} \; # This is our custom config for an all-purpose Exim daemon. @@ -125,7 +125,8 @@ mkdir -p -m 0750 $PKG/var/spool/exim/{db,input,msglog} chown -R exim.exim $PKG/var/{log,spool}/exim mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION -cp -a ABOUT ACKNOWLEDGMENTS CHANGES LICENCE NOTICE README* doc $PKG/usr/doc/$PRGNAM-$VERSION +cp -a ABOUT ACKNOWLEDGMENTS CHANGES CONTRIBUTING LICENCE* NOTICE README* doc \ + $PKG/usr/doc/$PRGNAM-$VERSION cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild # Don't use the default config - make it part of the documentation diff --git a/network/exim/exim.info b/network/exim/exim.info index da08feb8b6..9fd70e6038 100644 --- a/network/exim/exim.info +++ b/network/exim/exim.info @@ -1,8 +1,8 @@ PRGNAM="exim" -VERSION="4.83" +VERSION="4.84" HOMEPAGE="http://www.exim.org/" -DOWNLOAD="ftp://ftp.exim.org/pub/exim/exim4/exim-4.83.tar.bz2" -MD5SUM="fc6790f346a50a3c87be96b335b9c8ae" +DOWNLOAD="ftp://ftp.exim.org/pub/exim/exim4/exim-4.84.tar.bz2" +MD5SUM="3d14522e604b687b9e515f5aa739b2c0" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="%README%" -- cgit v1.2.3