diff options
author | taca <taca@pkgsrc.org> | 2012-11-10 14:34:27 +0000 |
---|---|---|
committer | taca <taca@pkgsrc.org> | 2012-11-10 14:34:27 +0000 |
commit | 7030319a98c42702f07f411185b5ba2dd6346fff (patch) | |
tree | 0f2a123e4ee021aff6ae0f473f8465c78e5df7ca /lang/ruby | |
parent | 6a7f3a089a81c59e2113034d4293bdc9d23a1324 (diff) | |
download | pkgsrc-7030319a98c42702f07f411185b5ba2dd6346fff.tar.gz |
Update ruby193-base (and releated packages) to 1.9.3p327 (Ruby 1.9.3
patchlevel 327) to fix DoS security problem.
http://www.ruby-lang.org/en/news/2012/11/09/ruby19-hashdos-cve-2012-5371/
For other changes please refer Changelog file.
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 9a3d18ff677..a3e324ab2ac 100644 --- a/lang/ruby/rubyversion.mk +++ b/lang/ruby/rubyversion.mk @@ -1,4 +1,4 @@ -# $NetBSD: rubyversion.mk,v 1.91 2012/10/12 15:27:48 taca Exp $ +# $NetBSD: rubyversion.mk,v 1.92 2012/11/10 14:34:27 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= pl371 -RUBY193_PATCHLEVEL= p286 +RUBY193_PATCHLEVEL= p327 # current API compatible version; used for version of shared library RUBY18_API_VERSION= 1.8.7 |