Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (df9c423e7d5f7443aefede7ee1e56e3617e95d71)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Vlad Glagolev <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (df9c423e7d5f7443aefede7ee1e56e3617e95d71)
  • Date: Mon, 9 May 2011 06:44:04 -0500

GIT changes to master grimoire by Vlad Glagolev <stealth AT sourcemage.org>:

mail/exim/DEPENDS | 10 ++++++++--
mail/exim/DETAILS | 4 ++--
mail/exim/HISTORY | 4 ++++
3 files changed, 14 insertions(+), 4 deletions(-)

New commits:
commit df9c423e7d5f7443aefede7ee1e56e3617e95d71
Author: Vlad Glagolev <stealth AT sourcemage.org>
Commit: Vlad Glagolev <stealth AT sourcemage.org>

exim: => 4.76 (security)

diff --git a/mail/exim/DEPENDS b/mail/exim/DEPENDS
index d69736c..5498658 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 796fe3c..19ffa7b 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 c41899f..964b12a 100644
--- a/mail/exim/HISTORY
+++ b/mail/exim/HISTORY
@@ -1,3 +1,7 @@
+2011-05-09 Vlad Glagolev <stealth AT sourcemage.org>
+ * DETAILS: updated spell to 4.76 (security: CVE-2011-1764)
+ * DEPENDS: killed xorg-libs, see #14699
+
2011-04-21 Vlad Glagolev <stealth AT sourcemage.org>
* PRE_BUILD: simplified patching
* config.patch: fixed installation on upgrade procedure with symlinks



  • [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (df9c423e7d5f7443aefede7ee1e56e3617e95d71), Vlad Glagolev, 05/09/2011

Archive powered by MHonArc 2.6.24.

Top of Page