Skip to content

Commit

Permalink
misc/zoneinfo: Update to 2022g
Browse files Browse the repository at this point in the history
Changes:
  * The northern edge of Chihuahua changes to US timekeeping.
  * Much of Greenland stops changing clocks after March 2023.
  * Fix some pre-1996 timestamps in northern Canada.
  * C89 is now deprecated; please use C99 or later.
  * Portability fixes for AIX, libintl, MS-Windows, musl, z/OS
  * In C code, use more C23 features if available.
  * C23 timegm now supported by default
  * Fixes for unlikely integer overflows
  • Loading branch information
skreuzer committed Dec 1, 2022
1 parent eeec92d commit 777fb61
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
2 changes: 1 addition & 1 deletion misc/zoneinfo/Makefile
@@ -1,5 +1,5 @@
PORTNAME= zoneinfo
DISTVERSION= 2022f
DISTVERSION= 2022g
CATEGORIES= misc
MASTER_SITES= https://data.iana.org/time-zones/releases/ \
ftp://ftp.iana.org/tz/releases/
Expand Down
6 changes: 3 additions & 3 deletions misc/zoneinfo/distinfo
@@ -1,3 +1,3 @@
TIMESTAMP = 1667223936
SHA256 (tzdata2022f.tar.gz) = 9990d71f675d212567b931fe8aae1cab7027f89fefb8a79d808a6933a67af000
SIZE (tzdata2022f.tar.gz) = 436352
TIMESTAMP = 1669907393
SHA256 (tzdata2022g.tar.gz) = 4491db8281ae94a84d939e427bdd83dc389f26764d27d9a5c52d782c16764478
SIZE (tzdata2022g.tar.gz) = 439731
3 changes: 2 additions & 1 deletion misc/zoneinfo/pkg-plist
Expand Up @@ -48,6 +48,7 @@
%%DATADIR%%/America/Cayenne
%%DATADIR%%/America/Chicago
%%DATADIR%%/America/Chihuahua
%%DATADIR%%/America/Ciudad_Juarez
%%DATADIR%%/America/Costa_Rica
%%DATADIR%%/America/Cuiaba
%%DATADIR%%/America/Danmarkshavn
Expand Down Expand Up @@ -109,7 +110,6 @@
%%DATADIR%%/America/Nuuk
%%DATADIR%%/America/Ojinaga
%%DATADIR%%/America/Panama
%%DATADIR%%/America/Pangnirtung
%%DATADIR%%/America/Paramaribo
%%DATADIR%%/America/Phoenix
%%DATADIR%%/America/Port-au-Prince
Expand Down Expand Up @@ -421,6 +421,7 @@
%%BACKWARD%%%%DATADIR%%/America/Montserrat
%%BACKWARD%%%%DATADIR%%/America/Nassau
%%BACKWARD%%%%DATADIR%%/America/Nipigon
%%BACKWARD%%%%DATADIR%%/America/Pangnirtung
%%BACKWARD%%%%DATADIR%%/America/Port_of_Spain
%%BACKWARD%%%%DATADIR%%/America/Porto_Acre
%%BACKWARD%%%%DATADIR%%/America/Rainy_River
Expand Down

0 comments on commit 777fb61

Please sign in to comment.