commit: d09ad3d85d31fb36deec08d16e1e1424a75f0a52 Author: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org> AuthorDate: Tue Nov 13 20:03:54 2018 +0000 Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org> CommitDate: Tue Nov 13 20:05:29 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d09ad3d8
package.mask: mask >=dev-lang/nasm-2.14, bug #670944 New version started creating files when input file is not set. This is unexpected behaviour change and causes sandbox violations. Reported-by: Toralf Förster Reported-by: jorgicio Bug: https://bugs.gentoo.org/670944 Signed-off-by: Sergei Trofimovich <slyfox <AT> gentoo.org> profiles/package.mask | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/profiles/package.mask b/profiles/package.mask index 369acb7466f..7fa894fdbfe 100644 --- a/profiles/package.mask +++ b/profiles/package.mask @@ -29,6 +29,12 @@ #--- END OF EXAMPLES --- +# Sergei Trofimovich <[email protected]> (13 Nov 2018) +# New version started creating files when input file is not set. +# This is unexpected behaviour change and causes sandbox +# violations: bug #670944 +>=dev-lang/nasm-2.14 + # Hans de Graaff <[email protected]> (12 Nov 2018) # Mask ruby23-only packages for removal. These packages are not # compatible with ruby24+ or they are old slots that are ruby23-only
