Date: Fri, 22 Dec 2023 23:45:04 GMT From: Muhammad Moinur Rahman <bofh@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 58977dbaf131 - main - emulators/qemu: Update version 8.1.3=>8.2.0 Message-ID: <202312222345.3BMNj4PK098955@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by bofh: URL: https://cgit.FreeBSD.org/ports/commit/?id=58977dbaf13114b1f14a6bc261c00ef413526e43 commit 58977dbaf13114b1f14a6bc261c00ef413526e43 Author: Muhammad Moinur Rahman <bofh@FreeBSD.org> AuthorDate: 2023-12-22 18:13:29 +0000 Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org> CommitDate: 2023-12-22 23:44:47 +0000 emulators/qemu: Update version 8.1.3=>8.2.0 Changelog: https://wiki.qemu.org/ChangeLog/8.2 --- emulators/qemu/Makefile | 2 +- emulators/qemu/distinfo | 6 +++--- emulators/qemu/files/patch-block_export_fuse.c | 6 +++--- emulators/qemu/files/patch-util_meson.build | 5 +++-- 4 files changed, 10 insertions(+), 9 deletions(-) diff --git a/emulators/qemu/Makefile b/emulators/qemu/Makefile index de492cb5e7d7..db27ac4ba060 100644 --- a/emulators/qemu/Makefile +++ b/emulators/qemu/Makefile @@ -1,5 +1,5 @@ PORTNAME= qemu -PORTVERSION= 8.1.3 +PORTVERSION= 8.2.0 CATEGORIES= emulators MASTER_SITES= https://download.qemu.org/ DIST_SUBDIR= qemu/${PORTVERSION} diff --git a/emulators/qemu/distinfo b/emulators/qemu/distinfo index c42e410584f8..52ca4c24b470 100644 --- a/emulators/qemu/distinfo +++ b/emulators/qemu/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1700686678 -SHA256 (qemu/8.1.3/qemu-8.1.3.tar.xz) = 43cc176804105586f74f90398f34e9f85787dff400d3b640d81f7779fbe265bb -SIZE (qemu/8.1.3/qemu-8.1.3.tar.xz) = 124040288 +TIMESTAMP = 1703262275 +SHA256 (qemu/8.2.0/qemu-8.2.0.tar.xz) = bf00d2fa12010df8b0ade93371def58e632cb32a6bfdc5f5a0ff8e6a1fb1bf32 +SIZE (qemu/8.2.0/qemu-8.2.0.tar.xz) = 130008888 diff --git a/emulators/qemu/files/patch-block_export_fuse.c b/emulators/qemu/files/patch-block_export_fuse.c index 9db53a560cf8..03b9cc8b5994 100644 --- a/emulators/qemu/files/patch-block_export_fuse.c +++ b/emulators/qemu/files/patch-block_export_fuse.c @@ -1,6 +1,6 @@ ---- block/export/fuse.c.orig 2023-04-19 16:31:47 UTC +--- block/export/fuse.c.orig 2023-12-19 21:24:34 UTC +++ block/export/fuse.c -@@ -638,12 +638,6 @@ static void fuse_fallocate(fuse_req_t req, fuse_ino_t +@@ -690,12 +690,6 @@ static void fuse_fallocate(fuse_req_t req, fuse_ino_t return; } @@ -13,7 +13,7 @@ if (!mode) { /* We can only fallocate at the EOF with a truncate */ if (offset < blk_len) { -@@ -663,53 +657,6 @@ static void fuse_fallocate(fuse_req_t req, fuse_ino_t +@@ -715,53 +709,6 @@ static void fuse_fallocate(fuse_req_t req, fuse_ino_t ret = fuse_do_truncate(exp, offset + length, true, PREALLOC_MODE_FALLOC); } diff --git a/emulators/qemu/files/patch-util_meson.build b/emulators/qemu/files/patch-util_meson.build index f8f4171d6783..1e42351652d7 100644 --- a/emulators/qemu/files/patch-util_meson.build +++ b/emulators/qemu/files/patch-util_meson.build @@ -1,6 +1,6 @@ ---- util/meson.build.orig 2023-04-19 16:31:47 UTC +--- util/meson.build.orig 2023-12-19 21:24:35 UTC +++ util/meson.build -@@ -99,10 +99,6 @@ if have_block +@@ -102,11 +102,7 @@ if have_block util_ss.add(files('readline.c')) util_ss.add(files('throttle.c')) util_ss.add(files('timed-average.c')) @@ -12,3 +12,4 @@ + util_ss.add(files('filemonitor-stub.c')) util_ss.add(when: 'CONFIG_LINUX', if_true: files('vfio-helpers.c')) endif +
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202312222345.3BMNj4PK098955>