mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-24 10:02:29 +01:00
system/qemu: Updated for version 2.6.1.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
c8e63e4fe5
commit
ec63b74cdb
2 changed files with 5 additions and 4 deletions
|
@ -44,9 +44,10 @@
|
||||||
# 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
|
# 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.0 05-SEP-2015 uprgraded to new version
|
||||||
# 3.1 13-DEC-2015 uprgraded to new version, minor clean ups
|
# 3.1 13-DEC-2015 uprgraded to new version, minor clean ups
|
||||||
|
# 3.1 02-SEP-2016 upgraded.
|
||||||
|
|
||||||
PRGNAM=qemu
|
PRGNAM=qemu
|
||||||
VERSION=${VERSION:-2.6.0}
|
VERSION=${VERSION:-2.6.1}
|
||||||
BUILD=${BUILD:-1}
|
BUILD=${BUILD:-1}
|
||||||
TAG=${TAG:-_SBo}
|
TAG=${TAG:-_SBo}
|
||||||
|
|
||||||
|
|
|
@ -1,8 +1,8 @@
|
||||||
PRGNAM="qemu"
|
PRGNAM="qemu"
|
||||||
VERSION="2.6.0"
|
VERSION="2.6.1"
|
||||||
HOMEPAGE="http://wiki.qemu.org/Main_Page"
|
HOMEPAGE="http://wiki.qemu.org/Main_Page"
|
||||||
DOWNLOAD="http://wiki.qemu-project.org/download/qemu-2.6.0.tar.bz2"
|
DOWNLOAD="http://wiki.qemu-project.org/download/qemu-2.6.1.tar.bz2"
|
||||||
MD5SUM="ca3f70b43f093e33e9e014f144067f13"
|
MD5SUM="6a183b192018192943b6781e1bb9b72f"
|
||||||
DOWNLOAD_x86_64=""
|
DOWNLOAD_x86_64=""
|
||||||
MD5SUM_x86_64=""
|
MD5SUM_x86_64=""
|
||||||
REQUIRES=""
|
REQUIRES=""
|
||||||
|
|
Loading…
Reference in a new issue