diff options
author | Alexandre Rostovtsev <tetromino@gentoo.org> | 2015-07-29 12:51:04 +0000 |
---|---|---|
committer | Alexandre Rostovtsev <tetromino@gentoo.org> | 2015-07-29 12:51:04 +0000 |
commit | 28b4e872955eb2158f9b96a7a5361c11871819e5 (patch) | |
tree | e5cb31af0faa3e3340d29ddc613fbcde7e06e492 /dev-lang | |
parent | Version bump, address security bug #554886. Also addresses bugs #460468, #475... (diff) | |
download | gentoo-2-28b4e872955eb2158f9b96a7a5361c11871819e5.tar.gz gentoo-2-28b4e872955eb2158f9b96a7a5361c11871819e5.tar.bz2 gentoo-2-28b4e872955eb2158f9b96a7a5361c11871819e5.zip |
Fix sandbox violation when USE=examples and XDG_RUNTIME_DIR doesn't match portage user (bug #556160, thanks to Kobboi and Pacho Ramos).
(Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 0x18E5B6F2D8D5EC8D)
Diffstat (limited to 'dev-lang')
-rw-r--r-- | dev-lang/orc/ChangeLog | 7 | ||||
-rw-r--r-- | dev-lang/orc/orc-0.4.23.ebuild | 6 | ||||
-rw-r--r-- | dev-lang/orc/orc-0.4.24.ebuild | 6 |
3 files changed, 14 insertions, 5 deletions
diff --git a/dev-lang/orc/ChangeLog b/dev-lang/orc/ChangeLog index 8e0c9d815416..23702c1b6616 100644 --- a/dev-lang/orc/ChangeLog +++ b/dev-lang/orc/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for dev-lang/orc # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/orc/ChangeLog,v 1.51 2015/07/05 13:24:10 mrueg Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/orc/ChangeLog,v 1.52 2015/07/29 12:51:04 tetromino Exp $ + + 29 Jul 2015; Alexandre Rostovtsev <tetromino@gentoo.org> orc-0.4.23.ebuild, + orc-0.4.24.ebuild: + Fix sandbox violation when USE=examples and XDG_RUNTIME_DIR doesn't match + portage user (bug #556160, thanks to Kobboi and Pacho Ramos). 05 Jul 2015; Manuel Rüger <mrueg@gentoo.org> orc-0.4.24.ebuild: Use less blank line. diff --git a/dev-lang/orc/orc-0.4.23.ebuild b/dev-lang/orc/orc-0.4.23.ebuild index 299d4a4d85f1..485884129d06 100644 --- a/dev-lang/orc/orc-0.4.23.ebuild +++ b/dev-lang/orc/orc-0.4.23.ebuild @@ -1,10 +1,10 @@ # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/orc/orc-0.4.23.ebuild,v 1.6 2015/06/07 10:47:32 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/orc/orc-0.4.23.ebuild,v 1.7 2015/07/29 12:51:04 tetromino Exp $ EAPI="5" -inherit autotools-multilib flag-o-matic +inherit autotools-multilib flag-o-matic gnome2-utils DESCRIPTION="The Oil Runtime Compiler, a just-in-time compiler for array operations" HOMEPAGE="http://gstreamer.freedesktop.org/" @@ -25,6 +25,8 @@ src_prepare() { sed -e '/SUBDIRS/ s:examples::' \ -i Makefile.am Makefile.in || die fi + + gnome2_environment_reset #556160 } src_configure() { diff --git a/dev-lang/orc/orc-0.4.24.ebuild b/dev-lang/orc/orc-0.4.24.ebuild index 26cdcb6ad7de..c8d11ab1bbd6 100644 --- a/dev-lang/orc/orc-0.4.24.ebuild +++ b/dev-lang/orc/orc-0.4.24.ebuild @@ -1,9 +1,9 @@ # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/orc/orc-0.4.24.ebuild,v 1.2 2015/07/05 13:24:10 mrueg Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/orc/orc-0.4.24.ebuild,v 1.3 2015/07/29 12:51:04 tetromino Exp $ EAPI="5" -inherit autotools-multilib flag-o-matic pax-utils +inherit autotools-multilib flag-o-matic gnome2-utils pax-utils DESCRIPTION="The Oil Runtime Compiler, a just-in-time compiler for array operations" HOMEPAGE="http://gstreamer.freedesktop.org/" @@ -25,6 +25,8 @@ src_prepare() { sed -e '/SUBDIRS/ s:examples::' \ -i Makefile.am Makefile.in || die fi + + gnome2_environment_reset #556160 } src_configure() { |