diff options
author | Mark Loeser <halcy0n@gentoo.org> | 2011-12-22 23:24:00 +0000 |
---|---|---|
committer | Mark Loeser <halcy0n@gentoo.org> | 2011-12-22 23:24:00 +0000 |
commit | 4434d9bd60ba3335272e51aadbad485caa2fcdec (patch) | |
tree | 949972660bb03c594be28c81cd26efa8a5fb5964 /app-crypt/mit-krb5 | |
parent | Version bump. Fix a couple of crashes. Re-enable tests to the exception of ed... (diff) | |
download | gentoo-2-4434d9bd60ba3335272e51aadbad485caa2fcdec.tar.gz gentoo-2-4434d9bd60ba3335272e51aadbad485caa2fcdec.tar.bz2 gentoo-2-4434d9bd60ba3335272e51aadbad485caa2fcdec.zip |
Stable for ppc/ppc64; bug #393429
(Portage version: 2.1.10.11/cvs/Linux ppc64)
Diffstat (limited to 'app-crypt/mit-krb5')
-rw-r--r-- | app-crypt/mit-krb5/ChangeLog | 5 | ||||
-rw-r--r-- | app-crypt/mit-krb5/mit-krb5-1.9.2-r1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/app-crypt/mit-krb5/ChangeLog b/app-crypt/mit-krb5/ChangeLog index 3719edd205f6..140577d8b4f3 100644 --- a/app-crypt/mit-krb5/ChangeLog +++ b/app-crypt/mit-krb5/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-crypt/mit-krb5 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-crypt/mit-krb5/ChangeLog,v 1.306 2011/12/11 16:38:05 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-crypt/mit-krb5/ChangeLog,v 1.307 2011/12/22 23:24:00 halcy0n Exp $ + + 22 Dec 2011; Mark Loeser <halcy0n@gentoo.org> mit-krb5-1.9.2-r1.ebuild: + Stable for ppc/ppc64; bug #393429 11 Dec 2011; Agostino Sarubbo <ago@gentoo.org> mit-krb5-1.9.2-r1.ebuild: Stable for AMD64, wrt security bug #393429 diff --git a/app-crypt/mit-krb5/mit-krb5-1.9.2-r1.ebuild b/app-crypt/mit-krb5/mit-krb5-1.9.2-r1.ebuild index e4137a2772c4..73d6b28357d7 100644 --- a/app-crypt/mit-krb5/mit-krb5-1.9.2-r1.ebuild +++ b/app-crypt/mit-krb5/mit-krb5-1.9.2-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-crypt/mit-krb5/mit-krb5-1.9.2-r1.ebuild,v 1.5 2011/12/11 16:38:05 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-crypt/mit-krb5/mit-krb5-1.9.2-r1.ebuild,v 1.6 2011/12/22 23:24:00 halcy0n Exp $ EAPI=3 @@ -14,7 +14,7 @@ SRC_URI="http://web.mit.edu/kerberos/dist/krb5/${P_DIR}/${MY_P}-signed.tar" LICENSE="as-is" SLOT="0" -KEYWORDS="alpha amd64 arm hppa ia64 ~mips ~ppc ~ppc64 s390 sh sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos" +KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 s390 sh sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos" IUSE="doc +keyutils openldap +pkinit +threads test xinetd" RDEPEND="!!app-crypt/heimdal |