]> git.ipfire.org Git - people/pmueller/ipfire-2.x.git/commitdiff
tzdata: Update to version 2023d
authorAdolf Belka <adolf.belka@ipfire.org>
Tue, 26 Dec 2023 13:10:36 +0000 (14:10 +0100)
committerPeter Müller <peter.mueller@ipfire.org>
Sat, 30 Dec 2023 06:43:39 +0000 (06:43 +0000)
- Update from version 2023c to 2023d
- Update of rootfile not required
- Changelog
    2023d
  Briefly:
    Ittoqqortoormiit, Greenland changes time zones on 2024-03-31.
    Vostok, Antarctica changed time zones on 2023-12-18.
    Casey, Antarctica changed time zones five times since 2020.
    Code and data fixes for Palestine timestamps starting in 2072.
    A new data file zonenow.tab for timestamps starting now.
  Changes to future timestamps
    Ittoqqortoormiit, Greenland (America/Scoresbysund) joins most of
     the rest of Greenland's timekeeping practice on 2024-03-31, by
     changing its time zone from -01/+00 to -02/-01 at the same moment
     as the spring-forward transition.  Its clocks will therefore not
     spring forward as previously scheduled.  The time zone change
     reverts to its common practice before 1981.
    Fix predictions for DST transitions in Palestine in 2072-2075,
     correcting a typo introduced in 2023a.
  Changes to past and future timestamps
    Vostok, Antarctica changed to +05 on 2023-12-18.  It had been at
     +07 (not +06) for years.  (Thanks to Zakhary V. Akulov.)
    Change data for Casey, Antarctica to agree with timeanddate.com,
     by adding five time zone changes since 2020.  Casey is now at +08
     instead of +11.
  Changes to past tm_isdst flags
    Much of Greenland, represented by America/Nuuk, changed its
     standard time from -03 to -02 on 2023-03-25, not on 2023-10-28.
     This does not affect UTC offsets, only the tm_isdst flag.
     (Thanks to Thomas M. Steenholdt.)
  New data file
    A new data file zonenow.tab helps configure applications that use
     timestamps dated from now on.  This simplifies configuration,
     since users choose from a smaller Zone set.  The file's format is
     experimental and subject to change.
  Changes to code
    localtime.c no longer mishandles TZif files that contain a single
     transition into a DST regime.  Previously, it incorrectly assumed
     DST was in effect before the transition too.  (Thanks to Alois
     Treindl for debugging help.)
    localtime.c's timeoff no longer collides with OpenBSD 7.4.
    The C code now uses _Generic only if __STDC_VERSION__ says the
     compiler is C11 or later.
    tzselect now optionally reads zonenow.tab, to simplify when
     configuring only for timestamps dated from now on.
    tzselect no longer creates temporary files.
    tzselect no longer mishandles the following:
      Spaces and most other special characters in BUGEMAIL, PACKAGE,
       TZDIR, and VERSION.
      TZ strings when using mawk 1.4.3, which mishandles regular
       expressions of the form /X{2,}/.
      ISO 6709 coordinates when using an awk that lacks the GNU
       extension of newlines in -v option-arguments.
      Non UTF-8 locales when using an iconv command that lacks the GNU
       //TRANSLIT extension.
    zic no longer mishandles data for Palestine after the year 2075.
     Previously, it incorrectly omitted post-2075 transitions that are
     predicted for just before and just after Ramadan.  (Thanks to Ken
     Murchison for debugging help.)
    zic now works again on Linux 2.6.16 and 2.6.17 (2006).
     (Problem reported by Rune Torgersen.)
  Changes to build procedure
    The Makefile is now more compatible with POSIX:
     * It no longer defines AR, CC, CFLAGS, LDFLAGS, and SHELL.
     * It no longer uses its own 'cc' in place of CC.
     * It now uses ARFLAGS, with default specified by POSIX.
     * It does not use LFLAGS incompatibly with POSIX.
     * It uses the special .POSIX target.
     * It quotes special characters more carefully.
     * It no longer mishandles builds in an ISO 8859 locale.
    Due to the CC changes, TZDIR is now #defined in a file tzfile.h
     built by 'make', not in a $(CC) -D option.  Also, TZDEFAULT is
     now treated like TZDIR as they have similar roles.
  Changes to commentary
     Limitations and hazards of the optional support for obsolescent
      C89 platforms are documented better, along with a tentative
      schedule for removing this support.

Signed-off-by: Adolf Belka <adolf.belka@ipfire.org>
lfs/tzdata

index 2893584b3d1c371cd4e0beed32702c67eb8ac1d3..921c5e66c4f8f87fbacbd02be105d8e2978ee2d4 100644 (file)
@@ -24,7 +24,7 @@
 
 include Config
 
-VER        = 2023c
+VER        = 2023d
 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 = 8a50aa5f338565d86b8fa5428c138b251bd8dcc3ea66c144b49625d02c5c7aa27f1ace66babd36f10f75cf5eb832ec327b9c2e8adb0384c450130d1ee8c45562
-tzcode$(TZCODE_VER).tar.gz_BLAKE2 = 707ae61740543f3a61520f67176c391ba1e4a8d7858ede4cadd837935be9a9aeb5cf8914049838aaed2f57d7dc4e1df33f29913e143d23deb58011b3e103aade
+tzdata$(TZDATA_VER).tar.gz_BLAKE2 = b79be37a8a258745d162a575c795ee6476b4fa5f6d2f7b562d9431a238eca276a1747a983778291184fc6e40a0c1f5e6284d41290fd6d1d3bd3118bda83f426e
+tzcode$(TZCODE_VER).tar.gz_BLAKE2 = 3e759de2e1dfe033bb98b5af5239631ef5dc33e25b6aeb95ab3e6041d5db3dd1b1cb8b210f072bc0d671117f2ad162cdcdcb3ecae97aa2d3be3bc2e809845666
 
 install : $(TARGET)