diff options
author | Hans de Graaff <graaff@gentoo.org> | 2016-12-13 08:09:02 +0100 |
---|---|---|
committer | Hans de Graaff <graaff@gentoo.org> | 2016-12-29 14:05:10 +0100 |
commit | 3253055c2ee01fdc6803c7bfd98a845a3bae65c3 (patch) | |
tree | 1da178d5df6ff99b87c00cbbad9177bde37f7166 /profiles | |
parent | app-admin/perl-cleaner: Version bump; remove old (diff) | |
download | gentoo-3253055c2ee01fdc6803c7bfd98a845a3bae65c3.tar.gz gentoo-3253055c2ee01fdc6803c7bfd98a845a3bae65c3.tar.bz2 gentoo-3253055c2ee01fdc6803c7bfd98a845a3bae65c3.zip |
profiles/package.mask: Mask Rails 4.1 for removal
Diffstat (limited to 'profiles')
-rw-r--r-- | profiles/package.mask | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/profiles/package.mask b/profiles/package.mask index b52cc6bd18df..f41b1f55cd52 100644 --- a/profiles/package.mask +++ b/profiles/package.mask @@ -30,6 +30,25 @@ #--- END OF EXAMPLES --- +# Hans de Graaff <graaff@gentoo.org> (13 Dec 2016) +# Mask Rails 4.1.x for removal. +# This version of Rails has not been supported upstream since Rails +# 5.0.0 came out and its security can no longer be guaranteed. +# Masked for removal in 30 days. +dev-ruby/rails:4.1 +dev-ruby/railties:4.1 +dev-ruby/activerecord:4.1 +dev-ruby/actionmailer:4.1 +dev-ruby/actionpack:4.1 +dev-ruby/actionview:4.1 +dev-ruby/activemodel:4.1 +dev-ruby/activesupport:4.1 +# Still depends on Rails 4.1 for testing +=dev-ruby/dalli-2.7.4 +# Still depends on activerecord:4.1. No newer upstream version that +# depends on a newer version. +net-misc/termtter + # David Seifert <soap@gentoo.org> (27 Dec 2016) # New release, masked to iron out bugs >=dev-util/boost-build-1.63.0 |