This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "IPFire 3.x development tree".
The branch, master has been updated via 70b02277fb3fc98932c3cc23fcb5a7eb2d6ad7e8 (commit) via 9b51e020e1881f2e42d44524b7d8666b080bceef (commit) via 7accc567e5717df20cc9c96dfd954a58531da8bb (commit) from c5f8a495f862716d91bc24325b7837f869ddd85c (commit)
Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below.
- Log ----------------------------------------------------------------- commit 70b02277fb3fc98932c3cc23fcb5a7eb2d6ad7e8 Merge: 7accc56 9b51e02 Author: Michael Tremer michael.tremer@ipfire.org Date: Sun Apr 10 23:52:23 2011 +0200
Merge remote-tracking branch 'trikolon/libvirt'
commit 9b51e020e1881f2e42d44524b7d8666b080bceef Author: Ben Schweikert trikolon@ipfire.org Date: Sun Apr 10 13:42:57 2011 +0200
libvirtd: Upgraded to version 0.9.0
commit 7accc567e5717df20cc9c96dfd954a58531da8bb Author: Ben Schweikert trikolon@ipfire.org Date: Sun Apr 10 11:57:49 2011 +0200
Xen: Xen was updated to version 4.1.0.
-----------------------------------------------------------------------
Summary of changes: pkgs/libvirt/libvirt.nm | 2 +- pkgs/xen/patches/xen-WRITE.patch | 23 ----------------------- pkgs/xen/xen.nm | 2 +- 3 files changed, 2 insertions(+), 25 deletions(-) delete mode 100644 pkgs/xen/patches/xen-WRITE.patch
Difference in files: diff --git a/pkgs/libvirt/libvirt.nm b/pkgs/libvirt/libvirt.nm index 6eb548e..c311303 100644 --- a/pkgs/libvirt/libvirt.nm +++ b/pkgs/libvirt/libvirt.nm @@ -25,7 +25,7 @@ include $(PKGROOT)/Include
PKG_NAME = libvirt -PKG_VER = 0.8.8 +PKG_VER = 0.9.0 PKG_REL = 2
PKG_MAINTAINER = diff --git a/pkgs/xen/patches/xen-WRITE.patch b/pkgs/xen/patches/xen-WRITE.patch deleted file mode 100644 index eb4f062..0000000 --- a/pkgs/xen/patches/xen-WRITE.patch +++ /dev/null @@ -1,23 +0,0 @@ -diff -r d70d7c3311c4 -r 0236d8adb081 tools/blktap/drivers/blk_linux.c ---- xen-4.0.1/tools/blktap/drivers/blk_linux.c Tue Dec 14 17:10:49 2010 +0000 -+++ xen-4.0.1/tools/blktap/drivers/blk_linux.c Thu Dec 16 09:33:54 2010 +0000 -@@ -1,6 +1,6 @@ - #include <inttypes.h> - #include <sys/ioctl.h> --#include <linux/fs.h> -+#include <sys/mount.h> - #include "tapdisk.h" - #include "blk.h" - -diff -r d70d7c3311c4 -r 0236d8adb081 tools/blktap2/drivers/blk_linux.c ---- xen-4.0.1/tools/blktap2/drivers/blk_linux.c Tue Dec 14 17:10:49 2010 +0000 -+++ xen-4.0.1/tools/blktap2/drivers/blk_linux.c Thu Dec 16 09:33:54 2010 +0000 -@@ -1,7 +1,7 @@ - #include <inttypes.h> -+#include <errno.h> - #include <sys/ioctl.h> --#include <linux/fs.h> --#include <linux/errno.h> -+#include <sys/mount.h> - #include "tapdisk.h" - #include "blk.h" diff --git a/pkgs/xen/xen.nm b/pkgs/xen/xen.nm index c25f876..2753b97 100644 --- a/pkgs/xen/xen.nm +++ b/pkgs/xen/xen.nm @@ -25,7 +25,7 @@ include $(PKGROOT)/Include
PKG_NAME = xen -PKG_VER = 4.0.1 +PKG_VER = 4.1.0 PKG_REL = 1
PKG_MAINTAINER = Ben Schweikert ben.schweikert@ipfire.org
hooks/post-receive -- IPFire 3.x development tree