Skip to content

Commit

Permalink
libvirt: Update to 10.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ryandesign committed Dec 13, 2024
1 parent d7a2833 commit b461ee1
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 11 deletions.
8 changes: 4 additions & 4 deletions sysutils/libvirt/Portfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,11 @@ legacysupport.newest_darwin_requires_legacy 12

# Remember to update libvirt and py-libvirt at the same time.
name libvirt
version 10.9.0
version 10.10.0
revision 0
checksums rmd160 74fd4b58d62ebbb79a9ce92009617783a11255f8 \
sha256 2473db10bb9b9992c02897cef4b26ae58885ff357cea5f9ce3ec9e008f6b5b3a \
size 9603712
checksums rmd160 9c5af6641e7c1f4fdeb9bc789f1f3f00edb55022 \
sha256 e1bd7bd31b7c0d0ae073dec050bb5b0232b3e4adebdc58ea82fe8b366c765796 \
size 9673792

categories sysutils
license LGPL-2.1+
Expand Down
6 changes: 3 additions & 3 deletions sysutils/libvirt/files/patch-fix-linking.diff
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
--- meson.build 2024-06-03 16:35:47.000000000 +0800
+++ meson.build 2024-06-18 08:18:05.000000000 +0800
@@ -253,8 +252,6 @@
--- meson.build.orig 2024-12-02 06:16:51.000000000 -0600
+++ meson.build 2024-12-12 22:57:18.000000000 -0600
@@ -263,8 +263,6 @@
array_bounds = get_option('b_sanitize') == 'none' ? 2 : 1

cc_flags += [
Expand Down
4 changes: 2 additions & 2 deletions sysutils/libvirt/files/patch-st_birthtimespec.diff
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
--- src/storage/storage_util.c 2024-07-01 16:57:44.000000000 +0800
+++ src/storage/storage_util.c 2024-07-30 07:59:40.000000000 +0800
--- src/storage/storage_util.c.orig 2024-12-02 06:16:51.000000000 -0600
+++ src/storage/storage_util.c 2024-12-12 22:57:18.000000000 -0600
@@ -43,6 +43,10 @@
# include <selinux/selinux.h>
#endif
Expand Down
4 changes: 2 additions & 2 deletions sysutils/libvirt/files/uint64_t.patch
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
Fix:

error: unknown type name 'uint64_t'
--- scripts/rpcgen/tests/demo.h.orig 2024-04-02 06:38:48.000000000 -0500
+++ scripts/rpcgen/tests/demo.h 2024-04-05 00:38:05.000000000 -0500
--- scripts/rpcgen/tests/demo.h.orig 2024-12-02 06:16:51.000000000 -0600
+++ scripts/rpcgen/tests/demo.h 2024-12-12 22:57:17.000000000 -0600
@@ -1,3 +1,5 @@
+#include <stdint.h>
+
Expand Down

0 comments on commit b461ee1

Please sign in to comment.