pkgsrc-Changes archive

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

CVS commit: pkgsrc/lang/ruby



Module Name:    pkgsrc
Committed By:   taca
Date:           Wed Apr  1 15:27:40 UTC 2020

Modified Files:
        pkgsrc/lang/ruby: rubyversion.mk

Log Message:
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.


To generate a diff of this commit:
cvs rdiff -u -r1.220 -r1.221 pkgsrc/lang/ruby/rubyversion.mk

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/lang/ruby/rubyversion.mk
diff -u pkgsrc/lang/ruby/rubyversion.mk:1.220 pkgsrc/lang/ruby/rubyversion.mk:1.221
--- pkgsrc/lang/ruby/rubyversion.mk:1.220       Wed Apr  1 15:25:26 2020
+++ pkgsrc/lang/ruby/rubyversion.mk     Wed Apr  1 15:27:40 2020
@@ -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 @@ RUBY_VERSION_REQD?= ${PKGNAME_REQD:C/rub
 .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_DID_YOU_MEAN_VERSION=  1.2.0
 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