Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Ladislav Hagara (3a8558ce923a2bc328cc3924df552109f97d4fad)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Ladislav Hagara <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Ladislav Hagara (3a8558ce923a2bc328cc3924df552109f97d4fad)
  • Date: Tue, 30 Aug 2011 00:44:08 -0500

GIT changes to master grimoire by Ladislav Hagara <ladislav.hagara AT unob.cz>:

utils/util-linux/DETAILS | 2 +-
utils/util-linux/HISTORY | 3 ---
2 files changed, 1 insertion(+), 4 deletions(-)

New commits:
commit 3a8558ce923a2bc328cc3924df552109f97d4fad
Author: Ladislav Hagara <ladislav.hagara AT unob.cz>
Commit: Ladislav Hagara <ladislav.hagara AT unob.cz>

Revert "util-linux 2.20"

This reverts commit 888c83b328bb9a236082c212622ca76b6384e806.

Release highlights
------------------
agetty(8):
- mingetty features have been merged to agetty

agetty now needs ttyX in /etc/initttab without /dev :
Aug 30 07:17:39 [agetty] /dev//dev/tty1: No such file or directory

with our /etc/inittab it is not possible to login on console :-(
ssh works of course

we should probably remove /dev from our /etc/inittab, need some testing

diff --git a/utils/util-linux/DETAILS b/utils/util-linux/DETAILS
index b0a5ee8..aa1b621 100755
--- a/utils/util-linux/DETAILS
+++ b/utils/util-linux/DETAILS
@@ -11,7 +11,7 @@ if [[ $UL_VERSION == aes ]]; then
SOURCE3_GPG=loop-AES.gpg:$SOURCE4:UPSTREAM_KEY
SOURCE4_IGNORE=signature
else
- VERSION=2.20
+ VERSION=2.19.1
SECURITY_PATCH=2
fi
BRANCH=`echo $VERSION | cut -d . -f 1,2`
diff --git a/utils/util-linux/HISTORY b/utils/util-linux/HISTORY
index c98b5d2..052d3a4 100644
--- a/utils/util-linux/HISTORY
+++ b/utils/util-linux/HISTORY
@@ -1,6 +1,3 @@
-2011-08-30 Ladislav Hagara <hgr AT vabo.cz>
- * DETAILS: 2.20
-
2011-05-13 Vlad Glagolev <stealth AT sourcemage.org>
* DETAILS: updated aes version to 2.19.1 (security); updated aes patch
to 20110510



  • [SM-Commit] GIT changes to master grimoire by Ladislav Hagara (3a8558ce923a2bc328cc3924df552109f97d4fad), Ladislav Hagara, 08/30/2011

Archive powered by MHonArc 2.6.24.

Top of Page