diff options
author | Fabian Groffen <grobian@gentoo.org> | 2005-10-01 14:56:00 +0000 |
---|---|---|
committer | Fabian Groffen <grobian@gentoo.org> | 2005-10-01 14:56:00 +0000 |
commit | e7cacbe479f375d10160e0b62b958db7a984964f (patch) | |
tree | c676e8c79f19d04201d70575f6f630eb3e89e955 /profiles | |
parent | Ebuild clean-up. Replaced "cp --parents" by "treecopy" (bug #106443). (diff) | |
download | gentoo-2-e7cacbe479f375d10160e0b62b958db7a984964f.tar.gz gentoo-2-e7cacbe479f375d10160e0b62b958db7a984964f.tar.bz2 gentoo-2-e7cacbe479f375d10160e0b62b958db7a984964f.zip |
Masking ruby per security bug #106996
Diffstat (limited to 'profiles')
-rw-r--r-- | profiles/default-darwin/macos/10.3/package.mask | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/profiles/default-darwin/macos/10.3/package.mask b/profiles/default-darwin/macos/10.3/package.mask index 95b6d2e04e1d..2337366c3c7a 100644 --- a/profiles/default-darwin/macos/10.3/package.mask +++ b/profiles/default-darwin/macos/10.3/package.mask @@ -52,3 +52,7 @@ app-arch/cpio # libidn needs java-config. This one is not yet ported, so as long as # thre is no solution for that it is masked net-dns/libidn + +# Ruby 1.8.2 compiles, but it contains a security bug. We cannot +# compile 1.8.3 because it needs autoconf 2.59 which we don't have +dev-lang/ruby |