Gentoo Archives: gentoo-commits

From: "Tomas Chvatal (scarabeus)" <scarabeus@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sys-boot/grub: grub-1.99-r2.ebuild ChangeLog grub-9999.ebuild
Date: Mon, 30 Jan 2012 09:15:10
Message-Id: 20120130091459.998A22004B@flycatcher.gentoo.org
1 scarabeus 12/01/30 09:14:59
2
3 Modified: grub-1.99-r2.ebuild ChangeLog grub-9999.ebuild
4 Log:
5 Add more relaxed pax marking to work on hardened. Fixes bug #396371.
6
7 (Portage version: 2.2.0_alpha84/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.9 sys-boot/grub/grub-1.99-r2.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-boot/grub/grub-1.99-r2.ebuild?rev=1.9&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-boot/grub/grub-1.99-r2.ebuild?rev=1.9&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-boot/grub/grub-1.99-r2.ebuild?r1=1.8&r2=1.9
15
16 Index: grub-1.99-r2.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/sys-boot/grub/grub-1.99-r2.ebuild,v
19 retrieving revision 1.8
20 retrieving revision 1.9
21 diff -u -r1.8 -r1.9
22 --- grub-1.99-r2.ebuild 18 Nov 2011 00:04:29 -0000 1.8
23 +++ grub-1.99-r2.ebuild 30 Jan 2012 09:14:59 -0000 1.9
24 @@ -1,6 +1,6 @@
25 -# Copyright 1999-2011 Gentoo Foundation
26 +# Copyright 1999-2012 Gentoo Foundation
27 # Distributed under the terms of the GNU General Public License v2
28 -# $Header: /var/cvsroot/gentoo-x86/sys-boot/grub/grub-1.99-r2.ebuild,v 1.8 2011/11/18 00:04:29 vapier Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/sys-boot/grub/grub-1.99-r2.ebuild,v 1.9 2012/01/30 09:14:59 scarabeus Exp $
30
31 EAPI=4
32
33 @@ -249,7 +249,7 @@
34 "bin/grub2-mkimage"
35 )
36 for e in ${PAX[@]}; do
37 - pax-mark -mp "${ED}/${e}"
38 + pax-mark -mpes "${ED}/${e}"
39 done
40
41 # can't be in docs array as we use default_src_install in different builddir
42
43
44
45 1.177 sys-boot/grub/ChangeLog
46
47 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-boot/grub/ChangeLog?rev=1.177&view=markup
48 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-boot/grub/ChangeLog?rev=1.177&content-type=text/plain
49 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-boot/grub/ChangeLog?r1=1.176&r2=1.177
50
51 Index: ChangeLog
52 ===================================================================
53 RCS file: /var/cvsroot/gentoo-x86/sys-boot/grub/ChangeLog,v
54 retrieving revision 1.176
55 retrieving revision 1.177
56 diff -u -r1.176 -r1.177
57 --- ChangeLog 15 Jan 2012 02:19:54 -0000 1.176
58 +++ ChangeLog 30 Jan 2012 09:14:59 -0000 1.177
59 @@ -1,6 +1,10 @@
60 # ChangeLog for sys-boot/grub
61 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
62 -# $Header: /var/cvsroot/gentoo-x86/sys-boot/grub/ChangeLog,v 1.176 2012/01/15 02:19:54 floppym Exp $
63 +# $Header: /var/cvsroot/gentoo-x86/sys-boot/grub/ChangeLog,v 1.177 2012/01/30 09:14:59 scarabeus Exp $
64 +
65 + 30 Jan 2012; Tomáš Chvátal <scarabeus@g.o> grub-1.99-r2.ebuild,
66 + grub-9999.ebuild:
67 + Add more relaxed pax marking to work on hardened. Fixes bug #396371.
68
69 15 Jan 2012; Mike Gilbert <floppym@g.o> grub-9999.ebuild:
70 1.99-call_proper_grub_probe.patch has been applied upstream.
71
72
73
74 1.49 sys-boot/grub/grub-9999.ebuild
75
76 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-boot/grub/grub-9999.ebuild?rev=1.49&view=markup
77 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-boot/grub/grub-9999.ebuild?rev=1.49&content-type=text/plain
78 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-boot/grub/grub-9999.ebuild?r1=1.48&r2=1.49
79
80 Index: grub-9999.ebuild
81 ===================================================================
82 RCS file: /var/cvsroot/gentoo-x86/sys-boot/grub/grub-9999.ebuild,v
83 retrieving revision 1.48
84 retrieving revision 1.49
85 diff -u -r1.48 -r1.49
86 --- grub-9999.ebuild 15 Jan 2012 02:19:54 -0000 1.48
87 +++ grub-9999.ebuild 30 Jan 2012 09:14:59 -0000 1.49
88 @@ -1,6 +1,6 @@
89 # Copyright 1999-2012 Gentoo Foundation
90 # Distributed under the terms of the GNU General Public License v2
91 -# $Header: /var/cvsroot/gentoo-x86/sys-boot/grub/grub-9999.ebuild,v 1.48 2012/01/15 02:19:54 floppym Exp $
92 +# $Header: /var/cvsroot/gentoo-x86/sys-boot/grub/grub-9999.ebuild,v 1.49 2012/01/30 09:14:59 scarabeus Exp $
93
94 EAPI=4
95
96 @@ -242,7 +242,7 @@
97 "bin/grub2-mkimage"
98 )
99 for e in ${PAX[@]}; do
100 - pax-mark -mp "${ED}/${e}"
101 + pax-mark -mpes "${ED}/${e}"
102 done
103
104 # can't be in docs array as we use default_src_install in different builddir