diff options
author | Christian Faulhammer <opfer@gentoo.org> | 2007-01-06 18:52:29 +0000 |
---|---|---|
committer | Christian Faulhammer <opfer@gentoo.org> | 2007-01-06 18:52:29 +0000 |
commit | a33af60315c01000b358c86ab85d36f8539a3ca1 (patch) | |
tree | 180ca4d981ada597ed0a352ade7eb6697bb84efe /dev-dotnet | |
parent | Fixed broken encoding in ChangeLog (diff) | |
download | gentoo-2-a33af60315c01000b358c86ab85d36f8539a3ca1.tar.gz gentoo-2-a33af60315c01000b358c86ab85d36f8539a3ca1.tar.bz2 gentoo-2-a33af60315c01000b358c86ab85d36f8539a3ca1.zip |
stable x86, security bug #159886
(Portage version: 2.1.1-r2)
Diffstat (limited to 'dev-dotnet')
-rw-r--r-- | dev-dotnet/libgdiplus/ChangeLog | 8 | ||||
-rw-r--r-- | dev-dotnet/libgdiplus/libgdiplus-1.2.2.ebuild | 6 |
2 files changed, 9 insertions, 5 deletions
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 <opfer@gentoo.org> + libgdiplus-1.2.2.ebuild: + stable x86, security bug #159886 07 Dec 2006; Saleem Abdulrasool <compnerd@gentoo.org> 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 |