X-Git-Url: http://git.ipfire.org/?p=ipfire-2.x.git;a=blobdiff_plain;f=lfs%2Ftzdata;h=258fce8d3c67c1e9157ee3f4b114ad6453f0f9cf;hp=afe3124e0a438dca282cf6209f46921685c70da3;hb=eee037b8902c3163850069f302479e7733966bd0;hpb=57629914e8dd6559c163093312bd51adf677ddb7 diff --git a/lfs/tzdata b/lfs/tzdata index afe3124e0a..258fce8d3c 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-2018 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 = 2018e 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 = 97d654f4d7253173b3eeb76a836dd65e +tzcode$(TZCODE_VER).tar.gz_MD5 = c4d7df0fff7ba5588b32c5f27e2caf97 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