Received: by mail.netbsd.org (Postfix, from userid 605) id 9E45684DAF; Wed, 1 Apr 2020 15:25:27 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 2738384DA6 for ; Wed, 1 Apr 2020 15:25:27 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id V1PYX8Q9Umqt for ; Wed, 1 Apr 2020 15:25:26 +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 61F4784D20 for ; Wed, 1 Apr 2020 15:25:26 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 55432FB27; Wed, 1 Apr 2020 15:25:26 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1585754726265620" MIME-Version: 1.0 Date: Wed, 1 Apr 2020 15:25:26 +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: <20200401152526.55432FB27@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1585754726265620 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: taca Date: Wed Apr 1 15:25:26 UTC 2020 Modified Files: pkgsrc/lang/ruby: rubyversion.mk pkgsrc/lang/ruby25-base: Makefile PLIST distinfo Log Message: 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 To generate a diff of this commit: cvs rdiff -u -r1.219 -r1.220 pkgsrc/lang/ruby/rubyversion.mk cvs rdiff -u -r1.15 -r1.16 pkgsrc/lang/ruby25-base/Makefile cvs rdiff -u -r1.3 -r1.4 pkgsrc/lang/ruby25-base/PLIST cvs rdiff -u -r1.12 -r1.13 pkgsrc/lang/ruby25-base/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1585754726265620 Content-Disposition: inline Content-Length: 4225 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.219 pkgsrc/lang/ruby/rubyversion.mk:1.220 --- pkgsrc/lang/ruby/rubyversion.mk:1.219 Wed Apr 1 15:23:14 2020 +++ pkgsrc/lang/ruby/rubyversion.mk Wed Apr 1 15:25:26 2020 @@ -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/rub # 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 Index: pkgsrc/lang/ruby25-base/Makefile diff -u pkgsrc/lang/ruby25-base/Makefile:1.15 pkgsrc/lang/ruby25-base/Makefile:1.16 --- pkgsrc/lang/ruby25-base/Makefile:1.15 Wed Mar 18 00:34:02 2020 +++ pkgsrc/lang/ruby25-base/Makefile Wed Apr 1 15:25:26 2020 @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.15 2020/03/18 00:34:02 rillig Exp $ +# $NetBSD: Makefile,v 1.16 2020/04/01 15:25:26 taca Exp $ DISTNAME= ${RUBY_DISTNAME} PKGNAME= ${RUBY_PKGPREFIX}-base-${RUBY_VERSION} -PKGREVISION= 2 CATEGORIES= lang ruby MASTER_SITES= ${MASTER_SITE_RUBY} Index: pkgsrc/lang/ruby25-base/PLIST diff -u pkgsrc/lang/ruby25-base/PLIST:1.3 pkgsrc/lang/ruby25-base/PLIST:1.4 --- pkgsrc/lang/ruby25-base/PLIST:1.3 Wed Aug 28 14:12:21 2019 +++ pkgsrc/lang/ruby25-base/PLIST Wed Apr 1 15:25:26 2020 @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.3 2019/08/28 14:12:21 taca Exp $ +@comment $NetBSD: PLIST,v 1.4 2020/04/01 15:25:26 taca Exp $ bin/erb${RUBY_SUFFIX} bin/gem${RUBY_SUFFIX} bin/irb${RUBY_SUFFIX} @@ -986,14 +986,18 @@ ${GEM_HOME}/gems/power_assert-${RUBY_POW ${GEM_HOME}/gems/power_assert-${RUBY_POWER_ASSERT_VERSION}/lib/power_assert/parser.rb ${GEM_HOME}/gems/power_assert-${RUBY_POWER_ASSERT_VERSION}/lib/power_assert/version.rb ${GEM_HOME}/gems/power_assert-${RUBY_POWER_ASSERT_VERSION}/power_assert.gemspec -${GEM_HOME}/gems/rake-${RUBY_RAKE_VERSION}/.gitignore ${GEM_HOME}/gems/rake-${RUBY_RAKE_VERSION}/CONTRIBUTING.rdoc ${GEM_HOME}/gems/rake-${RUBY_RAKE_VERSION}/Gemfile ${GEM_HOME}/gems/rake-${RUBY_RAKE_VERSION}/History.rdoc ${GEM_HOME}/gems/rake-${RUBY_RAKE_VERSION}/MIT-LICENSE ${GEM_HOME}/gems/rake-${RUBY_RAKE_VERSION}/README.rdoc ${GEM_HOME}/gems/rake-${RUBY_RAKE_VERSION}/Rakefile +${GEM_HOME}/gems/rake-${RUBY_RAKE_VERSION}/azure-pipelines.yml +${GEM_HOME}/gems/rake-${RUBY_RAKE_VERSION}/bin/bundle ${GEM_HOME}/gems/rake-${RUBY_RAKE_VERSION}/bin/console +${GEM_HOME}/gems/rake-${RUBY_RAKE_VERSION}/bin/rake +${GEM_HOME}/gems/rake-${RUBY_RAKE_VERSION}/bin/rdoc +${GEM_HOME}/gems/rake-${RUBY_RAKE_VERSION}/bin/rubocop ${GEM_HOME}/gems/rake-${RUBY_RAKE_VERSION}/bin/setup ${GEM_HOME}/gems/rake-${RUBY_RAKE_VERSION}/doc/command_line_usage.rdoc ${GEM_HOME}/gems/rake-${RUBY_RAKE_VERSION}/doc/example/Rakefile1 Index: pkgsrc/lang/ruby25-base/distinfo diff -u pkgsrc/lang/ruby25-base/distinfo:1.12 pkgsrc/lang/ruby25-base/distinfo:1.13 --- pkgsrc/lang/ruby25-base/distinfo:1.12 Wed Oct 2 13:39:53 2019 +++ pkgsrc/lang/ruby25-base/distinfo Wed Apr 1 15:25:26 2020 @@ -1,9 +1,9 @@ -$NetBSD: distinfo,v 1.12 2019/10/02 13:39:53 taca Exp $ +$NetBSD: distinfo,v 1.13 2020/04/01 15:25:26 taca Exp $ -SHA1 (ruby-2.5.7.tar.xz) = dd6b2841334ee99250fdf6a29c4eda501df6be97 -RMD160 (ruby-2.5.7.tar.xz) = 6a0311eefcb23902c7e9f1f9a3d253f7c944cb27 -SHA512 (ruby-2.5.7.tar.xz) = 63b7c75fab44cd1bd22f22ddec00c740cf379ac7240da0dfafcec54347766695faef47428ce1c433fd77fa96992e976c984697067fa526236d383b12adc9ce75 -Size (ruby-2.5.7.tar.xz) = 11296440 bytes +SHA1 (ruby-2.5.8.tar.xz) = d5ef8e8f28c098e6b7ea24924e0b0fee6e2f766c +RMD160 (ruby-2.5.8.tar.xz) = 885ffaf5c394ff8779bbc4ee5e6cf0976aa3d6cf +SHA512 (ruby-2.5.8.tar.xz) = 2886be764a454425c5beef2777c64a70ee0d048b07896b327633d904f5077fea4299526689f9e2ac4dcd2fc4811cf9a6c8ce75367ed35d29dfe1a54222872e0d +Size (ruby-2.5.8.tar.xz) = 11298404 bytes SHA1 (patch-configure) = 965f31ec3ae2fb91479f02cb3b19ea7518685718 SHA1 (patch-ext_dbm_extconf.rb) = c998f8735db54b1ae2bc8b6caa359ce88bc7a45b SHA1 (patch-lib_mkmf.rb) = 75d2261a8282a00cd5f811a5e629302d1667207e --_----------=_1585754726265620--