From mboxrd@z Thu Jan 1 00:00:00 1970 From: Adolf Belka To: development@lists.ipfire.org Subject: [PATCH] tzdata: Update to version 2022g Date: Mon, 06 Feb 2023 17:20:46 +0100 Message-ID: <20230206162046.3497981-5-adolf.belka@ipfire.org> In-Reply-To: <20230206162046.3497981-1-adolf.belka@ipfire.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============7804694803223794465==" List-Id: --===============7804694803223794465== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable - Update from version 2022e to 2022g - Update of rootfile - Changelog is too large to include here. See the NEWS file in the source tar= ball. Signed-off-by: Adolf Belka --- config/rootfiles/common/tzdata | 3 +++ lfs/tzdata | 8 ++++---- 2 files changed, 7 insertions(+), 4 deletions(-) diff --git a/config/rootfiles/common/tzdata b/config/rootfiles/common/tzdata index b64e19681..75d7c632b 100644 --- a/config/rootfiles/common/tzdata +++ b/config/rootfiles/common/tzdata @@ -98,6 +98,7 @@ usr/share/zoneinfo #usr/share/zoneinfo/America/Cayman #usr/share/zoneinfo/America/Chicago #usr/share/zoneinfo/America/Chihuahua +#usr/share/zoneinfo/America/Ciudad_Juarez #usr/share/zoneinfo/America/Coral_Harbour #usr/share/zoneinfo/America/Cordoba #usr/share/zoneinfo/America/Costa_Rica @@ -716,6 +717,7 @@ usr/share/zoneinfo #usr/share/zoneinfo/posix/America/Cayman #usr/share/zoneinfo/posix/America/Chicago #usr/share/zoneinfo/posix/America/Chihuahua +#usr/share/zoneinfo/posix/America/Ciudad_Juarez #usr/share/zoneinfo/posix/America/Coral_Harbour #usr/share/zoneinfo/posix/America/Cordoba #usr/share/zoneinfo/posix/America/Costa_Rica @@ -1334,6 +1336,7 @@ usr/share/zoneinfo #usr/share/zoneinfo/right/America/Cayman #usr/share/zoneinfo/right/America/Chicago #usr/share/zoneinfo/right/America/Chihuahua +#usr/share/zoneinfo/right/America/Ciudad_Juarez #usr/share/zoneinfo/right/America/Coral_Harbour #usr/share/zoneinfo/right/America/Cordoba #usr/share/zoneinfo/right/America/Costa_Rica diff --git a/lfs/tzdata b/lfs/tzdata index 26500bba2..300ed35ad 100644 --- a/lfs/tzdata +++ b/lfs/tzdata @@ -1,7 +1,7 @@ ############################################################################= ### # = # # IPFire.org - A linux based firewall = # -# Copyright (C) 2007-2022 IPFire Team = # +# Copyright (C) 2007-2023 IPFire Team = # # = # # This program is free software: you can redistribute it and/or modify = # # it under the terms of the GNU General Public License as published by = # @@ -24,7 +24,7 @@ =20 include Config =20 -VER =3D 2022e +VER =3D 2022g TZDATA_VER =3D $(VER) TZCODE_VER =3D $(VER) =20 @@ -45,8 +45,8 @@ objects =3D tzdata$(TZDATA_VER).tar.gz tzcode$(TZCODE_VER).= tar.gz tzdata$(TZDATA_VER).tar.gz =3D $(DL_FROM)/tzdata$(TZDATA_VER).tar.gz tzcode$(TZCODE_VER).tar.gz =3D $(DL_FROM)/tzcode$(TZCODE_VER).tar.gz =20 -tzdata$(TZDATA_VER).tar.gz_BLAKE2 =3D 0c1aa99ac8c8f1a7a10602132da1e61921053f= f7ed87449be73c45d23440457f28a2abe4dffd9775c4764e294dd9f92d15d3d401caf07a9d6d0= 46fa27c4148f2 -tzcode$(TZCODE_VER).tar.gz_BLAKE2 =3D 874dca6d7f347276a87a055853617c8943b3b2= 97fd89c80a3e8d6318c81df15af88f8c58bc05d5088359c30aba0d496089df4835f888c3f76cb= 0ecf6cd231d3a +tzdata$(TZDATA_VER).tar.gz_BLAKE2 =3D 582b79cc2317d27f3883042cbca25801397d9e= 2808ad8d3a340017d635372ef20316ce646a25a43b0ea5d4024841b54925ecc4510613295c39c= 28647989645cb +tzcode$(TZCODE_VER).tar.gz_BLAKE2 =3D b67bb2020913c57cc6bc68d231c53ba645b953= 05256065e2645bce3b0d71adfaea865ed9bf40f1ec3b4a73aad7e6c48f5ecd0895de6e2d69bed= 6113d6b579e26 =20 install : $(TARGET) =20 --=20 2.39.1 --===============7804694803223794465==--