Date: Sun, 03 May 2026 04:54:03 +0000 From: Roman Bogorodskiy <novel@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 5cd36348f827 - main - devel/libvirt: update to 12.3.0 Message-ID: <69f6d4eb.30ea9.77ee6914@gitrepo.freebsd.org>
index | next in thread | raw e-mail
The branch main has been updated by novel: URL: https://cgit.FreeBSD.org/ports/commit/?id=5cd36348f827e12163c0f634a75c210651c349f1 commit 5cd36348f827e12163c0f634a75c210651c349f1 Author: Roman Bogorodskiy <novel@FreeBSD.org> AuthorDate: 2026-05-02 04:59:06 +0000 Commit: Roman Bogorodskiy <novel@FreeBSD.org> CommitDate: 2026-05-03 04:50:54 +0000 devel/libvirt: update to 12.3.0 - Update to 12.3.0 - Patch out installation of the unnecessary systemd service file Sponsored by: The FreeBSD Foundation --- devel/libvirt/Makefile | 4 ++-- devel/libvirt/distinfo | 6 +++--- devel/libvirt/files/patch-src_remote_meson.build | 22 ++++++++++++++++++++++ 3 files changed, 27 insertions(+), 5 deletions(-) diff --git a/devel/libvirt/Makefile b/devel/libvirt/Makefile index cf501d3990ea..6cc2ff17970f 100644 --- a/devel/libvirt/Makefile +++ b/devel/libvirt/Makefile @@ -1,5 +1,5 @@ PORTNAME= libvirt -DISTVERSION= 12.2.0 +DISTVERSION= 12.3.0 CATEGORIES= devel MASTER_SITES= http://libvirt.org/sources/ \ ftp://libvirt.org/libvirt/ @@ -143,7 +143,7 @@ USE_PERL5= build USE_LDCONFIG= yes INSTALL_TARGET= install-strip TEST_TARGET= check -SHLIB_VER= 0.12002.0 +SHLIB_VER= 0.12003.0 PLIST_SUB+= SHLIB_VER=${SHLIB_VER} PORTDOCS= * BINARY_ALIAS= python3=${PYTHON_CMD} diff --git a/devel/libvirt/distinfo b/devel/libvirt/distinfo index edc2b84a7354..2c2dd2b6cd13 100644 --- a/devel/libvirt/distinfo +++ b/devel/libvirt/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1775044302 -SHA256 (libvirt-12.2.0.tar.xz) = ac93cd0da743a6c231911fb549399b415102ecfee775329bebbf61ed843b9786 -SIZE (libvirt-12.2.0.tar.xz) = 10481320 +TIMESTAMP = 1777696186 +SHA256 (libvirt-12.3.0.tar.xz) = 0d2b548d1b732d1ae21cfefacc204a2c8dabada80ea1edfbd528bfb73b9d2d27 +SIZE (libvirt-12.3.0.tar.xz) = 10490580 diff --git a/devel/libvirt/files/patch-src_remote_meson.build b/devel/libvirt/files/patch-src_remote_meson.build new file mode 100644 index 000000000000..cf176f7f8d8b --- /dev/null +++ b/devel/libvirt/files/patch-src_remote_meson.build @@ -0,0 +1,22 @@ +--- src/remote/meson.build.orig 2026-05-02 04:49:43 UTC ++++ src/remote/meson.build +@@ -343,19 +343,4 @@ endif + ) + endif + +-# The monolithic libvirt daemon only attempts to load the +-# secrets encryption credentials if the secret driver is enabled +-if conf.has('WITH_SECRETS') +- secret_dropin_conf = configuration_data({ +- 'localstatedir': localstatedir, +- }) +- +- configure_file( +- input: 'libvirtd-secret.conf.in', +- output: '10-secret.conf', +- configuration: secret_dropin_conf, +- install_dir: unitdir / 'libvirtd.service.d', +- ) +-endif +- + remote_inc_dir = include_directories('.')home | help
Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?69f6d4eb.30ea9.77ee6914>
