OpenBSD CVS

CVS log for src/share/zoneinfo/Makefile


[BACK] Up to [local] / src / share / zoneinfo

Request diff between arbitrary revisions


Default branch: MAIN


Revision 1.19 / (download) - annotate - [select for diffs], Wed Feb 7 21:24:58 2024 UTC (3 months, 1 week ago) by millert
Branch: MAIN
CVS Tags: OPENBSD_7_5_BASE, OPENBSD_7_5, HEAD
Changes since 1.18: +5 -3 lines
Diff to previous 1.18 (colored)

Add and install the zonenow.tab file.
This is a table where each row stands for a timezone where civil
timestamps are predicted to agree from now on.

Revision 1.18 / (download) - annotate - [select for diffs], Sat Nov 18 07:18:07 2023 UTC (5 months, 4 weeks ago) by anton
Branch: MAIN
Changes since 1.17: +2 -2 lines
Diff to previous 1.17 (colored)

Fix make other_two target by coping with leapseconds being placed in
objdir by now.

Revision 1.17 / (download) - annotate - [select for diffs], Fri Nov 17 21:54:20 2023 UTC (5 months, 4 weeks ago) by millert
Branch: MAIN
Changes since 1.16: +4 -4 lines
Diff to previous 1.16 (colored)

Use "mv -f" when moving the output file into place in the obj dir.

Revision 1.16 / (download) - annotate - [select for diffs], Fri Nov 17 21:51:37 2023 UTC (5 months, 4 weeks ago) by millert
Branch: MAIN
Changes since 1.15: +101 -30 lines
Diff to previous 1.15 (colored)

zoneinfo: install tzdata.zi and leap-seconds.list

Build and install the tzdata.zi file and build the leapseconds file
from leap-seconds.list (installing both versions).  Third-party
software now expects these files to be installed.  OK sthen@ deraadt@

Revision 1.15 / (download) - annotate - [select for diffs], Wed Oct 7 22:33:31 2020 UTC (3 years, 7 months ago) by millert
Branch: MAIN
CVS Tags: OPENBSD_7_4_BASE, OPENBSD_7_4, OPENBSD_7_3_BASE, OPENBSD_7_3, OPENBSD_7_2_BASE, OPENBSD_7_2, OPENBSD_7_1_BASE, OPENBSD_7_1, OPENBSD_7_0_BASE, OPENBSD_7_0, OPENBSD_6_9_BASE, OPENBSD_6_9
Changes since 1.14: +15 -27 lines
Diff to previous 1.14 (colored)

Update to tzdata2020b from www.iana.org.  Major changes:
    Revised predictions for Morocco's changes starting in 2023.
    Canada's Yukon changes to -07 on 2020-11-01, not 2020-03-08.
    Macquarie Island has stayed in sync with Tasmania since 2011.
    Casey, Antarctica is at +08 in winter and +11 in summer.
    Removed obsolete files pacificnew, systemv and yearistype.sh

Revision 1.14 / (download) - annotate - [select for diffs], Thu Nov 7 16:25:05 2019 UTC (4 years, 6 months ago) by sthen
Branch: MAIN
CVS Tags: OPENBSD_6_8_BASE, OPENBSD_6_8, OPENBSD_6_7_BASE, OPENBSD_6_7
Changes since 1.13: +2 -2 lines
Diff to previous 1.13 (colored)

Stop installing the "leap-second" zoneinfo files in share/zoneinfo/right
(and the second copy of the "normal" files in share/zoneinfo/posix).

The way these files are supposed to work is that you set the system
clock to the time with leap-seconds included (UTC+leap, or TAI-10) and
copy the entire "right" set of files to the main zoneinfo directory
(upstream provides them as parallel directories to encourage this).

And everyone else sets the system clock to UTC and uses the "posix" files.

https://data.iana.org/time-zones/theory.html#leapsec

We don't have much support for a non-UTC system clock, and these files
have been seen to cause some confusion.

kettenis@ says "Software that really cares probably has its own leap-
second table and will actually rely on the POSIX definition of time_t to
convert times into human readable form."

