pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/lang/ruby lang/ruby24-base: update to 2.4.10



details:   https://anonhg.NetBSD.org/pkgsrc/rev/cfcded93a6fc
branches:  trunk
changeset: 426507:cfcded93a6fc
user:      taca <taca%pkgsrc.org@localhost>
date:      Wed Apr 01 15:27:40 2020 +0000

description:
lang/ruby24-base: update to 2.4.10

Update ruby24-base (and ruby24) to 2.4.10.

This release includes a security fix. Please check the topics below for
details.

* CVE-2020-16255: Unsafe Object Creation Vulnerability in JSON (Additional
  fix)

Ruby 2.4 is now under the state of the security maintenance phase, until the
end of March of 2020.  After that date, maintenance of Ruby 2.4 will be
ended.  Thus, this release would be the last of Ruby 2.4 series.  We
recommend you immediately upgrade Ruby to newer versions, such as 2.7 or 2.6
or 2.5.

diffstat:

 lang/ruby/rubyversion.mk |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (27 lines):

diff -r 2c6f0358a6e4 -r cfcded93a6fc lang/ruby/rubyversion.mk
--- a/lang/ruby/rubyversion.mk  Wed Apr 01 15:25:26 2020 +0000
+++ b/lang/ruby/rubyversion.mk  Wed Apr 01 15:27:40 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: rubyversion.mk,v 1.220 2020/04/01 15:25:26 taca Exp $
+# $NetBSD: rubyversion.mk,v 1.221 2020/04/01 15:27:40 taca Exp $
 #
 
 # This file determines which Ruby version is used as a dependency for
@@ -213,7 +213,7 @@
 .endif
 
 # current supported Ruby's version
-RUBY24_VERSION=                2.4.9
+RUBY24_VERSION=                2.4.10
 RUBY25_VERSION=                2.5.8
 RUBY26_VERSION=                2.6.6
 RUBY27_VERSION=                2.7.1
@@ -300,7 +300,7 @@
 RUBY_MINITEST_VERSION=         5.10.3
 RUBY_NET_TELNET_VERSION=       0.1.1
 RUBY_POWER_ASSERT_VERSION=     1.1.1
-RUBY_RAKE_VERSION=             12.3.0
+RUBY_RAKE_VERSION=             12.3.3
 RUBY_TEST_UNIT_VERSION=                3.2.7
 RUBY_XML_RPC_VERSION=          0.3.0
 



Home | Main Index | Thread Index | Old Index