diff options
author | 2012-01-30 09:14:59 +0000 | |
---|---|---|
committer | 2012-01-30 09:14:59 +0000 | |
commit | 509b0f2cbce54f0b476559514158f70fdb1199f0 (patch) | |
tree | ba87654e48a99d63b4cd6510d2c0ab0a10c2b647 /sys-boot/grub | |
parent | Remove ability to build static libs as upstream has made it unworkable. Close... (diff) | |
download | gentoo-2-509b0f2cbce54f0b476559514158f70fdb1199f0.tar.gz gentoo-2-509b0f2cbce54f0b476559514158f70fdb1199f0.tar.bz2 gentoo-2-509b0f2cbce54f0b476559514158f70fdb1199f0.zip |
Add more relaxed pax marking to work on hardened. Fixes bug #396371.
(Portage version: 2.2.0_alpha84/cvs/Linux x86_64)
Diffstat (limited to 'sys-boot/grub')
-rw-r--r-- | sys-boot/grub/ChangeLog | 6 | ||||
-rw-r--r-- | sys-boot/grub/grub-1.99-r2.ebuild | 6 | ||||
-rw-r--r-- | sys-boot/grub/grub-9999.ebuild | 4 |
3 files changed, 10 insertions, 6 deletions
diff --git a/sys-boot/grub/ChangeLog b/sys-boot/grub/ChangeLog index 99f24c0d0e8d..ffc0df2e9f7c 100644 --- a/sys-boot/grub/ChangeLog +++ b/sys-boot/grub/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for sys-boot/grub # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-boot/grub/ChangeLog,v 1.176 2012/01/15 02:19:54 floppym Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-boot/grub/ChangeLog,v 1.177 2012/01/30 09:14:59 scarabeus Exp $ + + 30 Jan 2012; Tomáš Chvátal <scarabeus@gentoo.org> grub-1.99-r2.ebuild, + grub-9999.ebuild: + Add more relaxed pax marking to work on hardened. Fixes bug #396371. 15 Jan 2012; Mike Gilbert <floppym@gentoo.org> grub-9999.ebuild: 1.99-call_proper_grub_probe.patch has been applied upstream. diff --git a/sys-boot/grub/grub-1.99-r2.ebuild b/sys-boot/grub/grub-1.99-r2.ebuild index 9a542a503fc3..905e78d04be7 100644 --- a/sys-boot/grub/grub-1.99-r2.ebuild +++ b/sys-boot/grub/grub-1.99-r2.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2011 Gentoo Foundation +# Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-boot/grub/grub-1.99-r2.ebuild,v 1.8 2011/11/18 00:04:29 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-boot/grub/grub-1.99-r2.ebuild,v 1.9 2012/01/30 09:14:59 scarabeus Exp $ EAPI=4 @@ -249,7 +249,7 @@ src_install() { "bin/grub2-mkimage" ) for e in ${PAX[@]}; do - pax-mark -mp "${ED}/${e}" + pax-mark -mpes "${ED}/${e}" done # can't be in docs array as we use default_src_install in different builddir diff --git a/sys-boot/grub/grub-9999.ebuild b/sys-boot/grub/grub-9999.ebuild index 909fc1cd916f..c3aaddfe4630 100644 --- a/sys-boot/grub/grub-9999.ebuild +++ b/sys-boot/grub/grub-9999.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-boot/grub/grub-9999.ebuild,v 1.48 2012/01/15 02:19:54 floppym Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-boot/grub/grub-9999.ebuild,v 1.49 2012/01/30 09:14:59 scarabeus Exp $ EAPI=4 @@ -242,7 +242,7 @@ src_install() { "bin/grub2-mkimage" ) for e in ${PAX[@]}; do - pax-mark -mp "${ED}/${e}" + pax-mark -mpes "${ED}/${e}" done # can't be in docs array as we use default_src_install in different builddir |