X-Git-Url: http://git.ipfire.org/?p=ipfire-2.x.git;a=blobdiff_plain;f=lfs%2Ftzdata;h=39f26260873c757ef8d575d895da56dfb6b1c409;hp=c36b7a34f64b75720d1a5c71701b9e84191a63d9;hb=15b1a3e360a277dc7481103f8ddcbf189033e3a6;hpb=296a73a5326636a53c642dcd046b03fcff221835 diff --git a/lfs/tzdata b/lfs/tzdata index c36b7a34f6..39f2626087 100644 --- a/lfs/tzdata +++ b/lfs/tzdata @@ -1,7 +1,7 @@ ############################################################################### # # # IPFire.org - A linux based firewall # -# Copyright (C) 2007-2011 IPFire Team # +# Copyright (C) 2007-2019 IPFire Team # # # # This program is free software: you can redistribute it and/or modify # # it under the terms of the GNU General Public License as published by # @@ -24,7 +24,7 @@ include Config -VER = 2014a +VER = 2018i TZDATA_VER = $(VER) TZCODE_VER = $(VER) @@ -45,8 +45,8 @@ objects = tzdata$(TZDATA_VER).tar.gz tzcode$(TZCODE_VER).tar.gz tzdata$(TZDATA_VER).tar.gz = $(DL_FROM)/tzdata$(TZDATA_VER).tar.gz tzcode$(TZCODE_VER).tar.gz = $(DL_FROM)/tzcode$(TZCODE_VER).tar.gz -tzdata$(TZDATA_VER).tar.gz_MD5 = 423a11bcffc10dda578058cf1587d048 -tzcode$(TZCODE_VER).tar.gz_MD5 = 77ccbb720f0f2076f12dff6ded70eb98 +tzdata$(TZDATA_VER).tar.gz_MD5 = b3f0a1a789480a036e58466cd0702477 +tzcode$(TZCODE_VER).tar.gz_MD5 = 6a6d98be8fa2fa3485e25343e79188b4 install : $(TARGET) @@ -86,7 +86,7 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects)) cd $(DIR_APP) && zic -y ./yearistype -d zoneinfo/posix \ -L /dev/null $(FILES) cd $(DIR_APP) && zic -y ./yearistype -d zoneinfo/right \ - -L /dev/null $(FILES) + -L leapseconds $(FILES) rm -rf /usr/share/zoneinfo cd $(DIR_APP) && cp -prd zoneinfo /usr/share @@ -94,6 +94,7 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects)) /usr/share/zoneinfo rm -vf /usr/share/zoneinfo/localtime + rm -vf /etc/localtime cp -vf /usr/share/zoneinfo/GMT /etc/localtime @rm -rf $(DIR_APP)