From 6ea0f4f0ba000502e90e546ec241044d88fc60c1 Mon Sep 17 00:00:00 2001 From: Achilleas Pipinellis Date: Sat, 23 Nov 2013 12:33:24 +0200 Subject: 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 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'doc/install') diff --git a/doc/install/installation.md b/doc/install/installation.md index 6659a5ae2e3..1daf34508f6 100644 --- a/doc/install/installation.md +++ b/doc/install/installation.md @@ -91,8 +91,8 @@ 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 + 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 -- cgit v1.2.1