summaryrefslogtreecommitdiff
path: root/lang/ruby
diff options
context:
space:
mode:
authortaca <taca@pkgsrc.org>2015-04-19 16:12:23 +0000
committertaca <taca@pkgsrc.org>2015-04-19 16:12:23 +0000
commit89ccc00e40cf89f600e1bbc717e3ce709cf05f3e (patch)
tree9e700dc17c8530aa299757c393028cb09a8251d2 /lang/ruby
parenta27fa2ecf28787fd630bce733726ebdf9f959fa5 (diff)
downloadpkgsrc-89ccc00e40cf89f600e1bbc717e3ce709cf05f3e.tar.gz
Update ruby200 package to 2.0.0p645 (Ruby 2.0.0-p645).
From release announce: We are pleased to announce the release of Ruby 2.0.0-p645. This release includes a security fix for OpenSSL extension. Please view the topic below for more details. CVE-2015-1855: Ruby OpenSSL Hostname Verification Ruby 2.0.0 is now under the state of the security maintenance phase, until Feb. 24th, 2016. After the date, maintenance of Ruby 2.0.0 will be ended. We recommend you start planning migration to newer versions of Ruby, such as 2.1 or 2.2. This release includes the security fix mentioned above along with small changes required for test environment (that shouldn¡Çt affect normal users). See ChangeLog for full details.
Diffstat (limited to 'lang/ruby')
-rw-r--r--lang/ruby/rubyversion.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/ruby/rubyversion.mk b/lang/ruby/rubyversion.mk
index 70920ec038f..feb23b79832 100644
--- a/lang/ruby/rubyversion.mk
+++ b/lang/ruby/rubyversion.mk
@@ -1,4 +1,4 @@
-# $NetBSD: rubyversion.mk,v 1.138 2015/03/15 14:00:57 taca Exp $
+# $NetBSD: rubyversion.mk,v 1.139 2015/04/19 16:12:23 taca Exp $
#
# This file determines which Ruby version is used as a dependency for
@@ -235,7 +235,7 @@ RUBY22_VERSION= 2.2.1
# patch
RUBY18_PATCHLEVEL= pl374
RUBY193_PATCHLEVEL= p551
-RUBY200_PATCHLEVEL= p643
+RUBY200_PATCHLEVEL= p645
#RUBY21_PATCHLEVEL= p273
#RUBY22_PATCHLEVEL= p85