Files
virt/qemu
Peng Zhang 81d47c9a1f Debian: qemu: fix multiple CVEs
Upgrade qemu to 1:7.2+dfsg-7+deb12u8

CVE-2024-26327: https://nvd.nist.gov/vuln/detail/CVE-2024-26327
CVE-2024-26328: https://nvd.nist.gov/vuln/detail/CVE-2024-26328
CVE-2024-3446: https://nvd.nist.gov/vuln/detail/CVE-2024-3446
CVE-2024-4467: https://nvd.nist.gov/vuln/detail/CVE-2024-4467
CVE-2024-6505: https://nvd.nist.gov/vuln/detail/CVE-2024-6505
CVE-2024-7409: https://nvd.nist.gov/vuln/detail/CVE-2024-7409

TestPlan:
PASS: downloader; build-pkgs
PASS: build-image
PASS: install on SX-lab

Closes-Bug: 2111236

Change-Id: I825036c69bf641fbb7338d7d0c26b2cd916c36f3
Signed-off-by: Peng Zhang <Peng.Zhang2@windriver.com>
2025-08-25 02:12:36 -04:00
..
2025-08-25 02:12:36 -04:00
2018-08-01 10:06:31 -04:00
2018-08-01 10:06:31 -04:00
2018-08-01 10:06:31 -04:00
2018-08-01 10:06:31 -04:00

Get the RedHat source rpm from:
$ wget wget http://cbs.centos.org/kojifiles/packages/qemu-kvm-ev/2.3.0/31.el7_2.7.1/src/qemu-kvm-ev-2.3.0-31.el7_2.7.1.src.rpm 

Uncompress the source rpm:
$ rpm2cpio qemu-kvm-ev-2.3.0-31.el7_2.7.1.src.rpm | cpio -idmv

All the patches from the redhat source rpm have been applied in git/qemu using
scripts/autopatch.sh.

Some of these patches can't be applied cleanly with 'git am'.  So this script
attempd to execute 'git am' on each of them, if it fails it tries to patch
the files manually with 'git apply --index'.

A git tag 'qemu-kvm-ev-2.3.0-31.el7_2.7.1' has been added to the last patch
applied.

The Titanium Cloud specific patches will be added after this tag.