floppym 14/04/26 21:00:25
Modified: grub-9999-r1.ebuild grub-2.02_beta2.ebuild
ChangeLog
Log:
Replace -O3 with -O2 to prevent segfault in grub-mkimage, bug 508758 by Roc
Vallès.
(Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key
0BBEEA1FEA4843A4)
Revision Changes Path
1.16 sys-boot/grub/grub-9999-r1.ebuild
file :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-boot/grub/grub-9999-r1.ebuild?rev=1.16&view=markup
plain:
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-boot/grub/grub-9999-r1.ebuild?rev=1.16&content-type=text/plain
diff :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-boot/grub/grub-9999-r1.ebuild?r1=1.15&r2=1.16
Index: grub-9999-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-boot/grub/grub-9999-r1.ebuild,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -r1.15 -r1.16
--- grub-9999-r1.ebuild 15 Apr 2014 22:47:35 -0000 1.15
+++ grub-9999-r1.ebuild 26 Apr 2014 21:00:24 -0000 1.16
@@ -1,6 +1,6 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-boot/grub/grub-9999-r1.ebuild,v 1.15
2014/04/15 22:47:35 floppym Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-boot/grub/grub-9999-r1.ebuild,v 1.16
2014/04/26 21:00:24 floppym Exp $
EAPI=5
@@ -230,6 +230,9 @@
}
src_configure() {
+ # Bug 508758.
+ replace-flags -O3 -O2
+
# We don't want to leak flags onto boot code.
export HOST_CCASFLAGS=${CCASFLAGS}
export HOST_CFLAGS=${CFLAGS}
1.7 sys-boot/grub/grub-2.02_beta2.ebuild
file :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-boot/grub/grub-2.02_beta2.ebuild?rev=1.7&view=markup
plain:
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-boot/grub/grub-2.02_beta2.ebuild?rev=1.7&content-type=text/plain
diff :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-boot/grub/grub-2.02_beta2.ebuild?r1=1.6&r2=1.7
Index: grub-2.02_beta2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-boot/grub/grub-2.02_beta2.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- grub-2.02_beta2.ebuild 15 Apr 2014 22:47:35 -0000 1.6
+++ grub-2.02_beta2.ebuild 26 Apr 2014 21:00:24 -0000 1.7
@@ -1,6 +1,6 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-boot/grub/grub-2.02_beta2.ebuild,v 1.6
2014/04/15 22:47:35 floppym Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-boot/grub/grub-2.02_beta2.ebuild,v 1.7
2014/04/26 21:00:24 floppym Exp $
EAPI=5
@@ -230,6 +230,9 @@
}
src_configure() {
+ # Bug 508758.
+ replace-flags -O3 -O2
+
# We don't want to leak flags onto boot code.
export HOST_CCASFLAGS=${CCASFLAGS}
export HOST_CFLAGS=${CFLAGS}
1.311 sys-boot/grub/ChangeLog
file :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-boot/grub/ChangeLog?rev=1.311&view=markup
plain:
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-boot/grub/ChangeLog?rev=1.311&content-type=text/plain
diff :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-boot/grub/ChangeLog?r1=1.310&r2=1.311
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-boot/grub/ChangeLog,v
retrieving revision 1.310
retrieving revision 1.311
diff -u -r1.310 -r1.311
--- ChangeLog 15 Apr 2014 22:47:35 -0000 1.310
+++ ChangeLog 26 Apr 2014 21:00:24 -0000 1.311
@@ -1,6 +1,11 @@
# ChangeLog for sys-boot/grub
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-boot/grub/ChangeLog,v 1.310 2014/04/15
22:47:35 floppym Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-boot/grub/ChangeLog,v 1.311 2014/04/26
21:00:24 floppym Exp $
+
+ 26 Apr 2014; Mike Gilbert <[email protected]> grub-2.02_beta2.ebuild,
+ grub-9999-r1.ebuild:
+ Replace -O3 with -O2 to prevent segfault in grub-mkimage, bug 508758 by Roc
+ Vallès.
15 Apr 2014; Mike Gilbert <[email protected]> grub-2.02_beta2.ebuild,
grub-9999-r1.ebuild: