From d6932ce5816d157a169b37859b9309e96e527418 Mon Sep 17 00:00:00 2001 From: Achilleas Pipinellis Date: Sat, 23 Nov 2013 12:33:24 +0200 Subject: [PATCH] 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/ --- doc/install/installation.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/install/installation.md b/doc/install/installation.md index 660d7fa2bc1..ba5ad361b2d 100644 --- a/doc/install/installation.md +++ b/doc/install/installation.md @@ -91,9 +91,9 @@ Remove the old Ruby 1.8 if present Download Ruby and compile it: mkdir /tmp/ruby && cd /tmp/ruby - curl --progress ftp://ftp.ruby-lang.org/pub/ruby/2.0/ruby-2.0.0-p247.tar.gz | tar xz - cd ruby-2.0.0-p247 - ./configure + curl --progress ftp://ftp.ruby-lang.org/pub/ruby/2.0/ruby-2.0.0-p353.tar.gz | tar xz + cd ruby-2.0.0-p353 + ./configure --disable-install-rdoc make sudo make install -- GitLab