* [gentoo-commits] gentoo-x86 commit in dev-lang/mono: mono-2.10.1-r1.ebuild mono-2.8.2-r1.ebuild ChangeLog
@ 2011-03-05 16:35 Pacho Ramos (pacho)
0 siblings, 0 replies; only message in thread
From: Pacho Ramos (pacho) @ 2011-03-05 16:35 UTC (permalink / raw
To: gentoo-commits
pacho 11/03/05 16:35:18
Modified: mono-2.10.1-r1.ebuild mono-2.8.2-r1.ebuild
ChangeLog
Log:
Fix building on hardened (bug #347365 by onox). Thanks a lot to Anders Hellgren and Magnus Granberg for their help.
(Portage version: 2.1.9.42/cvs/Linux x86_64)
Revision Changes Path
1.2 dev-lang/mono/mono-2.10.1-r1.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/mono/mono-2.10.1-r1.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/mono/mono-2.10.1-r1.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/mono/mono-2.10.1-r1.ebuild?r1=1.1&r2=1.2
Index: mono-2.10.1-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-lang/mono/mono-2.10.1-r1.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- mono-2.10.1-r1.ebuild 27 Feb 2011 14:52:48 -0000 1.1
+++ mono-2.10.1-r1.ebuild 5 Mar 2011 16:35:18 -0000 1.2
@@ -1,6 +1,6 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lang/mono/mono-2.10.1-r1.ebuild,v 1.1 2011/02/27 14:52:48 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/mono/mono-2.10.1-r1.ebuild,v 1.2 2011/03/05 16:35:18 pacho Exp $
EAPI="2"
@@ -68,11 +68,12 @@
die "Sedding patch file failed"
go-mono_src_prepare
- # we need to sed in the paxctl -m in the runtime/mono-wrapper.in so it don't
+ # we need to sed in the paxctl -mr in the runtime/mono-wrapper.in so it don't
# get killed in the build proces when MPROTEC is enable. #286280
+ # RANDMMAP kill the build proces to #347365
if use hardened ; then
ewarn "We are disabling MPROTECT on the mono binary."
- sed '/exec/ i\paxctl -m "$r/@mono_runtime@"' -i "${S}"/runtime/mono-wrapper.in
+ sed '/exec/ i\paxctl -mr "$r/@mono_runtime@"' -i "${S}"/runtime/mono-wrapper.in
fi
}
1.5 dev-lang/mono/mono-2.8.2-r1.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/mono/mono-2.8.2-r1.ebuild?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/mono/mono-2.8.2-r1.ebuild?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/mono/mono-2.8.2-r1.ebuild?r1=1.4&r2=1.5
Index: mono-2.8.2-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-lang/mono/mono-2.8.2-r1.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- mono-2.8.2-r1.ebuild 29 Jan 2011 17:02:55 -0000 1.4
+++ mono-2.8.2-r1.ebuild 5 Mar 2011 16:35:18 -0000 1.5
@@ -1,6 +1,6 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lang/mono/mono-2.8.2-r1.ebuild,v 1.4 2011/01/29 17:02:55 hwoarang Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/mono/mono-2.8.2-r1.ebuild,v 1.5 2011/03/05 16:35:18 pacho Exp $
EAPI="2"
@@ -68,11 +68,12 @@
die "Sedding patch file failed"
go-mono_src_prepare
- # we need to sed in the paxctl -m in the runtime/mono-wrapper.in so it don't
+ # we need to sed in the paxctl -mr in the runtime/mono-wrapper.in so it don't
# get killed in the build proces when MPROTEC is enable. #286280
+ # RANDMMAP kill the build proces to #347365
if use hardened ; then
ewarn "We are disabling MPROTECT on the mono binary."
- sed '/exec/ i\paxctl -m "$r/@mono_runtime@"' -i "${S}"/runtime/mono-wrapper.in
+ sed '/exec/ i\paxctl -mr "$r/@mono_runtime@"' -i "${S}"/runtime/mono-wrapper.in
fi
}
1.213 dev-lang/mono/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/mono/ChangeLog?rev=1.213&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/mono/ChangeLog?rev=1.213&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/mono/ChangeLog?r1=1.212&r2=1.213
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-lang/mono/ChangeLog,v
retrieving revision 1.212
retrieving revision 1.213
diff -u -r1.212 -r1.213
--- ChangeLog 27 Feb 2011 14:52:48 -0000 1.212
+++ ChangeLog 5 Mar 2011 16:35:18 -0000 1.213
@@ -1,6 +1,11 @@
# ChangeLog for dev-lang/mono
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lang/mono/ChangeLog,v 1.212 2011/02/27 14:52:48 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/mono/ChangeLog,v 1.213 2011/03/05 16:35:18 pacho Exp $
+
+ 05 Mar 2011; Pacho Ramos <pacho@gentoo.org> mono-2.8.2-r1.ebuild,
+ mono-2.10.1-r1.ebuild:
+ Fix building on hardened (bug #347365 by onox). Thanks a lot to Anders
+ Hellgren and Magnus Granberg for their help.
*mono-2.10.1-r1 (27 Feb 2011)
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2011-03-05 16:35 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-03-05 16:35 [gentoo-commits] gentoo-x86 commit in dev-lang/mono: mono-2.10.1-r1.ebuild mono-2.8.2-r1.ebuild ChangeLog Pacho Ramos (pacho)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox