From: Christian Faulhammer Date: Sat, 6 Jan 2007 18:52:29 +0000 (+0000) Subject: stable x86, security bug #159886 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=4cba80011968fd5f204e9fe757333bf7db337139;p=gentoo.git stable x86, security bug #159886 Package-Manager: portage-2.1.1-r2 --- diff --git a/dev-dotnet/libgdiplus/ChangeLog b/dev-dotnet/libgdiplus/ChangeLog index 1567e2622cc3..62cc8f03587e 100644 --- a/dev-dotnet/libgdiplus/ChangeLog +++ b/dev-dotnet/libgdiplus/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-dotnet/libgdiplus -# Copyright 2000-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-dotnet/libgdiplus/ChangeLog,v 1.64 2006/12/07 02:13:24 compnerd Exp $ +# Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-dotnet/libgdiplus/ChangeLog,v 1.65 2007/01/06 18:52:29 opfer Exp $ + + 06 Jan 2007; Christian Faulhammer + libgdiplus-1.2.2.ebuild: + stable x86, security bug #159886 07 Dec 2006; Saleem Abdulrasool libgdiplus-1.1.13.2.ebuild, libgdiplus-1.1.13.4.ebuild, diff --git a/dev-dotnet/libgdiplus/libgdiplus-1.2.2.ebuild b/dev-dotnet/libgdiplus/libgdiplus-1.2.2.ebuild index c9ac405e69eb..03284a8bc8b2 100644 --- a/dev-dotnet/libgdiplus/libgdiplus-1.2.2.ebuild +++ b/dev-dotnet/libgdiplus/libgdiplus-1.2.2.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2006 Gentoo Foundation +# Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-dotnet/libgdiplus/libgdiplus-1.2.2.ebuild,v 1.2 2006/12/07 02:13:24 compnerd Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-dotnet/libgdiplus/libgdiplus-1.2.2.ebuild,v 1.3 2007/01/06 18:52:29 opfer Exp $ inherit eutils flag-o-matic toolchain-funcs autotools @@ -10,7 +10,7 @@ SRC_URI="http://www.go-mono.com/sources/${PN}/${P}.tar.gz" LICENSE="MIT" SLOT="0" -KEYWORDS="~amd64 ~ppc ~x86" +KEYWORDS="~amd64 ~ppc x86" IUSE="exif gif jpeg tiff" RDEPEND=">=dev-libs/glib-2.6 diff --git a/dev-dotnet/pe-format/ChangeLog b/dev-dotnet/pe-format/ChangeLog index 91d50d1c1253..7f1ef928e808 100644 --- a/dev-dotnet/pe-format/ChangeLog +++ b/dev-dotnet/pe-format/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-dotnet/pe-format -# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-dotnet/pe-format/ChangeLog,v 1.3 2006/12/21 22:01:04 drizzt Exp $ +# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-dotnet/pe-format/ChangeLog,v 1.4 2007/01/06 18:47:38 opfer Exp $ + + 06 Jan 2007; Christian Faulhammer pe-format-0.ebuild: + stable x86, security bug #159886 21 Dec 2006; Timothy Redaelli pe-format-0.ebuild: Add ~ppc keyword diff --git a/dev-dotnet/pe-format/files/digest-pe-format-0 b/dev-dotnet/pe-format/files/digest-pe-format-0 index e69de29bb2d1..8b137891791f 100644 --- a/dev-dotnet/pe-format/files/digest-pe-format-0 +++ b/dev-dotnet/pe-format/files/digest-pe-format-0 @@ -0,0 +1 @@ + diff --git a/dev-dotnet/pe-format/pe-format-0.ebuild b/dev-dotnet/pe-format/pe-format-0.ebuild index b0135d4c613b..854294c082c0 100644 --- a/dev-dotnet/pe-format/pe-format-0.ebuild +++ b/dev-dotnet/pe-format/pe-format-0.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2006 Gentoo Foundation +# Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-dotnet/pe-format/pe-format-0.ebuild,v 1.3 2006/12/21 22:01:04 drizzt Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-dotnet/pe-format/pe-format-0.ebuild,v 1.4 2007/01/06 18:47:38 opfer Exp $ inherit eutils @@ -9,7 +9,7 @@ HOMEPAGE="http://www.kernel.org/" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~amd64 ~ppc ~x86" +KEYWORDS="~amd64 ~ppc x86" IUSE="" RDEPEND="|| ( dev-lang/mono dev-dotnet/pnet )"