diff options
author | 2020-01-25 20:02:28 +0100 | |
---|---|---|
committer | 2020-01-25 20:02:28 +0100 | |
commit | d27a9e33ba053d9ddd833ebaa4c52dc5f7b496aa (patch) | |
tree | 0b35bf2856481a0af49fa40c7f7b77c22ba68c9b | |
parent | media-sound/mpd: Remove USE="adplug" (diff) | |
download | gentoo-d27a9e33ba053d9ddd833ebaa4c52dc5f7b496aa.tar.gz gentoo-d27a9e33ba053d9ddd833ebaa4c52dc5f7b496aa.tar.bz2 gentoo-d27a9e33ba053d9ddd833ebaa4c52dc5f7b496aa.zip |
package.mask: Last rite media-libs/adplug
Bug: https://bugs.gentoo.org/706346
Closes: https://github.com/gentoo/gentoo/pull/14443
Signed-off-by: David Seifert <soap@gentoo.org>
-rw-r--r-- | profiles/package.mask | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/profiles/package.mask b/profiles/package.mask index 268a3a6d5e56..62b52278ff40 100644 --- a/profiles/package.mask +++ b/profiles/package.mask @@ -32,6 +32,16 @@ #--- END OF EXAMPLES --- +# David Seifert <soap@gentoo.org> (2020-01-25) +# Upstream is mostly unresponsive and doesn't have the resources to +# fix their code. Lots of bugs in the form of big endian issues, buffer +# overflows, heap overflows, memory leaks and missing sanity checks. +# Includes libbinio, which is only used by adplug and in a similarly poor +# state. Multiple open CVEs, removal in 30 days. Bug #667170, #706346. +media-libs/adplug +dev-cpp/libbinio +media-sound/adplay + # Victor Payno <vpayno+gentoo@gmail.com> (2020-01-23) # Requires slotted lua. =dev-lang/lua-5.1.5-r103 |