summaryrefslogtreecommitdiff
path: root/lang/ruby
diff options
context:
space:
mode:
authortaca <taca@pkgsrc.org>2019-10-02 13:31:47 +0000
committertaca <taca@pkgsrc.org>2019-10-02 13:31:47 +0000
commit01b126f585f29c440c4dea6debac85c81410f1a0 (patch)
treeaca1e7cd930c9d7a1687684e021a58cd53edcc45 /lang/ruby
parent5f42b4b816831d8c52c67512bf8a42507078c581 (diff)
downloadpkgsrc-01b126f585f29c440c4dea6debac85c81410f1a0.tar.gz
lang/ruby24: update to 2.4.9
Update ruby24-base and related packges to 2.4.9. pkgsrc chagnes * fix warnings of pkglint. Quote from release announce: Ruby 2.4.8 (2019-10-01) This release includes security fixes. Please check the topics below for details. * CVE-2019-16255: A code injection vulnerability of Shell#[] and Shell#test * CVE-2019-16254: HTTP response splitting in WEBrick (Additional fix) * CVE-2019-15845: A NUL injection vulnerability of File.fnmatch and File.fnmatch? * CVE-2019-16201: Regular Expression Denial of Service vulnerability of WEBrick¡Çs Digest access authentication Ruby 2.4.9 (2019-10-02) This release is a re-package of 2.4.8 because the previous Ruby 2.4.8 release tarball does not install. (See [Bug #16197] in detail.) There are no essential change except their version numbers between 2.4.8 and 2.4.9. 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. We recommend you start planning the migration to newer versions of Ruby, such as 2.6 or 2.5.
Diffstat (limited to 'lang/ruby')
-rw-r--r--lang/ruby/rubyversion.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/ruby/rubyversion.mk b/lang/ruby/rubyversion.mk
index f204e358f28..243d583c770 100644
--- a/lang/ruby/rubyversion.mk
+++ b/lang/ruby/rubyversion.mk
@@ -1,4 +1,4 @@
-# $NetBSD: rubyversion.mk,v 1.208 2019/08/28 14:23:21 taca Exp $
+# $NetBSD: rubyversion.mk,v 1.209 2019/10/02 13:31:47 taca Exp $
#
# This file determines which Ruby version is used as a dependency for
@@ -215,7 +215,7 @@ RUBY_VERSION_REQD?= ${PKGNAME_REQD:C/ruby([0-9][0-9])-.*/\1/}
# current supported Ruby's version
RUBY22_VERSION= 2.2.10
-RUBY24_VERSION= 2.4.7
+RUBY24_VERSION= 2.4.9
RUBY25_VERSION= 2.5.6
RUBY26_VERSION= 2.6.4