Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 1/2] package/zic: bump version to 2015g
@ 2015-10-12 10:56 Martin Bark
  2015-10-12 10:56 ` [Buildroot] [PATCH 2/2] package/tzdata: " Martin Bark
  2015-10-12 11:12 ` [Buildroot] [PATCH 1/2] package/zic: " Vicente Olivert Riera
  0 siblings, 2 replies; 4+ messages in thread
From: Martin Bark @ 2015-10-12 10:56 UTC (permalink / raw)
  To: buildroot

Signed-off-by: Martin Bark <martin@barkynet.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 67a6c6d..3014d02 100644
--- a/package/zic/zic.hash
+++ b/package/zic/zic.hash
@@ -1,2 +1,2 @@
-# From 2015f release anouncement.  See http://mm.icann.org/pipermail/tz-announce/2015-August/000033.html
-sha512  5cfbebde8a0be57e8388a7b6d35aeba99130a72c1a41f9bbd5d5864511a473aa5e9320ab21055b4383e64b3b9d7682c0d30377ce8407619987be672436014710  tzcode2015f.tar.gz
+# From 2015g release anouncement.  See http://mm.icann.org/pipermail/tz-announce/2015-October/000034.html
+sha512  44da833da3afdb82636a953785372bb4c765e61e40d700da40b46ab70007ebdbde4d480e10b87cbb36c45eaaffcaa6b9894375e2f553b7d16655dc167cd4a11f  tzcode2015g.tar.gz
diff --git a/package/zic/zic.mk b/package/zic/zic.mk
index e4cc1d3..0bcb800 100644
--- a/package/zic/zic.mk
+++ b/package/zic/zic.mk
@@ -4,7 +4,7 @@
 #
 ################################################################################
 
-ZIC_VERSION = 2015f
+ZIC_VERSION = 2015g
 ZIC_SOURCE = tzcode$(ZIC_VERSION).tar.gz
 ZIC_SITE = ftp://ftp.iana.org/tz/releases
 ZIC_STRIP_COMPONENTS = 0
-- 
2.1.4

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

* [Buildroot] [PATCH 2/2] package/tzdata: bump version to 2015g
  2015-10-12 10:56 [Buildroot] [PATCH 1/2] package/zic: bump version to 2015g Martin Bark
@ 2015-10-12 10:56 ` Martin Bark
  2015-10-12 11:12 ` [Buildroot] [PATCH 1/2] package/zic: " Vicente Olivert Riera
  1 sibling, 0 replies; 4+ messages in thread
From: Martin Bark @ 2015-10-12 10:56 UTC (permalink / raw)
  To: buildroot

Signed-off-by: Martin Bark <martin@barkynet.com>
---
 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 cf89dc2..c2228e6 100644
--- a/package/tzdata/tzdata.hash
+++ b/package/tzdata/tzdata.hash
@@ -1,2 +1,2 @@
-# From 2015f release anouncement.  See http://mm.icann.org/pipermail/tz-announce/2015-August/000033.html
-sha512  d86e6c9e4c6d9cd5de30762723d7a90ac697feeb6dd1f04649f6a35e4e1dc638261c32066db4aeafa767ac339ccd100c38dde044ceadd61e95cb3d39c27f977e  tzdata2015f.tar.gz
+# From 2015g release anouncement.  See http://mm.icann.org/pipermail/tz-announce/2015-October/000034.html
+sha512  ad7de0e3e8753861d260f0fcbcbca327516a4dc826f7659370a7fb979e6154f1a26b23d2609acf6e1790c8c59da0b76c42f4a94bf361409c1460f6a8ffa6f879  tzdata2015g.tar.gz
diff --git a/package/tzdata/tzdata.mk b/package/tzdata/tzdata.mk
index 336d145..48a0196 100644
--- a/package/tzdata/tzdata.mk
+++ b/package/tzdata/tzdata.mk
@@ -4,7 +4,7 @@
 #
 ################################################################################
 
-TZDATA_VERSION = 2015f
+TZDATA_VERSION = 2015g
 TZDATA_SOURCE = tzdata$(TZDATA_VERSION).tar.gz
 TZDATA_SITE = ftp://ftp.iana.org/tz/releases
 TZDATA_STRIP_COMPONENTS = 0
-- 
2.1.4

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