ok deraadt naddy millert

Revision 1.13 / (download) - annotate - [select for diffs], Tue Jan 22 05:44:40 2019 UTC (5 years, 3 months ago) by tb
Branch: MAIN
CVS Tags: OPENBSD_6_6_BASE, OPENBSD_6_6, OPENBSD_6_5_BASE, OPENBSD_6_5
Changes since 1.12: +2 -2 lines
Diff to previous 1.12 (colored)

Make zoneinfo directories have permissions 0755 instead of 0555
so this matches the entries in 4.4BSD.dist that ware changed a
while ago.

from deraadt

Revision 1.12 / (download) - annotate - [select for diffs], Fri Oct 6 19:58:37 2017 UTC (6 years, 7 months ago) by naddy
Branch: MAIN
CVS Tags: OPENBSD_6_4_BASE, OPENBSD_6_4, OPENBSD_6_3_BASE, OPENBSD_6_3
Changes since 1.11: +4 -3 lines
Diff to previous 1.11 (colored)

Use the modern POSIX idiom "-exec ... {} +" instead of find|xargs and
combine the two find(1) invocations into one.
From Klemens Nanni; ok tb@

Revision 1.11 / (download) - annotate - [select for diffs], Thu Nov 24 14:38:30 2016 UTC (7 years, 5 months ago) by millert
Branch: MAIN
CVS Tags: OPENBSD_6_2_BASE, OPENBSD_6_2, OPENBSD_6_1_BASE, OPENBSD_6_1
Changes since 1.10: +3 -4 lines
Diff to previous 1.10 (colored)

Remove the solar files; they were removed from upstream in 2013.
OK deraadt@

Revision 1.10 / (download) - annotate - [select for diffs], Tue Nov 8 22:31:45 2016 UTC (7 years, 6 months ago) by tb
Branch: MAIN
Changes since 1.9: +2 -1 lines
Diff to previous 1.9 (colored)

Most directories in /usr/share/zoneinfo are created by zic(8), hence their
permissions are subject to the umask.  Set them explicitly to a=rx.

ok millert

Revision 1.9 / (download) - annotate - [select for diffs], Fri Aug 15 16:48:58 2014 UTC (9 years, 9 months ago) by millert
Branch: MAIN
CVS Tags: OPENBSD_6_0_BASE, OPENBSD_6_0, OPENBSD_5_9_BASE, OPENBSD_5_9, OPENBSD_5_8_BASE, OPENBSD_5_8, OPENBSD_5_7_BASE, OPENBSD_5_7
Changes since 1.8: +4 -2 lines
Diff to previous 1.8 (colored)

Update to tzdata2014f from ftp.iana.org.

Revision 1.8 / (download) - annotate - [select for diffs], Sat Feb 11 16:16:34 2006 UTC (18 years, 3 months ago) by espie
Branch: MAIN
CVS Tags: OPENBSD_5_6_BASE, OPENBSD_5_6, OPENBSD_5_5_BASE, OPENBSD_5_5, OPENBSD_5_4_BASE, OPENBSD_5_4, OPENBSD_5_3_BASE, OPENBSD_5_3, OPENBSD_5_2_BASE, OPENBSD_5_2, OPENBSD_5_1_BASE, OPENBSD_5_1, OPENBSD_5_0_BASE, OPENBSD_5_0, OPENBSD_4_9_BASE, OPENBSD_4_9, OPENBSD_4_8_BASE, OPENBSD_4_8, OPENBSD_4_7_BASE, OPENBSD_4_7, OPENBSD_4_6_BASE, OPENBSD_4_6, OPENBSD_4_5_BASE, OPENBSD_4_5, OPENBSD_4_4_BASE, OPENBSD_4_4, OPENBSD_4_3_BASE, OPENBSD_4_3, OPENBSD_4_2_BASE, OPENBSD_4_2, OPENBSD_4_1_BASE, OPENBSD_4_1, OPENBSD_4_0_BASE, OPENBSD_4_0, OPENBSD_3_9_BASE, OPENBSD_3_9
Changes since 1.7: +4 -2 lines
Diff to previous 1.7 (colored)

