summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* app-emulation/qemu: version bump to 2.7.1Mike Frysinger2016-12-294-24/+726
| | | | | | Update the 7422 patch to match the version upstream merged. Update the 8669-1 patch to include upstream references since it is still not merged/fixed.
* app-emulation/qemu: drop unicore32 from user targets for nowMike Frysinger2016-12-281-2/+2
| | | | | Upstream has disabled this user target until it can be updated. Since that doesn't look like it'll happen soon, also drop it from the ebuild.
* app-emulation/qemu: sync readme #575326 and gbm updates #590230Mike Frysinger2016-11-151-2/+2
|
* app-emulation/qemu: drop libpcre dep as qemu does not use it #591202Mike Frysinger2016-11-141-1/+0
|
* app-emulation/qemu: drop vulnerable 2.7.0-r5, bug #598772Matthias Maier2016-11-131-703/+0
| | | | Package-Manager: portage-2.3.0
* app-emulation/qemu: x86 stable wrt bug #598772Agostino Sarubbo2016-11-131-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 #598772Agostino Sarubbo2016-11-131-1/+1
| | | | | | Package-Manager: portage-2.3.0 RepoMan-Options: --include-arches="amd64" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* app-emulation/qemu: update build dependency to vte:2.91, bug #595890Matthias Maier2016-11-121-1/+1
| | | | Package-Manager: portage-2.3.0
* app-emulation/qemu: update build dependency to vte:2.91, bug #595890Matthias Maier2016-11-121-1/+1
| | | | Package-Manager: portage-2.3.0
* app-emulation/qemu: security fixes, bug #598772Matthias Maier2016-11-126-0/+900
| | | | | | | | | | CVE-2016-9102, bug #598328 CVE-2016-9103, bug #598328 CVE-2016-9104, bug #598328 CVE-2016-9105, bug #598328 CVE-2016-9106, bug #598772 Package-Manager: portage-2.3.0
* app-emulation/qemu: drop vulnerable 2.7.0-r4, bug #598046Matthias Maier2016-10-271-689/+0
| | | | Package-Manager: portage-2.3.0
* app-emulation/qemu: x86 stable wrt bug #598046Agostino Sarubbo2016-10-271-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 #598046Agostino Sarubbo2016-10-271-1/+1
| | | | | | Package-Manager: portage-2.3.0 RepoMan-Options: --include-arches="amd64" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* app-emulation/qemu: multiple security fixes for 2.7.0-r5Matthias Maier2016-10-2614-0/+1189
| | | | | | | | | | | | | | | | | | | CVE-2016-7466, bug 594520 CVE-2016-7907, bug 596048 CVE-2016-7908, bug 596049 CVE-2016-7909, bug 596048 CVE-2016-7994, bug 596738 CVE-2016-7994, bug 596738 CVE-2016-8576, bug 596752 CVE-2016-8577, bug 596776 CVE-2016-8578, bug 596774 CVE-2016-8668, bug 597110 CVE-2016-8669, bug 597108 CVE-2016-8669, bug 597108 CVE-2016-8909, bug 598044 CVE-2016-8910, bug 598046 Package-Manager: portage-2.3.0