summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* app-emulation/xen: clean vulnerable vns. wrt #566842 #566844Ian Delaney2015-12-095-368/+7
| | | | Package-Manager: portage-2.2.24
* app-emulation/xen: revbumps -> vns. 4.5.2-r2, 4.6.0-r3 wrt sec. bugsIan Delaney2015-12-093-0/+370
| | | | | | | | | | | | Addition of patches XSA-158 (#566842), XSA-158 (#566844), fixing all corresponding security issues, patches made avaialable for public release as of yesterday (08/12). Patches compressed into my devspace then combined with those of dlan insource. This format will do for now. Not to be adjusted without prior discussion. All patches pass runtests. Gentoo bugs: #566842 #566844 Package-Manager: portage-2.2.24
* Revert "app-emulation/xen: provide a sub-slot"Doug Goldstein2015-12-061-3/+2
| | | | | This reverts commit 8a11081f495114c5ddfb54a8cef9285d6d7aa878. The sub-slot needs to only be on app-emulation/xen-tools.
* app-emulation/xen: drop USE=xsmDoug Goldstein2015-12-051-5/+2
| | | | | | | | USE=xsm does not make sense for us to package up. If the user wants XSM, they'll always want Flask. If they're developing their own XSM module they will not be using our packages for that. Signed-off-by: Doug Goldstein <cardoe@gentoo.org>
* app-emulation/xen: don't install EFI bits with USE=-efiDoug Goldstein2015-12-051-1/+4
| | | | | | Don't install the EFI bits if the user didn't want them. Signed-off-by: Doug Goldstein <cardoe@gentoo.org>
* app-emulation/xen: provide a sub-slotDoug Goldstein2015-12-051-2/+3
| | | | | | | | | Technically when switching between minor versions (e.g. 4.5 -> 4.6) you need to rebuild anything that has linked against the Xen libraries due to no promise of ABI stability between those versions. So expose a sub-slot so packages can be rebuilt appropriately. Signed-off-by: Doug Goldstein <cardoe@gentoo.org>
* app-emulation/xen: delete x86 bitsDoug Goldstein2015-12-051-5/+1
| | | | | | | x86 is not supported by this version of Xen and won't be supported going forward so drop the x86 code. Signed-off-by: Doug Goldstein <cardoe@gentoo.org>
* app-emulation/xen: update inherit lines and use git-r3Doug Goldstein2015-12-051-4/+5
| | | | | | | Move the inherit lines back up near the top and switch to using git-r3 for the live version. Signed-off-by: Doug Goldstein <cardoe@gentoo.org>
* app-emulation/xen: fix compilation failuresDoug Goldstein2015-12-041-2/+5
| | | | | | A patch referenced in src_prepare() was missing so the package could not build. LDFLAGS were being passed in which caused build failures with USE=-custom-cflags. Dependency on binutils was incorrect.
* app-emulation/xen: remove stray entry re sec. patches from vn.4.6.0-r2Ian Delaney2015-12-031-3/+1
| | | | Package-Manager: portage-2.2.24
* app-emulation/xen: clean old vns.: 4.5.x, 4.6.0-r1Ian Delaney2015-11-294-536/+0
| | | | Package-Manager: portage-2.2.24
* app-emulation/xen: amd64 stable wrt bug #564932Agostino Sarubbo2015-11-111-1/+1
| | | | | Package-Manager: portage-2.2.20.1 RepoMan-Options: --include-arches="amd64"
* app-emulation/xen: revbumps; add xsa-156 patches in 4.5 4.5.2-r1, 4.6.0-r2Ian Delaney2015-11-103-0/+365
| | | | | | | | | Required by gentoo security bug. These are embargoed patches now free for public release. Gentoo bug: #564932 Package-Manager: portage-2.2.24
* app-emulation/xen: x86 stable wrt bug #564472Agostino Sarubbo2015-11-101-1/+1
| | | | | Package-Manager: portage-2.2.20.1 RepoMan-Options: --include-arches="x86"
* app-emulation/xen: amd64 stable wrt bug #564472Agostino Sarubbo2015-11-102-2/+2
| | | | | Package-Manager: portage-2.2.20.1 RepoMan-Options: --include-arches="amd64"
* app-emulation/xen: security bump, fix XSA-145,146,147,148,149,150,151,152Yixun Lan2015-11-054-6/+362
| | | | | | Gentoo bug: #564472 Package-Manager: portage-2.2.23
* app-emulation/xen: version bump to 4.6.0Yixun Lan2015-10-095-256/+214
| | | | | | | 1) try to avoid conditional patch (which is bad) 2) clean un-needed patches Package-Manager: portage-2.2.22
* 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-243-7/+7
| | | | | | Convert all URLs for sites supporting encrypted connections from http to https Signed-off-by: Justin Lecher <jlec@gentoo.org>
* proj/gentoo: Initial commitRobin H. Johnson2015-08-089-0/+721
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