fix mode of iso*.tab

install zone.tab as well.

This fixes KDE lookup of timezones.

okay millert@

Revision 1.7 / (download) - annotate - [select for diffs], Thu Sep 29 00:43:03 2005 UTC (18 years, 7 months ago) by deraadt
Branch: MAIN
Changes since 1.6: +4 -1 lines
Diff to previous 1.6 (colored)

place iso3166.tab into /usr/share/misc; pr 4260 has the discussion..

Revision 1.6 / (download) - annotate - [select for diffs], Tue Sep 27 16:27:23 2005 UTC (18 years, 7 months ago) by deraadt
Branch: MAIN
Changes since 1.5: +2 -2 lines
Diff to previous 1.5 (colored)

use xargs -r0 for our build process

Revision 1.5 / (download) - annotate - [select for diffs], Mon Feb 18 22:08:32 2002 UTC (22 years, 3 months ago) by millert
Branch: MAIN
CVS Tags: OPENBSD_3_8_BASE, OPENBSD_3_8, OPENBSD_3_7_BASE, OPENBSD_3_7, OPENBSD_3_6_BASE, OPENBSD_3_6, OPENBSD_3_5_BASE, OPENBSD_3_5, OPENBSD_3_4_BASE, OPENBSD_3_4, OPENBSD_3_3_BASE, OPENBSD_3_3, OPENBSD_3_2_BASE, OPENBSD_3_2, OPENBSD_3_1_BASE, OPENBSD_3_1
Changes since 1.4: +2 -2 lines
Diff to previous 1.4 (colored)

Install "right" zoneinfo files in addition to the "posix" ones.
This allows the user to choose whether or not leapseconds should be
counted.  From Thorsten Glaser.

Revision 1.4 / (download) - annotate - [select for diffs], Thu Mar 4 03:44:37 1999 UTC (25 years, 2 months ago) by niklas
Branch: MAIN
CVS Tags: OPENBSD_3_0_BASE, OPENBSD_3_0, OPENBSD_2_9_BASE, OPENBSD_2_9, OPENBSD_2_8_BASE, OPENBSD_2_8, OPENBSD_2_7_BASE, OPENBSD_2_7, OPENBSD_2_6_BASE, OPENBSD_2_6, OPENBSD_2_5_BASE, OPENBSD_2_5
Changes since 1.3: +3 -1 lines
Diff to previous 1.3 (colored)

explicit all: target

Revision 1.3 / (download) - annotate - [select for diffs], Sun Jan 18 23:22:33 1998 UTC (26 years, 4 months ago) by millert
Branch: MAIN
CVS Tags: OPENBSD_2_4_BASE, OPENBSD_2_4, OPENBSD_2_3_BASE, OPENBSD_2_3
Changes since 1.2: +4 -2 lines
Diff to previous 1.2 (colored)

tzdata1998b from ftp://elsie.nci.nih.gov/pub

Revision 1.2 / (download) - annotate - [select for diffs], Mon Nov 13 07:03:34 1995 UTC (28 years, 6 months ago) by deraadt
Branch: MAIN
CVS Tags: OPENBSD_2_2_BASE, OPENBSD_2_2, OPENBSD_2_1_BASE, OPENBSD_2_1, OPENBSD_2_0_BASE, OPENBSD_2_0
Changes since 1.1: +16 -9 lines
Diff to previous 1.1 (colored)

handle yearistype.sh not being +x by copying it to another name which can be chmod +x

Revision 1.1.1.1 / (download) - annotate - [select for diffs] (vendor branch), Wed Oct 18 08:44:50 1995 UTC (28 years, 7 months ago) by deraadt
CVS Tags: netbsd_1_1
Changes since 1.1: +0 -0 lines
Diff to previous 1.1 (colored)

initial import of NetBSD tree

Revision 1.1 / (download) - annotate - [select for diffs], Wed Oct 18 08:44:50 1995 UTC (28 years, 7 months ago) by deraadt
Branch: MAIN

Initial revision

This form allows you to request diff's between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.