summaryrefslogtreecommitdiffstats
path: root/system
diff options
context:
space:
mode:
Diffstat (limited to 'system')
-rw-r--r--system/qemu/README2
-rw-r--r--system/qemu/qemu.SlackBuild9
-rw-r--r--system/qemu/qemu.info8
3 files changed, 11 insertions, 8 deletions
diff --git a/system/qemu/README b/system/qemu/README
index 18c9543e9e..634603092b 100644
--- a/system/qemu/README
+++ b/system/qemu/README
@@ -30,7 +30,7 @@ something different, then run the build script like this:
KVMGROUP=group ./qemu.SlackBuild
To have the qemu-bridge-helper installed setuid root, allowing regular
-users for using extended networking capabilities, do this:
+users to use extended networking capabilities, do this:
BRIDGE_HELPER_SETUID=yes ./qemu.SlackBuild
diff --git a/system/qemu/qemu.SlackBuild b/system/qemu/qemu.SlackBuild
index 85d2d19b96..a2ebaa125e 100644
--- a/system/qemu/qemu.SlackBuild
+++ b/system/qemu/qemu.SlackBuild
@@ -48,10 +48,11 @@
# 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
PRGNAM=qemu
-VERSION=${VERSION:-2.8.0}
-BUILD=${BUILD:-2}
+VERSION=${VERSION:-2.8.1}
+BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
KVMGROUP=${KVMGROUP:-users}
@@ -99,7 +100,7 @@ rm -rf $PKG
mkdir -p $TMP $PKG $OUTPUT
cd $TMP
rm -rf $PRGNAM-$VERSION
-tar xvf $CWD/$PRGNAM-$VERSION.tar.bz2
+tar xvf $CWD/$PRGNAM-$VERSION.tar.xz
cd $PRGNAM-$VERSION
chown -R root:root .
find -L . \
@@ -156,6 +157,8 @@ make install DESTDIR=$PKG
rm -rf $PKG/var/run
# install some udev rules for /dev/kvm
+# Note: no udev rules for usb pasthrough when running qemu as non-root on linux hosts. See Section 2.11.2
+# https://qemu.weilnetz.de/doc/qemu-doc.html
mkdir -p $PKG/lib/udev/rules.d/
sed "s/@GROUP@/$KVMGROUP/" $CWD/65-kvm.rules \
> $PKG/lib/udev/rules.d/65-kvm.rules
diff --git a/system/qemu/qemu.info b/system/qemu/qemu.info
index de562ae1e9..f6500300f9 100644
--- a/system/qemu/qemu.info
+++ b/system/qemu/qemu.info
@@ -1,8 +1,8 @@
PRGNAM="qemu"
-VERSION="2.8.0"
-HOMEPAGE="http://wiki.qemu.org/Main_Page"
-DOWNLOAD="http://wiki.qemu-project.org/download/qemu-2.8.0.tar.bz2"
-MD5SUM="17940dce063b6ce450a12e719a6c9c43"
+VERSION="2.8.1"
+HOMEPAGE="http://www.qemu-project.org"
+DOWNLOAD="http://download.qemu-project.org/qemu-2.8.1.tar.xz"
+MD5SUM="1d8c7aed8cbc7d1a31c7eb78fd1b9875"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES=""