Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 02 Aug 2011 22:14:05 -0700
From:      Jason Helfman <jhelfman@experts-exchange.com>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/159403: [patch][maintainer-update] devel/libvirt: update to 0.9.4
Message-ID:  <1312348445.662207.41969.nullmailer@experts-exchange.com>
Resent-Message-ID: <201108030520.p735K9PJ098226@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         159403
>Category:       ports
>Synopsis:       [patch][maintainer-update] devel/libvirt: update to 0.9.4
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Wed Aug 03 05:20:09 UTC 2011
>Closed-Date:
>Last-Modified:
>Originator:     Jason Helfman
>Release:        FreeBSD 8.2-RELEASE i386
>Organization:
Experts Exchange, LLC.
>Environment:
System: FreeBSD eggman.experts-exchange.com 8.2-RELEASE FreeBSD 8.2-RELEASE #0: Fri Feb 18 02:24:46 UTC 2011 root@almeida.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC i386


	
>Description:
Update to 0.9.5
Builds cleanly in Tinderbox
files/patch-libvirtd.h (dead, fixed upstream)

======
This is again a fairly big release with more than 400 commits included,
both new API, improvement and a large amount of fixes:

Features:
- bandwidth QoS control (Michal Privoznik)
- Add new API virDomainBlockPull* (Adam Litke)
- save: new API to manipulate save file images (Eric Blake)
- CPU bandwidth limits support (Wen Congyang)
- allow to send NMI and key event to guests (Lai Jiangshan)
- new API virDomainUndefineFlags (Osier Yang)
- Implement code to attach to external QEMU instances. (Daniel P. Berrange)
- various missing python binding (Hu Tao and Lai Jiangshan)
- bios: Add support for SGA (Michal Privoznik)
>How-To-Repeat:
	
>Fix:

Index: libvirt/Makefile
===================================================================
RCS file: /home/jhelfman/ncvs/ports/devel/libvirt/Makefile,v
retrieving revision 1.6
diff -u -r1.6 Makefile
--- libvirt/Makefile	6 Jul 2011 22:34:54 -0000	1.6
+++ libvirt/Makefile	3 Aug 2011 04:26:57 -0000
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	libvirt
-PORTVERSION=	0.9.3
+PORTVERSION=	0.9.4
 CATEGORIES=	devel
 MASTER_SITES=	http://libvirt.org/sources/
 
Index: libvirt/distinfo
===================================================================
RCS file: /home/jhelfman/ncvs/ports/devel/libvirt/distinfo,v
retrieving revision 1.3
diff -u -r1.3 distinfo
--- libvirt/distinfo	6 Jul 2011 22:34:54 -0000	1.3
+++ libvirt/distinfo	3 Aug 2011 04:29:15 -0000
@@ -1,2 +1,2 @@
-SHA256 (libvirt-0.9.3.tar.gz) = 4d673be9aa7b5618c0fef3cfdbbbeff02df1c83e26680fe40defad2b32a56ae3
-SIZE (libvirt-0.9.3.tar.gz) = 15958983
+SHA256 (libvirt-0.9.4.tar.gz) = e76c026646ae4885b162bf711b854f36195f93538d6fcbee48479c2354a342af
+SIZE (libvirt-0.9.4.tar.gz) = 16643543
Index: libvirt/pkg-plist
===================================================================
RCS file: /home/jhelfman/ncvs/ports/devel/libvirt/pkg-plist,v
retrieving revision 1.3
diff -u -r1.3 pkg-plist
--- libvirt/pkg-plist	10 Jun 2011 21:44:41 -0000	1.3
+++ libvirt/pkg-plist	26 Jul 2011 18:55:33 -0000
@@ -151,11 +151,13 @@
 share/gtk-doc/html/libvirt/style.css
 share/gtk-doc/html/libvirt/up.png
 %%DATADIR%%/cpu_map.xml
+%%DATADIR%%/schemas/basictypes.rng
 %%DATADIR%%/schemas/capability.rng
 %%DATADIR%%/schemas/domain.rng
 %%DATADIR%%/schemas/domainsnapshot.rng
 %%DATADIR%%/schemas/interface.rng
 %%DATADIR%%/schemas/network.rng
+%%DATADIR%%/schemas/networkcommon.rng
 %%DATADIR%%/schemas/nodedev.rng
 %%DATADIR%%/schemas/nwfilter.rng
 %%DATADIR%%/schemas/secret.rng
Index: libvirt/files/patch-libvirtd.h
===================================================================
RCS file: libvirt/files/patch-libvirtd.h
diff -N libvirt/files/patch-libvirtd.h
--- libvirt/files/patch-libvirtd.h	6 Jul 2011 22:34:54 -0000	1.1
+++ /dev/null	1 Jan 1970 00:00:00 -0000
@@ -1,32 +0,0 @@
---- ./daemon/libvirtd.h
-+++ ./daemon/libvirtd.h
-@@ -38,7 +38,9 @@
- # include "logging.h"
- # include "threads.h"
- # include "network.h"
--# include "virnetsaslcontext.h"
-+# if HAVE_SASL
-+#  include "virnetsaslcontext.h"
-+# endif
- # include "virnetserverprogram.h"
- 
- # if WITH_DTRACE
-@@ -70,7 +72,9 @@ struct daemonClientPrivate {
- 
-     int domainEventCallbackID[VIR_DOMAIN_EVENT_ID_LAST];
- 
-+# if HAVE_SASL
-     virNetSASLSessionPtr sasl;
-+# endif
- 
-     /* This is only valid if a remote open call has been made on this
-      * connection, otherwise it will be NULL.  Also if remote close is
-@@ -81,7 +85,9 @@ struct daemonClientPrivate {
-     daemonClientStreamPtr streams;
- };
- 
-+# if HAVE_SASL
- extern virNetSASLContextPtr saslCtxt;
-+# endif
- extern virNetServerProgramPtr remoteProgram;
- extern virNetServerProgramPtr qemuProgram;
>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?1312348445.662207.41969.nullmailer>