mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-01 23:22:37 +00:00
unarj: mark as broken
And ‘maintain’ to help keep an eye on it. Closes #7332.
This commit is contained in:
parent
b6092775cb
commit
666250bd3b
@ -14,8 +14,11 @@ stdenv.mkDerivation rec {
|
||||
sed -i -e s,/usr/local/bin,$out/bin, Makefile
|
||||
'';
|
||||
|
||||
meta = {
|
||||
meta = with stdenv.lib; {
|
||||
description = "Unarchiver of ARJ files";
|
||||
license = stdenv.lib.licenses.free;
|
||||
license = licenses.free;
|
||||
maintainers = with maintainers; [ nckx ];
|
||||
# Vulnerable to CVE-2015-0557 & possibly CVE-2015-0556, CVE-2015-2782:
|
||||
broken = true;
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user