From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from omta001.cacentral1.a.cloudfilter.net (omta001.cacentral1.a.cloudfilter.net [3.97.99.32]) by sourceware.org (Postfix) with ESMTPS id 38DD23858CDA for ; Sat, 20 Aug 2022 16:06:26 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org 38DD23858CDA Authentication-Results: sourceware.org; dmarc=none (p=none dis=none) header.from=SystematicSW.ab.ca Authentication-Results: sourceware.org; spf=none smtp.mailfrom=systematicsw.ab.ca Received: from shw-obgw-4003a.ext.cloudfilter.net ([10.228.9.183]) by cmsmtp with ESMTP id POQvoL3KtS8WrPQzRo2ht7; Sat, 20 Aug 2022 16:06:25 +0000 Received: from localhost.localdomain ([184.64.124.72]) by cmsmtp with ESMTP id PQzRoQiXrvn7BPQzRoTez4; Sat, 20 Aug 2022 16:06:25 +0000 X-Authority-Analysis: v=2.4 cv=a/cjSGeF c=1 sm=1 tr=0 ts=63010681 a=oHm12aVswOWz6TMtn9zYKg==:117 a=oHm12aVswOWz6TMtn9zYKg==:17 a=m9shYIPOAAAA:8 a=5SI_MEoCRWi1pZzQNiwA:9 a=W_-tLaNDRjEA:10 a=LHQ91m3heICjk2Q-pzoI:22 From: "Cygwin tzcode/tzdata Maintainer" To: "Cygwin Announcements" Reply-To: "Cygwin" Date: Sat, 20 Aug 2022 10:04:38 -0600 Message-Id: <20220820100438.10759-1-Brian.Inglis@SystematicSW.ab.ca> Subject: Updated: tzcode, tzdata 2022c X-CMAE-Envelope: MS4xfDc1wA5/mQKfS95haUfFI3RQ1HZ/WLeR/b5h7cSP6RHThZdJkBDlHeTFNyKYwgVgik6SNvOhmMNJf59de8ioTaV0s/AII8qyuC78D6clDzxeJMzwLhLM Z5cTAa93I37eD7/Lgk8BziIm6mpMjUdhYSFvw0we0xQsxv7hZffxgj8H00UbTj9hvKb/1qW5ur4ukV/s9EtbZCgKBwcvoE/b49LRzlyUkMkxc0PItvUJoLQW X-Spam-Status: No, score=-1161.9 required=5.0 tests=BAYES_20, KAM_DMARC_STATUS, KAM_LAZY_DOMAIN_SECURITY, SPF_HELO_NONE, SPF_NONE, TXREP, T_SCC_BODY_TEXT_LINE autolearn=no autolearn_force=no version=3.4.6 X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on server2.sourceware.org X-BeenThere: cygwin-announce@cygwin.com X-Mailman-Version: 2.1.29 Precedence: list List-Id: Read-only mailing list announcing new and updated Cygwin packages List-Unsubscribe: , List-Archive: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 20 Aug 2022 16:06:30 -0000 The following packages have been upgraded in the Cygwin distribution: * tzcode 2022c * tzdata 2022c The Time Zone Database (often called tz, tzdb, or zoneinfo) contains data that represents the history of local time for many locations around the world, and supports conversion of UTC time to local time at those locations to allow display of those local times. It is updated periodically to reflect changes made by political bodies to daylight saving (summer time) rules, UTC offsets, and time zone boundaries. The tzcode package provides the tzselect, zdump, and zic utilities. For more details on changes, please see the announcement or below: https://mm.icann.org/pipermail/tz-announce/2022-August/000072.html Release 2022c 2022-08-15 17:47:18 -0700 Briefly: * Work around awk bug in FreeBSD, macOS, etc. * Improve tzselect on intercontinental Zones. Changes to code * Work around a bug in onetrueawk that broke commands like 'make traditional_tarballs' on FreeBSD, macOS, etc. * Add code to tzselect that uses experimental structured comments in zone1970.tab to clarify whether Zones like Africa/Abidjan and Europe/Istanbul cross continent or ocean boundaries. * Fix bug with 'zic -d /a/b/c' when /a is unwritable but the directory /a/b already exists. * Remove zoneinfo2tdf.pl, as it was unused and triggered false malware alarms on some email servers.