summaryrefslogtreecommitdiff
path: root/lang
diff options
context:
space:
mode:
authorbsiegert <bsiegert@pkgsrc.org>2020-04-22 12:11:20 +0000
committerbsiegert <bsiegert@pkgsrc.org>2020-04-22 12:11:20 +0000
commit736367f620c0459ac55243e488ac9242f5106106 (patch)
tree0c6cc0ee642024be1dad5a8e4db1539939626a76 /lang
parentab3eb1932eea6629b5259ae6532aab97928c2128 (diff)
downloadpkgsrc-736367f620c0459ac55243e488ac9242f5106106.tar.gz
Pullup ticket #6165 - requested by taca
lang/ruby27-base: security fix Revisions pulled up: - lang/ruby/rubyversion.mk 1.219 - lang/ruby27-base/PLIST 1.2 - lang/ruby27-base/distinfo 1.2 --- Module Name: pkgsrc Committed By: taca Date: Wed Apr 1 15:23:15 UTC 2020 Modified Files: pkgsrc/lang/ruby: rubyversion.mk pkgsrc/lang/ruby27-base: PLIST distinfo Log Message: lang/ruby27-base: update to 2.7.1 Update ruby27-base (and ruby27) to 2.7.1. 2.7.1 (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')
-rw-r--r--lang/ruby/rubyversion.mk12
-rw-r--r--lang/ruby27-base/PLIST5
-rw-r--r--lang/ruby27-base/distinfo10
3 files changed, 14 insertions, 13 deletions
diff --git a/lang/ruby/rubyversion.mk b/lang/ruby/rubyversion.mk
index 7b75bc985a0..6d811e6ad8b 100644
--- a/lang/ruby/rubyversion.mk
+++ b/lang/ruby/rubyversion.mk
@@ -1,4 +1,4 @@
-# $NetBSD: rubyversion.mk,v 1.217.2.1 2020/04/22 09:52:12 bsiegert Exp $
+# $NetBSD: rubyversion.mk,v 1.217.2.2 2020/04/22 12:11:20 bsiegert 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/}
RUBY24_VERSION= 2.4.9
RUBY25_VERSION= 2.5.7
RUBY26_VERSION= 2.6.6
-RUBY27_VERSION= 2.7.0
+RUBY27_VERSION= 2.7.1
# current API compatible version; used for version of shared library
RUBY24_API_VERSION= 2.4.0
@@ -370,12 +370,12 @@ RUBY_ABI_VERSION= ${RUBY_VERSION}
RUBY_RDOC_VERSION= 6.2.1
RUBY_DID_YOU_MEAN_VERSION= 1.4.0
-RUBY_IRB_VERSION= 1.2.1
+RUBY_IRB_VERSION= 1.2.3
# bundled gems
RUBY_MINITEST_VERSION= 5.13.0
RUBY_NET_TELNET_VERSION= 0.2.0
-RUBY_POWER_ASSERT_VERSION= 1.1.5
+RUBY_POWER_ASSERT_VERSION= 1.1.7
RUBY_RACC_VERSION= 1.4.16
RUBY_RAKE_VERSION= 13.0.1
RUBY_TEST_UNIT_VERSION= 3.3.4
@@ -391,12 +391,12 @@ RUBY_IPADDR_VERSION= 1.2.2
# bundled libraries
RUBY_BIGDECIMAL_VERSION= 2.0.0
-RUBY_BUNDLER_VERSION= 2.1.2
+RUBY_BUNDLER_VERSION= 2.1.4
RUBY_CSV_VERSION= 3.1.2
RUBY_FILEUTILS_VERSION= 1.4.1
RUBY_FORWARDABLE_VERSION= 1.3.1
RUBY_GETOPTLONG_VERSION= 0.1.0
-RUBY_IO_CONSOLE_VERSION= 0.5.3
+RUBY_IO_CONSOLE_VERSION= 0.5.6
RUBY_JSON_VERSION= 2.3.0
RUBY_LOGGER_VERSION= 1.4.2
diff --git a/lang/ruby27-base/PLIST b/lang/ruby27-base/PLIST
index ababc6ffa0f..be012ca215e 100644
--- a/lang/ruby27-base/PLIST
+++ b/lang/ruby27-base/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.1 2020/03/15 15:26:22 taca Exp $
+@comment $NetBSD: PLIST,v 1.1.2.1 2020/04/22 12:11:20 bsiegert Exp $
bin/bundle${RUBY_SUFFIX}
bin/bundler${RUBY_SUFFIX}
bin/erb${RUBY_SUFFIX}
@@ -369,6 +369,7 @@ ${RUBY_LIB}/irb/cmd/subirb.rb
${RUBY_LIB}/irb/color.rb
${RUBY_LIB}/irb/completion.rb
${RUBY_LIB}/irb/context.rb
+${RUBY_LIB}/irb/easter-egg.rb
${RUBY_LIB}/irb/ext/change-ws.rb
${RUBY_LIB}/irb/ext/history.rb
${RUBY_LIB}/irb/ext/loader.rb
@@ -1493,7 +1494,7 @@ ${GEM_HOME}/specifications/default/psych-${RUBY_PSYCH_VERSION}.gemspec
${GEM_HOME}/specifications/default/racc-${RUBY_RACC_VERSION}.gemspec
${GEM_HOME}/specifications/default/rdoc-${RUBY_RDOC_VERSION}.gemspec
${GEM_HOME}/specifications/default/readline-0.0.2.gemspec
-${GEM_HOME}/specifications/default/reline-0.1.2.gemspec
+${GEM_HOME}/specifications/default/reline-0.1.3.gemspec
${GEM_HOME}/specifications/default/rexml-${RUBY_REXML_VERSION}.gemspec
${GEM_HOME}/specifications/default/rss-${RUBY_RSS_VERSION}.gemspec
${GEM_HOME}/specifications/default/sdbm-${RUBY_SDBM_VERSION}.gemspec
diff --git a/lang/ruby27-base/distinfo b/lang/ruby27-base/distinfo
index 7c1b4143bf3..1243d75877a 100644
--- a/lang/ruby27-base/distinfo
+++ b/lang/ruby27-base/distinfo
@@ -1,9 +1,9 @@
-$NetBSD: distinfo,v 1.1 2020/03/15 15:26:22 taca Exp $
+$NetBSD: distinfo,v 1.1.2.1 2020/04/22 12:11:20 bsiegert Exp $
-SHA1 (ruby-2.7.0.tar.xz) = 943c767cec037529b8e2d3cc14fc880cad5bad8d
-RMD160 (ruby-2.7.0.tar.xz) = 3dd12db52fc437eb7a799f84bb294fa787dcd927
-SHA512 (ruby-2.7.0.tar.xz) = dd5690c631bf3a2b76cdc06902bcd76a89713a045e136debab9b8a81ff8c433bbb254aa09e4014ca1cf85a69ff4bcb13de11da5e40c224e7268be43ef2194af7
-Size (ruby-2.7.0.tar.xz) = 11990900 bytes
+SHA1 (ruby-2.7.1.tar.xz) = 6c92300d7fd3e9cbb433e5e687535dc5300848eb
+RMD160 (ruby-2.7.1.tar.xz) = 081f97d77d04e41df6ec5f28da1be1bcd32c053b
+SHA512 (ruby-2.7.1.tar.xz) = 79f98b1ea98e0b10ec79da1883e8fc84d48ffe5c09ae945cbebde94365e35a589d919aac965f74d70ca7e21370ecee631ac5a8f9c4eac61d62f5aa629f27bf31
+Size (ruby-2.7.1.tar.xz) = 12003684 bytes
SHA1 (patch-configure) = fd465910fe2cb6d6b1530e1071062591e84a9fd9
SHA1 (patch-ext_dbm_extconf.rb) = c998f8735db54b1ae2bc8b6caa359ce88bc7a45b
SHA1 (patch-lib_mkmf.rb) = 4a3cd18548dbdf43a13695d4e76f817c0347e335