diff options
author | taca <taca> | 2012-10-12 14:51:31 +0000 |
---|---|---|
committer | taca <taca> | 2012-10-12 14:51:31 +0000 |
commit | ee3d669426c151b25adc70f92cc46240b70612b2 (patch) | |
tree | 9612be88e32eb4fb5ac08593378ec9a58a1eea91 /lang/ruby | |
parent | 88f1a343ea1c21dd111a71caff6baf5ffb71c852 (diff) | |
download | pkgsrc-ee3d669426c151b25adc70f92cc46240b70612b2.tar.gz |
Update ruby193-base to 1.9.3p286.
Ruby 1.9.3-p286 is released.
This release includes some security fixes, and other many bug fixes.
* $SAFE escaping vulnerability about Exception#to_s / NameError#to_s
(CVE-2012-4464, CVE-2012-4466)
* Unintentional file creation caused by inserting a illegal NUL character
* other many bug fixes.
See ticktes and ChangeLog for details.
Changelog: http://svn.ruby-lang.org/repos/ruby/tags/v1_9_3_286/ChangeLog
tickets: https://bugs.ruby-lang.org/projects/ruby-193/issues?set_filter=1&status_id=5
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 fafcfc27c65..8758ec5f985 100644 --- a/lang/ruby/rubyversion.mk +++ b/lang/ruby/rubyversion.mk @@ -1,4 +1,4 @@ -# $NetBSD: rubyversion.mk,v 1.89 2012/10/03 23:48:00 cheusov Exp $ +# $NetBSD: rubyversion.mk,v 1.90 2012/10/12 14:51:31 taca Exp $ # # This file determines which Ruby version is used as a dependency for @@ -206,7 +206,7 @@ RUBY193_VERSION= 1.9.3 # patch RUBY18_PATCHLEVEL= pl370 -RUBY193_PATCHLEVEL= p194 +RUBY193_PATCHLEVEL= p286 # current API compatible version; used for version of shared library RUBY18_API_VERSION= 1.8.7 |