Received: by mail.netbsd.org (Postfix, from userid 605) id 3A8BD84D3F; Mon, 14 Jun 2021 15:12:05 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 7379184D1F for ; Mon, 14 Jun 2021 15:12:04 +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 hrNIlGo8AMUU for ; Mon, 14 Jun 2021 15:12:04 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id E94E384CE2 for ; Mon, 14 Jun 2021 15:12:03 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id E33CCFA95; Mon, 14 Jun 2021 15:12:03 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1623683523237180" MIME-Version: 1.0 Date: Mon, 14 Jun 2021 15:12:03 +0000 From: "Takahiro Kambe" Subject: CVS commit: pkgsrc/devel/ruby-kgio To: pkgsrc-changes@NetBSD.org Reply-To: taca@netbsd.org X-Mailer: log_accum Message-Id: <20210614151203.E33CCFA95@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1623683523237180 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: taca Date: Mon Jun 14 15:12:03 UTC 2021 Modified Files: pkgsrc/devel/ruby-kgio: Makefile distinfo Log Message: devel/ruby-kgio: update to 2.11.4 kgio 2.11.4 / 2021-05-25 23:24 UTC This release fixes compatibility with GC.compact on Ruby 3.x. Thanks to Ngan Pham for the patch and Aaron Patterson for the feedback: https://yhbt.net/kgio-public/CAAvYYt5Z5f2rMuXO5DMpR1-6uRvu_gXKDvqcyoZ+oNcLiTH39g@mail.gmail.com/T/ kgio remains obsolete and deprecated, and it's primary dependent will be updated to not depend on it in the future. To generate a diff of this commit: cvs rdiff -u -r1.13 -r1.14 pkgsrc/devel/ruby-kgio/Makefile cvs rdiff -u -r1.12 -r1.13 pkgsrc/devel/ruby-kgio/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1623683523237180 Content-Disposition: inline Content-Length: 1555 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/devel/ruby-kgio/Makefile diff -u pkgsrc/devel/ruby-kgio/Makefile:1.13 pkgsrc/devel/ruby-kgio/Makefile:1.14 --- pkgsrc/devel/ruby-kgio/Makefile:1.13 Thu Jan 16 15:33:29 2020 +++ pkgsrc/devel/ruby-kgio/Makefile Mon Jun 14 15:12:03 2021 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.13 2020/01/16 15:33:29 taca Exp $ +# $NetBSD: Makefile,v 1.14 2021/06/14 15:12:03 taca Exp $ -DISTNAME= kgio-2.11.3 +DISTNAME= kgio-2.11.4 PKGNAME= ${RUBY_PKGPREFIX}-${DISTNAME} CATEGORIES= devel net Index: pkgsrc/devel/ruby-kgio/distinfo diff -u pkgsrc/devel/ruby-kgio/distinfo:1.12 pkgsrc/devel/ruby-kgio/distinfo:1.13 --- pkgsrc/devel/ruby-kgio/distinfo:1.12 Thu Jan 23 13:35:45 2020 +++ pkgsrc/devel/ruby-kgio/distinfo Mon Jun 14 15:12:03 2021 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.12 2020/01/23 13:35:45 mef Exp $ +$NetBSD: distinfo,v 1.13 2021/06/14 15:12:03 taca Exp $ -SHA1 (kgio-2.11.3.gem) = 15c0de16dc79c18c30ac28590ce9c781722b970a -RMD160 (kgio-2.11.3.gem) = 56cba6a8f7a163f3910c42394aae5d17707d1fa9 -SHA512 (kgio-2.11.3.gem) = 672cd4390b542aa44d10dbd4d313b63e137197ecb7198e9367d2e608472ef8aa6d8c95c0c2de47301073479b752765516af02d1a5ac3ac67902e98110b7d8f3f -Size (kgio-2.11.3.gem) = 60416 bytes +SHA1 (kgio-2.11.4.gem) = fb11b80333b8ec7f0dd7a8f25d19128db5aa218e +RMD160 (kgio-2.11.4.gem) = 8593b253da9aae425a7b1a5d7fef1818ae23d9c1 +SHA512 (kgio-2.11.4.gem) = 7ae0ee9736a2e0c368fa13605179b348ea36f9336b63e209468370debc7ee1850e6dae72a67db1ad7eb56431011177cbe4d33e90b2697e96300be6133498351d +Size (kgio-2.11.4.gem) = 60416 bytes --_----------=_1623683523237180--