diff options
author | Christian Faulhammer <fauli@gentoo.org> | 2007-01-06 18:52:29 +0000 |
---|---|---|
committer | Christian Faulhammer <fauli@gentoo.org> | 2007-01-06 18:52:29 +0000 |
commit | 4cba80011968fd5f204e9fe757333bf7db337139 (patch) | |
tree | 9f6c69aaaf74c28a5c0787d38577e32bf87b05d0 /dev-dotnet/libgdiplus | |
parent | Fixed broken encoding in ChangeLog (diff) | |
download | historical-4cba80011968fd5f204e9fe757333bf7db337139.tar.gz historical-4cba80011968fd5f204e9fe757333bf7db337139.tar.bz2 historical-4cba80011968fd5f204e9fe757333bf7db337139.zip |
stable x86, security bug #159886
Package-Manager: portage-2.1.1-r2
Diffstat (limited to 'dev-dotnet/libgdiplus')
-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 |