Re: [ptxdist] [PATCH] host-tz-database: bump version 2015g -> 2016i

2016-11-30 Thread Michael Olbrich
On Thu, Nov 24, 2016 at 11:27:06AM +0100, Alexander Dahl wrote:
> Hei hei,
> 
> I tried to test this, but it fails on build because the license
> situation was clarified upstream. After 2015g and for 2016a a file
> LICENSE was added. You could tweak the make rule like this:
> 
> -  
> file://date.c;startline=2;endline=15;md5=3f476fcbaee7a2c36b94589389ef1321
> +  
> file://date.c;startline=3;endline=28;md5=0b516100709f6de9dc65257bf91e6dd0
> 
> But this may not be the right way given the new LICENSE file.

The LICENSE file just clarifies the license.

> Besides this, the made no problems on my target.
> 
> btw: meanwhile 2016j was announced today.

I've pushed an update for this with the correct license tag and files.

Michael

-- 
Pengutronix e.K.   | |
Industrial Linux Solutions | http://www.pengutronix.de/  |
Peiner Str. 6-8, 31137 Hildesheim, Germany | Phone: +49-5121-206917-0|
Amtsgericht Hildesheim, HRA 2686   | Fax:   +49-5121-206917- |

___
ptxdist mailing list
ptxdist@pengutronix.de

Re: [ptxdist] [PATCH] host-tz-database: bump version 2015g -> 2016i

2016-11-24 Thread Alexander Dahl
Hei hei,

I tried to test this, but it fails on build because the license
situation was clarified upstream. After 2015g and for 2016a a file
LICENSE was added. You could tweak the make rule like this:

-  
file://date.c;startline=2;endline=15;md5=3f476fcbaee7a2c36b94589389ef1321
+  
file://date.c;startline=3;endline=28;md5=0b516100709f6de9dc65257bf91e6dd0

But this may not be the right way given the new LICENSE file.

Besides this, the made no problems on my target.

btw: meanwhile 2016j was announced today.

Greets
Alex

-- 
»With the first link, the chain is forged. The first speech censured,
the first thought forbidden, the first freedom denied, chains us all
irrevocably.« (Jean-Luc Picard, quoting Judge Aaron Satie)
*** GnuPG-FP: C28E E6B9 0263 95CF 8FAF  08FA 34AD CD00 7221 5CC6 ***

___
ptxdist mailing list
ptxdist@pengutronix.de

[ptxdist] [PATCH] host-tz-database: bump version 2015g -> 2016i

2016-11-07 Thread Moritz Warning
Signed-off-by: Moritz Warning 
---
 rules/host-tz-database.make | 8 
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/rules/host-tz-database.make b/rules/host-tz-database.make
index c74d600..77b5f7c 100644
--- a/rules/host-tz-database.make
+++ b/rules/host-tz-database.make
@@ -20,8 +20,8 @@ HOST_PACKAGES-$(PTXCONF_HOST_TZ_DATABASE) += host-tz-database
 HOST_TZ_DATABASE   := tz-database
 HOST_TZ_DATABASE_DIR   := $(HOST_BUILDDIR)/$(HOST_TZ_DATABASE)
 
-TZCODE_VERSION := 2015g
-TZCODE_MD5 := a2c47d908a6426f530efb1393cf1cd06
+TZCODE_VERSION := 2016i
+TZCODE_MD5 := 8fae14cba9396462955b7859cf04ba48
 TZCODE := tzcode$(TZCODE_VERSION)
 TZCODE_SUFFIX  := tar.gz
 TZCODE_URL := \
@@ -31,8 +31,8 @@ $(TZCODE_SOURCE)  := TZCODE
 TZCODE_DIR := $(HOST_TZ_DATABASE_DIR)
 TZCODE_STRIP_LEVEL := 0
 
-TZDATA_VERSION := 2015g
-TZDATA_MD5 := 8d46e8b225b9a04c75f5c39636435ad6
+TZDATA_VERSION := 2016i
+TZDATA_MD5 := 73912ecfa6a9a8048ddf2e719d9bc39d
 TZDATA := tzdata$(TZDATA_VERSION)
 TZDATA_SUFFIX  := tar.gz
 TZDATA_URL := \
-- 
2.10.2


___
ptxdist mailing list
ptxdist@pengutronix.de