diff options
author | taca <taca> | 2014-10-27 16:11:17 +0000 |
---|---|---|
committer | taca <taca> | 2014-10-27 16:11:17 +0000 |
commit | 3fb95ab41089c401113c6ce88958d4ceadbce019 (patch) | |
tree | f0e21322af34bc37ffdf01dc644e79d0c88340ac /lang/ruby | |
parent | 6dd13611a22d19f2a4d6d7ad100aff24b8a72bbb (diff) | |
download | pkgsrc-3fb95ab41089c401113c6ce88958d4ceadbce019.tar.gz |
Update ruby193-base and related packages to 1.9.3p550 (Ruby 1.9.3-p550).
Ruby 1.9.3-p550 Released
We are pleased to announce the release of Ruby 1.9.3-p550.
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, in addition, bandled jQuery for darkfish template of RDoc is also
updated.
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 f864b4a5709..b22a1d5aa0e 100644 --- a/lang/ruby/rubyversion.mk +++ b/lang/ruby/rubyversion.mk @@ -1,4 +1,4 @@ -# $NetBSD: rubyversion.mk,v 1.124 2014/09/15 06:26:33 taca Exp $ +# $NetBSD: rubyversion.mk,v 1.125 2014/10/27 16:11:17 taca Exp $ # # This file determines which Ruby version is used as a dependency for @@ -227,7 +227,7 @@ RUBY21_VERSION= 2.1.2 # patch RUBY18_PATCHLEVEL= pl374 -RUBY193_PATCHLEVEL= p547 +RUBY193_PATCHLEVEL= p550 RUBY200_PATCHLEVEL= p481 #RUBY21_PATCHLEVEL= p95 |