about summary refs log tree commit diff
path: root/pkgs/development/interpreters
diff options
context:
space:
mode:
authorzimbatm <zimbatm@zimbatm.com>2013-11-24 16:37:26 +0000
committerVladimír Čunát <vcunat@gmail.com>2013-12-02 20:11:58 +0100
commit75a6ed8ddb558627207689ff4a3b97495cb76fef (patch)
treeb5548b87e4799716dcaa410dfd5a100cc30d4bac /pkgs/development/interpreters
parent7c6e108c2d7d39d0a61312ab0e322cc0aececfbd (diff)
downloadnixlib-75a6ed8ddb558627207689ff4a3b97495cb76fef.tar
nixlib-75a6ed8ddb558627207689ff4a3b97495cb76fef.tar.gz
nixlib-75a6ed8ddb558627207689ff4a3b97495cb76fef.tar.bz2
nixlib-75a6ed8ddb558627207689ff4a3b97495cb76fef.tar.lz
nixlib-75a6ed8ddb558627207689ff4a3b97495cb76fef.tar.xz
nixlib-75a6ed8ddb558627207689ff4a3b97495cb76fef.tar.zst
nixlib-75a6ed8ddb558627207689ff4a3b97495cb76fef.zip
Updates ruby 1.9.3 to patch-level 484. Fixes CVE-2013-4164
Diffstat (limited to 'pkgs/development/interpreters')
-rw-r--r--pkgs/development/interpreters/ruby/ruby-19.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/interpreters/ruby/ruby-19.nix b/pkgs/development/interpreters/ruby/ruby-19.nix
index 8689e41867bb..345439b593e9 100644
--- a/pkgs/development/interpreters/ruby/ruby-19.nix
+++ b/pkgs/development/interpreters/ruby/ruby-19.nix
@@ -19,7 +19,7 @@ stdenv.mkDerivation rec {
   
   src = fetchurl {
     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.
@@ -62,7 +62,7 @@ stdenv.mkDerivation rec {
   passthru = rec {
     majorVersion = "1.9";
     minorVersion = "3";
-    patchLevel = "429";
+    patchLevel = "484";
     libPath = "lib/ruby/${majorVersion}";
     gemPath = "lib/ruby/gems/${majorVersion}";
   };