diff options
author | Christian Faulhammer <fauli@gentoo.org> | 2010-02-21 22:13:47 +0000 |
---|---|---|
committer | Christian Faulhammer <fauli@gentoo.org> | 2010-02-21 22:13:47 +0000 |
commit | c4907e1d9c6e4b23452805954fa7fdf55ebdd449 (patch) | |
tree | 0203ae1de87c47f1e1287229b8d7f91740c0f196 /media-libs/libtheora | |
parent | stable x86, bug 257020 (diff) | |
download | gentoo-2-c4907e1d9c6e4b23452805954fa7fdf55ebdd449.tar.gz gentoo-2-c4907e1d9c6e4b23452805954fa7fdf55ebdd449.tar.bz2 gentoo-2-c4907e1d9c6e4b23452805954fa7fdf55ebdd449.zip |
stable x86, security bug 298039
(Portage version: 2.1.7.17/cvs/Linux i686)
Diffstat (limited to 'media-libs/libtheora')
-rw-r--r-- | media-libs/libtheora/ChangeLog | 6 | ||||
-rw-r--r-- | media-libs/libtheora/libtheora-1.1.1.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/media-libs/libtheora/ChangeLog b/media-libs/libtheora/ChangeLog index cd1e9831423e..5de26ef7974b 100644 --- a/media-libs/libtheora/ChangeLog +++ b/media-libs/libtheora/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for media-libs/libtheora # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/libtheora/ChangeLog,v 1.100 2010/02/20 18:13:50 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/libtheora/ChangeLog,v 1.101 2010/02/21 22:13:47 fauli Exp $ + + 21 Feb 2010; Christian Faulhammer <fauli@gentoo.org> + libtheora-1.1.1.ebuild: + stable x86, security bug 298039 20 Feb 2010; Jeroen Roovers <jer@gentoo.org> libtheora-1.1.1.ebuild: Stable for PPC (bug #298039). diff --git a/media-libs/libtheora/libtheora-1.1.1.ebuild b/media-libs/libtheora/libtheora-1.1.1.ebuild index 556fb0bb82fa..c8de4d46ab98 100644 --- a/media-libs/libtheora/libtheora-1.1.1.ebuild +++ b/media-libs/libtheora/libtheora-1.1.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/libtheora/libtheora-1.1.1.ebuild,v 1.3 2010/02/20 18:13:50 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/libtheora/libtheora-1.1.1.ebuild,v 1.4 2010/02/21 22:13:47 fauli Exp $ EAPI=2 inherit autotools eutils flag-o-matic @@ -11,7 +11,7 @@ SRC_URI="http://downloads.xiph.org/releases/theora/${P/_}.tar.bz2" LICENSE="BSD" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm hppa ~ia64 ~mips ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd" +KEYWORDS="~alpha ~amd64 ~arm hppa ~ia64 ~mips ppc ~ppc64 ~sh ~sparc x86 ~x86-fbsd" IUSE="doc +encode examples" RDEPEND="media-libs/libogg |