diff options
author | Matthias Maier <tamiko@gentoo.org> | 2017-06-08 11:20:38 -0500 |
---|---|---|
committer | Matthias Maier <tamiko@gentoo.org> | 2017-06-19 10:14:52 -0500 |
commit | aa57c4a8ee21fa208a21388c1291260c1dd8c389 (patch) | |
tree | a2630e2020d02739f910a70ef2bf224d4e7b2266 /profiles | |
parent | Revert "x11-libs/cairo: Version bump to 1.14.10" (diff) | |
download | gentoo-aa57c4a8ee21fa208a21388c1291260c1dd8c389.tar.gz gentoo-aa57c4a8ee21fa208a21388c1291260c1dd8c389.tar.bz2 gentoo-aa57c4a8ee21fa208a21388c1291260c1dd8c389.zip |
profiles: Mask all glibc versions older than 2.23
Diffstat (limited to 'profiles')
-rw-r--r-- | profiles/package.mask | 15 |
1 files changed, 9 insertions, 6 deletions
diff --git a/profiles/package.mask b/profiles/package.mask index abadf5f05286..98e10eb8a7ee 100644 --- a/profiles/package.mask +++ b/profiles/package.mask @@ -579,14 +579,17 @@ media-libs/lv2-ui # Michał Górny <mgorny@gentoo.org>, Andreas K. Hüttel <dilfridge@gentoo.org>, # Matthias Maier <tamiko@gentoo.org> (21 May 2017) -# Those old versions of GCC are no longer really supported and are not -# suitable for use as a system-wide compiler. Using them can result -# in build failures (and possible breakage) for many packages. +# These old versions of toolchain packages (binutils, gcc, glibc) are no +# longer officially supported and are not suitable for general use. Using +# these packages can result in build failures (and possible breakage) for +# many packages, and may leave your system vulnerable to known security +# exploits. # -# If you still use one of these as your system compiler, please upgrade -# and switch the compiler ASAP. If you need them for a specific (isolated) -# use case, feel free to unmask them on your system. +# If you still use one of these old toolchain packages, please upgrade (and +# in case of gcc switch the compiler) ASAP. If you need them for a specific +# (isolated) use case, feel free to unmask them on your system. <sys-devel/gcc-4.9 +<sys-libs/glibc-2.23 # Michał Górny <mgorny@gentoo.org> (20 May 2017) # Old versions of CUDA and their reverse dependencies. They do not |