All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH master 1/1] zic: bump to 2018c
@ 2018-02-19 13:22 Adam Duskett
  2018-02-19 19:33 ` Peter Korsgaard
  0 siblings, 1 reply; 6+ messages in thread
From: Adam Duskett @ 2018-02-19 13:22 UTC (permalink / raw)
  To: buildroot

Signed-off-by: Adam Duskett <aduskett@gmail.com>
---
 package/zic/zic.hash | 4 ++--
 package/zic/zic.mk   | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/package/zic/zic.hash b/package/zic/zic.hash
index e7eef7aea0..df578fe1b3 100644
--- a/package/zic/zic.hash
+++ b/package/zic/zic.hash
@@ -1,2 +1,2 @@
-# From http://mm.icann.org/pipermail/tz-announce/2017-October/000047.html
-sha512 0d8c3e07b0de9015a137602450468ceb6358312a50eeda2a860882367107b8ba9ef275880b292570a671b9910afc54e6209e1e642387d246bc9c08c4ff660ffb	tzcode2017c.tar.gz
+# From http://mm.icann.org/pipermail/tz-announce/2018-January/000048.html
+sha512 21988e876479e38661d41ea4c7b5218ba14b979739d7ba8d49a2d343bb9f37c654056ab21c046a6652715f012e4ca33c4aa109b1ec3ac5d0244dd3a7ea9ed6d2	tzcode2018c.tar.gz
diff --git a/package/zic/zic.mk b/package/zic/zic.mk
index a2f27e44a3..aba8bc5b3f 100644
--- a/package/zic/zic.mk
+++ b/package/zic/zic.mk
@@ -4,7 +4,7 @@
 #
 ################################################################################
 
-ZIC_VERSION = 2017c
+ZIC_VERSION = 2018c
 ZIC_SOURCE = tzcode$(ZIC_VERSION).tar.gz
 ZIC_SITE = http://www.iana.org/time-zones/repository/releases
 ZIC_STRIP_COMPONENTS = 0
-- 
2.14.3

^ permalink raw reply related	[flat|nested] 6+ messages in thread

* [Buildroot] [PATCH master 1/1] zic: bump to 2018c
  2018-02-19 13:22 [Buildroot] [PATCH master 1/1] zic: bump to 2018c Adam Duskett
@ 2018-02-19 19:33 ` Peter Korsgaard
  2018-02-19 20:24   ` Thomas Petazzoni
  0 siblings, 1 reply; 6+ messages in thread
From: Peter Korsgaard @ 2018-02-19 19:33 UTC (permalink / raw)
  To: buildroot

>>>>> "Adam" == Adam Duskett <aduskett@gmail.com> writes:

 > Signed-off-by: Adam Duskett <aduskett@gmail.com>

Committed, thanks.

-- 
Bye, Peter Korsgaard

^ permalink raw reply	[flat|nested] 6+ messages in thread

* [Buildroot] [PATCH master 1/1] zic: bump to 2018c
  2018-02-19 19:33 ` Peter Korsgaard
@ 2018-02-19 20:24   ` Thomas Petazzoni
  2018-02-19 21:17     ` Peter Korsgaard
  0 siblings, 1 reply; 6+ messages in thread
From: Thomas Petazzoni @ 2018-02-19 20:24 UTC (permalink / raw)
  To: buildroot

Hello,

On Mon, 19 Feb 2018 20:33:57 +0100, Peter Korsgaard wrote:
> >>>>> "Adam" == Adam Duskett <aduskett@gmail.com> writes:  
> 
>  > Signed-off-by: Adam Duskett <aduskett@gmail.com>  
> 
> Committed, thanks.

Why was this targeted for master, and committed in master ?

Thomas
-- 
Thomas Petazzoni, CTO, Bootlin (formerly Free Electrons)
Embedded Linux and Kernel engineering
http://bootlin.com

^ permalink raw reply	[flat|nested] 6+ messages in thread

