diff options
author | taca <taca@pkgsrc.org> | 2012-02-23 14:15:58 +0000 |
---|---|---|
committer | taca <taca@pkgsrc.org> | 2012-02-23 14:15:58 +0000 |
commit | 8ad8b17df823a90aa25070c6a216e5a04d3e2f20 (patch) | |
tree | aeb1b61d2a2fc60789545cffb07e5ef830d20164 /lang/ruby | |
parent | 75ff52630c3f407ee9865ada27109ac10786a6e4 (diff) | |
download | pkgsrc-8ad8b17df823a90aa25070c6a216e5a04d3e2f20.tar.gz |
Update ruby19-base package to 192pl318, Ruby 1.9.2 patchlevel 318.
(It seems to the tag of subversion was created with wrong name.)
Ruby 1.9.2-p318 is released.
This release include a security fixes of the Ruby OpenSSL extension.
See [1] for more detail about this fix.
*1:
http://www.ruby-lang.org/en/news/2012/02/16/security-fix-for-ruby-openssl-module-allow-0n-splitting-as-a-prevention-for-the-tls-beast-attack-/
And many bugs are fixed in this release.
See [2] for more details:
*2: http://svn.ruby-lang.org/repos/ruby/tags/v1_9_2_381/ChangeLog
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 ba3cd1bbd4e..1ad685ccbab 100644 --- a/lang/ruby/rubyversion.mk +++ b/lang/ruby/rubyversion.mk @@ -1,4 +1,4 @@ -# $NetBSD: rubyversion.mk,v 1.73 2012/02/16 16:43:38 taca Exp $ +# $NetBSD: rubyversion.mk,v 1.74 2012/02/23 14:15:58 taca Exp $ # # This file determines which Ruby version is used as a dependency for @@ -204,7 +204,7 @@ RUBY193_VERSION= 1.9.3 # patch RUBY18_PATCHLEVEL= pl358 -RUBY19_PATCHLEVEL= pl290 +RUBY19_PATCHLEVEL= pl318 RUBY193_PATCHLEVEL= p125 # current API compatible version; used for version of shared library |