diff options
author | taca <taca> | 2015-08-20 15:27:43 +0000 |
---|---|---|
committer | taca <taca> | 2015-08-20 15:27:43 +0000 |
commit | bf942137b1817dac742af772d894e7957e56c8ac (patch) | |
tree | 522aa6d34235eb0d225fd13c78824b99a74fd442 /lang/ruby | |
parent | c429f871bd1dd5b730d87b6c598dfbe89771e8c9 (diff) | |
download | pkgsrc-bf942137b1817dac742af772d894e7957e56c8ac.tar.gz |
Update ruby21-base to 2.1.7 (Ruby 2.1.7).
Release announce:
Ruby 2.1.7 Released
Posted by usa on 18 Aug 2015
Ruby 2.1.7 has been released.
This release includes the security fix for a RubyGems domain name
verification vulnerability. Please view the topic below for more details.
CVE-2015-3900 Request hijacking vulnerability in RubyGems 2.4.6 and earlier
And, many bug fixes are also included. See tickets and ChangeLog for details.
Diffstat (limited to 'lang/ruby')
-rw-r--r-- | lang/ruby/rubyversion.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/ruby/rubyversion.mk b/lang/ruby/rubyversion.mk index 3dd4839e42c..27e83a20efd 100644 --- a/lang/ruby/rubyversion.mk +++ b/lang/ruby/rubyversion.mk @@ -1,4 +1,4 @@ -# $NetBSD: rubyversion.mk,v 1.145 2015/08/20 15:22:16 taca Exp $ +# $NetBSD: rubyversion.mk,v 1.146 2015/08/20 15:27:43 taca Exp $ # # This file determines which Ruby version is used as a dependency for @@ -229,7 +229,7 @@ RUBY_VERSION_REQD?= ${PKGNAME_REQD:C/ruby([0-9][0-9]+)-.*/\1/} RUBY18_VERSION= 1.8.7 RUBY193_VERSION= 1.9.3 RUBY200_VERSION= 2.0.0 -RUBY21_VERSION= 2.1.6 +RUBY21_VERSION= 2.1.7 RUBY22_VERSION= 2.2.2 # patch |