Received: from mail.netbsd.org (mail.netbsd.org [199.233.217.200]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) (Client CN "mail.NetBSD.org", Issuer "mail.NetBSD.org CA" (not verified)) by mollari.NetBSD.org (Postfix) with ESMTPS id 6A31C1A921F for ; Sun, 3 Jan 2021 08:22:25 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id A866884D40; Sun, 3 Jan 2021 08:22:24 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id E211E84D22 for ; Sun, 3 Jan 2021 08:22:23 +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 efm59sunch7p for ; Sun, 3 Jan 2021 08:22:23 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 12F2D84CEA for ; Sun, 3 Jan 2021 08:22:23 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 0C7EDFA9D; Sun, 3 Jan 2021 08:22:23 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_160966214346070" MIME-Version: 1.0 Date: Sun, 3 Jan 2021 08:22:23 +0000 From: "Takahiro Kambe" Subject: CVS commit: pkgsrc/time/ruby-tzinfo-data To: pkgsrc-changes@NetBSD.org Reply-To: taca@netbsd.org X-Mailer: log_accum Message-Id: <20210103082223.0C7EDFA9D@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_160966214346070 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: taca Date: Sun Jan 3 08:22:22 UTC 2021 Modified Files: pkgsrc/time/ruby-tzinfo-data: Makefile distinfo Log Message: time/ruby-tzinfo-data: update to 1.2020.6 1.2020.6 (2020-12-31) * Based on version 2020f of the IANA Time Zone Database (https://mm.icann.org/pipermail/tz-announce/2020-December/000064.html). 1.2020.5 (2020-12-24) * Based on version 2020e of the IANA Time Zone Database (https://mm.icann.org/pipermail/tz-announce/2020-December/000063.html). To generate a diff of this commit: cvs rdiff -u -r1.24 -r1.25 pkgsrc/time/ruby-tzinfo-data/Makefile cvs rdiff -u -r1.23 -r1.24 pkgsrc/time/ruby-tzinfo-data/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_160966214346070 Content-Disposition: inline Content-Length: 1700 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/time/ruby-tzinfo-data/Makefile diff -u pkgsrc/time/ruby-tzinfo-data/Makefile:1.24 pkgsrc/time/ruby-tzinfo-data/Makefile:1.25 --- pkgsrc/time/ruby-tzinfo-data/Makefile:1.24 Sun Oct 25 14:06:30 2020 +++ pkgsrc/time/ruby-tzinfo-data/Makefile Sun Jan 3 08:22:22 2021 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.24 2020/10/25 14:06:30 taca Exp $ +# $NetBSD: Makefile,v 1.25 2021/01/03 08:22:22 taca Exp $ -DISTNAME= tzinfo-data-1.2020.4 +DISTNAME= tzinfo-data-1.2020.6 CATEGORIES= time MAINTAINER= pkgsrc-users@NetBSD.org Index: pkgsrc/time/ruby-tzinfo-data/distinfo diff -u pkgsrc/time/ruby-tzinfo-data/distinfo:1.23 pkgsrc/time/ruby-tzinfo-data/distinfo:1.24 --- pkgsrc/time/ruby-tzinfo-data/distinfo:1.23 Sun Oct 25 14:06:30 2020 +++ pkgsrc/time/ruby-tzinfo-data/distinfo Sun Jan 3 08:22:22 2021 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.23 2020/10/25 14:06:30 taca Exp $ +$NetBSD: distinfo,v 1.24 2021/01/03 08:22:22 taca Exp $ -SHA1 (tzinfo-data-1.2020.4.gem) = a7acfe5ae36e892778f83caf17506181cac3f0e5 -RMD160 (tzinfo-data-1.2020.4.gem) = dab36e857c860f562c11c8ee96e40c5a58ef65f3 -SHA512 (tzinfo-data-1.2020.4.gem) = 7a6aec654f9247e91c619afb393ac580d707f60695922028ef25f8cd6bdc1d710a35c24d85e1cf62bef14b9d56c3e945d6dc01212d3746fbc186ce19d7e70a17 -Size (tzinfo-data-1.2020.4.gem) = 324608 bytes +SHA1 (tzinfo-data-1.2020.6.gem) = aa9143d9302ef34109e78beae8903f518bbd9a8e +RMD160 (tzinfo-data-1.2020.6.gem) = 911b5814901acc0ede447afd1aab0e8377f0b164 +SHA512 (tzinfo-data-1.2020.6.gem) = 1ef4d256b3211a5599e288c55949c1564f88a903343111f07108ad846cac6b3bf3955ce918a109204ef6de7b1649f448ab93c42171ab646037202fa87ffd1c9e +Size (tzinfo-data-1.2020.6.gem) = 326144 bytes --_----------=_160966214346070--