diff options
author | Juergen Lock <nox@FreeBSD.org> | 2008-12-05 06:36:46 +0800 |
---|---|---|
committer | Juergen Lock <nox@FreeBSD.org> | 2008-12-05 06:36:46 +0800 |
commit | d6764fe00eb1f91301565e85729ecc2102271cf5 (patch) | |
tree | 61ced6ec768a227428ab0088aed54eef0d66f98a /emulators/qemu/Makefile | |
parent | 3616dfb77fdb0c9c7c4eb51a696580daeb729268 (diff) | |
download | freebsd-ports-gnome-d6764fe00eb1f91301565e85729ecc2102271cf5.tar.gz freebsd-ports-gnome-d6764fe00eb1f91301565e85729ecc2102271cf5.tar.zst freebsd-ports-gnome-d6764fe00eb1f91301565e85729ecc2102271cf5.zip |
Attempt to fix savevm that was broken by the original patch-CVE-2008-0928
by allowing writes outside the disk image boundaries if the guest isn't
running.
PR: ports/129417
Submitted by: Nate Eldredge <neldredge@math.ucsd.edu>
Obtained from: debian (sid kvm_72+dfsg-3.diff.gz, adapted)
Diffstat (limited to 'emulators/qemu/Makefile')
-rw-r--r-- | emulators/qemu/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/emulators/qemu/Makefile b/emulators/qemu/Makefile index a3216aacc018..2737c77ae355 100644 --- a/emulators/qemu/Makefile +++ b/emulators/qemu/Makefile @@ -7,7 +7,7 @@ PORTNAME= qemu PORTVERSION= 0.9.1 -PORTREVISION= 10 +PORTREVISION= 11 CATEGORIES= emulators MASTER_SITES= http://bellard.org/qemu/:release \ http://qemu.org/:release \ |