Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Arjan Bouter (add65878b88d98d6dbd5ff8a2b03e86b8834e4ce)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Arjan Bouter <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Arjan Bouter (add65878b88d98d6dbd5ff8a2b03e86b8834e4ce)
  • Date: Thu, 8 Apr 2010 09:05:48 -0500

GIT changes to master grimoire by Arjan Bouter <abouter AT sourcemage.org>:

dev/null |binary
kernels/xen-hypervisor/DETAILS | 4 ++--
kernels/xen-hypervisor/HISTORY | 3 +++
kernels/xen-hypervisor/xen-3.4.2.tar.gz.sig | 0
kernels/xen-hypervisor/xen-4.0.0.tar.gz.sig |binary
utils/xen-tools/DEPENDS | 7 ++++++-
utils/xen-tools/DETAILS | 2 +-
utils/xen-tools/HISTORY | 5 +++++
utils/xen-tools/xen-3.4.2.tar.gz.sig | 0
utils/xen-tools/xen-4.0.0.tar.gz.sig |binary
utils/xen/DETAILS | 2 +-
utils/xen/HISTORY | 3 +++
12 files changed, 21 insertions(+), 5 deletions(-)

New commits:
commit 5552ce6f9c06cb23c1d30c8ebc663a56d73f7d09
Author: Arjan Bouter <abouter AT sourcemage.org>
Commit: Arjan Bouter <abouter AT sourcemage.org>

xen-hypervisor: version 4.0.0

commit 421a7d50e9ad8ec5832b3f052d8ef7ff736c3b27
Author: Arjan Bouter <abouter AT sourcemage.org>
Commit: Arjan Bouter <abouter AT sourcemage.org>

xen: updated profile spell version to 4.0.0

commit 7029b792f41fb61c8f8cfab56650dfe8b314805a
Author: Arjan Bouter <abouter AT sourcemage.org>
Commit: Arjan Bouter <abouter AT sourcemage.org>

xen-tools: version 4.0.0 and added missing dependencies

diff --git a/kernels/xen-hypervisor/DETAILS b/kernels/xen-hypervisor/DETAILS
index 323755f..c9605d1 100755
--- a/kernels/xen-hypervisor/DETAILS
+++ b/kernels/xen-hypervisor/DETAILS
@@ -1,9 +1,9 @@
SPELL=xen-hypervisor
PACKAGE=xen
- VERSION=3.4.2
+ VERSION=4.0.0
SOURCE=${PACKAGE}-${VERSION}.tar.gz
SOURCE_GPG="gurus.gpg:$SOURCE.sig:WORKS_FOR_ME"
-#
SOURCE_HASH=sha512:d4af7572494fe251ac1c42f151e4f5052d222a5a371b3aed0a8dac3c76b3a2c8b810279389148a51404a266ba7542aa82f12e5439a98d22ba437be89d939b789
+# SOURCE_HASH=sha512:
SOURCE_DIRECTORY=${BUILD_DIRECTORY}/${PACKAGE}-${VERSION}

SOURCE_URL[0]=http://bits.xensource.com/oss-xen/release/${VERSION}/${SOURCE}
WEB_SITE=http://www.xen.org
diff --git a/kernels/xen-hypervisor/HISTORY b/kernels/xen-hypervisor/HISTORY
index d6ed625..9729193 100644
--- a/kernels/xen-hypervisor/HISTORY
+++ b/kernels/xen-hypervisor/HISTORY
@@ -1,3 +1,6 @@
+2010-04-07 Arjan Bouter <abouter AT sourcemage.org>
+ * DETAILS: version 4.0.0
+
2009-11-15 Eric Sandall <sandalle AT sourcemage.org>
* DETAILS: Updated to 3.4.2

