diff options
author | Christian Faulhammer <opfer@gentoo.org> | 2007-01-06 18:58:47 +0000 |
---|---|---|
committer | Christian Faulhammer <opfer@gentoo.org> | 2007-01-06 18:58:47 +0000 |
commit | adb2b5a65325c6e2273ae2d9a0188efa83eeb710 (patch) | |
tree | 6b4afa696fc85cd267258620f3742a18e3a204d1 /dev-lang | |
parent | remove old version (diff) | |
download | gentoo-2-adb2b5a65325c6e2273ae2d9a0188efa83eeb710.tar.gz gentoo-2-adb2b5a65325c6e2273ae2d9a0188efa83eeb710.tar.bz2 gentoo-2-adb2b5a65325c6e2273ae2d9a0188efa83eeb710.zip |
stable x86, security bug #159886
(Portage version: 2.1.1-r2)
Diffstat (limited to 'dev-lang')
-rw-r--r-- | dev-lang/mono/ChangeLog | 7 | ||||
-rw-r--r-- | dev-lang/mono/mono-1.2.2.1.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/dev-lang/mono/ChangeLog b/dev-lang/mono/ChangeLog index adc4d648033e..0de5b77c6929 100644 --- a/dev-lang/mono/ChangeLog +++ b/dev-lang/mono/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-lang/mono -# Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/mono/ChangeLog,v 1.101 2006/12/21 22:05:32 compnerd Exp $ +# Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-lang/mono/ChangeLog,v 1.102 2007/01/06 18:58:47 opfer Exp $ + + 06 Jan 2007; Christian Faulhammer <opfer@gentoo.org> mono-1.2.2.1.ebuild: + stable x86, security bug #159886 21 Dec 2006; Saleem Abdulrasool <compnerd@gentoo.org> mono-1.2.2.1.ebuild: Add dep on dev-dotnet/pe-format to register the format with binfmt_misc diff --git a/dev-lang/mono/mono-1.2.2.1.ebuild b/dev-lang/mono/mono-1.2.2.1.ebuild index 11906ecada2b..8cbb97deee97 100644 --- a/dev-lang/mono/mono-1.2.2.1.ebuild +++ b/dev-lang/mono/mono-1.2.2.1.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-lang/mono/mono-1.2.2.1.ebuild,v 1.3 2006/12/21 22:05:32 compnerd Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/mono/mono-1.2.2.1.ebuild,v 1.4 2007/01/06 18:58:47 opfer Exp $ inherit eutils flag-o-matic multilib autotools @@ -10,7 +10,7 @@ SRC_URI="http://www.go-mono.com/sources/mono/${P}.tar.gz" LICENSE="|| ( GPL-2 LGPL-2 X11 )" SLOT="0" -KEYWORDS="~amd64 ~ppc ~x86" +KEYWORDS="~amd64 ~ppc x86" IUSE="X nptl" RDEPEND="!<dev-dotnet/pnet-0.6.12 |