- Update to 0.9.4

PR:		ports/159403
Submitted by:	Jason Helfman <jhelfman@experts-exchange.com> (maintainer)
This commit is contained in:
Steve Wills 2011-08-14 19:53:33 +00:00
parent 45d7ebb351
commit ae7cbbd864
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=279725
4 changed files with 5 additions and 35 deletions

View file

@ -6,7 +6,7 @@
#
PORTNAME= libvirt
PORTVERSION= 0.9.3
PORTVERSION= 0.9.4
CATEGORIES= devel
MASTER_SITES= http://libvirt.org/sources/

View file

@ -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

View file

@ -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;

View file

@ -151,11 +151,13 @@ share/gtk-doc/html/libvirt/right.png
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