diff options
author | nox <nox@FreeBSD.org> | 2008-11-03 06:59:10 +0800 |
---|---|---|
committer | nox <nox@FreeBSD.org> | 2008-11-03 06:59:10 +0800 |
commit | 23ff2a8b0b28304bd0a1e04685860a1e4235bc1f (patch) | |
tree | 4725dc2ed6958dd7e929a0a758da98b6953494bc /emulators/qemu-devel/Makefile | |
parent | 3a92e907d8198c4855b8aafa1dae61f518f1a4ff (diff) | |
download | freebsd-ports-gnome-23ff2a8b0b28304bd0a1e04685860a1e4235bc1f.tar.gz freebsd-ports-gnome-23ff2a8b0b28304bd0a1e04685860a1e4235bc1f.tar.zst freebsd-ports-gnome-23ff2a8b0b28304bd0a1e04685860a1e4235bc1f.zip |
Fix heap overflow in Cirrus emulation
Obtained from: qemu svn
Security: http://www.vuxml.org/freebsd/07bb3bd2-a920-11dd-8503-0211060005df.html
Diffstat (limited to 'emulators/qemu-devel/Makefile')
-rw-r--r-- | emulators/qemu-devel/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/emulators/qemu-devel/Makefile b/emulators/qemu-devel/Makefile index 3cd4951c5614..841502d644c2 100644 --- a/emulators/qemu-devel/Makefile +++ b/emulators/qemu-devel/Makefile @@ -7,7 +7,7 @@ PORTNAME= qemu PORTVERSION= 0.9.1s.20080620 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= emulators MASTER_SITES= http://bellard.org/qemu/:release \ http://qemu-forum.ipi.fi/qemu-snapshots/:snapshot \ |