Merge pull request #49817 from alyssais/rack_cve

rack: 1.6.* -> 1.6.11, 2.0.* -> 2.0.6 (CVE-2018-16470, CVE-2018-16471)
This commit is contained in:
Jörg Thalheim
2018-11-09 19:30:43 +00:00
committed by GitHub
27 changed files with 188 additions and 55 deletions
@@ -230,6 +230,12 @@ in
'';
};
metasploit-framework = attrs: {
preInstall = ''
export HOME=$TMPDIR
'';
};
msgpack = attrs: {
buildInputs = [ msgpack ];
};