pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: [pkgsrc-2020Q1] pkgsrc/lang
Module Name: pkgsrc
Committed By: bsiegert
Date: Wed Apr 22 12:11:20 UTC 2020
Modified Files:
pkgsrc/lang/ruby [pkgsrc-2020Q1]: rubyversion.mk
pkgsrc/lang/ruby27-base [pkgsrc-2020Q1]: PLIST distinfo
Log Message:
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
To generate a diff of this commit:
cvs rdiff -u -r1.217.2.1 -r1.217.2.2 pkgsrc/lang/ruby/rubyversion.mk
cvs rdiff -u -r1.1 -r1.1.2.1 pkgsrc/lang/ruby27-base/PLIST \
pkgsrc/lang/ruby27-base/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/lang/ruby/rubyversion.mk
diff -u pkgsrc/lang/ruby/rubyversion.mk:1.217.2.1 pkgsrc/lang/ruby/rubyversion.mk:1.217.2.2
--- pkgsrc/lang/ruby/rubyversion.mk:1.217.2.1 Wed Apr 22 09:52:12 2020
+++ pkgsrc/lang/ruby/rubyversion.mk Wed Apr 22 12:11:20 2020
@@ -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/rub
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
Index: pkgsrc/lang/ruby27-base/PLIST
diff -u pkgsrc/lang/ruby27-base/PLIST:1.1 pkgsrc/lang/ruby27-base/PLIST:1.1.2.1
--- pkgsrc/lang/ruby27-base/PLIST:1.1 Sun Mar 15 15:26:22 2020
+++ pkgsrc/lang/ruby27-base/PLIST Wed Apr 22 12:11:20 2020
@@ -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
${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
Index: pkgsrc/lang/ruby27-base/distinfo
diff -u pkgsrc/lang/ruby27-base/distinfo:1.1 pkgsrc/lang/ruby27-base/distinfo:1.1.2.1
--- pkgsrc/lang/ruby27-base/distinfo:1.1 Sun Mar 15 15:26:22 2020
+++ pkgsrc/lang/ruby27-base/distinfo Wed Apr 22 12:11:20 2020
@@ -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
Home |
Main Index |
Thread Index |
Old Index