All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 0/2] tz: bump to version 2020a
@ 2020-04-27  7:11 Alexander Dahl
  2020-04-27  7:11 ` [Buildroot] [PATCH 1/2] package/tzdata: " Alexander Dahl
                   ` (2 more replies)
  0 siblings, 3 replies; 7+ messages in thread
From: Alexander Dahl @ 2020-04-27  7:11 UTC (permalink / raw)
  To: buildroot

Hello everyone,

the 2020a release of the timezone database tz code and data is
available ? announcement here:

https://mm.icann.org/pipermail/tz-announce/2020-April/000058.html

Nice to have for stable.

Greets
Alex

Alexander Dahl (2):
  package/tzdata: bump to version 2020a
  package/zic: bump to version 2020a

 package/tzdata/tzdata.hash | 4 ++--
 package/tzdata/tzdata.mk   | 2 +-
 package/zic/zic.hash       | 4 ++--
 package/zic/zic.mk         | 2 +-
 4 files changed, 6 insertions(+), 6 deletions(-)

-- 
2.11.0

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

* [Buildroot] [PATCH 1/2] package/tzdata: bump to version 2020a
  2020-04-27  7:11 [Buildroot] [PATCH 0/2] tz: bump to version 2020a Alexander Dahl
@ 2020-04-27  7:11 ` Alexander Dahl
  2020-05-09  7:23   ` Peter Korsgaard
  2020-04-27  7:11 ` [Buildroot] [PATCH 2/2] package/zic: " Alexander Dahl
  2020-04-27 20:25 ` [Buildroot] [PATCH 0/2] tz: " Yann E. MORIN
  2 siblings, 1 reply; 7+ messages in thread
From: Alexander Dahl @ 2020-04-27  7:11 UTC (permalink / raw)
  To: buildroot

Signed-off-by: Alexander Dahl <post@lespocky.de>
---
 package/tzdata/tzdata.hash | 4 ++--
 package/tzdata/tzdata.mk   | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/package/tzdata/tzdata.hash b/package/tzdata/tzdata.hash
index e2338f13fe..9cc000d76e 100644
--- a/package/tzdata/tzdata.hash
+++ b/package/tzdata/tzdata.hash
@@ -1,4 +1,4 @@
-# From https://mm.icann.org/pipermail/tz-announce/2019-September/000057.html
-sha512 2921cbb2fd44a6b8f7f2ed42c13fbae28195aa5c2eeefa70396bc97cdbaad679c6cc3c143da82cca5b0279065c02389e9af536904288c12886bf345baa8c6565 tzdata2019c.tar.gz
+# From https://mm.icann.org/pipermail/tz-announce/2020-April/000058.html
+sha512 2a2fc2e3ad8a6e4c574242296c847ad582c2c1d86add9c556e65c812d19b9528522e3c4dddb5239017091825d2acc5a2ccaf21dc41b900b6c300ef4264cc5a9d tzdata2020a.tar.gz
 # Locally computed:
 sha256 0613408568889f5739e5ae252b722a2659c02002839ad970a63dc5e9174b27cf LICENSE
diff --git a/package/tzdata/tzdata.mk b/package/tzdata/tzdata.mk
index b656bc7f7f..b405f895cd 100644
--- a/package/tzdata/tzdata.mk
+++ b/package/tzdata/tzdata.mk
@@ -4,7 +4,7 @@
 #
 ################################################################################
 
-TZDATA_VERSION = 2019c
+TZDATA_VERSION = 2020a
 TZDATA_SOURCE = tzdata$(TZDATA_VERSION).tar.gz
 TZDATA_SITE = https://www.iana.org/time-zones/repository/releases
 TZDATA_STRIP_COMPONENTS = 0
-- 
2.11.0

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

* [Buildroot] [PATCH 2/2] package/zic: bump to version 2020a
  2020-04-27  7:11 [Buildroot] [PATCH 0/2] tz: bump to version 2020a Alexander Dahl
  2020-04-27  7:11 ` [Buildroot] [PATCH 1/2] package/tzdata: " Alexander Dahl
@ 2020-04-27  7:11 ` Alexander Dahl
  2020-05-09  7:23   ` Peter Korsgaard
  2020-04-27 20:25 ` [Buildroot] [PATCH 0/2] tz: " Yann E. MORIN
  2 siblings, 1 reply; 7+ messages in thread
From: Alexander Dahl @ 2020-04-27  7:11 UTC (permalink / raw)
  To: buildroot

Signed-off-by: Alexander Dahl <post@lespocky.de>
---
 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 cb6300e855..7fa86ac273 100644
--- a/package/zic/zic.hash
+++ b/package/zic/zic.hash
@@ -1,4 +1,4 @@
-# From https://mm.icann.org/pipermail/tz-announce/2019-September/000057.html
-sha512 61ef36385f501c338c263081486de0d1fccd454b86f8777b0dbad4ea3f21bbde059d0a91c23e207b167ed013127d3db8b7528f0188814a8b44d1f946b19d9b8b tzcode2019c.tar.gz
+# From https://mm.icann.org/pipermail/tz-announce/2020-April/000058.html
+sha512 5235d6590e844491df32375857f5f36ba0046f2d21a078375188dff79b125cf9b69136a0a431624de1ecfa9d53b62a232f0e6ee0b734294cec62b670e6265cb2 tzcode2020a.tar.gz
 # Locally computed:
 sha256 0613408568889f5739e5ae252b722a2659c02002839ad970a63dc5e9174b27cf LICENSE
