summaryrefslogtreecommitdiff
path: root/lang/ruby
diff options
context:
space:
mode:
authortaca <taca@pkgsrc.org>2021-07-07 15:15:19 +0000
committertaca <taca@pkgsrc.org>2021-07-07 15:15:19 +0000
commitd6edabf36de76f1176fee8cb5a7350f4e567567e (patch)
tree685a82761ec10b56f26c45d1800533862e07e34c /lang/ruby
parent1383e7a9d898d746f581dfb0833a1b9e00c69b25 (diff)
downloadpkgsrc-d6edabf36de76f1176fee8cb5a7350f4e567567e.tar.gz
lang/ruby26-base: update to 2.6.8
Ruby 2.6.8 has been released. This release includes security fixes. Please check the topics below for details. * CVE-2021-31810: Trusting FTP PASV responses vulnerability in Net::FTP * CVE-2021-32066: A StartTLS stripping vulnerability in Net::IMAP * CVE-2021-31799: A command injection vulnerability in RDoc We ordinally do not fix Ruby 2.6 except security fixes, but this release also includes some regressed bugs and build problem fixes. See the commit logs for details. Ruby 2.6 is now under the state of the security maintenance phase, until the end of March of 2022. After that date, maintenance of Ruby 2.6 will be ended. We recommend you start planning the migration to newer versions of Ruby, such as 3.0 or 2.7.
Diffstat (limited to 'lang/ruby')
-rw-r--r--lang/ruby/rubyversion.mk6
1 files changed, 3 insertions, 3 deletions
diff --git a/lang/ruby/rubyversion.mk b/lang/ruby/rubyversion.mk
index a56a9c014bb..920b840e1d0 100644
--- a/lang/ruby/rubyversion.mk
+++ b/lang/ruby/rubyversion.mk
@@ -1,4 +1,4 @@
-# $NetBSD: rubyversion.mk,v 1.231 2021/04/12 14:39:28 taca Exp $
+# $NetBSD: rubyversion.mk,v 1.232 2021/07/07 15:15:19 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.7
+RUBY26_VERSION= 2.6.8
RUBY27_VERSION= 2.7.3
RUBY30_VERSION= 3.0.1
@@ -271,7 +271,7 @@ RUBY_SUFFIX?= ${_RUBY_VER_MAJOR}${_RUBY_VER_MINOR}${_RUBY_VER_TEENY}
RUBY_VERSION= ${RUBY26_VERSION}
RUBY_ABI_VERSION= ${RUBY_VERSION}
-RUBY_RDOC_VERSION= 6.1.2
+RUBY_RDOC_VERSION= 6.1.2.1
RUBY_DID_YOU_MEAN_VERSION= 1.3.0
RUBY_IRB_VERSION= 1.0.0