From patchwork Sun Mar 23 17:34:28 2025 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: Adolf Belka X-Patchwork-Id: 8551 Return-Path: Received: from mail01.ipfire.org (mail01.haj.ipfire.org [172.28.1.202]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (secp384r1) client-signature RSA-PSS (4096 bits)) (Client CN "mail01.haj.ipfire.org", Issuer "R10" (verified OK)) by web04.haj.ipfire.org (Postfix) with ESMTPS id 4ZLNbc0936z3wx3 for ; Sun, 23 Mar 2025 17:34:36 +0000 (UTC) Received: from mail02.haj.ipfire.org (mail02.haj.ipfire.org [172.28.1.201]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) client-signature ECDSA (secp384r1)) (Client CN "mail02.haj.ipfire.org", Issuer "E5" (verified OK)) by mail01.ipfire.org (Postfix) with ESMTPS id 4ZLNbb6SjBz97b for ; Sun, 23 Mar 2025 17:34:35 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [127.0.0.1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4ZLNbb5gmTz331T for ; Sun, 23 Mar 2025 17:34:35 +0000 (UTC) X-Original-To: development@lists.ipfire.org Received: from mail01.ipfire.org (mail01.haj.ipfire.org [172.28.1.202]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (secp384r1) client-signature RSA-PSS (4096 bits)) (Client CN "mail01.haj.ipfire.org", Issuer "R10" (verified OK)) by mail02.haj.ipfire.org (Postfix) with ESMTPS id 4ZLNbX5SRtz331L for ; Sun, 23 Mar 2025 17:34:32 +0000 (UTC) Received: from [127.0.0.1] (localhost [127.0.0.1]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by mail01.ipfire.org (Postfix) with ESMTPSA id 4ZLNbX182Sz5jK; Sun, 23 Mar 2025 17:34:32 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1742751272; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding; bh=G5M377RfNcSrZXWhf6sq+otNBIvx2KH99QBJ30ShupE=; b=GG3S02l5qeILuM1XqKpTBkS3CidiM0Ea1jb5CGLwHOI0KhyhLle2gN4/QdaQyl94tao+BM J30/sJbW7ySpw2Dw== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1742751272; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding; bh=G5M377RfNcSrZXWhf6sq+otNBIvx2KH99QBJ30ShupE=; b=AXrWDnM/P3xP91B4Frr17IaFquhGz2TKSUet3eB+x8h3k4L+QsOj4Hhc73XNnrzQVPeZ/z E5tZjWVnf9N5Ob8kZnW0D2g+pfECmPVxZvMfGBjnUHmwai/ai/LY+ZfwvO6VzUQCPcE4pW sT0oaRmx6EfKpd5P+AVgHI/E7zUv0G4ebN4+uKyWHwzwbK0oCGgB3vYNeY22Az06NwHGSF nUHgZSYSDwurN2r75BJ5hm+MWyqCg/phLLR6O8QrRq+/2CriCkkzronP8KSkZ/F/r+4EhL Qjj5DNyILKd+OP21CzWNSKbZA3wlyyini9FQ3S/NQAhYJKOf/bUPHq9nrC6qCQ== From: Adolf Belka To: development@lists.ipfire.org Cc: Adolf Belka Subject: [PATCH] tzdata: Update to version 2025b Date: Sun, 23 Mar 2025 18:34:28 +0100 Message-ID: <20250323173428.3290365-1-adolf.belka@ipfire.org> Precedence: list List-Id: List-Subscribe: , List-Unsubscribe: , List-Post: List-Help: Sender: Mail-Followup-To: MIME-Version: 1.0 - Update from version 2025a to 2025b - Update of rootfile - Changelog 2025b Briefly: New zone for Aysén Region in Chile which moves from -04/-03 to -03. Changes to future timestamps Chile's Aysén Region moves from -04/-03 to -03 year-round, joining Magallanes Region. The region will not change its clocks on 2025-04-05 at 24:00, diverging from America/Santiago and creating a new zone America/Coyhaique. (Thanks to Yonathan Dossow.) Model this as a change to standard offset effective 2025-03-20. Changes to past timestamps Iran switched from +04 to +0330 on 1978-11-10 at 24:00, not at year end. (Thanks to Roozbeh Pournader.) Changes to code 'zic -l TIMEZONE -d . -l /some/other/file/system' no longer attempts to create an incorrect symlink, and no longer has a read buffer underflow. (Problem reported by Evgeniy Gorbanev.) Signed-off-by: Adolf Belka --- config/rootfiles/common/tzdata | 3 +++ lfs/tzdata | 6 +++--- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/config/rootfiles/common/tzdata b/config/rootfiles/common/tzdata index 75d7c632b..5e8ef544e 100644 --- a/config/rootfiles/common/tzdata +++ b/config/rootfiles/common/tzdata @@ -102,6 +102,7 @@ usr/share/zoneinfo #usr/share/zoneinfo/America/Coral_Harbour #usr/share/zoneinfo/America/Cordoba #usr/share/zoneinfo/America/Costa_Rica +#usr/share/zoneinfo/America/Coyhaique #usr/share/zoneinfo/America/Creston #usr/share/zoneinfo/America/Cuiaba #usr/share/zoneinfo/America/Curacao @@ -721,6 +722,7 @@ usr/share/zoneinfo #usr/share/zoneinfo/posix/America/Coral_Harbour #usr/share/zoneinfo/posix/America/Cordoba #usr/share/zoneinfo/posix/America/Costa_Rica +#usr/share/zoneinfo/posix/America/Coyhaique #usr/share/zoneinfo/posix/America/Creston #usr/share/zoneinfo/posix/America/Cuiaba #usr/share/zoneinfo/posix/America/Curacao @@ -1340,6 +1342,7 @@ usr/share/zoneinfo #usr/share/zoneinfo/right/America/Coral_Harbour #usr/share/zoneinfo/right/America/Cordoba #usr/share/zoneinfo/right/America/Costa_Rica +#usr/share/zoneinfo/right/America/Coyhaique #usr/share/zoneinfo/right/America/Creston #usr/share/zoneinfo/right/America/Cuiaba #usr/share/zoneinfo/right/America/Curacao diff --git a/lfs/tzdata b/lfs/tzdata index de9ee0a50..ec3a9a048 100644 --- a/lfs/tzdata +++ b/lfs/tzdata @@ -24,7 +24,7 @@ include Config -VER = 2025a +VER = 2025b TZDATA_VER = $(VER) TZCODE_VER = $(VER) @@ -45,8 +45,8 @@ objects = tzdata$(TZDATA_VER).tar.gz tzcode$(TZCODE_VER).tar.gz tzdata$(TZDATA_VER).tar.gz = $(DL_FROM)/tzdata$(TZDATA_VER).tar.gz tzcode$(TZCODE_VER).tar.gz = $(DL_FROM)/tzcode$(TZCODE_VER).tar.gz -tzdata$(TZDATA_VER).tar.gz_BLAKE2 = ea394e2369254858143d592912b6c2d691e2b2615a9d56461b78a335c33b89a6598a5b0ddbfac19ba5e8df91b67f7b7368dfcb861b7f2639bc6b92486c25f405 -tzcode$(TZCODE_VER).tar.gz_BLAKE2 = d4cf1202686e99c437ef4dfa371703f43d9e8ea2d74961989e2d97bef889e39074151a843aa360480e525cedf3a6c798a4b911a9bac90de9de9983b8ba177fd8 +tzdata$(TZDATA_VER).tar.gz_BLAKE2 = 07421e756cd33f003f1173c320a2e454f767a2ba299b76b54e34dc5cf1c126b00ab3186bc61d4989201a83cb8b3e4c005c0bc080fb39a1e48ff9555d50c84f1d +tzcode$(TZCODE_VER).tar.gz_BLAKE2 = 1c9fa834ccdf0a73dd4ca5956e913506b01dc10cd0e278dc2ee0099b08fa726af56cc2d7276e41ab1d3d57faacab97a0b0eab7e1623ef2de46dd576aaded0001 install : $(TARGET)