summaryrefslogtreecommitdiff
path: root/lang/ruby
diff options
context:
space:
mode:
authortaca <taca@pkgsrc.org>2018-10-18 14:15:12 +0000
committertaca <taca@pkgsrc.org>2018-10-18 14:15:12 +0000
commitb59003b73fbea959ae73952aa73fd65a2d842960 (patch)
treed0eb9e4d5b9be07f08286dee75f57bd256cd56d2 /lang/ruby
parentee1ff48210a8ea5afe6ea2a21b757d56fcc3dd07 (diff)
downloadpkgsrc-b59003b73fbea959ae73952aa73fd65a2d842960.tar.gz
lang/ruby24-base: update to 2.4.5
Ruby 2.4.5 Released Ruby 2.4.5 has been released. This release includes about 40 bug fixes after the previous release, and also includes several security fixes. Please check the topics below for details. * CVE-2018-16396: Tainted flags are not propagated in Array#pack and String#unpack with some directives * CVE-2018-16395: OpenSSL::X509::Name equality check does not work correctly See the commit logs for details.
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 96443628e0c..020642aff56 100644
--- a/lang/ruby/rubyversion.mk
+++ b/lang/ruby/rubyversion.mk
@@ -1,4 +1,4 @@
-# $NetBSD: rubyversion.mk,v 1.195 2018/03/29 03:11:58 taca Exp $
+# $NetBSD: rubyversion.mk,v 1.196 2018/10/18 14:15:12 taca Exp $
#
# This file determines which Ruby version is used as a dependency for
@@ -216,7 +216,7 @@ RUBY_VERSION_REQD?= ${PKGNAME_REQD:C/ruby([0-9][0-9])-.*/\1/}
# current supported Ruby's version
RUBY22_VERSION= 2.2.10
RUBY23_VERSION= 2.3.7
-RUBY24_VERSION= 2.4.4
+RUBY24_VERSION= 2.4.5
RUBY25_VERSION= 2.5.1
# current API compatible version; used for version of shared library
@@ -316,7 +316,7 @@ RUBY_JSON_VERSION= 2.0.4
RUBY_BIGDECIMAL_VERSION= 1.3.2
RUBY_IO_CONSOLE_VERSION= 0.4.6
-RUBY_OPENSSL_VERSION= 2.0.7
+RUBY_OPENSSL_VERSION= 2.0.9
RUBY_PSYCH_VERSION= 2.2.2
RUBY_DID_YOU_MEAN_VERSION= 1.1.0
RUBY_MINITEST_VERSION= 5.10.1