Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/netbsd-2-0]: src Apply patch (requested by kleink in ticket #5816):



details:   https://anonhg.NetBSD.org/src/rev/f2b984e02a20
branches:  netbsd-2-0
changeset: 564845:f2b984e02a20
user:      riz <riz%NetBSD.org@localhost>
date:      Tue Sep 06 01:33:43 2005 +0000

description:
Apply patch (requested by kleink in ticket #5816):

        Pull up to tzdata2005m; _lots_ of fixes, including most recently
the leap second at the end of 2005 and the U.S. DST changes taking effect
in 2007.

diffstat:

 distrib/sets/lists/base/mi   |   17 ++-
 doc/3RDPARTY                 |    6 +-
 etc/mtree/NetBSD.dist        |    3 +-
 share/zoneinfo/africa        |   32 +++-
 share/zoneinfo/antarctica    |   37 ++--
 share/zoneinfo/asia          |  283 ++++++++++++++++++++++++++++++++----------
 share/zoneinfo/australasia   |  106 ++++++++++++---
 share/zoneinfo/backward      |   46 ++++--
 share/zoneinfo/etcetera      |    7 +-
 share/zoneinfo/europe        |  216 ++++++++++++++++++++------------
 share/zoneinfo/iso3166.tab   |    9 +-
 share/zoneinfo/leapseconds   |   65 +++++----
 share/zoneinfo/northamerica  |  277 ++++++++++++++++++++++++++++++-----------
 share/zoneinfo/solar87       |    8 +-
 share/zoneinfo/solar88       |    8 +-
 share/zoneinfo/solar89       |    8 +-
 share/zoneinfo/southamerica  |  196 ++++++++++++++++++++++++-----
 share/zoneinfo/yearistype.sh |   11 +-
 share/zoneinfo/zone.tab      |   43 +++--
 19 files changed, 977 insertions(+), 401 deletions(-)

diffs (truncated from 3077 to 300 lines):

diff -r cd4bbf10da16 -r f2b984e02a20 distrib/sets/lists/base/mi
--- a/distrib/sets/lists/base/mi        Thu Sep 01 17:53:48 2005 +0000
+++ b/distrib/sets/lists/base/mi        Tue Sep 06 01:33:43 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: mi,v 1.470.2.2 2004/05/10 19:30:47 tron Exp $
+# $NetBSD: mi,v 1.470.2.3 2005/09/06 01:33:43 riz Exp $
 .                                              base-sys-root
 ./altroot                                      base-sys-root
 ./bin                                          base-sys-root
@@ -2850,6 +2850,18 @@
 ./usr/share/zoneinfo/America/Anguilla          base-sys-share          share
 ./usr/share/zoneinfo/America/Antigua           base-sys-share          share
 ./usr/share/zoneinfo/America/Araguaina         base-sys-share          share
+./usr/share/zoneinfo/America/Argentina         base-sys-share          share
+./usr/share/zoneinfo/America/Argentina/Buenos_Aires    base-sys-share          share
+./usr/share/zoneinfo/America/Argentina/Catamarca       base-sys-share          share
+./usr/share/zoneinfo/America/Argentina/ComodRivadavia  base-sys-share          share
+./usr/share/zoneinfo/America/Argentina/Cordoba base-sys-share          share
+./usr/share/zoneinfo/America/Argentina/Jujuy   base-sys-share          share
+./usr/share/zoneinfo/America/Argentina/La_Rioja        base-sys-share          share
+./usr/share/zoneinfo/America/Argentina/Mendoza base-sys-share          share
+./usr/share/zoneinfo/America/Argentina/Rio_Gallegos    base-sys-share          share
+./usr/share/zoneinfo/America/Argentina/San_Juan        base-sys-share          share
+./usr/share/zoneinfo/America/Argentina/Tucuman base-sys-share          share
+./usr/share/zoneinfo/America/Argentina/Ushuaia base-sys-share          share
 ./usr/share/zoneinfo/America/Aruba             base-sys-share          share
 ./usr/share/zoneinfo/America/Asuncion          base-sys-share          share
 ./usr/share/zoneinfo/America/Atka              base-sys-share          share
@@ -2870,6 +2882,7 @@
 ./usr/share/zoneinfo/America/Cayman            base-sys-share          share
 ./usr/share/zoneinfo/America/Chicago           base-sys-share          share
 ./usr/share/zoneinfo/America/Chihuahua         base-sys-share          share
+./usr/share/zoneinfo/America/Coral_Harbour     base-sys-share          share
 ./usr/share/zoneinfo/America/Cordoba           base-sys-share          share
 ./usr/share/zoneinfo/America/Costa_Rica                base-sys-share          share
 ./usr/share/zoneinfo/America/Cuiaba            base-sys-share          share
@@ -3099,6 +3112,7 @@
 ./usr/share/zoneinfo/Australia/Brisbane                base-sys-share          share
 ./usr/share/zoneinfo/Australia/Broken_Hill     base-sys-share          share
 ./usr/share/zoneinfo/Australia/Canberra                base-sys-share          share
+./usr/share/zoneinfo/Australia/Currie          base-sys-share          share
 ./usr/share/zoneinfo/Australia/Darwin          base-sys-share          share
 ./usr/share/zoneinfo/Australia/Hobart          base-sys-share          share
 ./usr/share/zoneinfo/Australia/LHI             base-sys-share          share
@@ -3203,6 +3217,7 @@
 ./usr/share/zoneinfo/Europe/Luxembourg         base-sys-share          share
 ./usr/share/zoneinfo/Europe/Madrid             base-sys-share          share
 ./usr/share/zoneinfo/Europe/Malta              base-sys-share          share
+./usr/share/zoneinfo/Europe/Mariehamn          base-sys-share          share
 ./usr/share/zoneinfo/Europe/Minsk              base-sys-share          share
 ./usr/share/zoneinfo/Europe/Monaco             base-sys-share          share
 ./usr/share/zoneinfo/Europe/Moscow             base-sys-share          share
diff -r cd4bbf10da16 -r f2b984e02a20 doc/3RDPARTY
--- a/doc/3RDPARTY      Thu Sep 01 17:53:48 2005 +0000
+++ b/doc/3RDPARTY      Tue Sep 06 01:33:43 2005 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: 3RDPARTY,v 1.201.2.3 2004/06/15 22:13:07 he Exp $
+#      $NetBSD: 3RDPARTY,v 1.201.2.4 2005/09/06 01:33:43 riz Exp $
 #
 # This file contains a list of the software that has been integrated into
 # NetBSD where we are not the primary maintainer.
@@ -702,8 +702,8 @@
 Notes:
 
 Package:       tz
-Version:       tzcode2004a / tzdata2004a
-Current Vers:  tzcode2004a / tzdata2004a
+Version:       tzcode2004a / tzdata2005m
+Current Vers:  tzcode2005m / tzdata2005m
 Maintainer:    Arthur David Olson <ado%elsie.nci.nih.gov@localhost>
 Archive Site:  ftp://elsie.nci.nih.gov/pub/
 Mailing List:  tz%elsie.nci.nih.gov@localhost
diff -r cd4bbf10da16 -r f2b984e02a20 etc/mtree/NetBSD.dist
--- a/etc/mtree/NetBSD.dist     Thu Sep 01 17:53:48 2005 +0000
+++ b/etc/mtree/NetBSD.dist     Tue Sep 06 01:33:43 2005 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: NetBSD.dist,v 1.259.2.2 2004/05/10 15:00:20 tron Exp $
+#      $NetBSD: NetBSD.dist,v 1.259.2.3 2005/09/06 01:33:43 riz Exp $
 #      @(#)4.4BSD.dist 8.1 (Berkeley) 6/13/93
 
 /set type=dir uname=root gname=wheel mode=0755
@@ -1032,6 +1032,7 @@
 ./usr/share/zoneinfo
 ./usr/share/zoneinfo/Africa
 ./usr/share/zoneinfo/America
+./usr/share/zoneinfo/America/Argentina
 ./usr/share/zoneinfo/America/Indiana
 ./usr/share/zoneinfo/America/Kentucky
 ./usr/share/zoneinfo/America/North_Dakota
diff -r cd4bbf10da16 -r f2b984e02a20 share/zoneinfo/africa
--- a/share/zoneinfo/africa     Thu Sep 01 17:53:48 2005 +0000
+++ b/share/zoneinfo/africa     Tue Sep 06 01:33:43 2005 +0000
@@ -1,10 +1,10 @@
-# @(#)africa   7.36
+# @(#)africa   7.39
 
 # This data is by no means authoritative; if you think you know better,
 # go ahead and edit the file (and please send any changes to
 # tz%elsie.nci.nih.gov@localhost for general use in the future).
 
-# From Paul Eggert <eggert%twinsun.com@localhost> (1999-03-22):
+# From Paul Eggert (1999-03-22):
 #
 # A good source for time zone historical data outside the U.S. is
 # Thomas G. Shanks, The International Atlas (5th edition),
@@ -28,7 +28,7 @@
 #
 # Previous editions of this database used WAT, CAT, SAT, and EAT
 # for +0:00 through +3:00, respectively,
-# but Mark R V Murray <markm%grondar.za@localhost> reports that
+# but Mark R V Murray reports that
 # `SAST' is the official abbreviation for +2:00 in the country of South Africa,
 # `CAT' is commonly used for +2:00 in countries north of South Africa, and
 # `WAT' is probably the best name for +1:00, as the common phrase for
@@ -287,7 +287,7 @@
                        2:00    -       SAST
 
 # Liberia
-# From Paul Eggert <eggert%twinsun.com@localhost> (2001-07-17):
+# From Paul Eggert (2001-07-17):
 # In 1972 Liberia was the last country to switch
 # from a UTC offset that was not a multiple of 15 or 20 minutes.
 # Howse reports that it was in honor of their president's birthday.
@@ -317,7 +317,7 @@
 Rule   Libya   1986    only    -       Apr      4      0:00    1:00    S
 Rule   Libya   1986    only    -       Oct      3      0:00    0       -
 Rule   Libya   1987    1989    -       Apr      1      0:00    1:00    S
-Rule   Libya   1987    1990    -       Oct      1      0:00    0       -
+Rule   Libya   1987    1989    -       Oct      1      0:00    0       -
 # Zone NAME            GMTOFF  RULES   FORMAT  [UNTIL]
 Zone   Africa/Tripoli  0:52:44 -       LMT     1920
                        1:00    Libya   CE%sT   1959
@@ -348,9 +348,6 @@
                         0:00   -       GMT     1934 Feb 26
                        -1:00   -       WAT     1960 Jun 20
                         0:00   -       GMT
-# no longer different from Bamako, but too famous to omit
-Zone   Africa/Timbuktu -0:12:04 -      LMT     1912
-                        0:00   -       GMT
 
 # Mauritania
 # Zone NAME            GMTOFF  RULES   FORMAT  [UNTIL]
@@ -557,6 +554,23 @@
                        0:00    -       GMT
 
 # Tunisia
+
+# From Gwillim Law (2005-04-30):
+#
+# My correspondent, Risto Nykanen, has alerted me to another adoption of DST,
+# this time in Tunisia.  According to Yahoo France News
+# <http://fr.news.yahoo.com/050426/5/4dumk.html>, in a story attributed to AP
+# and dated 2005-04-26, "Tunisia has decided to advance its official time by
+# one hour, starting on Sunday, May 1.  Henceforth, Tunisian time will be
+# UTC+2 instead of UTC+1.  The change will take place at 23:00 UTC next
+# Saturday."  (My translation)
+#
+# From Oscar van Vlijmen (2005-05-02):
+# LaPresse, the first national daily newspaper ...
+# <http://www.lapresse.tn/archives/archives280405/actualites/lheure.html>
+# ... DST for 2005: on: Sun May 1 0h standard time, off: Fri Sept. 30,
+# 1h standard time.
+
 # Rule NAME    FROM    TO      TYPE    IN      ON      AT      SAVE    LETTER/S
 Rule   Tunisia 1939    only    -       Apr     15      23:00s  1:00    S
 Rule   Tunisia 1939    only    -       Nov     18      23:00s  0       -
@@ -579,6 +593,8 @@
 Rule   Tunisia 1988    1990    -       Sep     lastSun  0:00s  0       -
 Rule   Tunisia 1989    only    -       Mar     26       0:00s  1:00    S
 Rule   Tunisia 1990    only    -       May      1       0:00s  1:00    S
+Rule   Tunisia 2005    only    -       May      1       0:00s  1:00    S
+Rule   Tunisia 2005    only    -       Sep     30       1:00s  0       -
 # Shanks gives 0:09 for Paris Mean Time; go with Howse's more precise 0:09:21.
 # Shanks says the 1911 switch occurred on Mar 9; go with Howse's Mar 11.
 # Zone NAME            GMTOFF  RULES   FORMAT  [UNTIL]
diff -r cd4bbf10da16 -r f2b984e02a20 share/zoneinfo/antarctica
--- a/share/zoneinfo/antarctica Thu Sep 01 17:53:48 2005 +0000
+++ b/share/zoneinfo/antarctica Tue Sep 06 01:33:43 2005 +0000
@@ -1,4 +1,4 @@
-# @(#)antarctica       7.23
+# @(#)antarctica       7.25
 
 # From Paul Eggert (1999-11-15):
 # To keep things manageable, we list only locations occupied year-round; see
@@ -90,19 +90,19 @@
 # </a>
 
 # Brazil - year-round base
-# Ferraz, King George Island, since 1983/4
+# Comandante Ferraz, King George Island, -6205+05824, since 1983/4
 
 # Chile - year-round bases and towns
 # Escudero, South Shetland Is, -621157-0585735, since 1994
-# Frei, King George Island, -6214-05848, since 1969-03-07
-# O'Higgins, Antarctic Peninsula, -6319-05704, since 1948-02
-# Prat, -6230-05941
-# Villa Las Estrellas (a town), King George Island, since 1984-04-09
+# Presidente Eduadro Frei, King George Island, -6214-05848, since 1969-03-07
+# General Bernardo O'Higgins, Antarctic Peninsula, -6319-05704, since 1948-02
+# Capitan Arturo Prat, -6230-05941
+# Villa Las Estrellas (a town), around the Frei base, since 1984-04-09
 # These locations have always used Santiago time; use TZ='America/Santiago'.
 
 # China - year-round bases
-# Great Wall, King George Island, since 1985-02-20
-# Zhongshan, Larsemann Hills, Prydz Bay, since 1989-02-26
+# Great Wall, King George Island, -6213-05858, since 1985-02-20
+# Zhongshan, Larsemann Hills, Prydz Bay, -6922+07623, since 1989-02-26
 
 # France - year-round bases
 #
@@ -145,19 +145,19 @@
 
 
 # Germany - year-round base
-# Georg von Neumayer
+# Georg von Neumayer, -7039-00815
 
 # India - year-round base
-# Dakshin Gangotri
+# Dakshin Gangotri, -7005+01200
 
 # Japan - year-round bases
-# Dome Fuji
-# Syowa
+# Dome Fuji, -7719+03942
+# Syowa, -690022+0393524
 #
 # From Hideyuki Suzuki (1999-02-06):
 # In all Japanese stations, +0300 is used as the standard time.  [See]
 # <a href="http://www.crl.go.jp/uk/uk201/basyo.htm";>[reference in Japanese]</a>
-# and information from KAMO Hiroyasu <wd%ics.nara-wu.ac.jp@localhost>.
+# and information from KAMO Hiroyasu.
 #
 # Syowa station, which is the first antarctic station of Japan,
 # was established on 1957-01-29.  Since Syowa station is still the main
@@ -171,7 +171,7 @@
 # </a>
 
 # S Korea - year-round base
-# King Sejong, King George Island, since 1988
+# King Sejong, King George Island, -6213-05847, since 1988
 
 # New Zealand - claims
 # Balleny Islands (never inhabited)
@@ -202,7 +202,8 @@
 # Russia - year-round bases
 # Bellingshausen, King George Island, -621159-0585337, since 1968-02-22
 # Mirny, Davis coast, -6633+09301, since 1956-02
-# Molodezhnaya, Alasheyev Bay, year-round from 1962-02 to 1999-07-01
+# Molodezhnaya, Alasheyev Bay, -6740+04551,
+#      year-round from 1962-02 to 1999-07-01
 # Novolazarevskaya, Queen Maud Land, -7046+01150,
 #      year-round from 1960/61 to 1992
 
@@ -234,8 +235,8 @@
                        6:00    -       VOST    # Vostok time
 
 # S Africa - year-round bases
-# Marion Island
-# Sanae
+# Marion Island, -4653+03752
+# Sanae, -7141-00250
 
 # UK
 #
@@ -270,7 +271,7 @@
 #
 # Palmer, Anvers Island, since 1965 (moved 2 miles in 1968)
 #
-# From Ethan Dicks <erd%mcmsun5.mcmurdo.gov@localhost> (1996-10-06):
+# From Ethan Dicks (1996-10-06):
 # It keeps the same time as Punta Arenas, Chile, because, just like us
 # and the South Pole, that's the other end of their supply line....
 # I verified with someone who was there that since 1980,
diff -r cd4bbf10da16 -r f2b984e02a20 share/zoneinfo/asia
--- a/share/zoneinfo/asia       Thu Sep 01 17:53:48 2005 +0000
+++ b/share/zoneinfo/asia       Tue Sep 06 01:33:43 2005 +0000
@@ -1,10 +1,10 @@
-# @(#)asia     7.74
+# @(#)asia     7.85
 
 # This data is by no means authoritative; if you think you know better,
 # go ahead and edit the file (and please send any changes to
 # tz%elsie.nci.nih.gov@localhost for general use in the future).
 
-# From Paul Eggert <eggert%twinsun.com@localhost> (1999-03-22):
+# From Paul Eggert (1999-03-22):
 #
 # A good source for time zone historical data outside the U.S. is
 # Thomas G. Shanks, The International Atlas (5th edition),
@@ -43,8 +43,8 @@
 #      8:00 CST        China
 #      9:00 CJT        Central Japanese Time (1896/1937)*
 #      9:00 EIT        east Indonesia
-#      9:00 JST        Japan
-#      9:00 KST        Korea
+#      9:00 JST  JDT   Japan
+#      9:00 KST  KDT   Korea
 #      9:30 CST        (Australian) Central Standard Time



Home | Main Index | Thread Index | Old Index