public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Alexandre Rostovtsev (tetromino)" <tetromino@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] gentoo-x86 commit in media-libs/gstreamer: metadata.xml ChangeLog gstreamer-0.10.36.ebuild
Date: Wed, 24 Oct 2012 04:42:50 +0000 (UTC)	[thread overview]
Message-ID: <20121024044250.80C0F21600@flycatcher.gentoo.org> (raw)

tetromino    12/10/24 04:42:50

  Modified:             metadata.xml ChangeLog gstreamer-0.10.36.ebuild
  Log:
  Disable PaX memory protection only when USE=orc (bug #421579, requested by Magnus Granberg); pax-mark gst-launch-0.10 as well as gst-plugin-scanner to allow constructing orc-using pipelines on the command line.
  
  (Portage version: 2.2.0_alpha141/cvs/Linux x86_64, signed Manifest commit with key CF0ADD61)

Revision  Changes    Path
1.6                  media-libs/gstreamer/metadata.xml

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/gstreamer/metadata.xml?rev=1.6&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/gstreamer/metadata.xml?rev=1.6&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/gstreamer/metadata.xml?r1=1.5&r2=1.6

Index: metadata.xml
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/gstreamer/metadata.xml,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- metadata.xml	12 Feb 2011 03:38:23 -0000	1.5
+++ metadata.xml	24 Oct 2012 04:42:50 -0000	1.6
@@ -5,5 +5,8 @@
 	<use>
 		<flag name="introspection">Use <pkg>dev-libs/gobject-introspection</pkg>
 			for introspection</flag>
+		<flag name="orc">Disable some PaX memory protections to allow plugins
+			that use <pkg>dev-lang/orc</pkg> for runtime optimization to be
+			used on hardened PaX systems</flag>
 	</use>
 </pkgmetadata>



1.312                media-libs/gstreamer/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/gstreamer/ChangeLog?rev=1.312&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/gstreamer/ChangeLog?rev=1.312&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/gstreamer/ChangeLog?r1=1.311&r2=1.312

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/gstreamer/ChangeLog,v
retrieving revision 1.311
retrieving revision 1.312
diff -u -r1.311 -r1.312
--- ChangeLog	21 Oct 2012 07:49:51 -0000	1.311
+++ ChangeLog	24 Oct 2012 04:42:50 -0000	1.312
@@ -1,6 +1,12 @@
 # ChangeLog for media-libs/gstreamer
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/gstreamer/ChangeLog,v 1.311 2012/10/21 07:49:51 tetromino Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/gstreamer/ChangeLog,v 1.312 2012/10/24 04:42:50 tetromino Exp $
+
+  24 Oct 2012; Alexandre Rostovtsev <tetromino@gentoo.org>
+  gstreamer-0.10.36.ebuild, metadata.xml:
+  Disable PaX memory protection only when USE=orc (bug #421579, requested by
+  Magnus Granberg); pax-mark gst-launch-0.10 as well as gst-plugin-scanner to
+  allow constructing orc-using pipelines on the command line.
 
 *gstreamer-0.10.36 (21 Oct 2012)
 



1.2                  media-libs/gstreamer/gstreamer-0.10.36.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/gstreamer/gstreamer-0.10.36.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/gstreamer/gstreamer-0.10.36.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/gstreamer/gstreamer-0.10.36.ebuild?r1=1.1&r2=1.2

Index: gstreamer-0.10.36.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/gstreamer/gstreamer-0.10.36.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- gstreamer-0.10.36.ebuild	21 Oct 2012 07:49:51 -0000	1.1
+++ gstreamer-0.10.36.ebuild	24 Oct 2012 04:42:50 -0000	1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2012 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/gstreamer/gstreamer-0.10.36.ebuild,v 1.1 2012/10/21 07:49:51 tetromino Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/gstreamer/gstreamer-0.10.36.ebuild,v 1.2 2012/10/24 04:42:50 tetromino Exp $
 
 EAPI=4
 
@@ -16,7 +16,7 @@
 LICENSE="LGPL-2+"
 SLOT=${PV_MAJ_MIN}
 KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
-IUSE="+introspection nls test"
+IUSE="+introspection nls +orc test"
 
 RDEPEND=">=dev-libs/glib-2.24:2
 	dev-libs/libxml2
@@ -80,6 +80,7 @@
 	# Punt useless .la files
 	prune_libtool_files --modules
 
-	# Needed for certain gst plugins on hardened/PaX systems, bug #421579
-	pax-mark -m "${ED}usr/libexec/gstreamer-0.10/gst-plugin-scanner"
+	# Needed for orc-using gst plugins on hardened/PaX systems, bug #421579
+	use orc && pax-mark -m "${ED}usr/bin/gst-launch-0.10" \
+		"${ED}usr/libexec/gstreamer-0.10/gst-plugin-scanner"
 }





                 reply	other threads:[~2012-10-24  4:43 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20121024044250.80C0F21600@flycatcher.gentoo.org \
    --to=tetromino@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox