From f2a94ddbf9340779a4d7d6d30271618bbcfb6f07 Mon Sep 17 00:00:00 2001 From: taca Date: Wed, 21 May 2014 03:14:45 +0000 Subject: Update ruby200 to Ruby 2.0.0-p481. Including many bug fixes: * support for build with Readline-6.3 * a fix for old OpenSSL (regression in p451) * an updated bundled version of libyaml (see Heap Overflow in YAML URI Escape Parsing (CVE-2014-2525)) For detail, please refer ChangeLog. --- lang/ruby/rubyversion.mk | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lang/ruby') diff --git a/lang/ruby/rubyversion.mk b/lang/ruby/rubyversion.mk index 7292c66818c..a8a8163a8cb 100644 --- a/lang/ruby/rubyversion.mk +++ b/lang/ruby/rubyversion.mk @@ -1,4 +1,4 @@ -# $NetBSD: rubyversion.mk,v 1.119 2014/05/21 03:08:34 taca Exp $ +# $NetBSD: rubyversion.mk,v 1.120 2014/05/21 03:14:45 taca Exp $ # # This file determines which Ruby version is used as a dependency for @@ -220,7 +220,7 @@ RUBY21_VERSION= 2.1.1 # patch RUBY18_PATCHLEVEL= pl374 RUBY193_PATCHLEVEL= p545 -RUBY200_PATCHLEVEL= p451 +RUBY200_PATCHLEVEL= p481 # current API compatible version; used for version of shared library RUBY18_API_VERSION= 1.8.7 -- cgit v1.2.3