Path to this page:
./
emulators/qemu,
CPU emulator using dynamic translation
Branch: pkgsrc-2016Q3,
Version: 2.7.0nb1,
Package name: qemu-2.7.0nb1,
Maintainer: pkgsrc-usersQEMU is a FAST! processor emulator using dynamic translation to achieve
good emulation speed, QEMU has two operating modes:
* Full system emulation. In this mode, QEMU emulates a full system
(for example a PC), including a processor and various peripherals.
It can be used to launch different Operating Systems without rebooting
the PC or to debug system code.
* User mode emulation (Linux host only). In this mode, QEMU can launch
Linux processes compiled for one CPU on another CPU. It can be used
to launch the Wine Windows API emulator or to ease cross-compilation
and cross-debugging.
Required to run:[
security/libgcrypt] [
x11/pixman] [
devel/ncurses] [
devel/glib2] [
devel/SDL] [
lang/python27]
Required to build:[
pkgtools/x11-links] [
textproc/texi2html] [
x11/renderproto] [
x11/dri2proto] [
x11/fixesproto4] [
x11/xextproto] [
x11/xf86driproto] [
x11/xproto] [
x11/inputproto] [
x11/randrproto] [
x11/xf86vidmodeproto] [
x11/glproto] [
x11/damageproto]
Package options: sdl
Master sites:
SHA1: 96737d31a2fb74553dacbd0ddaa93014858dc986
RMD160: cc962261a4f7b05ace8c16027bda770a89322cd3
Filesize: 26238.047 KB
Version history: (Expand)
- (2016-11-07) Updated to version: qemu-2.7.0nb1
- (2016-10-03) Package added to pkgsrc.se, version qemu-2.7.0 (created)
CVS history: (Expand)
2016-11-07 20:11:35 by Benny Siegert | Files touched by this commit (6) |
Log message:
Pullup ticket #5146 - requested by spz
emulators/qemu: security fix
Revisions pulled up:
- emulators/qemu/Makefile 1.156
- emulators/qemu/distinfo 1.118
- emulators/qemu/patches/patch-CVE-2016-7423 1.1
- emulators/qemu/patches/patch-CVE-2016-7907 1.1
- emulators/qemu/patches/patch-CVE-2016-7908 1.1
- emulators/qemu/patches/patch-CVE-2016-7909 1.1
---
Module Name: pkgsrc
Committed By: spz
Date: Sun Oct 30 14:48:01 UTC 2016
Modified Files:
pkgsrc/emulators/qemu: Makefile distinfo
Added Files:
pkgsrc/emulators/qemu/patches: patch-CVE-2016-7423 patch-CVE-2016-7907
patch-CVE-2016-7908 patch-CVE-2016-7909
Log message:
add patches for CVE-2016-7423 and CVE-2016-790[789] from upstream
|