diff options
author | Armin Kuster <akuster808@gmail.com> | 2015-03-21 07:42:08 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2015-04-17 22:39:30 +0100 |
commit | 5ed8733bac2e1b5987973bdca94f938d830bf0df (patch) | |
tree | 8d50030da33b31c4f9c9cdd64867e3d3181e973f /meta | |
parent | ff71dd264ad4f3082d7e4afe22eb322c3708000b (diff) | |
download | poky-5ed8733bac2e1b5987973bdca94f938d830bf0df.tar.gz |
tzcode: update to 2015b
Changes affecting code
Fix integer overflow bug in reference 'mktime' implementation.
(Problem reported by Jörg Richter.)
Allow -Dtime_tz=time_t compilations, and allow -Dtime_tz=... libraries
to be used in the same executable as standard-library time_t functions.
(Problems reported by Bradley White.)
Changes affecting commentary
Cite the recent Mexican decree changing Quintana Roo's time zone.
(Thanks to Carlos Raúl Perasso.)
Likewise for the recent Chilean decree. (Thanks to Eduardo Romero Urra.)
Update info about Mars time.
(From OE-Core rev: fbd98e677dcf6324cf713d888aa85c4264f42ec9)
(From OE-Core rev: 098055d44b20010771b420a0ff5640ea7921e455)
Signed-off-by: Armin Kuster <akuster808@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
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_2015a.bb | 10 | ||||
-rw-r--r-- | meta/recipes-extended/tzcode/tzcode-native_2015b.bb | 10 |
2 files changed, 10 insertions, 10 deletions
diff --git a/meta/recipes-extended/tzcode/tzcode-native_2015a.bb b/meta/recipes-extended/tzcode/tzcode-native_2015a.bb deleted file mode 100644 index a0a31d6cfb..0000000000 --- a/meta/recipes-extended/tzcode/tzcode-native_2015a.bb +++ /dev/null | |||
@@ -1,10 +0,0 @@ | |||
1 | # note that we allow for us to use data later than our code version | ||
2 | # | ||
3 | SRC_URI =" ftp://ftp.iana.org/tz/releases/tzcode${PV}.tar.gz;name=tzcode \ | ||
4 | ftp://ftp.iana.org/tz/releases/tzdata2015a.tar.gz;name=tzdata" | ||
5 | |||
6 | SRC_URI[tzcode.md5sum] = "8f375ede46ae137fbac047ac431bda37" | ||
7 | SRC_URI[tzcode.sha256sum] = "885bab11f286852f34030d7a86ede7d4126319ca74b8ee22be8ca7c17d72dd19" | ||
8 | SRC_URI[tzdata.md5sum] = "4ed11c894a74a5ea64201b1c6dbb8831" | ||
9 | SRC_URI[tzdata.sha256sum] = "c52490917d00a8e7fc9b5f0b1b65ef6ec76d612b5b20c81bf86a04147af18e4c" | ||
10 | require tzcode-native.inc | ||
diff --git a/meta/recipes-extended/tzcode/tzcode-native_2015b.bb b/meta/recipes-extended/tzcode/tzcode-native_2015b.bb new file mode 100644 index 0000000000..a4ec72d159 --- /dev/null +++ b/meta/recipes-extended/tzcode/tzcode-native_2015b.bb | |||
@@ -0,0 +1,10 @@ | |||
1 | # note that we allow for us to use data later than our code version | ||
2 | # | ||
3 | SRC_URI =" ftp://ftp.iana.org/tz/releases/tzcode${PV}.tar.gz;name=tzcode \ | ||
4 | ftp://ftp.iana.org/tz/releases/tzdata2015b.tar.gz;name=tzdata" | ||
5 | |||
6 | SRC_URI[tzcode.md5sum] = "f073a7c9bca7f9fe408491f826e92968" | ||
7 | SRC_URI[tzcode.sha256sum] = "e668f1235b998c90e43ecc93c8535728c65bb01d6bb93d22467e04b5ffa35d76" | ||
8 | SRC_URI[tzdata.md5sum] = "75571bb17c7b6be88a9f8872e45bc726" | ||
9 | SRC_URI[tzdata.sha256sum] = "556ac1a5b3a371adc1ad4e77138f78ddd7f8ddd7bc2b52545924598c7dc8ad62" | ||
10 | require tzcode-native.inc | ||