Skip to content

Commit

Permalink
ruby: 2.3.4 -> 2.3.5
Browse files Browse the repository at this point in the history
Fixes CVE-2017-14033, CVE-2017-0898

(cherry picked from commit 85049c5)
  • Loading branch information
rickynils committed Oct 9, 2017
1 parent 81ebbbc commit 816d0f1
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
8 changes: 4 additions & 4 deletions pkgs/development/interpreters/ruby/default.nix
Expand Up @@ -204,11 +204,11 @@ in {
};
};

ruby_2_3_4 = generic {
version = rubyVersion "2" "3" "4" "";
ruby_2_3_5 = generic {
version = rubyVersion "2" "3" "5" "";
sha256 = {
src = "1hy0zr4vwkqcjbykh2hp0d6ifkrhgskaxlzy6878sc9kr4bqzqcq";
git = "0jjhgdjv3aayxb0flxjiny7xfzh3ggrqcpvgjv2ydm25padfbqmp";
src = "1k6x4g68lq30i0myip5bn56rcbwjxmqq95j1fkdgbvwbnaxzfqjl";
git = "0spwqz4b5xxqzs13azsd4xz4jkc3is7d9q4s6s2qilb8ib4863jl";
};
};

Expand Down
2 changes: 1 addition & 1 deletion pkgs/development/interpreters/ruby/patchsets.nix
Expand Up @@ -29,7 +29,7 @@ rec {
"${patchSet}/patches/ruby/2.2/head/railsexpress/02-improve-gc-stats.patch"
"${patchSet}/patches/ruby/2.2/head/railsexpress/03-display-more-detailed-stack-trace.patch"
];
"2.3.4" = ops useRailsExpress [
"2.3.5" = ops useRailsExpress [
"${patchSet}/patches/ruby/2.3/head/railsexpress/01-skip-broken-tests.patch"
"${patchSet}/patches/ruby/2.3/head/railsexpress/02-improve-gc-stats.patch"
"${patchSet}/patches/ruby/2.3/head/railsexpress/03-display-more-detailed-stack-trace.patch"
Expand Down
4 changes: 2 additions & 2 deletions pkgs/top-level/all-packages.nix
Expand Up @@ -6627,15 +6627,15 @@ with pkgs;
ruby_2_0_0
ruby_2_1_10
ruby_2_2_8
ruby_2_3_4
ruby_2_3_5
ruby_2_4_2;

# Ruby aliases
ruby = ruby_2_3;
ruby_2_0 = ruby_2_0_0;
ruby_2_1 = ruby_2_1_10;
ruby_2_2 = ruby_2_2_8;
ruby_2_3 = ruby_2_3_4;
ruby_2_3 = ruby_2_3_5;
ruby_2_4 = ruby_2_4_2;

scsh = callPackage ../development/interpreters/scsh { };
Expand Down

0 comments on commit 816d0f1

Please sign in to comment.