prometheanfire 14/12/11 03:50:00 Modified: mono-2.10.9-r2.ebuild ChangeLog Log: fixing stable mono for bug 467238 (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 0x2471eb3e40ac5ac3)
Revision Changes Path 1.7 dev-lang/mono/mono-2.10.9-r2.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/mono/mono-2.10.9-r2.ebuild?rev=1.7&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/mono/mono-2.10.9-r2.ebuild?rev=1.7&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/mono/mono-2.10.9-r2.ebuild?r1=1.6&r2=1.7 Index: mono-2.10.9-r2.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-lang/mono/mono-2.10.9-r2.ebuild,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- mono-2.10.9-r2.ebuild 18 Nov 2014 02:45:27 -0000 1.6 +++ mono-2.10.9-r2.ebuild 11 Dec 2014 03:50:00 -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/dev-lang/mono/mono-2.10.9-r2.ebuild,v 1.6 2014/11/18 02:45:27 zerochaos Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/mono/mono-2.10.9-r2.ebuild,v 1.7 2014/12/11 03:50:00 prometheanfire Exp $ EAPI="4" @@ -26,7 +26,7 @@ sys-devel/bc virtual/yacc >=app-shells/bash-3.2 - pax_kernel? ( sys-apps/paxctl )" + pax_kernel? ( sys-apps/elfix )" MAKEOPTS="${MAKEOPTS} -j1" @@ -61,12 +61,12 @@ src_prepare() { go-mono_src_prepare - # 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 + # we need to sed in the paxctl-ng -mr in the runtime/mono-wrapper.in so it doesn't + # get killed in the build process when MPROTECT is enabled. #286280 + # RANDMMAP kills the build process to #347365 if use pax_kernel ; then ewarn "We are disabling MPROTECT on the mono binary." - sed '/exec/ i\paxctl -mr "$r/@mono_runtime@"' -i "${S}"/runtime/mono-wrapper.in + sed '/exec "/ i\paxctl-ng -mr "$r/@mono_runtime@"' -i "${S}"/runtime/mono-wrapper.in || die "Failed to sed mono-wrapper.in" fi } 1.261 dev-lang/mono/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/mono/ChangeLog?rev=1.261&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/mono/ChangeLog?rev=1.261&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/mono/ChangeLog?r1=1.260&r2=1.261 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-lang/mono/ChangeLog,v retrieving revision 1.260 retrieving revision 1.261 diff -u -r1.260 -r1.261 --- ChangeLog 18 Nov 2014 02:45:27 -0000 1.260 +++ ChangeLog 11 Dec 2014 03:50:00 -0000 1.261 @@ -1,6 +1,9 @@ # ChangeLog for dev-lang/mono # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/mono/ChangeLog,v 1.260 2014/11/18 02:45:27 zerochaos Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/mono/ChangeLog,v 1.261 2014/12/11 03:50:00 prometheanfire Exp $ + + 11 Dec 2014; Matthew Thode <[email protected]> mono-2.10.9-r2.ebuild: + fixing stable mono for bug 467238 18 Nov 2014; Rick Farina <[email protected]> mono-2.10.9-r2.ebuild, mono-3.2.3.ebuild, mono-3.2.8.ebuild:
