diff options
author | Jory Pratt <anarchy@gentoo.org> | 2013-03-29 00:43:27 +0000 |
---|---|---|
committer | Jory Pratt <anarchy@gentoo.org> | 2013-03-29 00:43:27 +0000 |
commit | f47ef6c2c1c52cf536dd54446315105b42c86b32 (patch) | |
tree | 7b0b9d010cdd37d30475e1c861b5ba7632c2cbb6 /www-client/seamonkey | |
parent | export XDG_CONFIG_HOME to workaround sandbox problems. Bug #463380 (diff) | |
download | gentoo-2-f47ef6c2c1c52cf536dd54446315105b42c86b32.tar.gz gentoo-2-f47ef6c2c1c52cf536dd54446315105b42c86b32.tar.bz2 gentoo-2-f47ef6c2c1c52cf536dd54446315105b42c86b32.zip |
Seamonkey : Fix hardened support when jit is enabled
(Portage version: 2.1.11.55/cvs/Linux x86_64, signed Manifest commit with key 0xB4D088B4)
Diffstat (limited to 'www-client/seamonkey')
-rw-r--r-- | www-client/seamonkey/ChangeLog | 5 | ||||
-rw-r--r-- | www-client/seamonkey/seamonkey-2.16.2.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/www-client/seamonkey/ChangeLog b/www-client/seamonkey/ChangeLog index 4f65b0a248f2..8010c9c2f2a4 100644 --- a/www-client/seamonkey/ChangeLog +++ b/www-client/seamonkey/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for www-client/seamonkey # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/www-client/seamonkey/ChangeLog,v 1.444 2013/03/25 14:08:08 polynomial-c Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-client/seamonkey/ChangeLog,v 1.445 2013/03/29 00:43:27 anarchy Exp $ + + 29 Mar 2013; Jory A. Pratt <anarchy@gentoo.org> seamonkey-2.16.2.ebuild: + Fix hardened support for jit 25 Mar 2013; Lars Wendler <polynomial-c@gentoo.org> seamonkey-2.16.2.ebuild: Adjusted sqlite dependencies as requested in bug #462404. diff --git a/www-client/seamonkey/seamonkey-2.16.2.ebuild b/www-client/seamonkey/seamonkey-2.16.2.ebuild index c849aec4b5c7..faa6bf241a81 100644 --- a/www-client/seamonkey/seamonkey-2.16.2.ebuild +++ b/www-client/seamonkey/seamonkey-2.16.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/www-client/seamonkey/seamonkey-2.16.2.ebuild,v 1.4 2013/03/25 14:08:08 polynomial-c Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-client/seamonkey/seamonkey-2.16.2.ebuild,v 1.5 2013/03/29 00:43:27 anarchy Exp $ EAPI="3" WANT_AUTOCONF="2.1" @@ -283,7 +283,7 @@ src_install() { # Without methodjit and tracejit there's no conflict with PaX if use jit ; then # Pax mark xpcshell for hardened support, only used for startupcache creation. - pax-mark m "${S}"/mozilla/dist/bin/xpcshell + pax-mark m "${S}/${obj_dir}/mozilla/dist/bin/xpcshell" fi MOZ_MAKE_FLAGS="${MAKEOPTS}" \ |