summaryrefslogtreecommitdiffstats
path: root/network
diff options
context:
space:
mode:
author Thomas Morper <thomas@beingboiled.info>2015-01-13 23:56:23 +0700
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2015-01-13 23:56:23 +0700
commiteca29eede1e58b02109707bc3bb939a241cecbad (patch)
tree1954a1c9b8758a4d6d27a54e710db749ad0bd5cd /network
parentb448f592dc4668daa2c027126c4844666132570b (diff)
downloadslackbuilds-eca29eede1e58b02109707bc3bb939a241cecbad.tar.gz
slackbuilds-eca29eede1e58b02109707bc3bb939a241cecbad.tar.xz
network/exim: Updated for version 4.85.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'network')
-rw-r--r--network/exim/contrib/exim.logrotate13
-rw-r--r--network/exim/exim.Makefile7
-rw-r--r--network/exim/exim.SlackBuild2
-rw-r--r--network/exim/exim.info6
4 files changed, 15 insertions, 13 deletions
diff --git a/network/exim/contrib/exim.logrotate b/network/exim/contrib/exim.logrotate
index d8fcda7f6f..36b542b5f4 100644
--- a/network/exim/contrib/exim.logrotate
+++ b/network/exim/contrib/exim.logrotate
@@ -1,9 +1,8 @@
/var/log/exim/*.log {
- su exim exim
- missingok
- notifempty
- sharedscripts
- postrotate
- /usr/bin/pkill -HUP -u exim
- endscript
+ missingok
+ notifempty
+ sharedscripts
+ postrotate
+ /bin/kill -HUP $(cat /var/run/exim.pid 2>/dev/null) 2>/dev/null || /usr/bin/true
+ endscript
}
diff --git a/network/exim/exim.Makefile b/network/exim/exim.Makefile
index f4834c0dd0..bf195578f3 100644
--- a/network/exim/exim.Makefile
+++ b/network/exim/exim.Makefile
@@ -488,9 +488,9 @@ WITH_CONTENT_SCAN=yes
# LDFLAGS += -lopendmarc
-# Uncomment the following line to support Transport post-delivery actions,
+# Uncomment the following line to support Events,
# eg. for logging to a database.
-# EXPERIMENTAL_TPDA=yes
+# EXPERIMENTAL_EVENT=yes
# Uncomment the following line to add Redis lookup support
# You need to have hiredis installed on your system (https://github.com/redis/hiredis).
@@ -509,6 +509,9 @@ WITH_CONTENT_SCAN=yes
# Uncomment the following line to add DSN support
# EXPERIMENTAL_DSN=yes
+# Uncomment the following line to add DANE support
+# EXPERIMENTAL_DANE=yes
+
###############################################################################
# THESE ARE THINGS YOU MIGHT WANT TO SPECIFY #
###############################################################################
diff --git a/network/exim/exim.SlackBuild b/network/exim/exim.SlackBuild
index 731b66950b..ded13e2889 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.84}
+VERSION=${VERSION:-4.85}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
diff --git a/network/exim/exim.info b/network/exim/exim.info
index 9fd70e6038..3c906cf0f8 100644
--- a/network/exim/exim.info
+++ b/network/exim/exim.info
@@ -1,8 +1,8 @@
PRGNAM="exim"
-VERSION="4.84"
+VERSION="4.85"
HOMEPAGE="http://www.exim.org/"
-DOWNLOAD="ftp://ftp.exim.org/pub/exim/exim4/exim-4.84.tar.bz2"
-MD5SUM="3d14522e604b687b9e515f5aa739b2c0"
+DOWNLOAD="ftp://ftp.exim.org/pub/exim/exim4/exim-4.85.tar.bz2"
+MD5SUM="ebae28762b6f125726283dc9434e8709"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="%README%"