Updates ruby 1.9.3 to patch-level 484. Fixes CVE-2013-4164
This commit is contained in:
parent
7c6e108c2d
commit
75a6ed8ddb
@ -19,7 +19,7 @@ stdenv.mkDerivation rec {
|
|||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "http://cache.ruby-lang.org/pub/ruby/1.9/${name}.tar.bz2";
|
url = "http://cache.ruby-lang.org/pub/ruby/1.9/${name}.tar.bz2";
|
||||||
sha256 = "0w1avj8qfskvkgvrjxxc1cxjm14bf1v60ipvcl5q3zpn9k14k2cx";
|
sha256 = "0fdc6e860d0023ba7b94c7a0cf1f7d32908b65b526246de9dfd5bb39d0d7922b";
|
||||||
};
|
};
|
||||||
|
|
||||||
# Have `configure' avoid `/usr/bin/nroff' in non-chroot builds.
|
# Have `configure' avoid `/usr/bin/nroff' in non-chroot builds.
|
||||||
@ -62,7 +62,7 @@ stdenv.mkDerivation rec {
|
|||||||
passthru = rec {
|
passthru = rec {
|
||||||
majorVersion = "1.9";
|
majorVersion = "1.9";
|
||||||
minorVersion = "3";
|
minorVersion = "3";
|
||||||
patchLevel = "429";
|
patchLevel = "484";
|
||||||
libPath = "lib/ruby/${majorVersion}";
|
libPath = "lib/ruby/${majorVersion}";
|
||||||
gemPath = "lib/ruby/gems/${majorVersion}";
|
gemPath = "lib/ruby/gems/${majorVersion}";
|
||||||
};
|
};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user