diff --git a/package/zic/zic.mk b/package/zic/zic.mk
index baa6479154..98f3bca58b 100644
--- a/package/zic/zic.mk
+++ b/package/zic/zic.mk
@@ -4,7 +4,7 @@
 #
 ################################################################################
 
-ZIC_VERSION = 2019c
+ZIC_VERSION = 2020a
 ZIC_SOURCE = tzcode$(ZIC_VERSION).tar.gz
 ZIC_SITE = https://www.iana.org/time-zones/repository/releases
 ZIC_STRIP_COMPONENTS = 0
-- 
2.11.0

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

* [Buildroot] [PATCH 0/2] tz: bump to version 2020a
  2020-04-27  7:11 [Buildroot] [PATCH 0/2] tz: bump to version 2020a Alexander Dahl
  2020-04-27  7:11 ` [Buildroot] [PATCH 1/2] package/tzdata: " Alexander Dahl
  2020-04-27  7:11 ` [Buildroot] [PATCH 2/2] package/zic: " Alexander Dahl
@ 2020-04-27 20:25 ` Yann E. MORIN
  2020-05-01 12:25   ` Peter Korsgaard
  2 siblings, 1 reply; 7+ messages in thread
From: Yann E. MORIN @ 2020-04-27 20:25 UTC (permalink / raw)
  To: buildroot

Alexander, All,

On 2020-04-27 09:11 +0200, Alexander Dahl spake thusly:
> Hello everyone,
> 
> the 2020a release of the timezone database tz code and data is
> available ? announcement here:

Series applied to master, thanks.

> https://mm.icann.org/pipermail/tz-announce/2020-April/000058.html
> 
> Nice to have for stable.

This will ahve to be picked up by Peter, if he sees fit...

Regards,
Yann E. MORIN.

-- 
.-----------------.--------------------.------------------.--------------------.
|  Yann E. MORIN  | Real-Time Embedded | /"\ ASCII RIBBON | Erics' conspiracy: |
| +33 662 376 056 | Software  Designer | \ / CAMPAIGN     |  ___               |
| +33 561 099 427 `------------.-------:  X  AGAINST      |  \e/  There is no  |
| http://ymorin.is-a-geek.org/ | _/*\_ | / \ HTML MAIL    |   v   conspiracy.  |
'------------------------------^-------^------------------^--------------------'

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

* [Buildroot] [PATCH 0/2] tz: bump to version 2020a
  2020-04-27 20:25 ` [Buildroot] [PATCH 0/2] tz: " Yann E. MORIN
@ 2020-05-01 12:25   ` Peter Korsgaard
  0 siblings, 0 replies; 7+ messages in thread
From: Peter Korsgaard @ 2020-05-01 12:25 UTC (permalink / raw)
  To: buildroot

>>>>> "Yann" == Yann E MORIN <yann.morin.1998@free.fr> writes:

 > Alexander, All,
 > On 2020-04-27 09:11 +0200, Alexander Dahl spake thusly:
 >> Hello everyone,
 >> 
 >> the 2020a release of the timezone database tz code and data is
 >> available ? announcement here:

 > Series applied to master, thanks.

 >> https://mm.icann.org/pipermail/tz-announce/2020-April/000058.html
 >> 
 >> Nice to have for stable.

 > This will ahve to be picked up by Peter, if he sees fit...

Yes, I believe we discussed timezone updates earlier and how they should
also be backported. I will get it when I sync 2020.02.x with master.

-- 
Bye, Peter Korsgaard

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

* [Buildroot] [PATCH 2/2] package/zic: bump to version 2020a
  2020-04-27  7:11 ` [Buildroot] [PATCH 2/2] package/zic: " Alexander Dahl
@ 2020-05-09  7:23   ` Peter Korsgaard
  0 siblings, 0 replies; 7+ messages in thread
From: Peter Korsgaard @ 2020-05-09  7:23 UTC (permalink / raw)
  To: buildroot

>>>>> "Alexander" == Alexander Dahl <post@lespocky.de> writes:

 > Signed-off-by: Alexander Dahl <post@lespocky.de>

Committed to 2020.02.x, thanks.

-- 
Bye, Peter Korsgaard

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

* [Buildroot] [PATCH 1/2] package/tzdata: bump to version 2020a
  2020-04-27  7:11 ` [Buildroot] [PATCH 1/2] package/tzdata: " Alexander Dahl
@ 2020-05-09  7:23   ` Peter Korsgaard
  0 siblings, 0 replies; 7+ messages in thread
From: Peter Korsgaard @ 2020-05-09  7:23 UTC (permalink / raw)
  To: buildroot

>>>>> "Alexander" == Alexander Dahl <post@lespocky.de> writes:

 > Signed-off-by: Alexander Dahl <post@lespocky.de>

Committed to 2020.02.x, thanks.

-- 
Bye, Peter Korsgaard

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

end of thread, other threads:[~2020-05-09  7:23 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-04-27  7:11 [Buildroot] [PATCH 0/2] tz: bump to version 2020a Alexander Dahl
2020-04-27  7:11 ` [Buildroot] [PATCH 1/2] package/tzdata: " Alexander Dahl
2020-05-09  7:23   ` Peter Korsgaard
2020-04-27  7:11 ` [Buildroot] [PATCH 2/2] package/zic: " Alexander Dahl
2020-05-09  7:23   ` Peter Korsgaard
2020-04-27 20:25 ` [Buildroot] [PATCH 0/2] tz: " Yann E. MORIN
2020-05-01 12:25   ` 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.