mujs: 2016-09-21 -> 2016-11-30 for multiple CVEs

- CVE-2016-7504
 - CVE-2016-7505
 - CVE-2016-7506
 - CVE-2016-9017
 - CVE-2016-9108
 - CVE-2016-9109
 - CVE-2016-9294

See more information: https://lwn.net/Vulnerabilities/707361/
This commit is contained in:
Graham Christensen 2016-11-30 08:29:44 -05:00
parent a9611a52f3
commit 0707962235
No known key found for this signature in database
GPG key ID: ACA1C1D120C83D5C

View file

@ -1,12 +1,12 @@
{ stdenv, fetchgit, clang }: { stdenv, fetchgit, clang }:
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
name = "mujs-2016-09-21"; name = "mujs-2016-11-30";
src = fetchgit { src = fetchgit {
url = git://git.ghostscript.com/mujs.git; url = git://git.ghostscript.com/mujs.git;
rev = "5c337af4b3df80cf967e4f9f6a21522de84b392a"; rev = "a0ceaf5050faf419401fe1b83acfa950ec8a8a89";
sha256 = "1x5g6nycggc83md2dbr2nahjbkkmmn64bg25a8hih7z72sw41dgw"; sha256 = "13abghhqrivaip4h0fav80i8hid220dj0ddc1xnhn6w9rbnrriyg";
}; };
buildInputs = [ clang ]; buildInputs = [ clang ];