unarj: mark as broken

And ‘maintain’ to help keep an eye on it.

Closes #7332.
This commit is contained in:
Tobias Geerinckx-Rice 2016-05-08 03:29:25 +02:00
parent b6092775cb
commit 666250bd3b
No known key found for this signature in database
GPG Key ID: 91CCDB9B48541B99

View File

@ -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;
};
}