Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to stable-0.55 grimoire by George Sherwood (5b23f7c58099ca32e24cb972ec335a33c51c19a5)

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-0.55 grimoire by George Sherwood (5b23f7c58099ca32e24cb972ec335a33c51c19a5)
  • Date: Sat, 14 May 2011 09:47:25 -0500

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

utils/util-linux/DEPENDS | 12 +++++++++++-
utils/util-linux/DETAILS | 19 ++++++-------------
utils/util-linux/HISTORY | 10 ++++++++++
3 files changed, 27 insertions(+), 14 deletions(-)

New commits:
commit 5b23f7c58099ca32e24cb972ec335a33c51c19a5
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 c889161c3bc8eb1b9e2e623b2b405647584179dc
Author: Ladislav Hagara <hgr AT vabo.cz>
Commit: George Sherwood <gsherwood AT sourcemage.org>

util-linux 2.19.1, SECURITY_PATCH=2, CVE-2011-{1089,1676,1677}
(cherry picked from commit 5572ab555d2393a438c9229229224a9f85a8a908)

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

util-linux: added gettext and slang optional dependencies
(cherry picked from commit 7745a750f3491b94ab9e3e8b19121a6cbea96b03)

diff --git a/utils/util-linux/DEPENDS b/utils/util-linux/DEPENDS
index 4fd539e..9e2bb66 100755
--- a/utils/util-linux/DEPENDS
+++ b/utils/util-linux/DEPENDS
@@ -16,6 +16,11 @@ optional_depends linux-pam \
'--without-pam' \
'for Linux Pluggable Authentication Module support' &&

+optional_depends gettext \
+ "--enable-nls" \
+ "--disable-nls" \
+ "for Native Language Support" &&
+
#
# NOTE:
# --with-ncurses build with non-wide ncurses, default is wide version
@@ -24,4 +29,9 @@ optional_depends linux-pam \
optional_depends -sub "UTF8" ncurses \
'' \
'--without-ncurses' \
- 'for cfdisk'
+ 'for cfdisk' &&
+
+optional_depends slang \
+ "--with-slang" \
+ "--without-slang" \
+ "for cfdisk with slang support"
diff --git a/utils/util-linux/DETAILS b/utils/util-linux/DETAILS
index 58cbc3f..aa1b621 100755
--- a/utils/util-linux/DETAILS
+++ b/utils/util-linux/DETAILS
@@ -1,15 +1,8 @@
SPELL=util-linux
if [[ $UL_VERSION == aes ]]; then
- VERSION=2.18
- 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
@@ -18,7 +11,9 @@ SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-ng-$VERSION"
SOURCE3_GPG=loop-AES.gpg:$SOURCE4:UPSTREAM_KEY
SOURCE4_IGNORE=signature
else
- VERSION=2.19
+ VERSION=2.19.1
+ SECURITY_PATCH=2
+fi
BRANCH=`echo $VERSION | cut -d . -f 1,2`
SOURCE=$SPELL-$VERSION.tar.bz2
SOURCE2=$SOURCE.sign
@@ -27,12 +22,10 @@ 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
KEYWORDS="utils"
- SECURITY_PATCH=1
STAGED_INSTALL=off
TMPFS=off
SHORT="essential utilities for any Linux box"
diff --git a/utils/util-linux/HISTORY b/utils/util-linux/HISTORY
index 918ae4d..052d3a4 100644
--- a/utils/util-linux/HISTORY
+++ b/utils/util-linux/HISTORY
@@ -1,3 +1,13 @@
+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}
+
+2011-04-11 Vlad Glagolev <stealth AT sourcemage.org>
+ * DEPENDS: added missing optional dependencies (gettext, slang)
+
2011-02-10 Ladislav Hagara <hgr AT vabo.cz>
* DETAILS: 2.19, SOURCE util-linux-ng -> util-linux




  • [SM-Commit] GIT changes to stable-0.55 grimoire by George Sherwood (5b23f7c58099ca32e24cb972ec335a33c51c19a5), George Sherwood, 05/14/2011

Archive powered by MHonArc 2.6.24.

Top of Page