summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* app-emulation/qemu: Backport a few MIPS patches. Bug #563162Markos Chandras2015-10-155-0/+888
| | | | Package-Manager: portage-2.2.23
* app-emulation/qemu: version bump to 2.4.0.1 #562594Mike Frysinger2015-10-096-0/+949
| | | | This also includes security fixes for #560760 #560550 #560422.
* app-emulation/qemu: update smartcard configure flag #561670Michal Privoznik2015-09-291-1/+1
|
* app-emulation/qemu: add tilegx linux-user target #561322Mike Frysinger2015-09-261-1/+1
|
* app-emulation/qemu: switch USE=tls to USE=gnutls #560574Mike Frysinger2015-09-161-4/+10
| | | | | | | | | | Upstream no longer has dedicated configuration options for tls settings. Instead, it's all run through the gnutls feature test. We require newer versions of gnutls because supporting older ones gets a bit messy -- qemu might leverage libgcrypt or nettle depending on how the gnutls package was built. By forcing the latest version, we can simplify and only require nettle. This isn't a big deal as it's already stable.
* app-emulation/qemu: require mesa[egl] tooMike Frysinger2015-09-112-2/+2
| | | | | Upstream commit 7ced9e9f6da2257224591b91727cfeee4f3977fb made the egl layer of mesa a requirement.
* app-emulation/qemu: x86 stable wrt bug #558416Agostino Sarubbo2015-09-081-1/+1
| | | | | Package-Manager: portage-2.2.20.1 RepoMan-Options: --include-arches="x86"
* app-emulation/qemu: amd64 stable wrt bug #558416Agostino Sarubbo2015-09-081-1/+1
| | | | | Package-Manager: portage-2.2.20.1 RepoMan-Options: --include-arches="amd64"
* app-emulation/qemu: various fixes/updatesMike Frysinger2015-09-074-3/+277
| | | | | | | | | | | | | Sync in the updates from the 9999 ebuild: - updated seabios pin - add new targets - add sanity checks for targets Add fix from upstream for blockcommit crashes #558396. Add fix from upstream for CVE-2015-5225 #558416. Add fix posted upstream (but not yet merged) for e1000 infinite loop #559656.
* app-emulation/qemu: add target sanity checksMike Frysinger2015-09-071-0/+22
| | | | | This way we know up front when a new target appears rather than when someone happens to check & notice.
* app-emulation/qemu: update seabios pin to version 1.8.2Mike Frysinger2015-09-071-1/+1
|
* app-emulation/qemu: add new targetsMike Frysinger2015-09-071-2/+2
|
* app-emulation/qemu: Remove vulnerableManuel Rüger2015-08-281-607/+0
| | | | Package-Manager: portage-2.2.20.1
* sys-libs/ncurses: move to SLOT=0 #557472Mike Frysinger2015-08-266-6/+6
| | | | | Use SLOT=0 for installing of main development files like other packages so we can use other SLOTs for installing SONAME libs for binary packages.
* Revert DOCTYPE SYSTEM https changes in metadata.xmlMike Gilbert2015-08-241-1/+1
| | | | | | | repoman does not yet accept the https version. This partially reverts eaaface92ee81f30a6ac66fe7acbcc42c00dc450. Bug: https://bugs.gentoo.org/552720
* Use https by defaultJustin Lecher2015-08-247-7/+7
| | | | | | Convert all URLs for sites supporting encrypted connections from http to https Signed-off-by: Justin Lecher <jlec@gentoo.org>
* app-emulation/qemu: Use slot operators for ncursesJustin Lecher2015-08-167-46/+46
| | | | | Package-Manager: portage-2.2.20.1 Signed-off-by: Justin Lecher <jlec@gentoo.org>
* app-emulation/qemu: switch to virtual/libusb to quiet repomanMike Frysinger2015-08-136-6/+6
| | | | | Now that the virtual requires the latest libusb, we can switch to that rather than depending directly on libusb's version.
* app-emulation/qemu: move more deps to softmmu-only caseMike Frysinger2015-08-132-74/+84
| | | | | These packages are only used when building softmmu binaries, so don't try pulling them in when the user is building tools or user binaries.
* app-emulation/qemu: depend on libepoxy for USE=opengl #557488Mike Frysinger2015-08-132-0/+2
|
* qemu: version bump to 2.4.0Mike Frysinger2015-08-122-0/+613
|
* qemu: version bump to 2.3.1Mike Frysinger2015-08-122-0/+603
|
* qemu: do not put directly into stableMike Frysinger2015-08-101-1/+1
|
* qemu: fix from upstream for virtio-serial security issue #557206Mike Frysinger2015-08-102-0/+650
|
* proj/gentoo: Initial commitRobin H. Johnson2015-08-0826-0/+3425
This commit represents a new era for Gentoo: Storing the gentoo-x86 tree in Git, as converted from CVS. This commit is the start of the NEW history. Any historical data is intended to be grafted onto this point. Creation process: 1. Take final CVS checkout snapshot 2. Remove ALL ChangeLog* files 3. Transform all Manifests to thin 4. Remove empty Manifests 5. Convert all stale $Header$/$Id$ CVS keywords to non-expanded Git $Id$ 5.1. Do not touch files with -kb/-ko keyword flags. Signed-off-by: Robin H. Johnson <robbat2@gentoo.org> X-Thanks: Alec Warner <antarus@gentoo.org> - did the GSoC 2006 migration tests X-Thanks: Robin H. Johnson <robbat2@gentoo.org> - infra guy, herding this project X-Thanks: Nguyen Thai Ngoc Duy <pclouds@gentoo.org> - Former Gentoo developer, wrote Git features for the migration X-Thanks: Brian Harring <ferringb@gentoo.org> - wrote much python to improve cvs2svn X-Thanks: Rich Freeman <rich0@gentoo.org> - validation scripts X-Thanks: Patrick Lauer <patrick@gentoo.org> - Gentoo dev, running new 2014 work in migration X-Thanks: Michał Górny <mgorny@gentoo.org> - scripts, QA, nagging X-Thanks: All of other Gentoo developers - many ideas and lots of paint on the bikeshed