Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to stable-rc-0.56 grimoire by George Sherwood (d0f0e53686c926bf84a53123b63ab239d032db59)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: George Sherwood <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to stable-rc-0.56 grimoire by George Sherwood (d0f0e53686c926bf84a53123b63ab239d032db59)
  • Date: Sat, 14 May 2011 09:39:39 -0500

GIT changes to stable-rc-0.56 grimoire by George Sherwood
<gsherwood AT sourcemage.org>:

http/apache22/DETAILS | 4 ++--
http/apache22/HISTORY | 3 +++
mail/exim/DEPENDS | 10 ++++++++--
mail/exim/DETAILS | 4 ++--
mail/exim/HISTORY | 4 ++++
utils/util-linux/DETAILS | 16 ++++------------
utils/util-linux/HISTORY | 4 ++++
7 files changed, 27 insertions(+), 18 deletions(-)

New commits:
commit d0f0e53686c926bf84a53123b63ab239d032db59
Author: Vlad Glagolev <stealth AT sourcemage.org>
Commit: George Sherwood <gsherwood AT sourcemage.org>

util-linux: => 2.19.1 [aes] (security)
(cherry picked from commit 969ff33da3b233daa41f11a20672b3a3ae792ed8)

commit 532bcf055528957d39605c4fdc8ea0b9180e8cc5
Author: Vlad Glagolev <stealth AT sourcemage.org>
Commit: George Sherwood <gsherwood AT sourcemage.org>

apache22: => 2.2.18 (security)
(cherry picked from commit edc6bda9f57908979d9c6064bc278fc1a4e78e05)

commit 56ed3d38c070a1ab274d26fab42018421b52f541
Author: Vlad Glagolev <stealth AT sourcemage.org>
Commit: George Sherwood <gsherwood AT sourcemage.org>

exim: => 4.76 (security)
(cherry picked from commit df9c423e7d5f7443aefede7ee1e56e3617e95d71)

diff --git a/http/apache22/DETAILS b/http/apache22/DETAILS
index 974fc8c..1fd6855 100755
--- a/http/apache22/DETAILS
+++ b/http/apache22/DETAILS
@@ -1,6 +1,6 @@
SPELL=apache22
- VERSION=2.2.17
- SECURITY_PATCH=10
+ VERSION=2.2.18
+ SECURITY_PATCH=11
SOURCE=httpd-$VERSION.tar.bz2
SOURCE2=$SOURCE.asc
SOURCE_GPG="apache.gpg:$SOURCE2:UPSTREAM_KEY"
diff --git a/http/apache22/HISTORY b/http/apache22/HISTORY
index 8b29de3..b6d0ddf 100644
--- a/http/apache22/HISTORY
+++ b/http/apache22/HISTORY
@@ -1,3 +1,6 @@
+2011-05-12 Vlad Glagolev <stealth AT sourcemage.org>
+ * DETAILS: updated spell to 2.2.18; SECURITY_PATCH++ (CVE-2011-0419)
+
2010-10-23 Vlad Glagolev <stealth AT sourcemage.org>
* init.d/apache: added graceful reload function

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
diff --git a/utils/util-linux/DETAILS b/utils/util-linux/DETAILS
index a0db34a..aa1b621 100755
--- a/utils/util-linux/DETAILS
+++ b/utils/util-linux/DETAILS
@@ -1,16 +1,8 @@
SPELL=util-linux
if [[ $UL_VERSION == aes ]]; then
- VERSION=2.18
- SECURITY_PATCH=1
- BRANCH=`echo $VERSION | cut -d . -f 1,2`
- SOURCE=$SPELL-ng-$VERSION.tar.bz2
- SOURCE2=$SOURCE.sign
-SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-ng-$VERSION"
- SOURCE_URL[0]=$KERNEL_URL/pub/linux/utils/$SPELL-ng/v$BRANCH/$SOURCE
- SOURCE2_URL[0]=$SOURCE_URL.sign
- SOURCE_GPG=kernel.gpg:$SOURCE2:UPSTREAM_KEY
- SOURCE2_IGNORE=signature
- SOURCE3=$SPELL-ng-$VERSION-20100706.diff.bz2
+ VERSION=2.19.1
+ SECURITY_PATCH=2
+ SOURCE3=$SPELL-$VERSION-20110510.diff.bz2
SOURCE4=$SOURCE3.sign
SOURCE3_URL[0]=http://loop-aes.sourceforge.net/updates/$SOURCE3
SOURCE3_URL[1]=http://koti.tnnet.fi/jari.ruusu/linux/$SOURCE3
@@ -21,6 +13,7 @@ SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-ng-$VERSION"
else
VERSION=2.19.1
SECURITY_PATCH=2
+fi
BRANCH=`echo $VERSION | cut -d . -f 1,2`
SOURCE=$SPELL-$VERSION.tar.bz2
SOURCE2=$SOURCE.sign
@@ -29,7 +22,6 @@ SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"
SOURCE2_URL[0]=$SOURCE_URL.sign
SOURCE_GPG=kernel.gpg:$SOURCE2:UPSTREAM_KEY
SOURCE2_IGNORE=signature
-fi
WEB_SITE=http://userweb.kernel.org/~kzak/util-linux-ng/
ENTERED=20010922
LICENSE[0]=GPL
diff --git a/utils/util-linux/HISTORY b/utils/util-linux/HISTORY
index 85c43c5..052d3a4 100644
--- a/utils/util-linux/HISTORY
+++ b/utils/util-linux/HISTORY
@@ -1,3 +1,7 @@
+2011-05-13 Vlad Glagolev <stealth AT sourcemage.org>
+ * DETAILS: updated aes version to 2.19.1 (security); updated aes patch
+ to 20110510
+
2011-05-02 Ladislav Hagara <hgr AT vabo.cz>
* DETAILS: 2.19.1, SECURITY_PATCH=2, CVE-2011-{1089,1676,1677}




  • [SM-Commit] GIT changes to stable-rc-0.56 grimoire by George Sherwood (d0f0e53686c926bf84a53123b63ab239d032db59), George Sherwood, 05/14/2011

Archive powered by MHonArc 2.6.24.

Top of Page