summaryrefslogtreecommitdiff
path: root/sys-boot
Commit message (Collapse)AuthorAge
* sys-boot/elilo: fix elilo script error #299665Mike Frysinger2015-12-28
|
* sys-boot/elilo: version bump to 3.16 #504334Mike Frysinger2015-12-28
|
* sys-boot/grub:0 - use pkg-config to determine ncurses libs, bug 550132Ian Stakenvicius2015-12-18
| | | | | | | | 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-18
| | | | | | Use what actually got accepted upstream. Package-Manager: portage-2.2.26_p32
* sys-boot/grub: Add postinst warning about security bugMike Gilbert2015-12-18
| | | | Package-Manager: portage-2.2.26_p32
* sys-boot/grub: Remove oldMike Gilbert2015-12-17
| | | | Package-Manager: portage-2.2.26_p32
* sys-boot/grub: x86 stable wrt bug #568326Agostino Sarubbo2015-12-17
| | | | | | 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-17
| | | | | | 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-15
| | | | | | Bug: https://bugs.gentoo.org/568326 Package-Manager: portage-2.2.26_p32
* sys-boot/grub:0 - Properly fix misoptimization by ↵Ian Stakenvicius2015-12-15
| | | | | | | | | | | | | | | | | | | | | -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-12
| | | | Package-Manager: portage-2.2.26_p26
* sys-boot/grub: Remove oldMike Gilbert2015-12-12
| | | | Package-Manager: portage-2.2.26_p26
* sys-boot/grub:0 - Force -O0 to work around bugs 564890, 566638Ian Stakenvicius2015-12-08
| | | | Package-Manager: portage-2.2.24
* sys-boot/grub:0 - add missing slot-operator dep on ncurses when USE="-static"Ian Stakenvicius2015-12-08
| | | | Package-Manager: portage-2.2.24
* sys-boot/grub:0 - migrate to EAPI5 and add missing slot dep on ncurses atomIan Stakenvicius2015-12-08
| | | | Package-Manager: portage-2.2.24
* sys-boot/grub: use xen-tools sub-slotDoug Goldstein2015-12-08
| | | | | | | 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-29
| | | | Package-Manager: portage-2.2.20.1
* standardize various metadata.xml styleMike Frysinger2015-11-24
|
* sys-boot/lilo: Removed old.Lars Wendler2015-11-23
| | | | | 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-23
| | | | | | | 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-22
| | | | Package-Manager: portage-2.2.25
* sys-boot/refind: version bump bug #566056 add sveyret to maintainers. By ↵Amy Winston2015-11-21
| | | | | | sveyret. Package-Manager: portage-2.2.20.1
* sys-boot/gnu-efi: Inherit toolchain-funcs explicitlyMike Gilbert2015-11-08
| | | | Package-Manager: portage-2.2.23_p18
* sys-boot/gnu-efi: ia64 stable wrt bug #563222Mikle Kolyada2015-11-08
| | | | Package-Manager: portage-2.2.20.1
* sys-boot/os-prober: Remove oldManuel Rüger2015-11-07
| | | | Package-Manager: portage-2.2.24
* sys-boot/os-prober: Version bumpManuel Rüger2015-11-07
| | | | Package-Manager: portage-2.2.24
* sys-boot/gnu-efi: x86 stable wrt bug #563222Agostino Sarubbo2015-11-03
| | | | | 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-03
|
* sys-boot/systemrescuecd-x86-grub: new ebuildvitalogy2015-11-01
|
* sys-boot/gnu-efi: amd64 stable wrt bug #563222Agostino Sarubbo2015-10-23
| | | | | Package-Manager: portage-2.2.20.1 RepoMan-Options: --include-arches="amd64"
* sys-boot/os-prober: Version bumpManuel Rüger2015-10-15
| | | | Package-Manager: portage-2.2.23
* sys-boot/os-prober: Version bumpManuel Rüger2015-10-06
| | | | Package-Manager: portage-2.2.22
* Add missing remote-id type=sourceforgeJustin Lecher2015-10-01
| | | | Signed-off-by: Justin Lecher <jlec@gentoo.org>
* Add missing remote-id type=githubJustin Lecher2015-10-01
| | | | Signed-off-by: Justin Lecher <jlec@gentoo.org>
* sys-boot/palo: Old.Jeroen Roovers2015-09-27
| | | | Package-Manager: portage-2.2.20.1
* sys-boot/efibootmgr: ia64 stable wrt bug #556876Agostino Sarubbo2015-09-24
| | | | | Package-Manager: portage-2.2.20.1 RepoMan-Options: --include-arches="ia64"
* Update hashes in ManifestJustin Lecher2015-09-23
| | | | | | 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-21
| | | | | | sourced fron, and closes, bug #560962 Package-Manager: portage-2.2.20.1
* sys-boot/refind: revbump to -0.9.0-r1Ian Delaney2015-09-17
| | | | | | 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-14
| | | | Package-Manager: portage-2.2.20.1
* sys-boot/gnu-efi: Support building ia32 EFI libs on amd64Mike Gilbert2015-09-05
| | | | Package-Manager: portage-2.2.20
* sys-boot/gnu-efi: Drop arm keywords; it doesn't even buildMike Gilbert2015-09-05
| | | | Package-Manager: portage-2.2.20
* sys-boot/os-prober: Remove oldManuel Rüger2015-09-01
| | | | Package-Manager: portage-2.2.20.1
* sys-boot/os-prober: Version bumpManuel Rüger2015-09-01
| | | | Package-Manager: portage-2.2.20.1
* Add missing remote-id entries in metadata.xmlJustin Lecher2015-08-28
| | | | Signed-off-by: Justin Lecher <jlec@gentoo.org>
* sys-boot/refind: substitute with final ebuild, rm bogus fileIan Delaney2015-08-26
| | | | Package-Manager: portage-2.2.20
* sys-boot/refind: new package added by new proxy maintainer 'wraeth'Ian Delaney2015-08-26
| | | | | | | Source of ebuild and metadata from bug #435960, closes said bug. Added under the proxy-maint herd. Package-Manager: portage-2.2.20
* Revert DOCTYPE SYSTEM https changes in metadata.xmlMike Gilbert2015-08-24
| | | | | | | 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-24
| | | | Signed-off-by: Justin Lecher <jlec@gentoo.org>
* Use https for kernel.org and redhat.comJustin Lecher2015-08-24
| | | | Signed-off-by: Justin Lecher <jlec@gentoo.org>