ruby_2_2: 2.2.7 -> 2.2.8
For multiple CVE's: - CVE-2017-0898 - CVE-2017-10784 - CVE-2017-14033 - CVE-2017-14064 See https://www.ruby-lang.org/en/news/2017/09/14/ruby-2-2-8-released/
This commit is contained in:
parent
3fe7cddc30
commit
547fba5140
@ -196,11 +196,11 @@ in {
|
||||
};
|
||||
};
|
||||
|
||||
ruby_2_2_7 = generic {
|
||||
version = rubyVersion "2" "2" "7" "";
|
||||
ruby_2_2_8 = generic {
|
||||
version = rubyVersion "2" "2" "8" "";
|
||||
sha256 = {
|
||||
src = "199xz5bvmp26c7vyzw47cpxkd8jk826kc8nlpavqzj5vqp388h9p";
|
||||
git = "0i0nsm9ldjp39m9xq47v8w6wlg821ikczz530493cs150qkqa0a1";
|
||||
src = "12i6v5i0djl4xx3x7fq12snqb5d4drqjmnwqs05fby4bagcbjdwg";
|
||||
git = "16nw0795nhrj13crp5x4jis8hmi3gsyjl96pwk698wlrb89lf9bw";
|
||||
};
|
||||
};
|
||||
|
||||
|
@ -24,7 +24,7 @@ rec {
|
||||
"${patchSet}/patches/ruby/2.1.8/railsexpress/08-funny-falcon-method-cache.patch"
|
||||
"${patchSet}/patches/ruby/2.1.8/railsexpress/09-heap-dump-support.patch"
|
||||
];
|
||||
"2.2.7" = ops useRailsExpress [
|
||||
"2.2.8" = ops useRailsExpress [
|
||||
"${patchSet}/patches/ruby/2.2/head/railsexpress/01-zero-broken-tests.patch"
|
||||
"${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"
|
||||
|
@ -6700,7 +6700,7 @@ with pkgs;
|
||||
inherit (callPackage ../development/interpreters/ruby {})
|
||||
ruby_2_0_0
|
||||
ruby_2_1_10
|
||||
ruby_2_2_7
|
||||
ruby_2_2_8
|
||||
ruby_2_3_5
|
||||
ruby_2_4_2;
|
||||
|
||||
@ -6708,7 +6708,7 @@ with pkgs;
|
||||
ruby = ruby_2_3;
|
||||
ruby_2_0 = ruby_2_0_0;
|
||||
ruby_2_1 = ruby_2_1_10;
|
||||
ruby_2_2 = ruby_2_2_7;
|
||||
ruby_2_2 = ruby_2_2_8;
|
||||
ruby_2_3 = ruby_2_3_5;
|
||||
ruby_2_4 = ruby_2_4_2;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user