diff options
author | taca <taca@pkgsrc.org> | 2014-11-15 14:33:45 +0000 |
---|---|---|
committer | taca <taca@pkgsrc.org> | 2014-11-15 14:33:45 +0000 |
commit | 18de4eb426f37941892d0913b17833a76da6e774 (patch) | |
tree | 02a1011605f1e07119c5534c03d112f74c7981c7 /lang/ruby | |
parent | e16cc580136bed09e3713df809a95ba05253ff96 (diff) | |
download | pkgsrc-18de4eb426f37941892d0913b17833a76da6e774.tar.gz |
Update ruby200-base and related packages to 2.0.0-p598 (Ruby 2.0.0-p598).
* CVE-2014-8090: Another Denial of Service XML Expansion.
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 b7db83c4e61..7209e8248c9 100644 --- a/lang/ruby/rubyversion.mk +++ b/lang/ruby/rubyversion.mk @@ -1,4 +1,4 @@ -# $NetBSD: rubyversion.mk,v 1.127 2014/10/27 16:29:57 taca Exp $ +# $NetBSD: rubyversion.mk,v 1.128 2014/11/15 14:33:45 taca Exp $ # # This file determines which Ruby version is used as a dependency for @@ -228,7 +228,7 @@ RUBY21_VERSION= 2.1.4 # patch RUBY18_PATCHLEVEL= pl374 RUBY193_PATCHLEVEL= p550 -RUBY200_PATCHLEVEL= p594 +RUBY200_PATCHLEVEL= p598 #RUBY21_PATCHLEVEL= p265 # current API compatible version; used for version of shared library |