Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to stable-0.61 grimoire by Vlad Glagolev (9e15a0937dd3b989d240b2d5f7d94d78219847d7)

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.61 grimoire by Vlad Glagolev (9e15a0937dd3b989d240b2d5f7d94d78219847d7)
  • Date: Fri, 30 Jan 2015 02:02:04 -0600

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

dev/null |binary
disk/lilo/CONFIGURE | 7 ++++++-
disk/lilo/DETAILS | 4 ++--
disk/lilo/HISTORY | 20 ++++++++++++++++++++
disk/lilo/lilo.gpg |binary
5 files changed, 28 insertions(+), 3 deletions(-)

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

lilo: => 24.1
(cherry picked from commit 0de096102d0e659c8cce74b9e5352f85a3bd02d8)

commit 295dc566a3a82055d6626301de66833959a06928
Author: Vlad Glagolev <stealth AT sourcemage.org>
Commit: Vlad Glagolev <stealth AT sourcemage.org>

lilo: added patch for Xen XVD disks recognition
(cherry picked from commit 0399d9c1077b4b429a2965ff67f8fac2a31ab6a0)

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

disk/lilo: version 24.0
(cherry picked from commit cb95d872e35cf0d021e728fdda4cebf21dab5081)

diff --git a/disk/lilo/1FE1B08B.gpg b/disk/lilo/1FE1B08B.gpg
deleted file mode 100644
index 109cda1..0000000
Binary files a/disk/lilo/1FE1B08B.gpg and /dev/null differ
diff --git a/disk/lilo/CONFIGURE b/disk/lilo/CONFIGURE
index cd4cb2e..a291216 100755
--- a/disk/lilo/CONFIGURE
+++ b/disk/lilo/CONFIGURE
@@ -1 +1,6 @@
-config_query RUN_LILO "Run LILO automatically upon LILO upgrades?" n
+config_query RUN_LILO "Run LILO automatically upon LILO upgrades?" n &&
+
+# remove obsolete option
+if [[ -n "$LILO_XVD" ]]; then
+ persistent_remove LILO_XVD
+fi
diff --git a/disk/lilo/DETAILS b/disk/lilo/DETAILS
index bc6a2f3..a477ee3 100755
--- a/disk/lilo/DETAILS
+++ b/disk/lilo/DETAILS
@@ -1,11 +1,11 @@
SPELL=lilo
- VERSION=23.2
+ VERSION=24.1
SOURCE=lilo-${VERSION}.tar.gz
SOURCE2=$SOURCE.asc
SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-${VERSION}"
SOURCE_URL[0]=http://lilo.alioth.debian.org/ftp/sources/$SOURCE
SOURCE2_URL[0]=${SOURCE_URL[0]}.asc
- SOURCE_GPG=1FE1B08B.gpg:$SOURCE2:UPSTREAM_KEY
+ SOURCE_GPG=lilo.gpg:$SOURCE2:UPSTREAM_KEY
SOURCE2_IGNORE=signature
WEB_SITE=http://lilo.alioth.debian.org/
ENTERED=20010922
diff --git a/disk/lilo/HISTORY b/disk/lilo/HISTORY
index f0c266e..a66adfd 100644
--- a/disk/lilo/HISTORY
+++ b/disk/lilo/HISTORY
@@ -1,3 +1,23 @@
+2015-01-30 Vlad Glagolev <stealth AT sourcemage.org>
+ * DETAILS: updated spell to 24.1; use lilo.gpg
+ * CONFIGURE: remove obsolete option
+ * xvd.patch, 0001-fix-failure-during-install.patch: removed, fixed by
+ upstream
+ * 1FE1B08B.gpg: removed, outdated
+ * lilo.gpg: added, 39A11092 public key (Joachim Wiedorn
+ <joodevel AT joonet.de>) imported
+ * PRE_BUILD: removed, not needed anymore
+
+2014-04-25 Vlad Glagolev <stealth AT sourcemage.org>
+ * CONFIGURE: added option to apply XVD patch
+ * PRE_BUILD: apply patch
+ * xvd.patch: added, patch by Lloyd Richardson <lloyd AT drlabs.org> and
+ Bostjan Skufca <bostjan AT a2o.si> for Xen XVD disks recognition
+
+2013-08-06 Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
+ * DETAILS: version 24.0
+ * PRE_BUILD, 0001-fix-failure-during-install.patch: fix failure
during install
+
2011-09-26 Bor Kraljič <pyrobor AT ver.si>
* DETAILS: converted to upstream signature checking
* 1FE1B08B.gpg: added gpg keyring
diff --git a/disk/lilo/lilo.gpg b/disk/lilo/lilo.gpg
new file mode 100644
index 0000000..0fcccf7
Binary files /dev/null and b/disk/lilo/lilo.gpg differ



  • [SM-Commit] GIT changes to stable-0.61 grimoire by Vlad Glagolev (9e15a0937dd3b989d240b2d5f7d94d78219847d7), Vlad Glagolev, 01/30/2015

Archive powered by MHonArc 2.6.24.

Top of Page