diff options
author | 2006-11-21 10:57:48 +0000 | |
---|---|---|
committer | 2006-11-21 10:57:48 +0000 | |
commit | be021ff82de3bd0a79675b6a1b5842b63e5f1b82 (patch) | |
tree | f447035a4710c90de7a2e71b08d75ee94f8aa490 /profiles/package.mask | |
parent | CVE-2006-5779, bug #154349. Please note that all revision sets (both stable a... (diff) | |
download | gentoo-2-be021ff82de3bd0a79675b6a1b5842b63e5f1b82.tar.gz gentoo-2-be021ff82de3bd0a79675b6a1b5842b63e5f1b82.tar.bz2 gentoo-2-be021ff82de3bd0a79675b6a1b5842b63e5f1b82.zip |
block mhash that is broken on bigendian.
Diffstat (limited to 'profiles/package.mask')
-rw-r--r-- | profiles/package.mask | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/profiles/package.mask b/profiles/package.mask index b964eaba28af..2268fe926f65 100644 --- a/profiles/package.mask +++ b/profiles/package.mask @@ -1,5 +1,5 @@ ##################################################################### -# $Header: /var/cvsroot/gentoo-x86/profiles/package.mask,v 1.6323 2006/11/21 05:51:12 opfer Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/package.mask,v 1.6324 2006/11/21 10:57:48 robbat2 Exp $ # When you add an entry to this file, add your name, the date, and an # explanation of why something is getting masked # @@ -21,6 +21,10 @@ ## End example ## +# Robin H. Johnson <robbat2@gentoo.org> (21 Nov 2006) +# Block. It breaks badly on bigendian boxes. +=app-crypt/mhash-0.9.7.1 + # Aron Griffis <agriffis@gentoo.org> # Masked for testing new enablement via eselect =app-shells/bash-completion-20060301-r1 |