From: Paul Donald Date: Sat, 2 Mar 2024 16:13:03 +0000 (+0100) Subject: build: comments for Darwin when building zoneinfo. X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=3c85297c752afa523206e37a9dad238f524981d8;p=project%2Fluci.git build: comments for Darwin when building zoneinfo. Signed-off-by: Paul Donald (cherry picked from commit 66e758dcada7b6470cc0c33b291af39ea8d9fa72) --- diff --git a/build/zoneinfo2lua.pl b/build/zoneinfo2lua.pl index 1a0bee1c68..e4e637292d 100755 --- a/build/zoneinfo2lua.pl +++ b/build/zoneinfo2lua.pl @@ -3,6 +3,11 @@ # Execute from within root of Luci feed, usually feeds/luci # $Id$ +# NOTE: Darwin before 13.6.4 (22G513) may have had bugs in some TZinfo2 files. +# Some lacked the mandatory footers detailed in RFC 8536. A complete tzdata can +# not be built when this script is run on Darwin 13.6.3 and possibly other +# Darwin versions released prior to 13.6.4 (e.g. even Darwin (Sonoma) 14.2.1). + use strict; my %TZ;