From owner-svn-ports-head@freebsd.org Sat Sep 14 13:41:25 2019 Return-Path: Delivered-To: svn-ports-head@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 6B303F5665; Sat, 14 Sep 2019 13:41:25 +0000 (UTC) (envelope-from novel@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 46VtvT2Fh0z41CC; Sat, 14 Sep 2019 13:41:25 +0000 (UTC) (envelope-from novel@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 3144520825; Sat, 14 Sep 2019 13:41:25 +0000 (UTC) (envelope-from novel@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id x8EDfPtr042548; Sat, 14 Sep 2019 13:41:25 GMT (envelope-from novel@FreeBSD.org) Received: (from novel@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x8EDfOTD042545; Sat, 14 Sep 2019 13:41:24 GMT (envelope-from novel@FreeBSD.org) Message-Id: <201909141341.x8EDfOTD042545@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: novel set sender to novel@FreeBSD.org using -f From: Roman Bogorodskiy Date: Sat, 14 Sep 2019 13:41:24 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r512012 - head/devel/libvirt X-SVN-Group: ports-head X-SVN-Commit-Author: novel X-SVN-Commit-Paths: head/devel/libvirt X-SVN-Commit-Revision: 512012 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 14 Sep 2019 13:41:25 -0000 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