* [Buildroot] [PATCH master 1/1] zic: bump to 2018c
  2018-02-19 20:24   ` Thomas Petazzoni
@ 2018-02-19 21:17     ` Peter Korsgaard
  2018-02-19 21:22       ` Thomas Petazzoni
  0 siblings, 1 reply; 6+ messages in thread
From: Peter Korsgaard @ 2018-02-19 21:17 UTC (permalink / raw)
  To: buildroot

>>>>> "Thomas" == Thomas Petazzoni <thomas.petazzoni@bootlin.com> writes:

 > Hello,
 > On Mon, 19 Feb 2018 20:33:57 +0100, Peter Korsgaard wrote:
 >> >>>>> "Adam" == Adam Duskett <aduskett@gmail.com> writes:  
 >> 
 >> > Signed-off-by: Adam Duskett <aduskett@gmail.com>  
 >> 
 >> Committed, thanks.

 > Why was this targeted for master, and committed in master ?

I must say I was wondering that as well, but given that this is the
timezone database, I could see the advantage of having uptodate
information for the (LTS) release, and a relatively limited risk of
issues, so I applied it.

But yes, a more descriptive commit message would have been good.

-- 
Bye, Peter Korsgaard

^ permalink raw reply	[flat|nested] 6+ messages in thread

* [Buildroot] [PATCH master 1/1] zic: bump to 2018c
  2018-02-19 21:17     ` Peter Korsgaard
@ 2018-02-19 21:22       ` Thomas Petazzoni
  2018-02-19 21:43         ` Peter Korsgaard
  0 siblings, 1 reply; 6+ messages in thread
From: Thomas Petazzoni @ 2018-02-19 21:22 UTC (permalink / raw)
  To: buildroot

Hello,

On Mon, 19 Feb 2018 22:17:33 +0100, Peter Korsgaard wrote:

>  > Why was this targeted for master, and committed in master ?  
> 
> I must say I was wondering that as well, but given that this is the
> timezone database, I could see the advantage of having uptodate
> information for the (LTS) release, and a relatively limited risk of
> issues, so I applied it.

zic is not the time zone database in fact. tzdata is the timezone
database. zic is the host tool used to compile time zone files.

> But yes, a more descriptive commit message would have been good.

Yes :-)

Thomas
-- 
Thomas Petazzoni, CTO, Bootlin (formerly Free Electrons)
Embedded Linux and Kernel engineering
http://bootlin.com

^ permalink raw reply	[flat|nested] 6+ messages in thread

* [Buildroot] [PATCH master 1/1] zic: bump to 2018c
  2018-02-19 21:22       ` Thomas Petazzoni
@ 2018-02-19 21:43         ` Peter Korsgaard
  0 siblings, 0 replies; 6+ messages in thread
From: Peter Korsgaard @ 2018-02-19 21:43 UTC (permalink / raw)
  To: buildroot

>>>>> "Thomas" == Thomas Petazzoni <thomas.petazzoni@bootlin.com> writes:

 > Hello,
 > On Mon, 19 Feb 2018 22:17:33 +0100, Peter Korsgaard wrote:

 >> > Why was this targeted for master, and committed in master ?  
 >> 
 >> I must say I was wondering that as well, but given that this is the
 >> timezone database, I could see the advantage of having uptodate
 >> information for the (LTS) release, and a relatively limited risk of
 >> issues, so I applied it.

 > zic is not the time zone database in fact. tzdata is the timezone
 > database. zic is the host tool used to compile time zone files.

Indeed, seems like I mixed that up.

-- 
Bye, Peter Korsgaard

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2018-02-19 21:43 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-02-19 13:22 [Buildroot] [PATCH master 1/1] zic: bump to 2018c Adam Duskett
2018-02-19 19:33 ` Peter Korsgaard
2018-02-19 20:24   ` Thomas Petazzoni
2018-02-19 21:17     ` Peter Korsgaard
2018-02-19 21:22       ` Thomas Petazzoni
2018-02-19 21:43         ` Peter Korsgaard

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.