Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to stable-0.62 grimoire by Vlad Glagolev (655aa179bd5b40266c59dcd65df9d9512fbc598a)

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 stable-0.62 grimoire by Vlad Glagolev (655aa179bd5b40266c59dcd65df9d9512fbc598a)
  • Date: Sun, 2 Oct 2016 15:09:31 +0000

GIT changes to stable-0.62 grimoire by Vlad Glagolev <stealth AT sourcemage.org>:

utils/util-linux/DEPENDS | 2 ++
utils/util-linux/DETAILS | 12 ++++++------
utils/util-linux/HISTORY | 13 +++++++++++++
3 files changed, 21 insertions(+), 6 deletions(-)

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

util-linux: => 2.27.1 (aes)

(cherry picked from commit af1f25a6380678dfcfc3fbbb67846c8ea93b4530)

Conflicts:
utils/util-linux/HISTORY

commit b6db6b18b513e125d40959f440631fb576820fb5
Author: Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
Commit: Vlad Glagolev <stealth AT sourcemage.org>

utils/util-linux: version 2.27.1

(cherry picked from commit ce6f64929d8d3ba26776f08e16421697ed32f8e6)

commit f46c3faf496a947af3382653f24e26124c38867d
Author: Treeve Jelbert <treeve AT sourcemage.org>
Commit: Vlad Glagolev <stealth AT sourcemage.org>

util-linux: => 2.27

(cherry picked from commit 33d96a46740a0b23ab0545e2f6949faae48a38a2)

commit c8b15bc6633b43807b2293bb378dc8f9f48769f9
Author: Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
Commit: Vlad Glagolev <stealth AT sourcemage.org>

utils/util-linux: version 2.26.2

(cherry picked from commit cbdf4d493ceb02ba821baef372b6ea650cf5f093)

diff --git a/utils/util-linux/DEPENDS b/utils/util-linux/DEPENDS
index 2fb693a..46ae93b 100755
--- a/utils/util-linux/DEPENDS
+++ b/utils/util-linux/DEPENDS
@@ -52,3 +52,5 @@ optional_depends slang \
"--with-slang" \
"--without-slang" \
"for cfdisk with slang support"
+
+optional_depends readline '--with-readline' '--without-readline' 'Readline
support'
diff --git a/utils/util-linux/DETAILS b/utils/util-linux/DETAILS
index 19deb53..6f3f915 100755
--- a/utils/util-linux/DETAILS
+++ b/utils/util-linux/DETAILS
@@ -1,9 +1,9 @@
SPELL=util-linux
if [[ $UL_VERSION == aes ]]; then
- VERSION=2.24
+ VERSION=2.27.1
SECURITY_PATCH=2
-
SOURCE_HASH=sha512:9e1945646a64420226e5af4546022ee604fdba89f91ee474b941075fa55cc2c0d8731e485ef39d2a18e85e81f924790437656b75f1944512629817e4af4191d7
- SOURCE3=$SPELL-$VERSION-20131026.diff.bz2
+
SOURCE_HASH=sha512:af07d49a433fce683da7bdf9aea5693ad108aa16166e0147716175bd779fe5090029617dd7db153bc0f5efcf7bdd377761a616efd4cca90a87bf317132ede88c
+ SOURCE3=$SPELL-$VERSION-20151110.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
@@ -12,11 +12,11 @@ if [[ $UL_VERSION == aes ]]; then
SOURCE3_GPG=loop-AES.gpg:$SOURCE4:UPSTREAM_KEY
SOURCE4_IGNORE=signature
else
- VERSION=2.25.2
-
SOURCE_HASH=sha512:cf8c5bde78f844425150c2a81bdecb87aa57bcd5cebd177a78160835627f58037fa2cfe4db26fd8f35eedb3beb499a91492a297a27d065465e2ea0c6218dc387
+ VERSION=2.27.1
+
SOURCE_HASH=sha512:a450a0c2d26a6deaf5e53b8f6bddf59409aefb1f0aaf07393f68a418408fbc62c5da353c8ba53c7cac8ea6e3dddfad59161753d888c31f5ccea445e81accbad8
SECURITY_PATCH=2
fi
- BRANCH=`echo $VERSION | cut -d . -f 1,2`
+ BRANCH=`echo $VERSION | cut -d. -f 1,2`
SOURCE=$SPELL-$VERSION.tar.xz
# SOURCE2=$SOURCE.asc
SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"
diff --git a/utils/util-linux/HISTORY b/utils/util-linux/HISTORY
index bfcb082..3fc3d47 100644
--- a/utils/util-linux/HISTORY
+++ b/utils/util-linux/HISTORY
@@ -1,3 +1,16 @@
+2016-10-02 Vlad Glagolev <stealth AT sourcemage.org>
+ * DETAILS: updated aes version to 2.27.1; updated aes patch to
20151110
+
+2015-03-19 Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
+ * DETAILS: version 2.27.1
+
+2015-09-26 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS: version 2.27
+ * depends: add optional readline
+
+2015-06-21 Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
+ * DETAILS: version 2.26.2
+
2015-05-07 Vlad Glagolev <stealth AT sourcemage.org>
* PREPARE: added forgotten spell_ok check (thanks to Justin and his
super-fresh rebuild); added a warning message for those who haven't



  • [SM-Commit] GIT changes to stable-0.62 grimoire by Vlad Glagolev (655aa179bd5b40266c59dcd65df9d9512fbc598a), Vlad Glagolev, 10/02/2016

Archive powered by MHonArc 2.6.24.

Top of Page