Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 02 Apr 2026 14:49:45 +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: 08188877940e - main - devel/libvirt: update to 12.2.0
Message-ID:  <69ce8209.3b144.4610ed6@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=08188877940e810a4cdf3866956ff4008eb3dfca

commit 08188877940e810a4cdf3866956ff4008eb3dfca
Author:     Roman Bogorodskiy <novel@FreeBSD.org>
AuthorDate: 2026-04-01 13:44:00 +0000
Commit:     Roman Bogorodskiy <novel@FreeBSD.org>
CommitDate: 2026-04-02 14:46:57 +0000

    devel/libvirt: update to 12.2.0
    
    Drop files/patch-src_secret_meson.build as the change was merged
    upstream.
    
    Sponsored by:   The FreeBSD Foundation
---
 devel/libvirt/Makefile                           |  5 ++---
 devel/libvirt/distinfo                           |  6 +++---
 devel/libvirt/files/patch-src_secret_meson.build | 25 ------------------------
 3 files changed, 5 insertions(+), 31 deletions(-)

diff --git a/devel/libvirt/Makefile b/devel/libvirt/Makefile
index 5520a090820b..cf501d3990ea 100644
--- a/devel/libvirt/Makefile
+++ b/devel/libvirt/Makefile
@@ -1,6 +1,5 @@
 PORTNAME=	libvirt
-DISTVERSION=	12.1.0
-PORTREVISION=	1
+DISTVERSION=	12.2.0
 CATEGORIES=	devel
 MASTER_SITES=	http://libvirt.org/sources/ \
 		ftp://libvirt.org/libvirt/
@@ -144,7 +143,7 @@ USE_PERL5=	build
 USE_LDCONFIG=	yes
 INSTALL_TARGET=	install-strip
 TEST_TARGET=	check
-SHLIB_VER=	0.12001.0
+SHLIB_VER=	0.12002.0
 PLIST_SUB+=	SHLIB_VER=${SHLIB_VER}
 PORTDOCS=	*
 BINARY_ALIAS=	python3=${PYTHON_CMD}
diff --git a/devel/libvirt/distinfo b/devel/libvirt/distinfo
index 909b4d7cfaf8..edc2b84a7354 100644
--- a/devel/libvirt/distinfo
+++ b/devel/libvirt/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1772446232
-SHA256 (libvirt-12.1.0.tar.xz) = 3b60040a3670ec014d058ed021ae641e9fa6d3b5c4b56e63e8928f1804ef4b9b
-SIZE (libvirt-12.1.0.tar.xz) = 10450056
+TIMESTAMP = 1775044302
+SHA256 (libvirt-12.2.0.tar.xz) = ac93cd0da743a6c231911fb549399b415102ecfee775329bebbf61ed843b9786
+SIZE (libvirt-12.2.0.tar.xz) = 10481320
diff --git a/devel/libvirt/files/patch-src_secret_meson.build b/devel/libvirt/files/patch-src_secret_meson.build
deleted file mode 100644
index a6f39657c3ef..000000000000
--- a/devel/libvirt/files/patch-src_secret_meson.build
+++ /dev/null
@@ -1,25 +0,0 @@
---- src/secret/meson.build.orig	2026-03-02 17:19:51 UTC
-+++ src/secret/meson.build
-@@ -54,13 +54,15 @@ if conf.has('WITH_SECRETS')
- 
-   virt_secret_init_encryption_conf.set('localstatedir', localstatedir)
- 
--  configure_file(
--    input: 'virt-secret-init-encryption.service.in',
--    output: '@0@.service'.format('virt-secret-init-encryption'),
--    configuration: virt_secret_init_encryption_conf,
--    install: true,
--    install_dir: unitdir,
--  )
-+  if init_script == 'systemd'
-+    configure_file(
-+      input: 'virt-secret-init-encryption.service.in',
-+      output: '@0@.service'.format('virt-secret-init-encryption'),
-+      configuration: virt_secret_init_encryption_conf,
-+      install: true,
-+      install_dir: unitdir,
-+    )
-+  endif
- 
-   virt_daemon_units += {
-     'service': 'virtsecretd',


home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?69ce8209.3b144.4610ed6>