diff options
author | Edward W. Koenig <kingbeowulf@linuxgalaxy.org> | 2021-10-24 11:45:39 -0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2021-10-27 08:40:39 +0700 |
commit | 823f74941a30fccf232228e9878012c0d4c625fe (patch) | |
tree | 16a90d43af19b42dcd17a67de2ca743ecb36ab9d /system/qemu | |
parent | 9fc306ef4aadd32ad3a9273599fb5e76b78c1773 (diff) | |
download | slackbuilds-823f74941a30fccf232228e9878012c0d4c625fe.tar.gz |
network/qemu: Updated to version 6.1.0
Signed-off-by: Edward W. Koenig <kingbeowulf@linuxgalaxy.org>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system/qemu')
-rw-r--r-- | system/qemu/qemu.SlackBuild | 46 | ||||
-rw-r--r-- | system/qemu/qemu.info | 6 |
2 files changed, 10 insertions, 42 deletions
diff --git a/system/qemu/qemu.SlackBuild b/system/qemu/qemu.SlackBuild index 38ce0f54f0..304bc2a8d9 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-2018 Edward Koenig, Vancouver, USA <kingbeowulf@gmail.com> +# Copyright 2013-2021 Edward W. Koenig, Vancouver, USA <kingbeowulf@linuxgalaxy.org> # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -24,48 +24,19 @@ # 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.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.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.3 26-JAN-2017 upgraded to 2.8 release -# 4.0 28-JAN-2017 add bridge-helper option, README additions/cosmetics (thanks to Andrzej T.) -# 4.1 01-APR-2017 no foolin': various bug and CVE updates re: ponce https://lists.nongnu.org/archive/html/qemu-devel/2017-03/msg06332.html -# 4.2 05-JUN-2017 version update to 2.9 release -# 4.3 06-JAN-2018 version update to 2.10.x release -# 4.4 17-Feb-2018 version update to 2.11.x release, Spectre/Meltdown mitigation -# 4.5 03-Jun-2018 version update to 2.12.0 release, note new deps: sdl2, gtk+3 -# 5.0 14-Dec-2018 version update to 3.1.0 release, note minimum dependency versions on release notes -# 6.0 14-JUL-2019 version update to 4.0.0 release, note minimum dependency versions on release notes, doc fixes -# 6.1 19-AUG-2019 version update -# 6.2 16-Nov-2020 version update, 14.2 final release. +# Slackware-15.0 +# 7.0 02-Aug-2020 version update 15.0 +# 7.1 24-Oct-2021 version update cd $(dirname $0) ; CWD=$(pwd) PRGNAM=qemu -VERSION=${VERSION:-6.0.0} +VERSION=${VERSION:-6.1.0} SRCVER=$(echo $VERSION | tr _ - ) BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} +NUMJOBS=${NUMJOBS:-1} KVMGROUP=${KVMGROUP:-users} TARGETS=${TARGETS:-some} @@ -81,9 +52,6 @@ if [ -z "$ARCH" ]; then esac fi -# If the variable PRINT_PACKAGE_NAME is set, then this script will report what -# the name of the created package would be, and then exit. This information -# could be useful to other scripts. if [ ! -z "${PRINT_PACKAGE_NAME}" ]; then echo "$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.$PKGTYPE" exit 0 @@ -170,7 +138,7 @@ CXXFLAGS="$SLKCFLAGS" \ $with_vnc \ $targets -make V=1 +make V=1 -j${NUMJOBS} make install DESTDIR=$PKG # Remove empty /var diff --git a/system/qemu/qemu.info b/system/qemu/qemu.info index 9cad2973da..be757d52df 100644 --- a/system/qemu/qemu.info +++ b/system/qemu/qemu.info @@ -1,8 +1,8 @@ PRGNAM="qemu" -VERSION="6.0.0" +VERSION="6.1.0" HOMEPAGE="https://www.qemu.org" -DOWNLOAD="https://download.qemu.org/qemu-6.0.0.tar.xz" -MD5SUM="cce185dc0119546e395909e8a71a75bb" +DOWNLOAD="https://download.qemu.org/qemu-6.1.0.tar.xz" +MD5SUM="47f776c276a24f42108ba512a2aa3013" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" |