system/qemu: Updated for version 2.4.1.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Edward W. Koenig 2015-12-17 08:33:58 +07:00 committed by Willy Sudiarto Raharjo
parent 06081ab4a3
commit d0e905ef12
3 changed files with 7 additions and 6 deletions

View file

@ -18,7 +18,7 @@ Disable vnc support via:
VNC_ENABLE=no ./qemu.SlackBuild
Audio drivers support defaults to "alsa,oss,sdl,esd" and can be adusted via
Audio drivers support defaults to "alsa,oss,sdl" and can be adusted via
AUDIODRIVERS="alsa,oss" ./qemu.SlackBuild
@ -41,4 +41,4 @@ NOTES:
Consult the official changelogs for details.
Slackware's libusb is too old. Thus, to enable usb redirection, install
usbredir and build with LIBUSB=yes ./qemu.SlackBuild
usbredir, download libusb-1.19, and build with LIBUSB=yes ./qemu.SlackBuild

View file

@ -43,9 +43,10 @@
# 2.0 11-JUL-2015 patched for Heap-based buffer overflow in the PCNET controller CVE-2015-3209 http://git.qemu.org/?p=qemu.git;a=commitdiff;h=9f7c594c006289ad41169b854d70f5da6e400a2a
# 2.1 27-JUL-2015 patched for heap overflow flaw while processing certain ATAPI commands CVE-2015-5154 http://git.qemu.org/?p=qemu.git;a=commitdiff;h=e40db4c6d391419c0039fe274c74df32a6ca1a28;hp=f793d97e454a56d17e404004867985622ca1a63b
# 3.0 05-SEP-2015 uprgraded to new version
# 3.1 13-DEC-2015 uprgraded to new version, minor clean ups
PRGNAM=qemu
VERSION=${VERSION:-2.4.0}
VERSION=${VERSION:-2.4.1}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}

View file

@ -1,9 +1,9 @@
PRGNAM="qemu"
VERSION="2.4.0"
VERSION="2.4.1"
HOMEPAGE="http://wiki.qemu.org/Main_Page"
DOWNLOAD="http://wiki.qemu.org/download/qemu-2.4.0.tar.bz2 \
DOWNLOAD="http://wiki.qemu.org/download/qemu-2.4.1.tar.bz2 \
http://harrier.slackbuilds.org/misc/libusb-1.0.19.tar.xz"
MD5SUM="186ee8194140a484a455f8e3c74589f4 \
MD5SUM="a895e93ec1dafc34bc64ed676f0d55a6 \
30fcf0865e8945a39d7d136f907e933c"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""