diff --git a/kernels/xen-hypervisor/xen-3.4.2.tar.gz.sig
b/kernels/xen-hypervisor/xen-3.4.2.tar.gz.sig
deleted file mode 100644
index 94d6de3..0000000
Binary files a/kernels/xen-hypervisor/xen-3.4.2.tar.gz.sig and /dev/null
differ
diff --git a/kernels/xen-hypervisor/xen-4.0.0.tar.gz.sig
b/kernels/xen-hypervisor/xen-4.0.0.tar.gz.sig
new file mode 100644
index 0000000..93f27df
Binary files /dev/null and b/kernels/xen-hypervisor/xen-4.0.0.tar.gz.sig
differ
diff --git a/utils/xen-tools/DEPENDS b/utils/xen-tools/DEPENDS
index 1b42ff6..c8cbced 100755
--- a/utils/xen-tools/DEPENDS
+++ b/utils/xen-tools/DEPENDS
@@ -3,4 +3,9 @@ depends python &&
depends setuptools &&
depends python-pam &&
depends iproute2 &&
-depends dev86
+depends dev86 &&
+depends curl &&
+depends udev &&
+depends pyopenssl &&
+depends pyxml &&
+depends acpica-unix
diff --git a/utils/xen-tools/DETAILS b/utils/xen-tools/DETAILS
index f476cfb..c9247c2 100755
--- a/utils/xen-tools/DETAILS
+++ b/utils/xen-tools/DETAILS
@@ -1,6 +1,6 @@
SPELL=xen-tools
PACKAGE=xen
- VERSION=3.4.2
+ VERSION=4.0.0
SOURCE=${PACKAGE}-${VERSION}.tar.gz
SOURCE_GPG="gurus.gpg:$SOURCE.sig:WORKS_FOR_ME"
SOURCE_DIRECTORY=${BUILD_DIRECTORY}/${PACKAGE}-${VERSION}
diff --git a/utils/xen-tools/HISTORY b/utils/xen-tools/HISTORY
index f15464c..7844df4 100644
--- a/utils/xen-tools/HISTORY
+++ b/utils/xen-tools/HISTORY
@@ -1,3 +1,8 @@
+2010-04-07 Arjan Bouter <abouter AT sourcemage.org>
+ * DETAILS: version 4.0
+ * DEPENDS: added missing dependency on curl, fixes bug #10009
+ also added missing deps on udev, pyopenssl, pyxml and acpica-unix
+
2009-11-17 Andraž "ruskie" Levstik <ruskie+f03a580f AT codemages.net>
* DEPENDS: depends on setuptools
* BUILD: build python bindings else nothing works
diff --git a/utils/xen-tools/xen-3.4.2.tar.gz.sig
b/utils/xen-tools/xen-3.4.2.tar.gz.sig
deleted file mode 100644
index c7b44bf..0000000
Binary files a/utils/xen-tools/xen-3.4.2.tar.gz.sig and /dev/null differ
diff --git a/utils/xen-tools/xen-4.0.0.tar.gz.sig
b/utils/xen-tools/xen-4.0.0.tar.gz.sig
new file mode 100644
index 0000000..93f27df
Binary files /dev/null and b/utils/xen-tools/xen-4.0.0.tar.gz.sig differ
diff --git a/utils/xen/DETAILS b/utils/xen/DETAILS
index e85154f..da8859f 100755
--- a/utils/xen/DETAILS
+++ b/utils/xen/DETAILS
@@ -1,5 +1,5 @@
SPELL=xen
- VERSION=3.4.2
+ VERSION=4.0.0
LICENSE[0]=UNKNOWN
KEYWORDS="xen"
WEB_SITE=http://www.xensource.com/
diff --git a/utils/xen/HISTORY b/utils/xen/HISTORY
index 5086506..4b63952 100644
--- a/utils/xen/HISTORY
+++ b/utils/xen/HISTORY
@@ -1,3 +1,6 @@
+2010-04-07 Arjan Bouter <abouter AT sourcemage.org>
+ * DETAILS: updated to 4.0.0
+
2009-11-15 Eric Sandall <sandalle AT sourcemage.org>
* DETAILS: Updated to 3.4.2




  • [SM-Commit] GIT changes to master grimoire by Arjan Bouter (add65878b88d98d6dbd5ff8a2b03e86b8834e4ce), Arjan Bouter, 04/08/2010

Archive powered by MHonArc 2.6.24.

Top of Page