Received: by mail.netbsd.org (Postfix, from userid 605) id 03A2E84D2C; Mon, 24 Apr 2023 14:17:30 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 3529084D21 for ; Mon, 24 Apr 2023 14:17:29 +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 A9TzspYjRfL1 for ; Mon, 24 Apr 2023 14:17:28 +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 A21C284CFC for ; Mon, 24 Apr 2023 14:17:28 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 9B972FA85; Mon, 24 Apr 2023 14:17:28 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1682345848224550" MIME-Version: 1.0 Date: Mon, 24 Apr 2023 14:17:28 +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: <20230424141728.9B972FA85@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1682345848224550 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: taca Date: Mon Apr 24 14:17:28 UTC 2023 Modified Files: pkgsrc/time/ruby-tzinfo-data: Makefile distinfo Log Message: time/ruby-tzinfo-data: update to 1.2023.3 1.2023.1 (2023-03-23) * Based on version 2023a of the IANA Time Zone Database (https://mm.icann.org/pipermail/tz-announce/2023-March/000077.html). 1.2023.2 (2023-03-24) * Based on version 2023b of the IANA Time Zone Database (https://mm.icann.org/pipermail/tz-announce/2023-March/000078.html). 1.2023.3 (2023-03-29) * Based on version 2023c of the IANA Time Zone Database (https://mm.icann.org/pipermail/tz-announce/2023-March/000079.html). To generate a diff of this commit: cvs rdiff -u -r1.33 -r1.34 pkgsrc/time/ruby-tzinfo-data/Makefile cvs rdiff -u -r1.34 -r1.35 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. --_----------=_1682345848224550 Content-Disposition: inline Content-Length: 1598 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.33 pkgsrc/time/ruby-tzinfo-data/Makefile:1.34 --- pkgsrc/time/ruby-tzinfo-data/Makefile:1.33 Sun Dec 4 15:29:46 2022 +++ pkgsrc/time/ruby-tzinfo-data/Makefile Mon Apr 24 14:17:28 2023 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.33 2022/12/04 15:29:46 taca Exp $ +# $NetBSD: Makefile,v 1.34 2023/04/24 14:17:28 taca Exp $ -DISTNAME= tzinfo-data-1.2022.7 +DISTNAME= tzinfo-data-1.2023.3 CATEGORIES= time MAINTAINER= pkgsrc-users@NetBSD.org Index: pkgsrc/time/ruby-tzinfo-data/distinfo diff -u pkgsrc/time/ruby-tzinfo-data/distinfo:1.34 pkgsrc/time/ruby-tzinfo-data/distinfo:1.35 --- pkgsrc/time/ruby-tzinfo-data/distinfo:1.34 Sun Dec 4 15:29:46 2022 +++ pkgsrc/time/ruby-tzinfo-data/distinfo Mon Apr 24 14:17:28 2023 @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.34 2022/12/04 15:29:46 taca Exp $ +$NetBSD: distinfo,v 1.35 2023/04/24 14:17:28 taca Exp $ -BLAKE2s (tzinfo-data-1.2022.7.gem) = 8aca93c3ac8d8a50f73ca341e7f12fc0500b734cab83fcb70b56219c31321786 -SHA512 (tzinfo-data-1.2022.7.gem) = ca9314d78ec243f4b196c3c4dcbff04aeea43cc100d0bd6239b669744b4bdfb7e07cfb1b923b789e07443a42798d55c7c42d4d261b653046db85db0a97754455 -Size (tzinfo-data-1.2022.7.gem) = 308224 bytes +BLAKE2s (tzinfo-data-1.2023.3.gem) = ea80b91f18fdd0344aeac6f33ec7c0403a17e8274b865bfb1219e981ad5f2758 +SHA512 (tzinfo-data-1.2023.3.gem) = 5a7d5e745f581cfae3c4d1729bdd1697b1ee44454336a9f7192d22e31d04ce57dbf369d6777ab64b197af74276d384276c53376b457851bc67e50ec8d662e099 +Size (tzinfo-data-1.2023.3.gem) = 311296 bytes --_----------=_1682345848224550--