diff options
author | Michał Górny <mgorny@gentoo.org> | 2019-04-25 17:12:44 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2019-04-25 17:14:38 +0200 |
commit | ccdc858713b1f18e1fab59d89deabbbcade018f7 (patch) | |
tree | 1f19550d4f94e997e13b012728059f7a6a723b68 /profiles | |
parent | dev-embedded/platformio: Version bump (diff) | |
download | gentoo-ccdc858713b1f18e1fab59d89deabbbcade018f7.tar.gz gentoo-ccdc858713b1f18e1fab59d89deabbbcade018f7.tar.bz2 gentoo-ccdc858713b1f18e1fab59d89deabbbcade018f7.zip |
package.mask: Last rite app-admin/lsat
Bug: https://bugs.gentoo.org/684340
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'profiles')
-rw-r--r-- | profiles/package.mask | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/profiles/package.mask b/profiles/package.mask index cf80cff55130..217ff061f822 100644 --- a/profiles/package.mask +++ b/profiles/package.mask @@ -29,6 +29,17 @@ #--- END OF EXAMPLES --- +# Michał Górny <mgorny@gentoo.org> (25 Apr 2019) +# This programs suffers severe code quality problems and should have +# never been added to Gentoo. It looks like a shell script badly +# converted to a C program with a lot of system() calls with globs, +# horribly unreadable code and broken memory management including +# reading past end-of-string (which only recently replaced writing into +# uninitialized memory). Auditing the program completely would probably +# be more costly than rewriting it from scratch. +# Removal in 30 days. Bug #684340. +app-admin/lsat + # Lars Wendler <polynomial-c@gentoo.org> (24 Apr 2019) # Breaks current available net-ftp/filezilla releases (#684282) =dev-libs/libfilezilla-0.16.0 |