summaryrefslogtreecommitdiff
path: root/lang/ruby
diff options
context:
space:
mode:
authortaca <taca@pkgsrc.org>2021-04-11 12:28:37 +0000
committertaca <taca@pkgsrc.org>2021-04-11 12:28:37 +0000
commit1d7b412b6f6901fdc30b40f9a86fc830b67af027 (patch)
tree5e9d554a7aaeb444732ee2df513e3b7a8d61cfa9 /lang/ruby
parentd102cc4147225d22b99b113a887170c3976c0432 (diff)
downloadpkgsrc-1d7b412b6f6901fdc30b40f9a86fc830b67af027.tar.gz
lang/ruby26-base: update to 2.6.7
Ruby 2.6.7 Released (2021-04-05) This release includes security fixes. Please check the topics below for details. * CVE-2020-25613: Potential HTTP Request Smuggling Vulnerability in WEBrick * CVE-2021-28965: XML round-trip vulnerability in REXML See the commit logs for details. By this release, we end the normal maintenance phase of Ruby 2.6, and Ruby 2.6 enters the security maintenance phase. This means that we will no longer backport any bug fixes to Ruby 2.6 except security fixes. The term of the security maintenance phase is scheduled for a year. Ruby 2.6 reaches EOL and its official support ends by the end of the security maintenance phase. Therefore, we recommend that you start to plan upgrade to Ruby 2.7 or 3.0.
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 9ee3354467e..5f248415f76 100644
--- a/lang/ruby/rubyversion.mk
+++ b/lang/ruby/rubyversion.mk
@@ -1,4 +1,4 @@
-# $NetBSD: rubyversion.mk,v 1.227 2021/04/11 12:16:20 taca Exp $
+# $NetBSD: rubyversion.mk,v 1.228 2021/04/11 12:28:37 taca Exp $
#
# This file determines which Ruby version is used as a dependency for
@@ -213,7 +213,7 @@ RUBY_VERSION_REQD?= ${PKGNAME_REQD:C/ruby([0-9][0-9])-.*/\1/}
.endif
# current supported Ruby's version
-RUBY26_VERSION= 2.6.6
+RUBY26_VERSION= 2.6.7
RUBY27_VERSION= 2.7.2
RUBY30_VERSION= 3.0.0
@@ -304,7 +304,7 @@ RUBY_OPENSSL_VERSION= 2.1.2
RUBY_OSTRUCT_VERSION= 0.1.0
RUBY_PRIME_VERSION= 0.1.0
RUBY_PSYCH_VERSION= 3.1.0
-RUBY_REXML_VERSION= 3.1.9
+RUBY_REXML_VERSION= 3.1.9.1
RUBY_RSS_VERSION= 0.2.7
RUBY_SCANF_VERSION= 1.0.0
RUBY_SDBM_VERSION= 1.0.0
@@ -314,7 +314,7 @@ RUBY_STRSCAN_VERSION= 1.0.0
RUBY_SYNC_VERSION= 0.5.0
RUBY_THWAIT_VERSION= 0.1.0
RUBY_TRACER_VERSION= 0.1.0
-RUBY_WEBRICK_VERSION= 1.4.2
+RUBY_WEBRICK_VERSION= 1.4.4
RUBY_ZLIB_VERSION= 1.0.0
RUBY_SUFFIX= ${_RUBY_VER_MAJOR}${_RUBY_VER_MINOR}