Received: by mail.netbsd.org (Postfix, from userid 605) id 4742484D9F; Sun, 9 Aug 2020 15:11:17 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id C3A4F84CE7 for ; Sun, 9 Aug 2020 15:11:16 +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 4tpoc6mSAWa7 for ; Sun, 9 Aug 2020 15:11:16 +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 4379A84CD8 for ; Sun, 9 Aug 2020 15:11:16 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 31936FB28; Sun, 9 Aug 2020 15:11:16 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1596985876131490" MIME-Version: 1.0 Date: Sun, 9 Aug 2020 15:11:16 +0000 From: "Takahiro Kambe" Subject: CVS commit: pkgsrc/devel/ruby-bindata To: pkgsrc-changes@NetBSD.org Reply-To: taca@netbsd.org X-Mailer: log_accum Message-Id: <20200809151116.31936FB28@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. --_----------=_1596985876131490 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: taca Date: Sun Aug 9 15:11:16 UTC 2020 Modified Files: pkgsrc/devel/ruby-bindata: Makefile distinfo Log Message: devel/ruby-bindata: update to 2.4.8 Update ruby-bindata to 2.4.8. == Version 2.4.8 (2020-07-21) * Bug fix array self assignment. Thanks to Spencer McIntyre. * Bug fix Stringz max_length. Thanks to cdelafuente-r7. To generate a diff of this commit: cvs rdiff -u -r1.5 -r1.6 pkgsrc/devel/ruby-bindata/Makefile \ pkgsrc/devel/ruby-bindata/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1596985876131490 Content-Disposition: inline Content-Length: 1583 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/devel/ruby-bindata/Makefile diff -u pkgsrc/devel/ruby-bindata/Makefile:1.5 pkgsrc/devel/ruby-bindata/Makefile:1.6 --- pkgsrc/devel/ruby-bindata/Makefile:1.5 Mon Apr 27 04:01:10 2020 +++ pkgsrc/devel/ruby-bindata/Makefile Sun Aug 9 15:11:16 2020 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.5 2020/04/27 04:01:10 taca Exp $ +# $NetBSD: Makefile,v 1.6 2020/08/09 15:11:16 taca Exp $ -DISTNAME= bindata-2.4.7 +DISTNAME= bindata-2.4.8 CATEGORIES= devel MAINTAINER= minskim@NetBSD.org Index: pkgsrc/devel/ruby-bindata/distinfo diff -u pkgsrc/devel/ruby-bindata/distinfo:1.5 pkgsrc/devel/ruby-bindata/distinfo:1.6 --- pkgsrc/devel/ruby-bindata/distinfo:1.5 Mon Apr 27 04:01:10 2020 +++ pkgsrc/devel/ruby-bindata/distinfo Sun Aug 9 15:11:16 2020 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.5 2020/04/27 04:01:10 taca Exp $ +$NetBSD: distinfo,v 1.6 2020/08/09 15:11:16 taca Exp $ -SHA1 (bindata-2.4.7.gem) = 95ab2614153a1f2b46ec265f8b9f70ab02c9bd83 -RMD160 (bindata-2.4.7.gem) = c6b5bdc27239dfafdb10552f77e89cda936e7771 -SHA512 (bindata-2.4.7.gem) = f5616a372c0f17ae3b1c89f5993954b565058d099ad0783dbaf49081b7847a26a3a2908c957ec6cd2518ffec85686cf3b19e76f96e5244faa6c83b2598f55364 -Size (bindata-2.4.7.gem) = 80384 bytes +SHA1 (bindata-2.4.8.gem) = 50523a9d44fa746090dd4b7121f61a929b42c493 +RMD160 (bindata-2.4.8.gem) = cf910cd23cc6957c9152babe20b8af7fd41b5760 +SHA512 (bindata-2.4.8.gem) = a6e037720acd520e248aecf0c0f4de413ac1f47665487c876457585853c822d1ee46816ab7cd7060e58566b8288ba77917be51cd6a783c25f619bb8a84724446 +Size (bindata-2.4.8.gem) = 80384 bytes --_----------=_1596985876131490--