public inbox for development@lists.ipfire.org
 help / color / mirror / Atom feed
From: Adolf Belka <adolf.belka@ipfire.org>
To: development@lists.ipfire.org
Subject: [PATCH] tzdata: Update to version 2022g
Date: Mon, 06 Feb 2023 17:20:46 +0100	[thread overview]
Message-ID: <20230206162046.3497981-5-adolf.belka@ipfire.org> (raw)
In-Reply-To: <20230206162046.3497981-1-adolf.belka@ipfire.org>

[-- Attachment #1: Type: text/plain, Size: 3437 bytes --]

- Update from version 2022e to 2022g
- Update of rootfile
- Changelog is too large to include here. See the NEWS file in the source tarball.

Signed-off-by: Adolf Belka <adolf.belka(a)ipfire.org>
---
 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  <info(a)ipfire.org>                     #
+# Copyright (C) 2007-2023  IPFire Team  <info(a)ipfire.org>                     #
 #                                                                             #
 # 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 @@
 
 include Config
 
-VER        = 2022e
+VER        = 2022g
 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 = 0c1aa99ac8c8f1a7a10602132da1e61921053ff7ed87449be73c45d23440457f28a2abe4dffd9775c4764e294dd9f92d15d3d401caf07a9d6d046fa27c4148f2
-tzcode$(TZCODE_VER).tar.gz_BLAKE2 = 874dca6d7f347276a87a055853617c8943b3b297fd89c80a3e8d6318c81df15af88f8c58bc05d5088359c30aba0d496089df4835f888c3f76cb0ecf6cd231d3a
+tzdata$(TZDATA_VER).tar.gz_BLAKE2 = 582b79cc2317d27f3883042cbca25801397d9e2808ad8d3a340017d635372ef20316ce646a25a43b0ea5d4024841b54925ecc4510613295c39c28647989645cb
+tzcode$(TZCODE_VER).tar.gz_BLAKE2 = b67bb2020913c57cc6bc68d231c53ba645b95305256065e2645bce3b0d71adfaea865ed9bf40f1ec3b4a73aad7e6c48f5ecd0895de6e2d69bed6113d6b579e26
 
 install : $(TARGET)
 
-- 
2.39.1


      parent reply	other threads:[~2023-02-06 16:20 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-02-06 16:20 [PATCH] e2fsprogs: Update to version 1.46.6 Adolf Belka
2023-02-06 16:20 ` [PATCH] epson-inkjet-printer-escpr: Update to version 1.7.23 Adolf Belka
2023-02-06 16:20 ` [PATCH] fetchmail: Update to version 6.4.36 Adolf Belka
2023-02-06 16:20 ` [PATCH] samba: Update to version 4.17.5 Adolf Belka
2023-02-06 16:20 ` Adolf Belka [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20230206162046.3497981-5-adolf.belka@ipfire.org \
    --to=adolf.belka@ipfire.org \
    --cc=development@lists.ipfire.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox