Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Eric Sandall (a599f9347eb7a82c194101fd49ec6f287ee6bf52)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Eric Sandall <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Eric Sandall (a599f9347eb7a82c194101fd49ec6f287ee6bf52)
  • Date: Mon, 11 Jun 2018 07:01:44 +0000

GIT changes to master grimoire by Eric Sandall <sandalle AT sourcemage.org>:

libs/libvirt/DEPENDS | 6 +++---
libs/libvirt/DETAILS | 9 ++++-----
libs/libvirt/HISTORY | 5 +++++
3 files changed, 12 insertions(+), 8 deletions(-)

New commits:
commit a599f9347eb7a82c194101fd49ec6f287ee6bf52
Author: Eric Sandall <sandalle AT sourcemage.org>
Commit: Eric Sandall <sandalle AT sourcemage.org>

libvirt: Updated to 4.4.0

SOURCE uses .xz, https://
Xen -> Xen API flags

diff --git a/libs/libvirt/DEPENDS b/libs/libvirt/DEPENDS
index 148511d..3f43e9f 100755
--- a/libs/libvirt/DEPENDS
+++ b/libs/libvirt/DEPENDS
@@ -30,9 +30,9 @@ optional_depends iptables \
'for IP table routing support' &&

optional_depends xen \
- '--with-xen' \
- '--without-xen' \
- 'for Xen support' &&
+ '--with-xenapi' \
+ '--without-xenapi' \
+ 'for Xen API support' &&

if is_depends_enabled $SPELL xen ; then
config_query_option LIBVIRT_OPTS 'Enable Xen inotify support' y \
diff --git a/libs/libvirt/DETAILS b/libs/libvirt/DETAILS
index b38a341..c873ec6 100755
--- a/libs/libvirt/DETAILS
+++ b/libs/libvirt/DETAILS
@@ -1,10 +1,9 @@
SPELL=libvirt
- VERSION=1.2.13
- SOURCE=$SPELL-$VERSION.tar.gz
-
SOURCE_HASH=sha512:f590cd4ad55fb8f09980ba2dfd05eb6b978c602c2eecc1188acc6536ae2d4ffb8ad70756a39c95b2b69688981e950cce3e7f232bf96b50fdb01d60b05ecf990d
+ VERSION=4.4.0
+ SOURCE=$SPELL-$VERSION.tar.xz
+
SOURCE_HASH=sha512:725b9b093a2aaeab6fdcb8df341a400ab363bcd50af8400dfd0593c41d8fbc8352f89147be9fbfde2e8418cc7298e090fe07ec7255b0aff1f0d001b93322f93f
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
- SOURCE_URL[0]=ftp://libvirt.org/libvirt/$SOURCE
-#
SOURCE_HASH=sha512:21593d18102a027db75228e9ef4e4c70eb9098bbdfc4e6a59b1c2664bdd01979559df4f822499207089c31695f0cd2ceb7ee7243dd339eb921142810443c1085
+ SOURCE_URL[0]=https://libvirt.org/sources/$SOURCE
LICENSE[0]=LGPL
WEB_SITE=http://libvirt.org/
KEYWORDS="libs virtualization"
diff --git a/libs/libvirt/HISTORY b/libs/libvirt/HISTORY
index b9f5876..2ed4203 100644
--- a/libs/libvirt/HISTORY
+++ b/libs/libvirt/HISTORY
@@ -1,3 +1,8 @@
+2018-06-10 Eric Sandall <sandalle AT sourcemage.org>
+ * DETAILS: Updated to 4.4.0
+ SOURCE uses .xz, https://
+ * DEPENDS: Xen -> Xen API flags
+
2015-03-13 Ismael Luceno <ismael AT sourcemage.org>
* DETAILS: updated spell to 1.2.13




  • [SM-Commit] GIT changes to master grimoire by Eric Sandall (a599f9347eb7a82c194101fd49ec6f287ee6bf52), Eric Sandall, 06/11/2018

Archive powered by MHonArc 2.6.24.

Top of Page