From: "Peter Müller" <git@ipfire.org>
To: ipfire-scm@lists.ipfire.org
Subject: [git.ipfire.org] IPFire 2.x development tree branch, next, updated. d462422cc389870eec0184e8bcfa256f367b56aa
Date: Mon, 13 Jun 2022 15:52:32 +0000 [thread overview]
Message-ID: <4LMGKs2FTzz2xf4@people01.haj.ipfire.org> (raw)
[-- Attachment #1: Type: text/plain, Size: 4979 bytes --]
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "IPFire 2.x development tree".
The branch, next has been updated
via d462422cc389870eec0184e8bcfa256f367b56aa (commit)
via 0371726e94c1e82aa11192a285715b1e1061f499 (commit)
from 80745fb58f832ce4cd7476ab9d7aaf96dd8c8203 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit d462422cc389870eec0184e8bcfa256f367b56aa
Author: Peter Müller <peter.mueller(a)ipfire.org>
Date: Mon Jun 13 15:52:19 2022 +0000
Core Update 169: Ship tzdata
Signed-off-by: Peter Müller <peter.mueller(a)ipfire.org>
commit 0371726e94c1e82aa11192a285715b1e1061f499
Author: Peter Müller <peter.mueller(a)ipfire.org>
Date: Tue Jun 7 17:15:31 2022 +0000
tzdata: Update to 2022a
Signed-off-by: Peter Müller <peter.mueller(a)ipfire.org>
-----------------------------------------------------------------------
Summary of changes:
config/rootfiles/common/tzdata | 3 +++
config/rootfiles/{oldcore/100 => core/169}/filelists/tzdata | 0
lfs/tzdata | 8 ++++----
3 files changed, 7 insertions(+), 4 deletions(-)
copy config/rootfiles/{oldcore/100 => core/169}/filelists/tzdata (100%)
Difference in files:
diff --git a/config/rootfiles/common/tzdata b/config/rootfiles/common/tzdata
index 7531cfb64..f6903a057 100644
--- a/config/rootfiles/common/tzdata
+++ b/config/rootfiles/common/tzdata
@@ -563,6 +563,7 @@ usr/share/zoneinfo
#usr/share/zoneinfo/Pacific/Guam
#usr/share/zoneinfo/Pacific/Honolulu
#usr/share/zoneinfo/Pacific/Johnston
+#usr/share/zoneinfo/Pacific/Kanton
#usr/share/zoneinfo/Pacific/Kiritimati
#usr/share/zoneinfo/Pacific/Kosrae
#usr/share/zoneinfo/Pacific/Kwajalein
@@ -1179,6 +1180,7 @@ usr/share/zoneinfo
#usr/share/zoneinfo/posix/Pacific/Guam
#usr/share/zoneinfo/posix/Pacific/Honolulu
#usr/share/zoneinfo/posix/Pacific/Johnston
+#usr/share/zoneinfo/posix/Pacific/Kanton
#usr/share/zoneinfo/posix/Pacific/Kiritimati
#usr/share/zoneinfo/posix/Pacific/Kosrae
#usr/share/zoneinfo/posix/Pacific/Kwajalein
@@ -1795,6 +1797,7 @@ usr/share/zoneinfo
#usr/share/zoneinfo/right/Pacific/Guam
#usr/share/zoneinfo/right/Pacific/Honolulu
#usr/share/zoneinfo/right/Pacific/Johnston
+#usr/share/zoneinfo/right/Pacific/Kanton
#usr/share/zoneinfo/right/Pacific/Kiritimati
#usr/share/zoneinfo/right/Pacific/Kosrae
#usr/share/zoneinfo/right/Pacific/Kwajalein
diff --git a/config/rootfiles/core/169/filelists/tzdata b/config/rootfiles/core/169/filelists/tzdata
new file mode 120000
index 000000000..5a6e3252f
--- /dev/null
+++ b/config/rootfiles/core/169/filelists/tzdata
@@ -0,0 +1 @@
+../../../common/tzdata
\ No newline at end of file
diff --git a/lfs/tzdata b/lfs/tzdata
index ac3a8dff1..34e7b9fd1 100644
--- a/lfs/tzdata
+++ b/lfs/tzdata
@@ -1,7 +1,7 @@
###############################################################################
# #
# IPFire.org - A linux based firewall #
-# Copyright (C) 2007-2021 IPFire Team <info(a)ipfire.org> #
+# Copyright (C) 2007-2022 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 = 2021a
+VER = 2022a
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 = b8d177e90e22bd8a3fd23c9a9c19896cb245efd8e768b59ab8c63e56ab141e67331f3231e3a7c802f844375049cfd902e14e912ce677b3aea38fc0d968905e87
-tzcode$(TZCODE_VER).tar.gz_BLAKE2 = 4072685f2344602ffcfe32a7bf92d3b0d93e38ffca842f1c07a60db5e26f1f18ab32fc7b5f155b0bdab49f8d0bfcd5b58f4a192b4d06d7d9639893e5cb596328
+tzdata$(TZDATA_VER).tar.gz_BLAKE2 = 0af5b785a6f5d871b017237ad58d3d9bedd0de38cf18ac51b32cd8df9811215af7af913d8cd3966de695ce65df3f49f52e239196e93b953094763814cc56ecd0
+tzcode$(TZCODE_VER).tar.gz_BLAKE2 = f9b3bb5eedc51896c2a1dd77fe8118518c8a1f35152325fa6c4163e11dd34aeb0c88b16b17a27ad022feb2f6818996ec0e40e06a7e1edd454187f586c3739070
install : $(TARGET)
hooks/post-receive
--
IPFire 2.x development tree
reply other threads:[~2022-06-13 15:52 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
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=4LMGKs2FTzz2xf4@people01.haj.ipfire.org \
--to=git@ipfire.org \
--cc=ipfire-scm@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