summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* sys-boot/grub: x86 stable wrt bug #575596Mikle Kolyada2016-03-061-1/+1
| | | | Package-Manager: portage-2.2.26
* sys-boot/grub: Make GRUB_DISABLE_LINUX_UUID work againMike Gilbert2016-03-052-0/+28
| | | | | | Bug: https://bugs.gentoo.org/576528 Package-Manager: portage-2.2.27_p64
* sys-boot/grub: amd64 stable wrt bug #575596Mikle Kolyada2016-03-051-1/+1
| | | | Package-Manager: portage-2.2.26
* sys-boot/grub: Bump to 2.02_beta3Mike Gilbert2016-03-044-3/+327
| | | | Package-Manager: portage-2.2.27_p64
* sys-boot/grub: Update the live ebuildMike Gilbert2016-03-041-55/+32
| | | | | | Move to EAPI 6 and various other cleanups. Package-Manager: portage-2.2.27_p64
* metadata.xml: Add maintainer-needed comment to packages without maintainer.Ulrich Müller2016-02-284-0/+4
| | | | Bug: 575810
* 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
* sys-boot/raspberrypi-firmware: Version bump (bug 521920).Michael Weber2016-02-192-0/+49
| | | | Package-Manager: portage-2.2.27
* sys-boot/raspberrypi-firmware: drop old versions.Michael Weber2016-02-194-207/+0
| | | | Package-Manager: portage-2.2.27
* sys-boot/os-prober: Remove oldManuel Rüger2016-02-032-80/+0
| | | | Package-Manager: portage-2.2.27
* sys-boot/os-prober: Version bumpManuel Rüger2016-02-032-0/+78
| | | | Package-Manager: portage-2.2.27
* Set appropriate maintainer types in metadata.xml (GLEP 67)Michał Górny2016-01-2438-50/+50
|
* Replace all herds with appropriate projects (GLEP 67)Michał Górny2016-01-2428-29/+101
| | | | | Replace all uses of herd with appropriate project maintainers, or no maintainers in case of herds requested to be disbanded.
* Remove explicit notion of maintainer-needed, for GLEP 67Michał Górny2016-01-244-13/+0
| | | | | | GLEP 67 removes the explicit notion of maintainer-needed@g.o being used for packages lacking maintainers, in favor of assuming maintainer-needed whenever the package has no maintainers.
* Unify quoting in metadata.xml files for machine processingMichał Górny2016-01-2412-29/+25
| | | | | | | 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/gnu-efi: downgrade ia64 stable due to build failuresMike Frysinger2016-01-162-2/+4
|
* sys-boot/gnu-efi: add arm/arm64 loveMike Frysinger2016-01-161-1/+1
|
* 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/elilo: fix elilo script error #299665Mike Frysinger2015-12-282-0/+17
|
* sys-boot/elilo: version bump to 3.16 #504334Mike Frysinger2015-12-282-0/+86
|
* 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>
* sys-boot/raspberrypi-firmware: git versionTupone Alfredo2015-11-291-0/+54
| | | | Package-Manager: portage-2.2.20.1
* standardize various metadata.xml styleMike Frysinger2015-11-244-37/+31
|
* sys-boot/lilo: Removed old.Lars Wendler2015-11-233-452/+0
| | | | | Package-Manager: portage-2.2.25 Signed-off-by: Lars Wendler <polynomial-c@gentoo.org>
* sys-boot/lilo: Bump to version 24.2Lars Wendler2015-11-232-0/+184
| | | | | | | with kind permission from Chainsaw. Package-Manager: portage-2.2.25 Signed-off-by: Lars Wendler <polynomial-c@gentoo.org>
* sys-boot/palo: Use insopts instead of INSOPTIONS (bug #566492).Jeroen Roovers2015-11-222-2/+4
| | | | Package-Manager: portage-2.2.25
* sys-boot/refind: version bump bug #566056 add sveyret to maintainers. By ↵Amy Winston2015-11-214-3/+148
| | | | | | sveyret. Package-Manager: portage-2.2.20.1
* sys-boot/gnu-efi: Inherit toolchain-funcs explicitlyMike Gilbert2015-11-081-1/+1
| | | | Package-Manager: portage-2.2.23_p18
* sys-boot/gnu-efi: ia64 stable wrt bug #563222Mikle Kolyada2015-11-081-1/+1
| | | | Package-Manager: portage-2.2.20.1
* sys-boot/os-prober: Remove oldManuel Rüger2015-11-073-158/+0
| | | | Package-Manager: portage-2.2.24
* sys-boot/os-prober: Version bumpManuel Rüger2015-11-072-0/+78
| | | | Package-Manager: portage-2.2.24
* sys-boot/gnu-efi: x86 stable wrt bug #563222Agostino Sarubbo2015-11-031-1/+1
| | | | | Package-Manager: portage-2.2.20.1 RepoMan-Options: --include-arches="x86"
* sys-boot/systemrescuecd-x86-grub: fix order in metadata.xmlMichał Górny2015-11-031-2/+2
|
* sys-boot/systemrescuecd-x86-grub: new ebuildvitalogy2015-11-014-0/+136
|
* sys-boot/gnu-efi: amd64 stable wrt bug #563222Agostino Sarubbo2015-10-231-1/+1
| | | | | Package-Manager: portage-2.2.20.1 RepoMan-Options: --include-arches="amd64"
* sys-boot/os-prober: Version bumpManuel Rüger2015-10-152-0/+80
| | | | Package-Manager: portage-2.2.23
* sys-boot/os-prober: Version bumpManuel Rüger2015-10-062-0/+78
| | | | Package-Manager: portage-2.2.22