summaryrefslogtreecommitdiff
path: root/lang/ruby
diff options
context:
space:
mode:
authortaca <taca@pkgsrc.org>2017-09-15 00:33:58 +0000
committertaca <taca@pkgsrc.org>2017-09-15 00:33:58 +0000
commitfe4e7af4f896127f9ef55b12e57c7c5ccba97d48 (patch)
tree661c4e184f234b3cf6616978f3acab4408763efa /lang/ruby
parentb4bb1224a0d763a2c7a8833ba3e50cb0155acacf (diff)
downloadpkgsrc-fe4e7af4f896127f9ef55b12e57c7c5ccba97d48.tar.gz
Update ruby22-base and ruby22 packages to 2.2.8.
pkgsrc change: clean up PILST. Ruby 2.2.8 Released Posted by usa on 14 Sep 2017 Ruby 2.2.8 has been released. This release includes several security fixes. Please check the topics below for details. * CVE-2017-0898: Buffer underrun vulnerability in Kernel.sprintf * CVE-2017-10784: Escape sequence injection vulnerability in the Basic authentication of WEBrick * CVE-2017-14033: Buffer underrun vulnerability in OpenSSL ASN1 docode * CVE-2017-14064: Heap exposure vulnerability in generating JSON * Multiple vulnerabilities in RubyGems * Updated bundled libyaml to version 0.1.7 Ruby 2.2 is now under the state of the security maintenance phase, until the endo of the March of 2018. After the date, maintenance of Ruby 2.2 will be ended. We recommend you start planning migration to newer versions of Ruby, such as 2.4 or 2.3.
Diffstat (limited to 'lang/ruby')
-rw-r--r--lang/ruby/rubyversion.mk8
1 files changed, 4 insertions, 4 deletions
diff --git a/lang/ruby/rubyversion.mk b/lang/ruby/rubyversion.mk
index 23edc68bebd..5ff25714d08 100644
--- a/lang/ruby/rubyversion.mk
+++ b/lang/ruby/rubyversion.mk
@@ -1,4 +1,4 @@
-# $NetBSD: rubyversion.mk,v 1.181 2017/06/30 11:44:15 jperkin Exp $
+# $NetBSD: rubyversion.mk,v 1.182 2017/09/15 00:33:58 taca Exp $
#
# This file determines which Ruby version is used as a dependency for
@@ -214,7 +214,7 @@ RUBY_VERSION_REQD?= ${PKGNAME_REQD:C/ruby([0-9][0-9])-.*/\1/}
.endif
# current supported Ruby's version
-RUBY22_VERSION= 2.2.7
+RUBY22_VERSION= 2.2.8
RUBY23_VERSION= 2.3.4
RUBY24_VERSION= 2.4.1
@@ -275,11 +275,11 @@ RUBY_ABI_VERSION= ${RUBY_VERSION}
RUBY_GEMS_VERSION= 2.4.5.2
RUBY_RDOC_VERSION= 4.2.0
RUBY_RAKE_VERSION= 10.4.2
-RUBY_JSON_VERSION= 1.8.1
+RUBY_JSON_VERSION= 1.8.1.1
RUBY_BIGDECIMAL_VERSION= 1.2.6
RUBY_IO_CONSOLE_VERSION= 0.4.3
-RUBY_PSYCH_VERSION= 2.0.8
+RUBY_PSYCH_VERSION= 2.0.8.1
RUBY_MINITEST_VERSION= 5.4.3
RUBY_POWER_ASSERT_VERSION= 0.2.2
RUBY_TEST_UNIT_VERSION= 3.0.8