summaryrefslogtreecommitdiff
path: root/lang/ruby
diff options
context:
space:
mode:
authortaca <taca@pkgsrc.org>2020-04-01 15:25:26 +0000
committertaca <taca@pkgsrc.org>2020-04-01 15:25:26 +0000
commita39b8d0a88422979807ff943d1042b1b8132faca (patch)
tree02a4adc9ffc680c7b633797a0aaae415c148aaa4 /lang/ruby
parentce9582731c721b413e98bf9d3bda82f0519171db (diff)
downloadpkgsrc-a39b8d0a88422979807ff943d1042b1b8132faca.tar.gz
lang/ruby25-base: update to 2.5.8
Update ruby25-base (and ruby25) to 2.5.8. 2.5.8 (2020-03-31) This release includes security fixes. Please check the topics below for details. * CVE-2020-16255: Unsafe Object Creation Vulnerability in JSON (Additional fix) * CVE-2020-10933: Heap exposure vulnerability in the socket library
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 17717c58df3..18c8a113a63 100644
--- a/lang/ruby/rubyversion.mk
+++ b/lang/ruby/rubyversion.mk
@@ -1,4 +1,4 @@
-# $NetBSD: rubyversion.mk,v 1.219 2020/04/01 15:23:14 taca Exp $
+# $NetBSD: rubyversion.mk,v 1.220 2020/04/01 15:25:26 taca Exp $
#
# This file determines which Ruby version is used as a dependency for
@@ -214,7 +214,7 @@ RUBY_VERSION_REQD?= ${PKGNAME_REQD:C/ruby([0-9][0-9])-.*/\1/}
# current supported Ruby's version
RUBY24_VERSION= 2.4.9
-RUBY25_VERSION= 2.5.7
+RUBY25_VERSION= 2.5.8
RUBY26_VERSION= 2.6.6
RUBY27_VERSION= 2.7.1