Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 14 Sep 2019 13:41:24 +0000 (UTC)
From:      Roman Bogorodskiy <novel@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r512012 - head/devel/libvirt
Message-ID:  <201909141341.x8EDfOTD042545@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: novel
Date: Sat Sep 14 13:41:24 2019
New Revision: 512012
URL: https://svnweb.freebsd.org/changeset/ports/512012

Log:
  devel/libvirt: update to 5.7.0
  
  With this release, libvirt has separated libvirtd into per-driver daemons.
  The older way of using all in one libvirtd binary is still supported, and
  the port still uses it. It'll be converted to the new schema later.

Modified:
  head/devel/libvirt/Makefile
  head/devel/libvirt/distinfo
  head/devel/libvirt/pkg-plist

Modified: head/devel/libvirt/Makefile
==============================================================================
--- head/devel/libvirt/Makefile	Sat Sep 14 12:54:11 2019	(r512011)
+++ head/devel/libvirt/Makefile	Sat Sep 14 13:41:24 2019	(r512012)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	libvirt
-PORTVERSION=	5.6.0
+PORTVERSION=	5.7.0
 CATEGORIES=	devel
 MASTER_SITES=	http://libvirt.org/sources/ \
 		ftp://libvirt.org/libvirt/
@@ -105,7 +105,7 @@ USE_PERL5=	build
 USE_LDCONFIG=	yes
 INSTALL_TARGET=	install-strip
 TEST_TARGET=	check
-SHLIB_VER=	0.5006.0
+SHLIB_VER=	0.5007.0
 PLIST_SUB+=	SHLIB_VER=${SHLIB_VER}
 PORTDOCS=	*
 SHEBANG_FILES=	src/keycodemapdb/tools/keymap-gen
@@ -132,8 +132,16 @@ CONF_FILES=	\
 		libvirtd.conf \
 		libxl.conf \
 		qemu.conf \
+		virtbhyved.conf \
 		virtlockd.conf \
-		virtlogd.conf
+		virtlogd.conf \
+		virtnetworkd.conf \
+		virtproxyd.conf \
+		virtqemud.conf \
+		virtsecretd.conf \
+		virtstoraged.conf \
+		virtvboxd.conf \
+		virtxend.conf
 
 post-patch:
 	@${REINPLACE_CMD} -e 's|$$(LN_S) ../default.xml default.xml|true|' \

Modified: head/devel/libvirt/distinfo
==============================================================================
--- head/devel/libvirt/distinfo	Sat Sep 14 12:54:11 2019	(r512011)
+++ head/devel/libvirt/distinfo	Sat Sep 14 13:41:24 2019	(r512012)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1565100131
-SHA256 (libvirt-5.6.0.tar.xz) = 65f4f9924e10135aa694ca8bcb0b55725883d08e0b32c42111603d573aabb9b4
-SIZE (libvirt-5.6.0.tar.xz) = 13147976
+TIMESTAMP = 1567575000
+SHA256 (libvirt-5.7.0.tar.xz) = 7e91f23574c73f0da8812917922d45af1044dbe31d2526aa34e2ff29bfef62e0
+SIZE (libvirt-5.7.0.tar.xz) = 13235904

Modified: head/devel/libvirt/pkg-plist
==============================================================================
--- head/devel/libvirt/pkg-plist	Sat Sep 14 12:54:11 2019	(r512011)
+++ head/devel/libvirt/pkg-plist	Sat Sep 14 13:41:24 2019	(r512012)
@@ -3,6 +3,14 @@ bin/virt-admin
 bin/virt-host-validate
 bin/virt-pki-validate
 bin/virt-xml-validate
+%%BHYVE%%sbin/virtbhyved
+sbin/virtnetworkd
+sbin/virtproxyd
+%%QEMU%%sbin/virtqemud
+sbin/virtsecretd
+sbin/virtstoraged
+sbin/virtvboxd
+%%XEN%%sbin/virtxend
 man/man1/virsh.1.gz
 man/man1/virt-admin.1.gz
 man/man1/virt-host-validate.1.gz
@@ -26,8 +34,16 @@ man/man8/virtlogd.8.gz
 @sample %%ETCDIR%%/libvirt-admin.conf.sample
 @sample %%ETCDIR%%/libvirt.conf.sample
 @sample %%ETCDIR%%/libvirtd.conf.sample
+%%BHYVE%%@sample %%ETCDIR%%/virtbhyved.conf.sample
 @sample %%ETCDIR%%/virtlockd.conf.sample
 @sample %%ETCDIR%%/virtlogd.conf.sample
+@sample %%ETCDIR%%/virtnetworkd.conf.sample
+@sample %%ETCDIR%%/virtproxyd.conf.sample
+%%QEMU%%@sample %%ETCDIR%%/virtqemud.conf.sample
+@sample %%ETCDIR%%/virtsecretd.conf.sample
+@sample %%ETCDIR%%/virtstoraged.conf.sample
+@sample %%ETCDIR%%/virtvboxd.conf.sample
+%%XEN%%@sample %%ETCDIR%%/virtxend.conf.sample
 %%EXAMPLESDIR%%/networks/default.xml
 %%BHYVE%%@sample %%ETCDIR%%/bhyve.conf.sample
 %%QEMU%%@sample %%ETCDIR%%/qemu.conf.sample
@@ -92,12 +108,28 @@ share/augeas/lenses/virtlogd.aug
 %%QEMU%%share/augeas/lenses/libvirtd_qemu.aug
 %%QEMU%%share/augeas/lenses/tests/test_libvirt_lockd.aug
 share/augeas/lenses/tests/test_libvirtd.aug
+%%BHYVE%%share/augeas/lenses/tests/test_virtbhyved.aug
 share/augeas/lenses/tests/test_virtlockd.aug
 share/augeas/lenses/tests/test_virtlogd.aug
+share/augeas/lenses/tests/test_virtnetworkd.aug
+share/augeas/lenses/tests/test_virtproxyd.aug
+%%QEMU%%share/augeas/lenses/tests/test_virtqemud.aug
+share/augeas/lenses/tests/test_virtsecretd.aug
+share/augeas/lenses/tests/test_virtstoraged.aug
+share/augeas/lenses/tests/test_virtvboxd.aug
+%%BHYVE%%share/augeas/lenses/virtbhyved.aug
+share/augeas/lenses/virtnetworkd.aug
+share/augeas/lenses/virtproxyd.aug
+%%QEMU%%share/augeas/lenses/virtqemud.aug
+share/augeas/lenses/virtsecretd.aug
+share/augeas/lenses/virtstoraged.aug
+share/augeas/lenses/virtvboxd.aug
 %%BHYVE%%share/augeas/lenses/tests/test_libvirtd_bhyve.aug
 %%QEMU%%share/augeas/lenses/tests/test_libvirtd_qemu.aug
 %%XEN%%share/augeas/lenses/libvirtd_libxl.aug
 %%XEN%%share/augeas/lenses/tests/test_libvirtd_libxl.aug
+%%XEN%%share/augeas/lenses/tests/test_virtxend.aug
+%%XEN%%share/augeas/lenses/virtxend.aug
 share/gtk-doc/html/libvirt/general.html
 share/gtk-doc/html/libvirt/home.png
 share/gtk-doc/html/libvirt/index.html



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