diff options
author | Armin Kuster <akuster808@gmail.com> | 2018-01-25 08:33:42 -0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2018-01-26 13:09:10 +0000 |
commit | 1e8c80190cc08fdbacf4e165ff261528f51121af (patch) | |
tree | 7e9c215718417d708b2a2587ad200dca9b2a8b8b /meta | |
parent | 0b3237e44ce684cf778a7b50dac59abb3499e6bd (diff) | |
download | poky-1e8c80190cc08fdbacf4e165ff261528f51121af.tar.gz |
tzcode: update to 2018c
removed patches now included in update.
The 2018a through 2018c releases reflect the following changes, which were either circulated on the tz mailing list or are relatively minor technical or administrative changes. This announcement has merged the set of changes made by the three releases, to make it easier to see the difference between 2017c and 2018c; please see the 2018c NEWS file for more details about intermediate versions.
Release 2018c - 2018-01-22 23:00:44 -0800
Release 2018b - 2018-01-17 23:24:48 -0800
Release 2018a - 2018-01-12 22:29:21 -0800
Changes to code
zic has a new option -t FILE that specifies the location of the
file that determines local time when TZ is unset. The default for
this location can be configured via the new TZDEFAULT makefile
macro, which defaults to /etc/localtime.
Diagnostics and commentary now distinguish UT from UTC more
carefully; see theory.html for more information about UT vs UTC.
zic has been ported to GCC 8's -Wstringop-truncation option.
(Problem reported by Martin Sebor.)
Changes to documentation and commentary
The zic man page now documents the longstanding behavior that
times and years can be out of the usual range, with negative times
counting backwards from midnight and with year 0 preceding year 1.
(Problem reported by Michael Deckers.)
The theory.html file now mentions the POSIX limit of six chars
per abbreviation, and lists alphabetic abbreviations used.
The files tz-art.htm and tz-link.htm have been renamed to
tz-art.html and tz-link.html, respectively, for consistency with
other file names and to simplify web server configuration.
(From OE-Core rev: aae1131225b92d2f984a2de35b2e21592ae8195d)
Signed-off-by: Armin Kuster <akuster808@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
-rw-r--r-- | meta/recipes-extended/tzcode/tzcode-native_2018c.bb (renamed from meta/recipes-extended/tzcode/tzcode-native_2017c.bb) | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/meta/recipes-extended/tzcode/tzcode-native_2017c.bb b/meta/recipes-extended/tzcode/tzcode-native_2018c.bb index aeaef726bc..85e9b70ace 100644 --- a/meta/recipes-extended/tzcode/tzcode-native_2017c.bb +++ b/meta/recipes-extended/tzcode/tzcode-native_2018c.bb | |||
@@ -7,15 +7,14 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=c679c9d6b02bc2757b3eaf8f53c43fba" | |||
7 | 7 | ||
8 | SRC_URI =" http://www.iana.org/time-zones/repository/releases/tzcode${PV}.tar.gz;name=tzcode \ | 8 | SRC_URI =" http://www.iana.org/time-zones/repository/releases/tzcode${PV}.tar.gz;name=tzcode \ |
9 | http://www.iana.org/time-zones/repository/releases/tzdata${PV}.tar.gz;name=tzdata \ | 9 | http://www.iana.org/time-zones/repository/releases/tzdata${PV}.tar.gz;name=tzdata \ |
10 | file://0001-Fix-Makefile-quoting-bug.patch \ | 10 | " |
11 | file://0002-Port-zdump-to-C90-snprintf.patch" | ||
12 | 11 | ||
13 | UPSTREAM_CHECK_URI = "http://www.iana.org/time-zones" | 12 | UPSTREAM_CHECK_URI = "http://www.iana.org/time-zones" |
14 | 13 | ||
15 | SRC_URI[tzcode.md5sum] = "2fe6986231db5182c61d565021a0cd7b" | 14 | SRC_URI[tzcode.md5sum] = "e6e0d4b2ce3fa6906f303157bed2612e" |
16 | SRC_URI[tzcode.sha256sum] = "81e8b4bc23e60906640c266bbff3789661e22f0fa29fe61b96ec7c2816c079b7" | 15 | SRC_URI[tzcode.sha256sum] = "31fa7fc0f94a6ff2d6bc878c0a35e8ab8b5aa0e8b01445a1d4a8f14777d0e665" |
17 | SRC_URI[tzdata.md5sum] = "1e751e7e08f8b68530674f04619d894d" | 16 | SRC_URI[tzdata.md5sum] = "c412b1531adef1be7a645ab734f86acc" |
18 | SRC_URI[tzdata.sha256sum] = "d6543f92a929826318e2f44ff3a7611ce5f565a43e10250b42599d0ba4cbd90b" | 17 | SRC_URI[tzdata.sha256sum] = "2825c3e4b7ef520f24d393bcc02942f9762ffd3e7fc9b23850789ed8f22933f6" |
19 | 18 | ||
20 | S = "${WORKDIR}" | 19 | S = "${WORKDIR}" |
21 | 20 | ||