]> git.ipfire.org Git - ipfire-2.x.git/blobdiff - lfs/tzdata
update disclaimer in LFS files
[ipfire-2.x.git] / lfs / tzdata
index afe3124e0a438dca282cf6209f46921685c70da3..258fce8d3c67c1e9157ee3f4b114ad6453f0f9cf 100644 (file)
@@ -1,7 +1,7 @@
 ###############################################################################
 #                                                                             #
 # IPFire.org - A linux based firewall                                         #
-# Copyright (C) 2007-2011  IPFire Team  <info@ipfire.org>                     #
+# Copyright (C) 2007-2018  IPFire Team  <info@ipfire.org>                     #
 #                                                                             #
 # 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