summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* app-emulation/qemu: Fix dependency, bug #614198Matthias Maier2017-04-172-2/+2
| | | | Package-Manager: Portage-2.3.5, Repoman-2.3.2
* app-emulation/qemu: drop vulnerable, bug #614744Matthias Maier2017-04-171-770/+0
| | | | Package-Manager: Portage-2.3.5, Repoman-2.3.2
* app-emulation/qemu: x86 stable wrt bug #614744Agostino Sarubbo2017-04-171-1/+1
| | | | | | Package-Manager: Portage-2.3.3, Repoman-2.3.1 RepoMan-Options: --include-arches="x86" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* app-emulation/qemu: amd64 stable wrt bug #614744Agostino Sarubbo2017-04-171-1/+1
| | | | | | Package-Manager: Portage-2.3.3, Repoman-2.3.1 RepoMan-Options: --include-arches="amd64" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* app-emulation/qemu: maintenance: update 9999, small cleanupMatthias Maier2017-04-124-21/+26
| | | | Package-Manager: Portage-2.3.5, Repoman-2.3.2
* app-emulation/qemu: apply patch for CVE-2017-7377, bug #614744Matthias Maier2017-04-123-0/+51
| | | | Package-Manager: Portage-2.3.5, Repoman-2.3.2
* app-emulation/qemu: version bump to 2.8.1Matthias Maier2017-04-122-0/+765
| | | | Package-Manager: Portage-2.3.5, Repoman-2.3.2
* app-emulation/qemu: fix static dependencies, bug #614198Matthias Maier2017-04-121-0/+775
| | | | | | | | | Oh *boy* what mess did I create with the last round of dependency fixes? This commit puts back the old behavior of requiring only a subset of the dependencies to be built with static-libs if USE=static-user is set. Package-Manager: Portage-2.3.5, Repoman-2.3.2
* app-emulation/qemu: drop vulnerable, bug #606088Matthias Maier2017-04-012-700/+0
| | | | Package-Manager: Portage-2.3.3, Repoman-2.3.2
* app-emulation/qemu: x86 stable wrt bug #606088Agostino Sarubbo2017-04-011-1/+1
| | | | | | Package-Manager: Portage-2.3.3, Repoman-2.3.1 RepoMan-Options: --include-arches="x86" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* app-emulation/qemu: amd64 stable wrt bug #606088Agostino Sarubbo2017-03-281-1/+1
| | | | | | Package-Manager: Portage-2.3.3, Repoman-2.3.1 RepoMan-Options: --include-arches="amd64" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* app-emulation/qemu: Apply upstream patches for CVE-2016-9602, bug #606088Matthias Maier2017-03-272-0/+6
| | | | Package-Manager: Portage-2.3.3, Repoman-2.3.2
* app-emulation/qemu: require app-accessibility/brltty[api], bug #613138Matthias Maier2017-03-261-1/+4
| | | | Package-Manager: Portage-2.3.3, Repoman-2.3.2
* app-emulation/qemu: security patches, bug #612220Matthias Maier2017-03-262-0/+53
| | | | | | CVE-2017-6505, bug #612220 Package-Manager: Portage-2.3.3, Repoman-2.3.2
* app-emulation/qemu: use pax-mark "mr" instead of pax-mark "m", bug #575594Matthias Maier2017-03-092-2/+2
| | | | Package-Manager: Portage-2.3.3, Repoman-2.3.2
* app-emulation/qemu: update live-ebuildMatthias Maier2017-03-091-56/+59
| | | | Package-Manager: Portage-2.3.3, Repoman-2.3.2
* app-emulation/qemu: configure tools with all options, bug #611958Matthias Maier2017-03-091-56/+59
| | | | | | | This fixes a bug introduced in my previous commit fe801faa69cb147f4fcf2c112e8275f7da935b3d Package-Manager: Portage-2.3.3, Repoman-2.3.2
* app-emulation/qemu: fix inverted logic in configure stage, bug #611238Matthias Maier2017-03-042-6/+6
| | | | Package-Manager: Portage-2.3.3, Repoman-2.3.2
* Drop remaining $Id$ and $Header$ from files.Ulrich Müller2017-02-281-1/+0
| | | | Bug: 611234
* app-emulation/qemu: WhitespacePatrick Lauer2017-02-281-1/+0
| | | | Package-Manager: Portage-2.3.3, Repoman-2.3.1
* app-emulation/qemu: update live ebuildMatthias Maier2017-02-272-5/+9
| | | | Package-Manager: Portage-2.3.3, Repoman-2.3.1
* app-emulation/qemu: Reintroduce USE="static-user"Matthias Maier2017-02-271-4/+8
| | | | Package-Manager: Portage-2.3.3, Repoman-2.3.1
* app-emulation/qemu: update use flag descriptionMatthias Maier2017-02-271-2/+2
| | | | Package-Manager: Portage-2.3.3, Repoman-2.3.1
* app-emulation/qemu: update live ebuildMatthias Maier2017-02-271-58/+59
| | | | Package-Manager: Portage-2.3.3, Repoman-2.3.1
* app-emulation/qemu: ebuild maintenance (2.8.0-r5)Matthias Maier2017-02-271-77/+78
| | | | | | | | | | | | | | | | | | | | This commit addresses several bugs in the current dependency handling. - Almost all dependencies that were exclusively listed in SOFTMMU_LIBS_DEPEND are needed for qemu user targets as well. This is evidenced by trying to compile qemu with USE="* -static -static-softmmu -static-user" QEMU_USER_TARGETS="*" QEMU_SOFTMMU_TARGETS="" in a minimal stage-3 environment. The only remaining dependencies (exclusive for softmmu system targets) are - always build qemu-tools - restructure dependencies, bug #611084 Package-Manager: Portage-2.3.3, Repoman-2.3.1
* app-emulation/qemu: apply binfmt changes to 2.8.0-r4Matthias Maier2017-02-231-0/+754
| | | | Package-Manager: Portage-2.3.3, Repoman-2.3.1
* app-emulation/qemu: Update readme in 9999 to reflect latest changesMatthias Maier2017-02-231-25/+25
| | | | Package-Manager: Portage-2.3.3, Repoman-2.3.1
* app-emulation/qemu: Dynamically create binfmt.d/qemu.confMatthias Maier2017-02-231-2/+12
| | | | | | | This file is stored in /usr/share/qemu/binfmt.d/qemu.conf and can be symlinked to /etc/binfmt.d Package-Manager: Portage-2.3.3, Repoman-2.3.1
* app-emulation/qemu: update live ebuildMatthias Maier2017-02-231-3/+3
| | | | Package-Manager: Portage-2.3.3, Repoman-2.3.1
* app-emulation/qemu: remove vulnerable 2.8.0-r1, bug #609206Matthias Maier2017-02-221-691/+0
| | | | Package-Manager: Portage-2.3.3, Repoman-2.3.1
* app-emulation/qemu: x86 stable wrt bug #609206Agostino Sarubbo2017-02-221-1/+1
| | | | | | Package-Manager: portage-2.3.3 RepoMan-Options: --include-arches="x86" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* app-emulation/qemu: amd64 stable wrt bug #609206Agostino Sarubbo2017-02-221-1/+1
| | | | | | Package-Manager: portage-2.3.3 RepoMan-Options: --include-arches="amd64" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* app-emulation/qemu: security fixes, notably CVE-2017-2620, bug #609206Matthias Maier2017-02-216-0/+1026
| | | | | | | | | | | This commit applies a number of patches fixing CVE-2017-2620 #609206 CVE-2017-2630 #609396 CVE-2017-5973 #609334 CVE-2017-5987 #609398 CVE-2017-6058 #609638 Package-Manager: Portage-2.3.3, Repoman-2.3.1
* app-emulation/qemu: drop oldMatthias Maier2017-02-211-694/+0
| | | | Package-Manager: Portage-2.3.3, Repoman-2.3.1
* app-emulation/qemu: remove vulnerable, bug #608728Matthias Maier2017-02-141-679/+0
| | | | Package-Manager: Portage-2.3.3, Repoman-2.3.1
* app-emulation/qemu: x86 stable wrt bug #608728Agostino Sarubbo2017-02-141-1/+1
| | | | | | Package-Manager: portage-2.3.3 RepoMan-Options: --include-arches="x86" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* app-emulation/qemu: amd64 stable wrt bug #608728Agostino Sarubbo2017-02-131-1/+1
| | | | | | Package-Manager: portage-2.3.3 RepoMan-Options: --include-arches="amd64" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* app-emulation/qemu: further live ebuild fixesMatthias Maier2017-02-131-3/+1
| | | | | | | - call forgotten generate_initd in src_install - qmp-commands.txt is no longer installed Package-Manager: Portage-2.3.3, Repoman-2.3.1
* app-emulation/qemu: update live-ebuildMatthias Maier2017-02-131-5/+8
| | | | Package-Manager: Portage-2.3.3, Repoman-2.3.1
* app-emulation/qemu: require sys-libs/ncurses[unicode], bug #607486Matthias Maier2017-02-131-1/+4
| | | | Package-Manager: Portage-2.3.3, Repoman-2.3.1
* app-emulation/qemu: fix permissions on vhost-net, bug #593196Matthias Maier2017-02-132-0/+693
| | | | | | | Add an additional udev rule that grants access to /dev/vhost-net to the kvm user. Package-Manager: Portage-2.3.3, Repoman-2.3.1
* app-emulation/qemu: Fix metadata.xmlThomas Deutschmann2017-02-131-1/+0
| | | | Package-Manager: Portage-2.3.3, Repoman-2.3.1
* app-emulation/qemu: fix various security issues, bug #608728 and othersMatthias Maier2017-02-1213-0/+1228
| | | | | | | | | | | | | | | | | | This commit applies upstream patches to 2.8.0 for the following CVEs CVE-2016-10155 #606720 CVE-2017-2615 #608034 CVE-2017-5525 #606264 CVE-2017-5552 #606722 CVE-2017-5578 #607000 CVE-2017-5579 #607100 CVE-2017-5667 #607766 CVE-2017-5856 #608036 CVE-2017-5857 #608038 CVE-2017-5898 #608520 CVE-2017-5931 #608728 Package-Manager: Portage-2.3.3, Repoman-2.3.1
* app-emulation/qemu: drop old versions 2.7.0, 2.7.1Matthias Maier2017-02-1230-2450/+0
| | | | Package-Manager: Portage-2.3.3, Repoman-2.3.1
* app-emulation/qemu: x86 stable wrt bug #601824Agostino Sarubbo2017-01-211-1/+1
| | | | | | Package-Manager: portage-2.3.0 RepoMan-Options: --include-arches="x86" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* app-emulation/qemu: amd64 stable wrt bug #601824Agostino Sarubbo2017-01-211-2/+2
| | | | | | Package-Manager: portage-2.3.0 RepoMan-Options: --include-arches="amd64" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* app-emulation/qemu: generate init.d script from upstream settingsMike Frysinger2017-01-203-2/+125
|
* app-emulation/qemu: drop mesa[gles2] requirement #606590Mike Frysinger2017-01-204-4/+4
| | | | Since upstream no longer requires gles2, drop it from the ebuild too.
* app-emulation/qemu: drop USE=uuid in newer versions #606506Mike Frysinger2017-01-202-6/+2
| | | | | Qemu always builds in their own uuid generation logic now and never looks at the external libuuid, so they've dropped the configure flag to match.
* app-emulation/qemu: version bump to 2.8.0Mike Frysinger2016-12-296-1/+796
|