Received: by mail.netbsd.org (Postfix, from userid 605) id D90E684E5A; Sat, 3 Feb 2024 14:51:29 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 142AB84D0C for ; Sat, 3 Feb 2024 14:51: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 8Ox-ndc3-I60 for ; Sat, 3 Feb 2024 14:51: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 3684C84CE3 for ; Sat, 3 Feb 2024 14:51:28 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 27B09FA42; Sat, 3 Feb 2024 14:51:28 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_170697188851970" MIME-Version: 1.0 Date: Sat, 3 Feb 2024 14:51: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: <20240203145128.27B09FA42@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_170697188851970 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: taca Date: Sat Feb 3 14:51:28 UTC 2024 Modified Files: pkgsrc/time/ruby-tzinfo-data: Makefile distinfo Log Message: time/ruby-tzinfo-data: update to 1.2024.1 1.2024.1 (2024-02-01) * Based on version 2024a of the IANA Time Zone Database (https://mm.icann.org/pipermail/tz-announce/2024-February/000081.html). To generate a diff of this commit: cvs rdiff -u -r1.35 -r1.36 pkgsrc/time/ruby-tzinfo-data/Makefile cvs rdiff -u -r1.36 -r1.37 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. --_----------=_170697188851970 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.35 pkgsrc/time/ruby-tzinfo-data/Makefile:1.36 --- pkgsrc/time/ruby-tzinfo-data/Makefile:1.35 Fri Jan 5 02:22:28 2024 +++ pkgsrc/time/ruby-tzinfo-data/Makefile Sat Feb 3 14:51:27 2024 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.35 2024/01/05 02:22:28 taca Exp $ +# $NetBSD: Makefile,v 1.36 2024/02/03 14:51:27 taca Exp $ -DISTNAME= tzinfo-data-1.2023.4 +DISTNAME= tzinfo-data-1.2024.1 CATEGORIES= time MAINTAINER= pkgsrc-users@NetBSD.org Index: pkgsrc/time/ruby-tzinfo-data/distinfo diff -u pkgsrc/time/ruby-tzinfo-data/distinfo:1.36 pkgsrc/time/ruby-tzinfo-data/distinfo:1.37 --- pkgsrc/time/ruby-tzinfo-data/distinfo:1.36 Fri Jan 5 02:22:28 2024 +++ pkgsrc/time/ruby-tzinfo-data/distinfo Sat Feb 3 14:51:27 2024 @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.36 2024/01/05 02:22:28 taca Exp $ +$NetBSD: distinfo,v 1.37 2024/02/03 14:51:27 taca Exp $ -BLAKE2s (tzinfo-data-1.2023.4.gem) = 3c0115131e83389a2bfe60b37269229bda4116b578d532f06c11a5fbce9fa633 -SHA512 (tzinfo-data-1.2023.4.gem) = 0a3845d5a07df7aa10988f52c637e91f3ddc9de728150798a50318f48424f6e5ab077f4e508d8fe08a9cfc2c7757c873eec45f4a3fa4dbc13fa88404fd1f7e4c -Size (tzinfo-data-1.2023.4.gem) = 311296 bytes +BLAKE2s (tzinfo-data-1.2024.1.gem) = f74417a13ea74f2524443f4082d4288f61055ae9e244cbc56e72ea9164ce77ec +SHA512 (tzinfo-data-1.2024.1.gem) = 2839264d4bb07f8df7d7b787ce84dc0d805f61910fcc8cd46b7809b9b62e2d8d320ecdcc2aa72e44103636147f7b095a99ae11ce06b909143dccbe0283f4a68e +Size (tzinfo-data-1.2024.1.gem) = 313344 bytes --_----------=_170697188851970--