diff options
author | taca <taca@pkgsrc.org> | 2014-10-27 16:20:16 +0000 |
---|---|---|
committer | taca <taca@pkgsrc.org> | 2014-10-27 16:20:16 +0000 |
commit | 33a44e39aac922ef49bc95472c464e0c0bc2486d (patch) | |
tree | e0f02aaf64591785e668bfeb4acf4b5cf7c0ac90 /lang/ruby | |
parent | ef2275a81a753f44b79375cf44e4f20696ba4004 (diff) | |
download | pkgsrc-33a44e39aac922ef49bc95472c464e0c0bc2486d.tar.gz |
Update ruby200-base and related packages to 2.0.0-p594 (Ruby 2.0.0-p594).
Ruby 2.0.0-p594 Released
We are pleased to announce the release of Ruby 2.0.0-p594.
This release includes a security fix for DoS vulnerability of REXML.
* CVE-2014-8080: Denial Of Service XML Expansion
This release also includes the change of default settings of
ext/openssl. Insecure SSL/TLS options are now turn off by default.
* Changed default settings of ext/openssl
And, many bug fixes are also included. See tickets and ChangeLog for details.
Ruby 2.0.0-p576 Released
We are pleased to announce the release of Ruby 2.0.0-p576, to celebrate the
holding of RubyKaigi2014 in Japan now.
This release includes many bugfixes, such as:
* many fixes of memory leaks and using extra memory.
* many fixes of platform-specific issues (especially in build process).
* many document fixes.
See tickets and ChangeLog for details.
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 b22a1d5aa0e..3b4747dd5ae 100644 --- a/lang/ruby/rubyversion.mk +++ b/lang/ruby/rubyversion.mk @@ -1,4 +1,4 @@ -# $NetBSD: rubyversion.mk,v 1.125 2014/10/27 16:11:17 taca Exp $ +# $NetBSD: rubyversion.mk,v 1.126 2014/10/27 16:20:16 taca Exp $ # # This file determines which Ruby version is used as a dependency for @@ -228,7 +228,7 @@ RUBY21_VERSION= 2.1.2 # patch RUBY18_PATCHLEVEL= pl374 RUBY193_PATCHLEVEL= p550 -RUBY200_PATCHLEVEL= p481 +RUBY200_PATCHLEVEL= p594 #RUBY21_PATCHLEVEL= p95 # current API compatible version; used for version of shared library |