summaryrefslogtreecommitdiffstats
path: root/system/qemu/qemu.SlackBuild
diff options
context:
space:
mode:
author Edward W. Koenig <kingbeowulf@gmail.com>2017-01-26 22:15:25 +0000
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2017-01-28 07:38:09 +0700
commit0f0e9d32fa5dfcffc8c93a24c28563c8fef9a2c8 (patch)
tree4cfe89c08aa6b672cda6d3d64cd7d10e70a3a821 /system/qemu/qemu.SlackBuild
parent400060a4459c4112d3c1776071464b7113d160b3 (diff)
downloadslackbuilds-0f0e9d32fa5dfcffc8c93a24c28563c8fef9a2c8.tar.gz
slackbuilds-0f0e9d32fa5dfcffc8c93a24c28563c8fef9a2c8.tar.xz
system/qemu: Updated for version 2.8.0.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'system/qemu/qemu.SlackBuild')
-rw-r--r--system/qemu/qemu.SlackBuild27
1 files changed, 14 insertions, 13 deletions
diff --git a/system/qemu/qemu.SlackBuild b/system/qemu/qemu.SlackBuild
index 8c35972b49..fb191a82e3 100644
--- a/system/qemu/qemu.SlackBuild
+++ b/system/qemu/qemu.SlackBuild
@@ -3,7 +3,7 @@
# Slackware build script for qemu
# Copyright 2009, 2010 Andrew Brouwers <abrouwers@gmail.com>
-# Copyright 2013-2015 Edward Koenig, Vancouver, USA <kingbeowulf@gmail.com>
+# Copyright 2013-2017 Edward Koenig, Vancouver, USA <kingbeowulf@gmail.com>
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@@ -24,31 +24,32 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
# Changelog
-# 1.0 27-FEB-2013 New SBo maintainer
-# 1.0 07-MAR-2013 updated to 1.4, includes qemu-kvm; thanks to
-# rworkman and ponce for script ideas.
-# 1.1 28-MAR-2013 fix missing docs per C. Willing and
-# add missing --libdir (patched in qemu-trivial upstream)
+# 1.0 27-FEB-2013 New SBo maintainer
+# 1.0 07-MAR-2013 updated to 1.4, includes qemu-kvm; thanks to
+# rworkman and ponce for script ideas.
+# 1.1 28-MAR-2013 fix missing docs per C. Willing and
+# add missing --libdir (patched in qemu-trivial upstream)
# 1.2 22-SEP-2013 updated to 1.6
# 1.3 03-NOV-2013 updated to 1.6.1
# 1.4 28-APR-2014 updated to 2.0.0 (thanks Callum Davies <calrogman@gmail.com>), added useful options,
# clean ups, libusb version check.
# 1.4a 04-MAY-2014 fixed typos thanks to sandb0y
-# 1.5 10-AUG-2014 updated to new version, watch for legacy "gotchas"
-# 1.6 18-NOV-2014 updated version, last of the 2.1 series, changed defaults per SBo list
-# 1.6a 23-NOV-2014 added overlooked AUDIODRIVERS switch per SBo list
-# 1.7 01-JAN-2015 updated to 2.2.0 ; build and link static libusb option (rw, tm, SBo list)
-# 1.8 27-APR-2015 updated to version 2.3.0
+# 1.5 10-AUG-2014 updated to new version, watch for legacy "gotchas"
+# 1.6 18-NOV-2014 updated version, last of the 2.1 series, changed defaults per SBo list
+# 1.6a 23-NOV-2014 added overlooked AUDIODRIVERS switch per SBo list
+# 1.7 01-JAN-2015 updated to 2.2.0 ; build and link static libusb option (rw, tm, SBo list)
+# 1.8 27-APR-2015 updated to version 2.3.0
# 1.9 14-MAY-2015 patched for "Venom" CVE-2015-3456 http://git.qemu.org/?p=qemu.git;a=commitdiff;h=e907746266721f305d67bc0718795fedee2e824c
# 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
# 3.1 02-SEP-2016 upgraded.
-# 3.2 15-OCT-2016 upgraded to 2.7 release
+# 3.2 15-OCT-2016 upgraded to 2.7 release
+# 3.3 26-JAN-2017 upgraded to 2.8 release
PRGNAM=qemu
-VERSION=${VERSION:-2.7.0}
+VERSION=${VERSION:-2.8.0}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}