diff options
author | taca <taca@pkgsrc.org> | 2014-11-15 14:42:20 +0000 |
---|---|---|
committer | taca <taca@pkgsrc.org> | 2014-11-15 14:42:20 +0000 |
commit | d8a60e88bbaf06b109f110251798eefbd249ed73 (patch) | |
tree | 1f31d0756a90231b17c4d6c3b826c8f79c2ac8f1 /lang/ruby | |
parent | 99d20f1c925884827f997bbe5cef9eb1929d8bbd (diff) | |
download | pkgsrc-d8a60e88bbaf06b109f110251798eefbd249ed73.tar.gz |
Update ruby21-base (and ruby21) package to 2.1.5 (Ruby 2.1.5).
* CVE-2014-8090: Another Denial of Service XML Expansion.
Diffstat (limited to 'lang/ruby')
-rw-r--r-- | lang/ruby/rubyversion.mk | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lang/ruby/rubyversion.mk b/lang/ruby/rubyversion.mk index 6a63d45f11a..850c256e397 100644 --- a/lang/ruby/rubyversion.mk +++ b/lang/ruby/rubyversion.mk @@ -1,4 +1,4 @@ -# $NetBSD: rubyversion.mk,v 1.129 2014/11/15 14:39:09 taca Exp $ +# $NetBSD: rubyversion.mk,v 1.130 2014/11/15 14:42:20 taca Exp $ # # This file determines which Ruby version is used as a dependency for @@ -223,13 +223,13 @@ 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.4 +RUBY21_VERSION= 2.1.5 # patch RUBY18_PATCHLEVEL= pl374 RUBY193_PATCHLEVEL= p551 RUBY200_PATCHLEVEL= p598 -#RUBY21_PATCHLEVEL= p265 +#RUBY21_PATCHLEVEL= p273 # current API compatible version; used for version of shared library RUBY18_API_VERSION= 1.8.7 |