diff options
author | Olivier Crête <tester@gentoo.org> | 2004-09-15 21:55:20 +0000 |
---|---|---|
committer | Olivier Crête <tester@gentoo.org> | 2004-09-15 21:55:20 +0000 |
commit | f75ebed4647a87f1f2c33617dce3dda88996ecdb (patch) | |
tree | eacbafe53cae40f643be0cc2751102ee55f0a7cc /app-crypt/heimdal | |
parent | gnome 2.8 commit (Manifest recommit) (diff) | |
download | gentoo-2-f75ebed4647a87f1f2c33617dce3dda88996ecdb.tar.gz gentoo-2-f75ebed4647a87f1f2c33617dce3dda88996ecdb.tar.bz2 gentoo-2-f75ebed4647a87f1f2c33617dce3dda88996ecdb.zip |
heimdal-0.6.3 stable on x86 per security bug 61412
Diffstat (limited to 'app-crypt/heimdal')
-rw-r--r-- | app-crypt/heimdal/ChangeLog | 5 | ||||
-rw-r--r-- | app-crypt/heimdal/heimdal-0.6.3.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/app-crypt/heimdal/ChangeLog b/app-crypt/heimdal/ChangeLog index fe4620ff3480..fa6f1c42ff9b 100644 --- a/app-crypt/heimdal/ChangeLog +++ b/app-crypt/heimdal/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-crypt/heimdal # Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-crypt/heimdal/ChangeLog,v 1.51 2004/09/15 19:07:38 gmsoft Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-crypt/heimdal/ChangeLog,v 1.52 2004/09/15 21:55:20 tester Exp $ + + 15 Sep 2004; Olivier Crete <tester@gentoo.org> heimdal-0.6.3.ebuild: + Stable on x86 per security bug 61412 15 Sep 2004; Guy Martin <gmsoft@gentoo.org> heimdal-0.6.3.ebuild: Stable on hppa. diff --git a/app-crypt/heimdal/heimdal-0.6.3.ebuild b/app-crypt/heimdal/heimdal-0.6.3.ebuild index 21d7340c19cf..b30dfaf8d7c9 100644 --- a/app-crypt/heimdal/heimdal-0.6.3.ebuild +++ b/app-crypt/heimdal/heimdal-0.6.3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-crypt/heimdal/heimdal-0.6.3.ebuild,v 1.6 2004/09/15 19:07:38 gmsoft Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-crypt/heimdal/heimdal-0.6.3.ebuild,v 1.7 2004/09/15 21:55:20 tester Exp $ inherit libtool eutils flag-o-matic @@ -10,7 +10,7 @@ HOMEPAGE="http://www.pdc.kth.se/heimdal/" SLOT="0" LICENSE="as-is" -KEYWORDS="~x86 sparc ppc ~alpha ~ia64 amd64 hppa ~mips" +KEYWORDS="x86 sparc ppc ~alpha ~ia64 amd64 hppa ~mips" IUSE="ssl berkdb ipv6 krb4 ldap" PROVIDE="virtual/krb5" |