unarj: mark as broken

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

Closes #7332.

+5 -2
+5 -2
pkgs/tools/archivers/unarj/default.nix
··· 14 sed -i -e s,/usr/local/bin,$out/bin, Makefile 15 ''; 16 17 - meta = { 18 description = "Unarchiver of ARJ files"; 19 - license = stdenv.lib.licenses.free; 20 }; 21 }
··· 14 sed -i -e s,/usr/local/bin,$out/bin, Makefile 15 ''; 16 17 + meta = with stdenv.lib; { 18 description = "Unarchiver of ARJ files"; 19 + license = licenses.free; 20 + maintainers = with maintainers; [ nckx ]; 21 + # Vulnerable to CVE-2015-0557 & possibly CVE-2015-0556, CVE-2015-2782: 22 + broken = true; 23 }; 24 }