From c4514664caa03a28ae15bbd10d62caf2ff21664c Mon Sep 17 00:00:00 2001 From: Chen Qun Date: Tue, 29 Mar 2022 11:27:59 +0800 Subject: [PATCH 1/2] spec: Update patch and changelog with !267 hw/scsi/scsi-disk: MODE_PAGE_ALLS not allowed in MODE SELECT commands !267 Signed-off-by: Chen Qun --- qemu.spec | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/qemu.spec b/qemu.spec index 6a43ae43..fdb08c42 100644 --- a/qemu.spec +++ b/qemu.spec @@ -262,6 +262,7 @@ Patch0249: fix-cve-2020-35504.patch Patch0250: fix-cve-2020-35505.patch Patch0251: virtio-balloon-apply-upstream-patch.patch Patch0252: hw-scsi-scsi-disk-MODE_PAGE_ALLS-not-allowed-in-MODE.patch +Patch0253: hw-scsi-scsi-disk-MODE_PAGE_ALLS-not-allowed-in-MODE.patch BuildRequires: flex BuildRequires: bison @@ -607,6 +608,9 @@ getent passwd qemu >/dev/null || \ %endif %changelog +* Tue Mar 29 2022 Chen Qun +- hw/scsi/scsi-disk: MODE_PAGE_ALLS not allowed in MODE SELECT commands + * Sat Mar 26 2022 yezengruan - hw/scsi/scsi-disk: MODE_PAGE_ALLS not allowed in MODE SELECT commands(fix CVE-2021-3930) -- Gitee From f25938f4cf92ca72e08b929ba40466f95d05ad3e Mon Sep 17 00:00:00 2001 From: Chen Qun Date: Tue, 29 Mar 2022 11:27:59 +0800 Subject: [PATCH 2/2] spec: Update release version with !267 increase release verison by one Signed-off-by: Chen Qun --- qemu.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qemu.spec b/qemu.spec index fdb08c42..0ed8d3dd 100644 --- a/qemu.spec +++ b/qemu.spec @@ -1,6 +1,6 @@ Name: qemu Version: 4.1.0 -Release: 52 +Release: 53 Epoch: 2 Summary: QEMU is a generic and open source machine emulator and virtualizer License: GPLv2 and BSD and MIT and CC-BY -- Gitee