summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVlad Glagolev2011-05-09 15:43:32 +0400
committerGeorge Sherwood2011-05-14 09:43:23 -0500
commitd6625c244b3c3ecb8675dec3b3833bb2f3e29e71 (patch)
tree7dcb329704d437c2aa3bce4843960d9280534430
parenta9809ee9dbcc19922c8ca6601c19b20ea27ec5ea (diff)
exim: => 4.76 (security)
(cherry picked from commit df9c423e7d5f7443aefede7ee1e56e3617e95d71)
-rwxr-xr-xmail/exim/DEPENDS10
-rwxr-xr-xmail/exim/DETAILS4
-rw-r--r--mail/exim/HISTORY4
3 files changed, 14 insertions, 4 deletions
diff --git a/mail/exim/DEPENDS b/mail/exim/DEPENDS
index d69736c6d5..5498658d07 100755
--- a/mail/exim/DEPENDS
+++ b/mail/exim/DEPENDS
@@ -67,7 +67,13 @@ optional_depends tcp_wrappers \
'--disable-tcp-wrappers-access' \
'for TCP wrapper access control' &&
-optional_depends xorg-libs \
+optional_depends libx11 \
'--enable-x11-monitor' \
'--disable-x11-monitor' \
- 'for X monitor'
+ 'for X monitor' &&
+
+if is_depends_enabled $SPELL libx11; then
+ depends libxt &&
+ depends libxmu &&
+ depends libxaw
+fi
diff --git a/mail/exim/DETAILS b/mail/exim/DETAILS
index 796fe3ccfe..19ffa7b61a 100755
--- a/mail/exim/DETAILS
+++ b/mail/exim/DETAILS
@@ -1,6 +1,6 @@
SPELL=exim
- VERSION=4.75
- SECURITY_PATCH=4
+ VERSION=4.76
+ SECURITY_PATCH=5
SOURCE=$SPELL-$VERSION.tar.bz2
SOURCE2=$SOURCE.asc
SOURCE_GPG="exim.gpg:$SOURCE2:VERIFIED_UPSTREAM_KEY"
diff --git a/mail/exim/HISTORY b/mail/exim/HISTORY
index c41899fb4b..964b12aeb3 100644
--- a/mail/exim/HISTORY
+++ b/mail/exim/HISTORY
@@ -1,3 +1,7 @@
+2011-05-09 Vlad Glagolev <stealth@sourcemage.org>
+ * DETAILS: updated spell to 4.76 (security: CVE-2011-1764)
+ * DEPENDS: killed xorg-libs, see #14699
+
2011-04-21 Vlad Glagolev <stealth@sourcemage.org>
* PRE_BUILD: simplified patching
* config.patch: fixed installation on upgrade procedure with symlinks