diff options
author | Roman Bogorodskiy <novel@FreeBSD.org> | 2024-03-01 19:28:49 +0000 |
---|---|---|
committer | Roman Bogorodskiy <novel@FreeBSD.org> | 2024-03-02 08:54:01 +0000 |
commit | 20221158f500114ed3894ab89cfbde4639c9d105 (patch) | |
tree | 4297e959703bab0ee11833f40f3a3943ffa7c58e | |
parent | 956ba56daf4c0751315aabb1d7b9dd480aee0e73 (diff) | |
download | ports-20221158f500114ed3894ab89cfbde4639c9d105.tar.gz ports-20221158f500114ed3894ab89cfbde4639c9d105.zip |
devel/libvirt: update to 10.1.0
-rw-r--r-- | devel/libvirt/Makefile | 8 | ||||
-rw-r--r-- | devel/libvirt/distinfo | 6 |
2 files changed, 6 insertions, 8 deletions
diff --git a/devel/libvirt/Makefile b/devel/libvirt/Makefile index a6d849a33ca8..8812d24cddd8 100644 --- a/devel/libvirt/Makefile +++ b/devel/libvirt/Makefile @@ -1,12 +1,9 @@ PORTNAME= libvirt -PORTVERSION= 10.0.0 +PORTVERSION= 10.1.0 CATEGORIES= devel MASTER_SITES= http://libvirt.org/sources/ \ ftp://libvirt.org/libvirt/ -PATCH_SITES= https://github.com/libvirt/libvirt/commit/ -PATCHFILES= dcfe548cb0.patch:-p1 - MAINTAINER= novel@FreeBSD.org COMMENT= Toolkit to interact with virtualization capabilities WWW= https://libvirt.org/ @@ -125,6 +122,7 @@ MESON_ARGS+= \ -Dwireshark_dissector=disabled \ -Dinit_script=none \ -Dbash_completion=disabled \ + -Duserfaultfd_sysctl=disabled \ -Dlocalstatedir=${VARDIR} # random_data fix can be removed when 8.x is eol @@ -144,7 +142,7 @@ USE_PERL5= build USE_LDCONFIG= yes INSTALL_TARGET= install-strip TEST_TARGET= check -SHLIB_VER= 0.10000.0 +SHLIB_VER= 0.10001.0 PLIST_SUB+= SHLIB_VER=${SHLIB_VER} PORTDOCS= * #SHEBANG_FILES= src/keycodemapdb/tools/keymap-gen diff --git a/devel/libvirt/distinfo b/devel/libvirt/distinfo index 48212399fb8e..f35562d050f4 100644 --- a/devel/libvirt/distinfo +++ b/devel/libvirt/distinfo @@ -1,5 +1,5 @@ -TIMESTAMP = 1707124112 -SHA256 (libvirt-10.0.0.tar.xz) = 8ba2e72ec8bdd2418554a1474c42c35704c30174b7611eaf9a16544b71bcf00a -SIZE (libvirt-10.0.0.tar.xz) = 9395076 +TIMESTAMP = 1709320848 +SHA256 (libvirt-10.1.0.tar.xz) = 36d9077e2b0ef6b0c6df3b42e42a67411b6ce3b1564b427b55e65019dde60eed +SIZE (libvirt-10.1.0.tar.xz) = 9444244 SHA256 (dcfe548cb0.patch) = 9211f318e0508a7b390c656c036240b168591d3aebf5d485a6ac10b18301797a SIZE (dcfe548cb0.patch) = 4967 |