* [Buildroot] [PATCH 1/2] package/zic: bump version to 2015g
  2015-10-12 10:56 [Buildroot] [PATCH 1/2] package/zic: bump version to 2015g Martin Bark
  2015-10-12 10:56 ` [Buildroot] [PATCH 2/2] package/tzdata: " Martin Bark
@ 2015-10-12 11:12 ` Vicente Olivert Riera
  2015-10-12 11:32   ` Martin Bark
  1 sibling, 1 reply; 4+ messages in thread
From: Vicente Olivert Riera @ 2015-10-12 11:12 UTC (permalink / raw)
  To: buildroot

Dear Martin Bark,

thanks for your contributions. Below are some comments, please scroll down:

On 10/12/2015 11:56 AM, Martin Bark wrote:
> Signed-off-by: Martin Bark <martin@barkynet.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 67a6c6d..3014d02 100644
> --- a/package/zic/zic.hash
> +++ b/package/zic/zic.hash
> @@ -1,2 +1,2 @@
> -# From 2015f release anouncement.  See http://mm.icann.org/pipermail/tz-announce/2015-August/000033.html
> -sha512  5cfbebde8a0be57e8388a7b6d35aeba99130a72c1a41f9bbd5d5864511a473aa5e9320ab21055b4383e64b3b9d7682c0d30377ce8407619987be672436014710  tzcode2015f.tar.gz
> +# From 2015g release anouncement.  See http://mm.icann.org/pipermail/tz-announce/2015-October/000034.html

Perhaps we could change that comment to follow the Buildroot's way, like
this:

# From: http://mm.icann.org/pipermail/tz-announce/2015-October/000034.html

The same applies to your patch for bumping tzdata version.

> +sha512  44da833da3afdb82636a953785372bb4c765e61e40d700da40b46ab70007ebdbde4d480e10b87cbb36c45eaaffcaa6b9894375e2f553b7d16655dc167cd4a11f  tzcode2015g.tar.gz
> diff --git a/package/zic/zic.mk b/package/zic/zic.mk
> index e4cc1d3..0bcb800 100644
> --- a/package/zic/zic.mk
> +++ b/package/zic/zic.mk
> @@ -4,7 +4,7 @@
>  #
>  ################################################################################
>  
> -ZIC_VERSION = 2015f
> +ZIC_VERSION = 2015g
>  ZIC_SOURCE = tzcode$(ZIC_VERSION).tar.gz
>  ZIC_SITE = ftp://ftp.iana.org/tz/releases

The tarballs are also available from http, so better switching to it in
order to prevent problems for people behind firewalls:

ZIC_SITE = http://www.iana.org/time-zones/repository/releases

The same applies to your patch for bumping tzdata version.

Regards,

Vincent.

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

* [Buildroot] [PATCH 1/2] package/zic: bump version to 2015g
  2015-10-12 11:12 ` [Buildroot] [PATCH 1/2] package/zic: " Vicente Olivert Riera
@ 2015-10-12 11:32   ` Martin Bark
  0 siblings, 0 replies; 4+ messages in thread
From: Martin Bark @ 2015-10-12 11:32 UTC (permalink / raw)
  To: buildroot

Vincent,

On 12 October 2015 at 12:12, Vicente Olivert Riera
<Vincent.Riera@imgtec.com> wrote:
> Dear Martin Bark,
>
> thanks for your contributions. Below are some comments, please scroll down:
>
> On 10/12/2015 11:56 AM, Martin Bark wrote:
>> Signed-off-by: Martin Bark <martin@barkynet.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 67a6c6d..3014d02 100644
>> --- a/package/zic/zic.hash
>> +++ b/package/zic/zic.hash
>> @@ -1,2 +1,2 @@
>> -# From 2015f release anouncement.  See http://mm.icann.org/pipermail/tz-announce/2015-August/000033.html
>> -sha512  5cfbebde8a0be57e8388a7b6d35aeba99130a72c1a41f9bbd5d5864511a473aa5e9320ab21055b4383e64b3b9d7682c0d30377ce8407619987be672436014710  tzcode2015f.tar.gz
>> +# From 2015g release anouncement.  See http://mm.icann.org/pipermail/tz-announce/2015-October/000034.html
>
> Perhaps we could change that comment to follow the Buildroot's way, like
> this:
>
> # From: http://mm.icann.org/pipermail/tz-announce/2015-October/000034.html
>
> The same applies to your patch for bumping tzdata version.

Ok will do

>
>> +sha512  44da833da3afdb82636a953785372bb4c765e61e40d700da40b46ab70007ebdbde4d480e10b87cbb36c45eaaffcaa6b9894375e2f553b7d16655dc167cd4a11f  tzcode2015g.tar.gz
>> diff --git a/package/zic/zic.mk b/package/zic/zic.mk
>> index e4cc1d3..0bcb800 100644
>> --- a/package/zic/zic.mk
>> +++ b/package/zic/zic.mk
>> @@ -4,7 +4,7 @@
>>  #
>>  ################################################################################
>>
>> -ZIC_VERSION = 2015f
>> +ZIC_VERSION = 2015g
>>  ZIC_SOURCE = tzcode$(ZIC_VERSION).tar.gz
>>  ZIC_SITE = ftp://ftp.iana.org/tz/releases
>
> The tarballs are also available from http, so better switching to it in
> order to prevent problems for people behind firewalls:
>
> ZIC_SITE = http://www.iana.org/time-zones/repository/releases
>
> The same applies to your patch for bumping tzdata version.

Good idea, I'll resubmit and include an additional patch to change to
the http download.

Thanks

Martin

>
> Regards,
>
> Vincent.

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

end of thread, other threads:[~2015-10-12 11:32 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-10-12 10:56 [Buildroot] [PATCH 1/2] package/zic: bump version to 2015g Martin Bark
2015-10-12 10:56 ` [Buildroot] [PATCH 2/2] package/tzdata: " Martin Bark
2015-10-12 11:12 ` [Buildroot] [PATCH 1/2] package/zic: " Vicente Olivert Riera
2015-10-12 11:32   ` Martin Bark

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox