Commit 17952c30b272db567d2d1869f765e127640bf5da
1 parent
e6afbff4
Exists in
master
and in
4 other branches
Update ruby to patchlevel 353 (security update)
https://www.ruby-lang.org/en/news/2013/11/22/heap-overflow-in-floating-point-parsing-cve-2013-4164/
Showing
1 changed file
with
2 additions
and
2 deletions
Show diff stats
doc/install/installation.md
... | ... | @@ -118,8 +118,8 @@ Remove the old Ruby 1.8 if present |
118 | 118 | Download Ruby and compile it: |
119 | 119 | |
120 | 120 | mkdir /tmp/ruby && cd /tmp/ruby |
121 | - curl --progress ftp://ftp.ruby-lang.org/pub/ruby/2.0/ruby-2.0.0-p247.tar.gz | tar xz | |
122 | - cd ruby-2.0.0-p247 | |
121 | + curl --progress ftp://ftp.ruby-lang.org/pub/ruby/2.0/ruby-2.0.0-p353.tar.gz | tar xz | |
122 | + cd ruby-2.0.0-p353 | |
123 | 123 | ./configure --disable-install-rdoc |
124 | 124 | make |
125 | 125 | sudo make install | ... | ... |