Update to libvirt-7.6.0.
This commit is contained in:
parent
a615660a66
commit
372899c9de
@ -1,15 +1,15 @@
|
||||
# $OpenBSD: Makefile,v 1.82 2021/07/04 08:04:54 ajacoutot Exp $
|
||||
# $OpenBSD: Makefile,v 1.83 2021/08/11 11:57:21 ajacoutot Exp $
|
||||
|
||||
COMMENT= tool/library for managing platform virtualization
|
||||
|
||||
DISTNAME= libvirt-7.5.0
|
||||
DISTNAME= libvirt-7.6.0
|
||||
|
||||
CATEGORIES= sysutils devel emulators
|
||||
|
||||
SHARED_LIBS += virt 2.2 # 0.7004.0
|
||||
SHARED_LIBS += virt-qemu 2.2 # 0.7004.0
|
||||
SHARED_LIBS += virt-lxc 2.1 # 0.7004.0
|
||||
SHARED_LIBS += virt-admin 2.1 # 0.7004.0
|
||||
SHARED_LIBS += virt 2.2 # 0.7006.0
|
||||
SHARED_LIBS += virt-qemu 2.2 # 0.7006.0
|
||||
SHARED_LIBS += virt-lxc 2.1 # 0.7006.0
|
||||
SHARED_LIBS += virt-admin 2.1 # 0.7006.0
|
||||
|
||||
HOMEPAGE= https://libvirt.org/
|
||||
|
||||
|
@ -1,2 +1,2 @@
|
||||
SHA256 (libvirt-7.5.0.tar.xz) = kBB7SQMsLzAiyEB2xkkTUYf7xwyO/RZCfGxLbWE8KJU=
|
||||
SIZE (libvirt-7.5.0.tar.xz) = 8642788
|
||||
SHA256 (libvirt-7.6.0.tar.xz) = j5ZxBtAKq7PNaSckvdSpwJ5xyyJFBTuYGTaQ7gF2YUE=
|
||||
SIZE (libvirt-7.6.0.tar.xz) = 8661024
|
||||
|
@ -1,4 +1,4 @@
|
||||
$OpenBSD: patch-meson_build,v 1.5 2021/07/04 08:04:54 ajacoutot Exp $
|
||||
$OpenBSD: patch-meson_build,v 1.6 2021/08/11 11:57:21 ajacoutot Exp $
|
||||
|
||||
-fexceptions:
|
||||
ld: error: undefined symbol: _Unwind_Resume
|
||||
@ -11,7 +11,7 @@ ld: error: undefined symbol: fsync
|
||||
Index: meson.build
|
||||
--- meson.build.orig
|
||||
+++ meson.build
|
||||
@@ -229,7 +229,6 @@ stack_frame_size = get_option('b_sanitize') == 'none'
|
||||
@@ -234,7 +234,6 @@ array_bounds = get_option('b_sanitize') == 'none' ? 2
|
||||
|
||||
cc_flags += [
|
||||
'-fasynchronous-unwind-tables',
|
||||
@ -19,7 +19,7 @@ Index: meson.build
|
||||
'-fipa-pure-const',
|
||||
'-fno-common',
|
||||
'-Wabsolute-value',
|
||||
@@ -492,11 +491,6 @@ libvirt_nodelete = cc.get_supported_link_arguments([
|
||||
@@ -497,11 +496,6 @@ libvirt_nodelete = cc.get_supported_link_arguments([
|
||||
])
|
||||
|
||||
libvirt_no_undefined = []
|
||||
@ -31,7 +31,7 @@ Index: meson.build
|
||||
|
||||
libvirt_no_indirect = cc.get_supported_link_arguments([
|
||||
'-Wl,--no-copy-dt-needed-entries',
|
||||
@@ -915,12 +909,15 @@ if devmapper_dep.found()
|
||||
@@ -951,12 +945,15 @@ if devmapper_dep.found()
|
||||
conf.set('WITH_DEVMAPPER', 1)
|
||||
endif
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
@comment $OpenBSD: PLIST,v 1.35 2021/07/04 08:04:54 ajacoutot Exp $
|
||||
@comment $OpenBSD: PLIST,v 1.36 2021/08/11 11:57:22 ajacoutot Exp $
|
||||
@bin bin/virsh
|
||||
@bin bin/virt-admin
|
||||
@bin bin/virt-host-validate
|
||||
@ -242,6 +242,7 @@ share/doc/libvirt/html/kbase/locking-sanlock.html
|
||||
share/doc/libvirt/html/kbase/locking.html
|
||||
share/doc/libvirt/html/kbase/merging_disk_image_chains.html
|
||||
share/doc/libvirt/html/kbase/migrationinternals.html
|
||||
share/doc/libvirt/html/kbase/qemu-core-dump.html
|
||||
share/doc/libvirt/html/kbase/qemu-passthrough-security.html
|
||||
share/doc/libvirt/html/kbase/rpm-deployment.html
|
||||
share/doc/libvirt/html/kbase/s390_protected_virt.html
|
||||
|
Loading…
x
Reference in New Issue
Block a user