[oe-commits] [openembedded-core] 04/46: tzdata: update to 2018e

git at git.openembedded.org git at git.openembedded.org
Tue May 15 09:57:33 UTC 2018


This is an automated email from the git hooks/post-receive script.

rpurdie pushed a commit to branch master
in repository openembedded-core.

commit f717eeff2d4823163cb72fb79101220cc48b3286
Author: Armin Kuster <akuster808 at gmail.com>
AuthorDate: Fri May 4 10:05:16 2018 -0700

    tzdata: update to 2018e
    
     Briefly:
    
        North Korea switches back to +09 on 2018-05-05.
        The main format uses negative DST again, for Ireland etc.
        'make tarballs' now also builds a rearguard tarball.
        New 's' and 'd' suffixes in SAVE columns of Rule and Zone lines.
    
      Changes to past and future time stamps
    
        North Korea switches back from +0830 to +09 on 2018-05-05.
        (Thanks to Kang Seonghoon, Arthur David Olson, Seo Sanghyeon,
        and Tim Parenti.)
    
        Bring back the negative-DST changes of 2018a, except be more
        compatible with data parsers that do not support negative DST.
        Also, this now affects historical time stamps in Namibia and the
        former Czechoslovakia, not just Ireland.  The main format now uses
        negative DST to model time stamps in Europe/Dublin (from 1971 on),
        Europe/Prague (1946/7), and Africa/Windhoek (1994/2017).  This
        does not affect UT offsets, only time zone abbreviations and the
        tm_isdst flag.  Also, this does not affect rearguard or vanguard
        formats; effectively the main format now uses vanguard instead of
        rearguard format.  Data parsers that do not support negative DST
        can still use data from the rearguard tarball described below
    
    Signed-off-by: Armin Kuster <akuster808 at gmail.com>
    Signed-off-by: Ross Burton <ross.burton at intel.com>
---
 meta/recipes-extended/tzdata/{tzdata_2018d.bb => tzdata_2018e.bb} | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/meta/recipes-extended/tzdata/tzdata_2018d.bb b/meta/recipes-extended/tzdata/tzdata_2018e.bb
similarity index 98%
rename from meta/recipes-extended/tzdata/tzdata_2018d.bb
rename to meta/recipes-extended/tzdata/tzdata_2018e.bb
index f7fce80..f806d5b 100644
--- a/meta/recipes-extended/tzdata/tzdata_2018d.bb
+++ b/meta/recipes-extended/tzdata/tzdata_2018e.bb
@@ -9,8 +9,8 @@ DEPENDS = "tzcode-native"
 SRC_URI = "http://www.iana.org/time-zones/repository/releases/tzdata${PV}.tar.gz;name=tzdata"
 UPSTREAM_CHECK_URI = "http://www.iana.org/time-zones"
 
-SRC_URI[tzdata.md5sum] = "871a7ef808eb42ebc551acdb3d661554"
-SRC_URI[tzdata.sha256sum] = "5106eddceb5f1ae3a91dbd3960e1b8b11ba0dc08579a31cf0724a7691b10c054"
+SRC_URI[tzdata.md5sum] = "97d654f4d7253173b3eeb76a836dd65e"
+SRC_URI[tzdata.sha256sum] = "6b288e5926841a4cb490909fe822d85c36ae75538ad69baf20da9628b63b692e"
 
 inherit allarch
 

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list