summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* 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
* Add missing remote-id type=sourceforgeJustin Lecher2015-10-012-3/+9
| | | | Signed-off-by: Justin Lecher <jlec@gentoo.org>
* Add missing remote-id type=githubJustin Lecher2015-10-011-1/+4
| | | | Signed-off-by: Justin Lecher <jlec@gentoo.org>
* sys-boot/palo: Old.Jeroen Roovers2015-09-273-68/+0
| | | | Package-Manager: portage-2.2.20.1
* sys-boot/efibootmgr: ia64 stable wrt bug #556876Agostino Sarubbo2015-09-241-1/+1
| | | | | Package-Manager: portage-2.2.20.1 RepoMan-Options: --include-arches="ia64"
* Update hashes in ManifestJustin Lecher2015-09-2318-36/+36
| | | | | | Add missing SHA512 and WHIRLPOOL hashes Signed-off-by: Justin Lecher <jlec@gentoo.org>
* sys-boot/refind: bump to -0.9.2, ebuild a live / versioned comboIan Delaney2015-09-212-0/+102
| | | | | | sourced fron, and closes, bug #560962 Package-Manager: portage-2.2.20.1
* sys-boot/refind: revbump to -0.9.0-r1Ian Delaney2015-09-171-2/+16
| | | | | | patch to ebuild sourced from bug #560280, rm inital ebuild Package-Manager: portage-2.2.20.1
* sys-boot/vboot-utils: fix 42_p20150219 /usr/usr prefix for bug 553924Zac Medico2015-09-141-4/+3
| | | | Package-Manager: portage-2.2.20.1
* sys-boot/gnu-efi: Support building ia32 EFI libs on amd64Mike Gilbert2015-09-051-18/+37
| | | | Package-Manager: portage-2.2.20
* sys-boot/gnu-efi: Drop arm keywords; it doesn't even buildMike Gilbert2015-09-052-2/+2
| | | | Package-Manager: portage-2.2.20
* sys-boot/os-prober: Remove oldManuel Rüger2015-09-014-221/+0
| | | | Package-Manager: portage-2.2.20.1
* sys-boot/os-prober: Version bumpManuel Rüger2015-09-012-0/+80
| | | | Package-Manager: portage-2.2.20.1
* Add missing remote-id entries in metadata.xmlJustin Lecher2015-08-281-0/+3
| | | | Signed-off-by: Justin Lecher <jlec@gentoo.org>
* sys-boot/refind: substitute with final ebuild, rm bogus fileIan Delaney2015-08-262-14/+17
| | | | Package-Manager: portage-2.2.20
* sys-boot/refind: new package added by new proxy maintainer 'wraeth'Ian Delaney2015-08-264-0/+97
| | | | | | | Source of ebuild and metadata from bug #435960, closes said bug. Added under the proxy-maint herd. Package-Manager: portage-2.2.20