summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* sys-boot/grub: Set subslot to PVRMike Gilbert2016-02-242-4/+4
| | | | | | | | This change allows packages to rebuild themselves whenever grub is upgraded. Bug: https://bugs.gentoo.org/575334 Package-Manager: portage-2.2.27_p64
* Set appropriate maintainer types in metadata.xml (GLEP 67)Michał Górny2016-01-241-2/+2
|
* Replace all herds with appropriate projects (GLEP 67)Michał Górny2016-01-241-1/+4
| | | | | Replace all uses of herd with appropriate project maintainers, or no maintainers in case of herds requested to be disbanded.
* Unify quoting in metadata.xml files for machine processingMichał Górny2016-01-241-12/+12
| | | | | | | Force unified quoting in all metadata.xml files since lxml does not preserve original use of single and double quotes. Ensuring unified quoting before the process allows distinguishing the GLEP 67-related metadata.xml changes from unrelated quoting changes.
* sys-boot/grub: backport LVM fix & configurable kernel globsRobin H. Johnson2015-12-313-0/+459
| | | | | | | - Backport upstream LVM RAID1 fix - GRUB_LINUX_KERNEL_GLOBS to tweak globs for finding kernels Package-Manager: portage-2.2.24
* sys-boot/grub:0 - use pkg-config to determine ncurses libs, bug 550132Ian Stakenvicius2015-12-182-0/+20
| | | | | | | | When ncurses is built with USE=tinfo, additional libs are needed due to --as-needed linking that are not included in the current AC_CHECK_LIB based config, nor would be easily detectable without pkg-config. Package-Manager: portage-2.2.24
* sys-boot/grub: Replace patch for CVE-2015-8370Mike Gilbert2015-12-181-24/+33
| | | | | | Use what actually got accepted upstream. Package-Manager: portage-2.2.26_p32
* sys-boot/grub: Add postinst warning about security bugMike Gilbert2015-12-181-0/+9
| | | | Package-Manager: portage-2.2.26_p32
* sys-boot/grub: Remove oldMike Gilbert2015-12-171-314/+0
| | | | Package-Manager: portage-2.2.26_p32
* sys-boot/grub: x86 stable wrt bug #568326Agostino Sarubbo2015-12-171-1/+1
| | | | | | Package-Manager: portage-2.2.24 RepoMan-Options: --include-arches="x86" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* sys-boot/grub: amd64 stable wrt bug #568326Agostino Sarubbo2015-12-171-1/+1
| | | | | | Package-Manager: portage-2.2.24 RepoMan-Options: --include-arches="amd64" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* sys-boot/grub: Security bump for CVE-2015-8370Mike Gilbert2015-12-152-0/+358
| | | | | | Bug: https://bugs.gentoo.org/568326 Package-Manager: portage-2.2.26_p32
* sys-boot/grub:0 - Properly fix misoptimization by ↵Ian Stakenvicius2015-12-152-0/+342
| | | | | | | | | | | | | | | | | | | | | -fcombine-stack-adjustmemts (gcc-4.9+) GCC assumes that it can combine stacks from outer "grub_stage2()" and inner trampoline "doit()" functions (optimisation -fcombine-stack-adjustments). But doit() function clobbers %esp in inline assebly statement as: asm volatile ("movl %%esp, %0\n\tmovl %1, %%esp\n" : "=&r" (realstack) : "r" (simstack)); which tricks gcc into computing invalid local variable offsets from current %esp value. Fix by hinting gcc about %esp change in clobber list. Thanks to slyfox for his debugging and patch! This properly fixes bug 564890, allowing for the -O0 hack to be removed. Package-Manager: portage-2.2.24
* sys-boot/grub: Add slot for ncurses depMike Gilbert2015-12-122-2/+2
| | | | Package-Manager: portage-2.2.26_p26
* sys-boot/grub: Remove oldMike Gilbert2015-12-124-943/+0
| | | | Package-Manager: portage-2.2.26_p26
* sys-boot/grub:0 - Force -O0 to work around bugs 564890, 566638Ian Stakenvicius2015-12-081-0/+15
| | | | Package-Manager: portage-2.2.24
* sys-boot/grub:0 - add missing slot-operator dep on ncurses when USE="-static"Ian Stakenvicius2015-12-081-1/+1
| | | | Package-Manager: portage-2.2.24
* sys-boot/grub:0 - migrate to EAPI5 and add missing slot dep on ncurses atomIan Stakenvicius2015-12-081-6/+3
| | | | Package-Manager: portage-2.2.24
* sys-boot/grub: use xen-tools sub-slotDoug Goldstein2015-12-084-4/+4
| | | | | | | When xen-tools changes its sub-slot, its ABI changes so we need to rebuilt against it. Signed-off-by: Doug Goldstein <cardoe@gentoo.org>
* standardize various metadata.xml styleMike Frysinger2015-11-241-23/+19
|
* 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 for most gnu.org URLsJustin Lecher2015-08-246-6/+6
| | | | Signed-off-by: Justin Lecher <jlec@gentoo.org>
* Use https by defaultJustin Lecher2015-08-245-5/+5
| | | | | | Convert all URLs for sites supporting encrypted connections from http to https Signed-off-by: Justin Lecher <jlec@gentoo.org>
* Use https by defaultJustin Lecher2015-08-247-10/+10
| | | | | | 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-0813-0/+2077
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