* [Buildroot] [PATCH 1/2] zic: bump to version 2016e
@ 2016-06-15 18:28 Gustavo Zacarias
2016-06-15 18:28 ` [Buildroot] [PATCH 2/2] tzdata: " Gustavo Zacarias
2016-06-15 21:18 ` [Buildroot] [PATCH 1/2] zic: " Thomas Petazzoni
0 siblings, 2 replies; 3+ messages in thread
From: Gustavo Zacarias @ 2016-06-15 18:28 UTC (permalink / raw)
To: buildroot
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
---
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 be790d7..7a231a8 100644
--- a/package/zic/zic.hash
+++ b/package/zic/zic.hash
@@ -1,2 +1,2 @@
-# From: http://mm.icann.org/pipermail/tz-announce/2016-April/000038.html
-sha512 c6f6259a78fadaab293be0a4123c226d1a327588639cfa8dadb5a74bd58552892a0c87cfd3a33888f886f51aff34465c89505f0892e6bcbe24247a9160e7328c tzcode2016d.tar.gz
+# From http://mm.icann.org/pipermail/tz-announce/2016-June/000039.html
+sha512 dcaf615ada96920e60ffb336253f53541861153decc156d41661f43e0bfb128c6c231b0b776bbe3f2176549346275fc5a879074f4977d5141228e58cb33a41c6 tzcode2016e.tar.gz
diff --git a/package/zic/zic.mk b/package/zic/zic.mk
index d9cdb4d..2e7d1cc 100644
--- a/package/zic/zic.mk
+++ b/package/zic/zic.mk
@@ -4,7 +4,7 @@
#
################################################################################
-ZIC_VERSION = 2016d
+ZIC_VERSION = 2016e
ZIC_SOURCE = tzcode$(ZIC_VERSION).tar.gz
ZIC_SITE = http://www.iana.org/time-zones/repository/releases
ZIC_STRIP_COMPONENTS = 0
--
2.7.3
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [Buildroot] [PATCH 2/2] tzdata: bump to version 2016e
2016-06-15 18:28 [Buildroot] [PATCH 1/2] zic: bump to version 2016e Gustavo Zacarias
@ 2016-06-15 18:28 ` Gustavo Zacarias
2016-06-15 21:18 ` [Buildroot] [PATCH 1/2] zic: " Thomas Petazzoni
1 sibling, 0 replies; 3+ messages in thread
From: Gustavo Zacarias @ 2016-06-15 18:28 UTC (permalink / raw)
To: buildroot
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
---
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 1529fd4..9f1859e 100644
--- a/package/tzdata/tzdata.hash
+++ b/package/tzdata/tzdata.hash
@@ -1,2 +1,2 @@
-# From: http://mm.icann.org/pipermail/tz-announce/2016-April/000038.html
-sha512 f1beb1793c4c7d18f2dadaf4a928b1476f66b400bda0c87b06155c0dd1c4b4a26bb2f37dc17a3676a2bbe9c1e71a5d8b27a171c797a86464b0bc0d13abfb2f99 tzdata2016d.tar.gz
+# From http://mm.icann.org/pipermail/tz-announce/2016-June/000039.html
+sha512 dace0f6fc87a73879ca3a1b143d7dcf9c50803e23e6b8c91f83711704e28129af776676c547c42f14dee7f1e8e285ce25296e53a52d11f4c8f155b5f80f4beb3 tzdata2016e.tar.gz
diff --git a/package/tzdata/tzdata.mk b/package/tzdata/tzdata.mk
index f50a83c..17da3a1 100644
--- a/package/tzdata/tzdata.mk
+++ b/package/tzdata/tzdata.mk
@@ -4,7 +4,7 @@
#
################################################################################
-TZDATA_VERSION = 2016d
+TZDATA_VERSION = 2016e
TZDATA_SOURCE = tzdata$(TZDATA_VERSION).tar.gz
TZDATA_SITE = http://www.iana.org/time-zones/repository/releases
TZDATA_STRIP_COMPONENTS = 0
--
2.7.3
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [Buildroot] [PATCH 1/2] zic: bump to version 2016e
2016-06-15 18:28 [Buildroot] [PATCH 1/2] zic: bump to version 2016e Gustavo Zacarias
2016-06-15 18:28 ` [Buildroot] [PATCH 2/2] tzdata: " Gustavo Zacarias
@ 2016-06-15 21:18 ` Thomas Petazzoni
1 sibling, 0 replies; 3+ messages in thread
From: Thomas Petazzoni @ 2016-06-15 21:18 UTC (permalink / raw)
To: buildroot
Hello,
On Wed, 15 Jun 2016 15:28:28 -0300, Gustavo Zacarias wrote:
> Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
> ---
> package/zic/zic.hash | 4 ++--
> package/zic/zic.mk | 2 +-
> 2 files changed, 3 insertions(+), 3 deletions(-)
Both patches applied to master, thanks.
Thomas
--
Thomas Petazzoni, CTO, Free Electrons
Embedded Linux, Kernel and Android engineering
http://free-electrons.com
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2016-06-15 21:18 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-06-15 18:28 [Buildroot] [PATCH 1/2] zic: bump to version 2016e Gustavo Zacarias
2016-06-15 18:28 ` [Buildroot] [PATCH 2/2] tzdata: " Gustavo Zacarias
2016-06-15 21:18 ` [Buildroot] [PATCH 1/2] zic: " Thomas Petazzoni
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox