From 2ba60d6ddd8e055f494115b174fbb0b8f3a29e99 Mon Sep 17 00:00:00 2001 From: taca Date: Fri, 15 Dec 2017 03:23:29 +0000 Subject: lang/ruby24-base: update to 2.4.3 Update ruby24-base/ruby24 to 2.4.3. Ruby 2.4.3 Released Posted by nagachika on 14 Dec 2017 Ruby 2.4.3 has been released. This release includes some bug fixes and a security fix. * CVE-2017-17405: Command injection vulnerability in Net::FTP There are also som bug fixes. See commit logs for more details. --- lang/ruby/rubyversion.mk | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'lang/ruby') diff --git a/lang/ruby/rubyversion.mk b/lang/ruby/rubyversion.mk index f4f695f49c9..ba83f73fd33 100644 --- a/lang/ruby/rubyversion.mk +++ b/lang/ruby/rubyversion.mk @@ -1,4 +1,4 @@ -# $NetBSD: rubyversion.mk,v 1.185 2017/12/15 03:19:29 taca Exp $ +# $NetBSD: rubyversion.mk,v 1.186 2017/12/15 03:23:29 taca Exp $ # # This file determines which Ruby version is used as a dependency for @@ -216,7 +216,7 @@ RUBY_VERSION_REQD?= ${PKGNAME_REQD:C/ruby([0-9][0-9])-.*/\1/} # current supported Ruby's version RUBY22_VERSION= 2.2.8 RUBY23_VERSION= 2.3.6 -RUBY24_VERSION= 2.4.2 +RUBY24_VERSION= 2.4.3 # current API compatible version; used for version of shared library RUBY22_API_VERSION= 2.2.0 @@ -310,7 +310,7 @@ RUBY_SUFFIX= ${_RUBY_VER_MAJOR}${_RUBY_VER_MINOR} RUBY_VERSION= ${RUBY24_VERSION} RUBY_ABI_VERSION= ${RUBY_VERSION} -RUBY_GEMS_VERSION= 2.6.11 +RUBY_GEMS_VERSION= 2.6.14 RUBY_RDOC_VERSION= 5.0.0 RUBY_RAKE_VERSION= 12.0.0 RUBY_JSON_VERSION= 2.0.4 -- cgit v1.2.3