Commit 251c384a7c3ce6a6606ab070bf9f78f5d59015cc
1 parent
35db034e
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 | ... | ... |