From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 2DE091395E2 for ; Sun, 20 Nov 2016 14:45:11 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6CE27E0C1E; Sun, 20 Nov 2016 14:45:10 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 518C5E0C1E for ; Sun, 20 Nov 2016 14:45:10 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id BD32233BE32 for ; Sun, 20 Nov 2016 14:45:08 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2845E492 for ; Sun, 20 Nov 2016 14:45:07 +0000 (UTC) From: "Michael Palimaka" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michael Palimaka" Message-ID: <1479653090.29b0d74fd1a43b05358b7d8ccbd25a41566a698d.kensington@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/gst-plugins-bad/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-libs/gst-plugins-bad/gst-plugins-bad-0.10.23-r4.ebuild X-VCS-Directories: media-libs/gst-plugins-bad/ X-VCS-Committer: kensington X-VCS-Committer-Name: Michael Palimaka X-VCS-Revision: 29b0d74fd1a43b05358b7d8ccbd25a41566a698d X-VCS-Branch: master Date: Sun, 20 Nov 2016 14:45:07 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: a647da2d-920b-4ce7-ba7e-7faa9edb2f38 X-Archives-Hash: 3bd95164caa780c35cf99e20601d9acc commit: 29b0d74fd1a43b05358b7d8ccbd25a41566a698d Author: Michael Palimaka gentoo org> AuthorDate: Sun Nov 20 14:44:36 2016 +0000 Commit: Michael Palimaka gentoo org> CommitDate: Sun Nov 20 14:44:50 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=29b0d74f media-libs/gst-plugins-bad: disable vnmc and nsf plugins to resolve CVE-2016-9445, CVE-2016-9446 and CVE-2016-9447 Gentoo-bug: 600142 Acked-by: Mart Raudsepp gentoo.org> Package-Manager: portage-2.3.2 .../gst-plugins-bad-0.10.23-r4.ebuild | 58 ++++++++++++++++++++++ 1 file changed, 58 insertions(+) diff --git a/media-libs/gst-plugins-bad/gst-plugins-bad-0.10.23-r4.ebuild b/media-libs/gst-plugins-bad/gst-plugins-bad-0.10.23-r4.ebuild new file mode 100644 index 00000000..e267e95 --- /dev/null +++ b/media-libs/gst-plugins-bad/gst-plugins-bad-0.10.23-r4.ebuild @@ -0,0 +1,58 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI="5" + +GST_ORG_MODULE="gst-plugins-bad" +inherit eutils flag-o-matic gstreamer + +DESCRIPTION="Less plugins for GStreamer" +HOMEPAGE="https://gstreamer.freedesktop.org/" +SRC_URI+=" https://dev.gentoo.org/~tetromino/distfiles/${PN}/${P}-h264-patches.tar.xz" + +LICENSE="LGPL-2" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux" +IUSE="+orc" + +RDEPEND=" + >=dev-libs/glib-2.34.3:2[${MULTILIB_USEDEP}] + >=media-libs/gst-plugins-base-0.10.36:${SLOT}[${MULTILIB_USEDEP}] + >=media-libs/gstreamer-0.10.36:${SLOT}[${MULTILIB_USEDEP}] + orc? ( >=dev-lang/orc-0.4.17[${MULTILIB_USEDEP}] ) +" +DEPEND="${RDEPEND}" +RDEPEND="${RDEPEND} + !