From 4abcbecf946a519fd2f50c0b38708969cb80f0e7 Mon Sep 17 00:00:00 2001 From: Jinhao Gao Date: Mon, 28 Mar 2022 15:20:54 +0800 Subject: [PATCH] spec: Update release version with !268 Signed-off-by: Jinhao Gao --- qemu.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/qemu.spec b/qemu.spec index 39cbeaa..05304f1 100644 --- a/qemu.spec +++ b/qemu.spec @@ -1,6 +1,6 @@ Name: qemu Version: 4.1.0 -Release: 63 +Release: 64 Epoch: 2 Summary: QEMU is a generic and open source machine emulator and virtualizer License: GPLv2 and BSD and MIT and CC-BY-SA-4.0 @@ -344,6 +344,7 @@ Patch0331: fix-cve-2020-35504.patch Patch0332: fix-cve-2020-35505.patch Patch0333: virtio-balloon-apply-upstream-patch.patch Patch0334: add-Phytium-s-CPU-models-FT-2000-and-Tengyun-S2500.patch +Patch0335: hw-scsi-scsi-disk-MODE_PAGE_ALLS-not-allowed-in-MODE.patch BuildRequires: flex BuildRequires: bison @@ -740,6 +741,9 @@ getent passwd qemu >/dev/null || \ %endif %changelog +* Mon Mar 28 2022 Jinhao Gao +- hw/scsi/scsi-disk: MODE_PAGE_ALLS not allowed in MODE SELECT commands(fix CVE-2021-3930) + * Tue Dec 21 2021 imxcc - add Phytium's CPU models: FT-2000+ and Tengyun-S2500