diff --git a/qemu.spec b/qemu.spec index 6a43ae43e44c342f1184eb465118400249ea4327..0ed8d3dd0599b65c2b0de9cdb999e9a44fe65c10 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 @@ -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)