Received: by mail.netbsd.org (Postfix, from userid 605) id 17A1384DA5; Sun, 11 Apr 2021 12:36:31 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 5383084DA4 for ; Sun, 11 Apr 2021 12:36:30 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id o_WIz_aVl7lt for ; Sun, 11 Apr 2021 12:36:29 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.NetBSD.org [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id 0D96384D0C for ; Sun, 11 Apr 2021 12:36:29 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 06255FA95; Sun, 11 Apr 2021 12:36:29 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1618144588232220" MIME-Version: 1.0 Date: Sun, 11 Apr 2021 12:36:28 +0000 From: "Takahiro Kambe" Subject: CVS commit: pkgsrc/lang To: pkgsrc-changes@NetBSD.org Reply-To: taca@netbsd.org X-Mailer: log_accum Message-Id: <20210411123629.06255FA95@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1618144588232220 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: taca Date: Sun Apr 11 12:36:28 UTC 2021 Modified Files: pkgsrc/lang/ruby: rubyversion.mk pkgsrc/lang/ruby30-base: ALTERNATIVES Makefile PLIST distinfo Log Message: lang/ruby30-base: update to 3.0.1 Ruby 3.0.1 Released (2021-04-05) Ruby 3.0.1 has been released. This release includes security fixes. Please check the topics below for details. * CVE-2021-28965: XML round-trip vulnerability in REXML * CVE-2021-28966: Path traversal in Tempfile on Windows See the commit logs for details. To generate a diff of this commit: cvs rdiff -u -r1.229 -r1.230 pkgsrc/lang/ruby/rubyversion.mk cvs rdiff -u -r1.1 -r1.2 pkgsrc/lang/ruby30-base/ALTERNATIVES \ pkgsrc/lang/ruby30-base/Makefile pkgsrc/lang/ruby30-base/PLIST \ pkgsrc/lang/ruby30-base/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1618144588232220 Content-Disposition: inline Content-Length: 15870 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/lang/ruby/rubyversion.mk diff -u pkgsrc/lang/ruby/rubyversion.mk:1.229 pkgsrc/lang/ruby/rubyversion.mk:1.230 --- pkgsrc/lang/ruby/rubyversion.mk:1.229 Sun Apr 11 12:32:03 2021 +++ pkgsrc/lang/ruby/rubyversion.mk Sun Apr 11 12:36:28 2021 @@ -1,4 +1,4 @@ -# $NetBSD: rubyversion.mk,v 1.229 2021/04/11 12:32:03 taca Exp $ +# $NetBSD: rubyversion.mk,v 1.230 2021/04/11 12:36:28 taca Exp $ # # This file determines which Ruby version is used as a dependency for @@ -215,7 +215,7 @@ RUBY_VERSION_REQD?= ${PKGNAME_REQD:C/rub # current supported Ruby's version RUBY26_VERSION= 2.6.7 RUBY27_VERSION= 2.7.3 -RUBY30_VERSION= 3.0.0 +RUBY30_VERSION= 3.0.1 # current API compatible version; used for version of shared library RUBY26_API_VERSION= 2.6.0 @@ -383,11 +383,11 @@ RUBY_RDOC_VERSION= 6.3.0 RUBY_MINITEST_VERSION= 5.14.2 RUBY_POWER_ASSERT_VERSION= 1.2.0 RUBY_RAKE_VERSION= 13.0.3 -RUBY_RBS_VERSION= 1.0.0 -RUBY_REXML_VERSION= 3.2.4 +RUBY_RBS_VERSION= 1.0.4 +RUBY_REXML_VERSION= 3.2.5 RUBY_RSS_VERSION= 0.2.9 RUBY_TEST_UNIT_VERSION= 3.3.7 -RUBY_TYPEPROF_VERSION= 0.11.0 +RUBY_TYPEPROF_VERSION= 0.12.0 # bundled extensions RUBY_BIGDECIMAL_VERSION= 3.0.0 @@ -397,7 +397,7 @@ RUBY_DIGEST_VERSION= 3.0.0 RUBY_ETC_VERSION= 1.2.0 RUBY_FCNTL_VERSION= 1.0.0 RUBY_FIDDLE_VERSION= 1.0.4 -RUBY_IO_CONSOLE_VERSION= 0.5.6 +RUBY_IO_CONSOLE_VERSION= 0.5.7 RUBY_JSON_VERSION= 2.5.1 RUBY_OPENSSL_VERSION= 2.2.0 RUBY_PSYCH_VERSION= 3.3.0 @@ -407,7 +407,7 @@ RUBY_STRSCAN_VERSION= 3.0.0 RUBY_ZLIB_VERSION= 1.1.0 # bundled libraries -RUBY_BUNDLER_VERSION= 2.2.3 +RUBY_BUNDLER_VERSION= 2.2.15 RUBY_CSV_VERSION= 3.1.9 RUBY_DID_YOU_MEAN_VERSION= 1.5.0 RUBY_FILEUTILS_VERSION= 1.5.0 @@ -415,7 +415,7 @@ RUBY_FORWARDABLE_VERSION= 1.3.2 RUBY_GETOPTLONG_VERSION= 0.1.1 RUBY_IPADDR_VERSION= 1.2.2 RUBY_ERB_VERSION= 2.2.0 -RUBY_IRB_VERSION= 1.3.0 +RUBY_IRB_VERSION= 1.3.5 RUBY_LOGGER_VERSION= 1.4.3 RUBY_MATRIX_VERSION= 0.3.1 RUBY_MUTEX_M_VERSION= 0.1.1 Index: pkgsrc/lang/ruby30-base/ALTERNATIVES diff -u pkgsrc/lang/ruby30-base/ALTERNATIVES:1.1 pkgsrc/lang/ruby30-base/ALTERNATIVES:1.2 --- pkgsrc/lang/ruby30-base/ALTERNATIVES:1.1 Sun Feb 14 14:32:41 2021 +++ pkgsrc/lang/ruby30-base/ALTERNATIVES Sun Apr 11 12:36:28 2021 @@ -10,3 +10,6 @@ bin/rdoc @PREFIX@/bin/rdoc@RUBY_SUFFIX@ bin/ri @PREFIX@/bin/ri@RUBY_SUFFIX@ bin/ruby @PREFIX@/bin/@RUBY_NAME@ bin/typeprof @PREFIX@/bin/typeprof@RUBY_SUFFIX@ +man/man1/erb.1 @PREFIX@/man/man1/erb@RUBY_SUFFIX@.1 +man/man1/irb.1 @PREFIX@/man/man1/irb@RUBY_SUFFIX@.1 +man/man1/ruby.1 @PREFIX@/man/man1/ruby@RUBY_SUFFIX@.1 Index: pkgsrc/lang/ruby30-base/Makefile diff -u pkgsrc/lang/ruby30-base/Makefile:1.1 pkgsrc/lang/ruby30-base/Makefile:1.2 --- pkgsrc/lang/ruby30-base/Makefile:1.1 Sun Feb 14 14:32:41 2021 +++ pkgsrc/lang/ruby30-base/Makefile Sun Apr 11 12:36:28 2021 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1 2021/02/14 14:32:41 taca Exp $ +# $NetBSD: Makefile,v 1.2 2021/04/11 12:36:28 taca Exp $ DISTNAME= ${RUBY_DISTNAME} PKGNAME= ${RUBY_PKGPREFIX}-base-${RUBY_VERSION} @@ -91,7 +91,7 @@ OPENSSL_EXAMPLES= c_rehash.rb cert2text. crlstore.rb echo_cli.rb echo_svr.rb gen_csr.rb \ smime_read.rb smime_write.rb wget.rb -REPLACE_RUBY= \ +REPLACE_RUBY= \ libexec/bundle libexec/bundler libexec/erb libexec/irb \ libexec/racc libexec/rdoc libexec/ri \ .bundle/gems/power_assert-${RUBY_POWER_ASSERT_VERSION}/bin/console \ @@ -103,16 +103,19 @@ REPLACE_RUBY= \ .bundle/gems/rake-${RUBY_RAKE_VERSION}/exe/rake \ .bundle/gems/rbs-${RUBY_RBS_VERSION}/exe/rbs \ .bundle/gems/typeprof-${RUBY_TYPEPROF_VERSION}/exe/typeprof -REPLACE_SH= \ +REPLACE_SH= \ .bundle/gems/rake-${RUBY_RAKE_VERSION}/bin/setup REPLACE_RUBY_DIRS= ext lib sample INSTALLATION_DIRS+= bin libexec ${PKGMANDIR}/man1 \ - ${RUBY_DOC}/csv/arguments ${RUBY_DOC}/csv/options/common \ - ${RUBY_DOC}/csv/options/generating \ - ${RUBY_DOC}/csv/options/parsing ${RUBY_DOC}/csv/recipes \ - ${RUBY_DOC}/images ${RUBY_DOC}/irb ${RUBY_DOC}/pty \ - ${RUBY_DOC}/ripper ${RUBY_DOC}/stringio ${RUBY_DOC}/syntax \ - ${RUBY_EG}/bigdecimal ${RUBY_EG}/pty + ${RUBY_DOC}/csv/arguments \ + ${RUBY_DOC}/csv/options/common \ + ${RUBY_DOC}/csv/options/generating \ + ${RUBY_DOC}/csv/options/parsing \ + ${RUBY_DOC}/csv/recipes \ + ${RUBY_DOC}/images ${RUBY_DOC}/irb ${RUBY_DOC}/pty \ + ${RUBY_DOC}/ripper \ + ${RUBY_DOC}/stringio ${RUBY_DOC}/syntax \ + ${RUBY_EG}/bigdecimal ${RUBY_EG}/pty # ${RUBY_ARCHINC} ${RUBY_ARCHLIB} EMPTY_DIRS= generator/template markup/simple_markup Index: pkgsrc/lang/ruby30-base/PLIST diff -u pkgsrc/lang/ruby30-base/PLIST:1.1 pkgsrc/lang/ruby30-base/PLIST:1.2 --- pkgsrc/lang/ruby30-base/PLIST:1.1 Sun Feb 14 14:32:41 2021 +++ pkgsrc/lang/ruby30-base/PLIST Sun Apr 11 12:36:28 2021 @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.1 2021/02/14 14:32:41 taca Exp $ +@comment $NetBSD: PLIST,v 1.2 2021/04/11 12:36:28 taca Exp $ bin/bundle${RUBY_SUFFIX} bin/bundler${RUBY_SUFFIX} bin/erb${RUBY_SUFFIX} @@ -282,30 +282,55 @@ ${RUBY_LIB}/bundler/installer/standalone ${RUBY_LIB}/bundler/lazy_specification.rb ${RUBY_LIB}/bundler/lockfile_generator.rb ${RUBY_LIB}/bundler/lockfile_parser.rb +${RUBY_LIB}/bundler/man/bundle-add.1 ${RUBY_LIB}/bundler/man/bundle-add.1.ronn +${RUBY_LIB}/bundler/man/bundle-binstubs.1 ${RUBY_LIB}/bundler/man/bundle-binstubs.1.ronn +${RUBY_LIB}/bundler/man/bundle-cache.1 ${RUBY_LIB}/bundler/man/bundle-cache.1.ronn +${RUBY_LIB}/bundler/man/bundle-check.1 ${RUBY_LIB}/bundler/man/bundle-check.1.ronn +${RUBY_LIB}/bundler/man/bundle-clean.1 ${RUBY_LIB}/bundler/man/bundle-clean.1.ronn +${RUBY_LIB}/bundler/man/bundle-config.1 ${RUBY_LIB}/bundler/man/bundle-config.1.ronn +${RUBY_LIB}/bundler/man/bundle-doctor.1 ${RUBY_LIB}/bundler/man/bundle-doctor.1.ronn +${RUBY_LIB}/bundler/man/bundle-exec.1 ${RUBY_LIB}/bundler/man/bundle-exec.1.ronn +${RUBY_LIB}/bundler/man/bundle-gem.1 ${RUBY_LIB}/bundler/man/bundle-gem.1.ronn +${RUBY_LIB}/bundler/man/bundle-info.1 ${RUBY_LIB}/bundler/man/bundle-info.1.ronn +${RUBY_LIB}/bundler/man/bundle-init.1 ${RUBY_LIB}/bundler/man/bundle-init.1.ronn +${RUBY_LIB}/bundler/man/bundle-inject.1 ${RUBY_LIB}/bundler/man/bundle-inject.1.ronn +${RUBY_LIB}/bundler/man/bundle-install.1 ${RUBY_LIB}/bundler/man/bundle-install.1.ronn +${RUBY_LIB}/bundler/man/bundle-list.1 ${RUBY_LIB}/bundler/man/bundle-list.1.ronn +${RUBY_LIB}/bundler/man/bundle-lock.1 ${RUBY_LIB}/bundler/man/bundle-lock.1.ronn +${RUBY_LIB}/bundler/man/bundle-open.1 ${RUBY_LIB}/bundler/man/bundle-open.1.ronn +${RUBY_LIB}/bundler/man/bundle-outdated.1 ${RUBY_LIB}/bundler/man/bundle-outdated.1.ronn +${RUBY_LIB}/bundler/man/bundle-platform.1 ${RUBY_LIB}/bundler/man/bundle-platform.1.ronn +${RUBY_LIB}/bundler/man/bundle-pristine.1 ${RUBY_LIB}/bundler/man/bundle-pristine.1.ronn +${RUBY_LIB}/bundler/man/bundle-remove.1 ${RUBY_LIB}/bundler/man/bundle-remove.1.ronn +${RUBY_LIB}/bundler/man/bundle-show.1 ${RUBY_LIB}/bundler/man/bundle-show.1.ronn +${RUBY_LIB}/bundler/man/bundle-update.1 ${RUBY_LIB}/bundler/man/bundle-update.1.ronn +${RUBY_LIB}/bundler/man/bundle-viz.1 ${RUBY_LIB}/bundler/man/bundle-viz.1.ronn +${RUBY_LIB}/bundler/man/bundle.1 ${RUBY_LIB}/bundler/man/bundle.1.ronn +${RUBY_LIB}/bundler/man/gemfile.5 ${RUBY_LIB}/bundler/man/gemfile.5.ronn ${RUBY_LIB}/bundler/match_platform.rb ${RUBY_LIB}/bundler/mirror.rb @@ -353,6 +378,7 @@ ${RUBY_LIB}/bundler/templates/Executable ${RUBY_LIB}/bundler/templates/Executable.standalone ${RUBY_LIB}/bundler/templates/Gemfile ${RUBY_LIB}/bundler/templates/gems.rb +${RUBY_LIB}/bundler/templates/newgem/CHANGELOG.md.tt ${RUBY_LIB}/bundler/templates/newgem/CODE_OF_CONDUCT.md.tt ${RUBY_LIB}/bundler/templates/newgem/Gemfile.tt ${RUBY_LIB}/bundler/templates/newgem/LICENSE.txt.tt @@ -541,11 +567,15 @@ ${RUBY_LIB}/irb/cmd/fork.rb ${RUBY_LIB}/irb/cmd/help.rb ${RUBY_LIB}/irb/cmd/info.rb ${RUBY_LIB}/irb/cmd/load.rb +${RUBY_LIB}/irb/cmd/ls.rb ${RUBY_LIB}/irb/cmd/measure.rb ${RUBY_LIB}/irb/cmd/nop.rb ${RUBY_LIB}/irb/cmd/pushws.rb +${RUBY_LIB}/irb/cmd/show_source.rb ${RUBY_LIB}/irb/cmd/subirb.rb +${RUBY_LIB}/irb/cmd/whereami.rb ${RUBY_LIB}/irb/color.rb +${RUBY_LIB}/irb/color_printer.rb ${RUBY_LIB}/irb/completion.rb ${RUBY_LIB}/irb/context.rb ${RUBY_LIB}/irb/easter-egg.rb @@ -959,6 +989,7 @@ ${RUBY_LIB}/rubygems/config_file.rb ${RUBY_LIB}/rubygems/core_ext/kernel_gem.rb ${RUBY_LIB}/rubygems/core_ext/kernel_require.rb ${RUBY_LIB}/rubygems/core_ext/kernel_warn.rb +${RUBY_LIB}/rubygems/core_ext/tcpsocket_init.rb ${RUBY_LIB}/rubygems/defaults.rb ${RUBY_LIB}/rubygems/dependency.rb ${RUBY_LIB}/rubygems/dependency_installer.rb @@ -1393,7 +1424,6 @@ ${GEM_HOME}/gems/rbs-${RUBY_RBS_VERSION} ${GEM_HOME}/gems/rbs-${RUBY_RBS_VERSION}/core/comparable.rbs ${GEM_HOME}/gems/rbs-${RUBY_RBS_VERSION}/core/complex.rbs ${GEM_HOME}/gems/rbs-${RUBY_RBS_VERSION}/core/constants.rbs -${GEM_HOME}/gems/rbs-${RUBY_RBS_VERSION}/core/data.rbs ${GEM_HOME}/gems/rbs-${RUBY_RBS_VERSION}/core/deprecated.rbs ${GEM_HOME}/gems/rbs-${RUBY_RBS_VERSION}/core/dir.rbs ${GEM_HOME}/gems/rbs-${RUBY_RBS_VERSION}/core/encoding.rbs @@ -1549,6 +1579,7 @@ ${GEM_HOME}/gems/rbs-${RUBY_RBS_VERSION} ${GEM_HOME}/gems/rbs-${RUBY_RBS_VERSION}/stdlib/dbm/0/dbm.rbs ${GEM_HOME}/gems/rbs-${RUBY_RBS_VERSION}/stdlib/erb/0/erb.rbs ${GEM_HOME}/gems/rbs-${RUBY_RBS_VERSION}/stdlib/fiber/0/fiber.rbs +${GEM_HOME}/gems/rbs-${RUBY_RBS_VERSION}/stdlib/fileutils/0/fileutils.rbs ${GEM_HOME}/gems/rbs-${RUBY_RBS_VERSION}/stdlib/find/0/find.rbs ${GEM_HOME}/gems/rbs-${RUBY_RBS_VERSION}/stdlib/forwardable/0/forwardable.rbs ${GEM_HOME}/gems/rbs-${RUBY_RBS_VERSION}/stdlib/ipaddr/0/ipaddr.rbs @@ -1561,6 +1592,7 @@ ${GEM_HOME}/gems/rbs-${RUBY_RBS_VERSION} ${GEM_HOME}/gems/rbs-${RUBY_RBS_VERSION}/stdlib/monitor/0/monitor.rbs ${GEM_HOME}/gems/rbs-${RUBY_RBS_VERSION}/stdlib/mutex_m/0/mutex_m.rbs ${GEM_HOME}/gems/rbs-${RUBY_RBS_VERSION}/stdlib/pathname/0/pathname.rbs +${GEM_HOME}/gems/rbs-${RUBY_RBS_VERSION}/stdlib/prettyprint/0/prettyprint.rbs ${GEM_HOME}/gems/rbs-${RUBY_RBS_VERSION}/stdlib/prime/0/integer-extension.rbs ${GEM_HOME}/gems/rbs-${RUBY_RBS_VERSION}/stdlib/prime/0/prime.rbs ${GEM_HOME}/gems/rbs-${RUBY_RBS_VERSION}/stdlib/pstore/0/pstore.rbs @@ -1589,12 +1621,22 @@ ${GEM_HOME}/gems/rbs-${RUBY_RBS_VERSION} ${GEM_HOME}/gems/rbs-${RUBY_RBS_VERSION}/steep/Gemfile.lock ${GEM_HOME}/gems/rdoc-${RUBY_RDOC_VERSION}/exe/rdoc ${GEM_HOME}/gems/rdoc-${RUBY_RDOC_VERSION}/exe/ri -${GEM_HOME}/gems/rexml-${RUBY_REXML_VERSION}/.travis.yml -${GEM_HOME}/gems/rexml-${RUBY_REXML_VERSION}/Gemfile ${GEM_HOME}/gems/rexml-${RUBY_REXML_VERSION}/LICENSE.txt ${GEM_HOME}/gems/rexml-${RUBY_REXML_VERSION}/NEWS.md ${GEM_HOME}/gems/rexml-${RUBY_REXML_VERSION}/README.md -${GEM_HOME}/gems/rexml-${RUBY_REXML_VERSION}/Rakefile +${GEM_HOME}/gems/rexml-${RUBY_REXML_VERSION}/doc/rexml/context.rdoc +${GEM_HOME}/gems/rexml-${RUBY_REXML_VERSION}/doc/rexml/tasks/rdoc/child.rdoc +${GEM_HOME}/gems/rexml-${RUBY_REXML_VERSION}/doc/rexml/tasks/rdoc/document.rdoc +${GEM_HOME}/gems/rexml-${RUBY_REXML_VERSION}/doc/rexml/tasks/rdoc/element.rdoc +${GEM_HOME}/gems/rexml-${RUBY_REXML_VERSION}/doc/rexml/tasks/rdoc/node.rdoc +${GEM_HOME}/gems/rexml-${RUBY_REXML_VERSION}/doc/rexml/tasks/rdoc/parent.rdoc +${GEM_HOME}/gems/rexml-${RUBY_REXML_VERSION}/doc/rexml/tasks/tocs/child_toc.rdoc +${GEM_HOME}/gems/rexml-${RUBY_REXML_VERSION}/doc/rexml/tasks/tocs/document_toc.rdoc +${GEM_HOME}/gems/rexml-${RUBY_REXML_VERSION}/doc/rexml/tasks/tocs/element_toc.rdoc +${GEM_HOME}/gems/rexml-${RUBY_REXML_VERSION}/doc/rexml/tasks/tocs/master_toc.rdoc +${GEM_HOME}/gems/rexml-${RUBY_REXML_VERSION}/doc/rexml/tasks/tocs/node_toc.rdoc +${GEM_HOME}/gems/rexml-${RUBY_REXML_VERSION}/doc/rexml/tasks/tocs/parent_toc.rdoc +${GEM_HOME}/gems/rexml-${RUBY_REXML_VERSION}/lib/rexml.rb ${GEM_HOME}/gems/rexml-${RUBY_REXML_VERSION}/lib/rexml/attlistdecl.rb ${GEM_HOME}/gems/rexml-${RUBY_REXML_VERSION}/lib/rexml/attribute.rb ${GEM_HOME}/gems/rexml-${RUBY_REXML_VERSION}/lib/rexml/cdata.rb @@ -2235,7 +2277,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.2.0.gemspec +${GEM_HOME}/specifications/default/reline-0.2.5.gemspec ${GEM_HOME}/specifications/default/resolv-0.2.0.gemspec ${GEM_HOME}/specifications/default/resolv-replace-0.1.0.gemspec ${GEM_HOME}/specifications/default/rinda-0.1.0.gemspec @@ -2249,7 +2291,7 @@ ${GEM_HOME}/specifications/default/syslo ${GEM_HOME}/specifications/default/tempfile-0.1.1.gemspec ${GEM_HOME}/specifications/default/time-0.1.0.gemspec ${GEM_HOME}/specifications/default/timeout-0.1.1.gemspec -${GEM_HOME}/specifications/default/tmpdir-0.1.1.gemspec +${GEM_HOME}/specifications/default/tmpdir-0.1.2.gemspec ${GEM_HOME}/specifications/default/tracer-${RUBY_TRACER_VERSION}.gemspec ${GEM_HOME}/specifications/default/tsort-0.1.0.gemspec ${GEM_HOME}/specifications/default/un-0.1.0.gemspec @@ -2265,35 +2307,10 @@ ${GEM_HOME}/specifications/rexml-${RUBY_ ${GEM_HOME}/specifications/rss-${RUBY_RSS_VERSION}.gemspec ${GEM_HOME}/specifications/test-unit-${RUBY_TEST_UNIT_VERSION}.gemspec ${GEM_HOME}/specifications/typeprof-${RUBY_TYPEPROF_VERSION}.gemspec -man/man1/bundle-add${RUBY_SUFFIX}.1 -man/man1/bundle-binstubs${RUBY_SUFFIX}.1 -man/man1/bundle-cache${RUBY_SUFFIX}.1 -man/man1/bundle-check${RUBY_SUFFIX}.1 -man/man1/bundle-clean${RUBY_SUFFIX}.1 -man/man1/bundle-config${RUBY_SUFFIX}.1 -man/man1/bundle-doctor${RUBY_SUFFIX}.1 -man/man1/bundle-exec${RUBY_SUFFIX}.1 -man/man1/bundle-gem${RUBY_SUFFIX}.1 -man/man1/bundle-info${RUBY_SUFFIX}.1 -man/man1/bundle-init${RUBY_SUFFIX}.1 -man/man1/bundle-inject${RUBY_SUFFIX}.1 -man/man1/bundle-install${RUBY_SUFFIX}.1 -man/man1/bundle-list${RUBY_SUFFIX}.1 -man/man1/bundle-lock${RUBY_SUFFIX}.1 -man/man1/bundle-open${RUBY_SUFFIX}.1 -man/man1/bundle-outdated${RUBY_SUFFIX}.1 -man/man1/bundle-platform${RUBY_SUFFIX}.1 -man/man1/bundle-pristine${RUBY_SUFFIX}.1 -man/man1/bundle-remove${RUBY_SUFFIX}.1 -man/man1/bundle-show${RUBY_SUFFIX}.1 -man/man1/bundle-update${RUBY_SUFFIX}.1 -man/man1/bundle-viz${RUBY_SUFFIX}.1 -man/man1/bundle${RUBY_SUFFIX}.1 man/man1/erb${RUBY_SUFFIX}.1 man/man1/irb${RUBY_SUFFIX}.1 man/man1/ri${RUBY_SUFFIX}.1 -man/man1/${RUBY_NAME}.1 -man/man5/gemfile${RUBY_SUFFIX}.5 +man/man1/ruby${RUBY_SUFFIX}.1 ${RUBY_DOC}/.document ${RUBY_DOC}/BSDL ${RUBY_DOC}/COPYING Index: pkgsrc/lang/ruby30-base/distinfo diff -u pkgsrc/lang/ruby30-base/distinfo:1.1 pkgsrc/lang/ruby30-base/distinfo:1.2 --- pkgsrc/lang/ruby30-base/distinfo:1.1 Sun Feb 14 14:32:41 2021 +++ pkgsrc/lang/ruby30-base/distinfo Sun Apr 11 12:36:28 2021 @@ -1,9 +1,9 @@ -$NetBSD: distinfo,v 1.1 2021/02/14 14:32:41 taca Exp $ +$NetBSD: distinfo,v 1.2 2021/04/11 12:36:28 taca Exp $ -SHA1 (ruby-3.0.0.tar.xz) = c142899d70a1326c5a71311b17168f98c15e5d89 -RMD160 (ruby-3.0.0.tar.xz) = b4e2b55d8164b8eb384b9570b6d6962c8ee65bf3 -SHA512 (ruby-3.0.0.tar.xz) = 2a23c2894e62e24bb20cec6b2a016b66d7df05083668726b6f70af8338211cfec417aa3624290d1f5ccd130f65ee7b52b5db7d428abc4a9460459c9a5dd1a450 -Size (ruby-3.0.0.tar.xz) = 14374176 bytes +SHA1 (ruby-3.0.1.tar.xz) = 3c5443960fe860ff7055bc02a4793140b9fb9b28 +RMD160 (ruby-3.0.1.tar.xz) = 0c5823c25117ddec20f9679a5148914fc5c530bb +SHA512 (ruby-3.0.1.tar.xz) = 97d2e883656060846b304368d9d836e2f3ef39859c36171c9398a0573818e4ed75bfd7460f901a9553f7f53518c505327a66e74f83704a881469f5ac61fe13d7 +Size (ruby-3.0.1.tar.xz) = 14486780 bytes SHA1 (patch-common.mk) = c23eed58427b2fd4ba8fdb3692f609701a666c6d SHA1 (patch-configure) = a56184876caac5c24b2c2925f364d88c3ebc5662 SHA1 (patch-ext_dbm_extconf.rb) = c998f8735db54b1ae2bc8b6caa359ce88bc7a45b --_----------=_1618144588232220--