Received: by mail.netbsd.org (Postfix, from userid 605) id C8FC884D9E; Mon, 9 Mar 2020 00:36:24 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 4E40584D93 for ; Mon, 9 Mar 2020 00:36:24 +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 ll4Uz72bm4vD for ; Mon, 9 Mar 2020 00:36:23 +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 B520C84CDA for ; Mon, 9 Mar 2020 00:36:23 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id A01A4FB27; Mon, 9 Mar 2020 00:36:23 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1583714183107990" MIME-Version: 1.0 Date: Mon, 9 Mar 2020 00:36:23 +0000 From: "Takahiro Kambe" Subject: CVS commit: pkgsrc/archivers/ruby-zip To: pkgsrc-changes@NetBSD.org Reply-To: taca@netbsd.org X-Mailer: log_accum Message-Id: <20200309003623.A01A4FB27@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. --_----------=_1583714183107990 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: taca Date: Mon Mar 9 00:36:23 UTC 2020 Modified Files: pkgsrc/archivers/ruby-zip: Makefile distinfo Log Message: archivers/ruby-zip: updateo to 1.3.0 Update ruby-zip to 1.3.0, latest 1.x release. 1.3.0 (2019-09-25) Security * Add validate_entry_sizes option so that callers can trust an entry's reported size when using extract #403 o This option defaults to false for backward compatibility in this release, but you are strongly encouraged to set it to true. It will default to true in rubyzip 2.0. New Feature * Add add_stored method to simplify adding entries without compression #366 Tooling / Documentation * Add more gem metadata links #402 1.2.4 (2019-09-06) * Do not rewrite zip files opened with open_buffer that have not changed #360 Tooling / Documentation * Update example_recursive.rb in README #397 * Hold CI at trusty for now, automatically pick the latest ruby patch version, use rbx-4 and hold jruby at 9.1 #399 To generate a diff of this commit: cvs rdiff -u -r1.19 -r1.20 pkgsrc/archivers/ruby-zip/Makefile cvs rdiff -u -r1.17 -r1.18 pkgsrc/archivers/ruby-zip/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1583714183107990 Content-Disposition: inline Content-Length: 1617 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/archivers/ruby-zip/Makefile diff -u pkgsrc/archivers/ruby-zip/Makefile:1.19 pkgsrc/archivers/ruby-zip/Makefile:1.20 --- pkgsrc/archivers/ruby-zip/Makefile:1.19 Sat Jun 15 03:05:44 2019 +++ pkgsrc/archivers/ruby-zip/Makefile Mon Mar 9 00:36:23 2020 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.19 2019/06/15 03:05:44 taca Exp $ +# $NetBSD: Makefile,v 1.20 2020/03/09 00:36:23 taca Exp $ -DISTNAME= rubyzip-1.2.3 +DISTNAME= rubyzip-1.3.0 PKGNAME= ${RUBY_PKGPREFIX}-${DISTNAME:S/ruby//} CATEGORIES= archivers Index: pkgsrc/archivers/ruby-zip/distinfo diff -u pkgsrc/archivers/ruby-zip/distinfo:1.17 pkgsrc/archivers/ruby-zip/distinfo:1.18 --- pkgsrc/archivers/ruby-zip/distinfo:1.17 Sat Jun 15 03:05:44 2019 +++ pkgsrc/archivers/ruby-zip/distinfo Mon Mar 9 00:36:23 2020 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.17 2019/06/15 03:05:44 taca Exp $ +$NetBSD: distinfo,v 1.18 2020/03/09 00:36:23 taca Exp $ -SHA1 (rubyzip-1.2.3.gem) = 33908bbaef3b8bb143e89b4b3fa12a0852472427 -RMD160 (rubyzip-1.2.3.gem) = 84cfb3cfd1496e5ccaa585f58193ad55fa9b9777 -SHA512 (rubyzip-1.2.3.gem) = 192e518f06444929dac1c607594744526107c6187bc765eb2f78cd23b254419432e6a8ce2f598f48a265f041deaa2b78a2e59609340a781f80e996bc6ad1bd77 -Size (rubyzip-1.2.3.gem) = 152576 bytes +SHA1 (rubyzip-1.3.0.gem) = 21fb7d9976f0968f9e981618f5734c330b130cc7 +RMD160 (rubyzip-1.3.0.gem) = e1c788a015d567491986604a216473721caa9da2 +SHA512 (rubyzip-1.3.0.gem) = d340d5ce69e449ce0f874f9f023fd72287d70cd15507b27a2b09192c1314433b738568469ad474aba05fcced4b9149740ee75046f619744373d4d104bf80f9c9 +Size (rubyzip-1.3.0.gem) = 154624 bytes --_----------=_1583714183107990--