]> git.ipfire.org Git - ipfire-2.x.git/blobdiff - lfs/tzdata
Merge branch 'next'
[ipfire-2.x.git] / lfs / tzdata
index 7d13c9596993651bd1df62fe8db91e9016eb9dad..a65136b6d1fbb8543de5d262399192df5cf27787 100644 (file)
@@ -1,7 +1,7 @@
 ###############################################################################
 #                                                                             #
 # IPFire.org - A linux based firewall                                         #
-# Copyright (C) 2007-2011  IPFire Team  <info@ipfire.org>                     #
+# Copyright (C) 2007-2019  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        = 2014j
+VER        = 2019c
 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 = 2d7ea9c309f0d4e162e426e568290ca3
-tzcode$(TZCODE_VER).tar.gz_MD5 = 970119e9765bc5a9320368851c91ecb6
+tzdata$(TZDATA_VER).tar.gz_MD5 = f6987e6dfdb2eb83a1b5076a50b80894
+tzcode$(TZCODE_VER).tar.gz_MD5 = 195a17454c5db05cab96595380650391
 
 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