Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 1/3] mc: change tarball compression to xz
@ 2015-06-08 21:46 Jerzy Grzegorek
  2015-06-08 21:46 ` [Buildroot] [PATCH 2/3] mc: update hash file Jerzy Grzegorek
                   ` (2 more replies)
  0 siblings, 3 replies; 7+ messages in thread
From: Jerzy Grzegorek @ 2015-06-08 21:46 UTC (permalink / raw)
  To: buildroot

Signed-off-by: Jerzy Grzegorek <jerzy.grzegorek@trzebnica.net>
---
 package/mc/mc.mk | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/package/mc/mc.mk b/package/mc/mc.mk
index f96d396..742b8e8 100644
--- a/package/mc/mc.mk
+++ b/package/mc/mc.mk
@@ -5,7 +5,7 @@
 ################################################################################
 
 MC_VERSION = 4.8.14
-MC_SOURCE = mc-$(MC_VERSION).tar.bz2
+MC_SOURCE = mc-$(MC_VERSION).tar.xz
 MC_SITE = http://ftp.midnight-commander.org
 MC_LICENSE =  GPLv3+
 MC_LICENSE_FILES = COPYING
-- 
1.9.1

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

* [Buildroot] [PATCH 2/3] mc: update hash file
  2015-06-08 21:46 [Buildroot] [PATCH 1/3] mc: change tarball compression to xz Jerzy Grzegorek
@ 2015-06-08 21:46 ` Jerzy Grzegorek
  2015-06-08 22:09   ` Arnout Vandecappelle
  2015-06-08 21:46 ` [Buildroot] [PATCH 3/3] mc: remove extra white space Jerzy Grzegorek
  2015-06-09 19:40 ` [Buildroot] [PATCH 1/3] mc: change tarball compression to xz Thomas Petazzoni
  2 siblings, 1 reply; 7+ messages in thread
From: Jerzy Grzegorek @ 2015-06-08 21:46 UTC (permalink / raw)
  To: buildroot

Signed-off-by: Jerzy Grzegorek <jerzy.grzegorek@trzebnica.net>
---
 package/mc/mc.hash | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/package/mc/mc.hash b/package/mc/mc.hash
index 588bbaa..7ae1c3b 100644
--- a/package/mc/mc.hash
+++ b/package/mc/mc.hash
@@ -1,2 +1,2 @@
 # Hash from http://ftp.midnight-commander.org/mc-4.8.14.sha256:
-sha256  61fd0fd2280c3d09d7e0aec8ab001fc89dad8e4fd9941f386414667b55152ec5  mc-4.8.14.tar.bz2
+sha256  6b1f74efbdf394bfab084f4d2ea2e72173de5f12cd42be2533ca2c3b72edb8e6  mc-4.8.14.tar.xz
-- 
1.9.1

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

* [Buildroot] [PATCH 3/3] mc: remove extra white space
  2015-06-08 21:46 [Buildroot] [PATCH 1/3] mc: change tarball compression to xz Jerzy Grzegorek
  2015-06-08 21:46 ` [Buildroot] [PATCH 2/3] mc: update hash file Jerzy Grzegorek
@ 2015-06-08 21:46 ` Jerzy Grzegorek
  2015-06-08 22:10   ` Arnout Vandecappelle
  2015-06-09 19:40 ` [Buildroot] [PATCH 1/3] mc: change tarball compression to xz Thomas Petazzoni
  2 siblings, 1 reply; 7+ messages in thread
From: Jerzy Grzegorek @ 2015-06-08 21:46 UTC (permalink / raw)
  To: buildroot

Signed-off-by: Jerzy Grzegorek <jerzy.grzegorek@trzebnica.net>
---
 package/mc/mc.mk | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/package/mc/mc.mk b/package/mc/mc.mk
index 742b8e8..2803c90 100644
--- a/package/mc/mc.mk
+++ b/package/mc/mc.mk
@@ -7,7 +7,7 @@
 MC_VERSION = 4.8.14
 MC_SOURCE = mc-$(MC_VERSION).tar.xz
 MC_SITE = http://ftp.midnight-commander.org
-MC_LICENSE =  GPLv3+
+MC_LICENSE = GPLv3+
 MC_LICENSE_FILES = COPYING
 MC_DEPENDENCIES = libglib2 host-pkgconf
 
-- 
1.9.1

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

* [Buildroot] [PATCH 2/3] mc: update hash file
  2015-06-08 21:46 ` [Buildroot] [PATCH 2/3] mc: update hash file Jerzy Grzegorek
@ 2015-06-08 22:09   ` Arnout Vandecappelle
  0 siblings, 0 replies; 7+ messages in thread
From: Arnout Vandecappelle @ 2015-06-08 22:09 UTC (permalink / raw)
  To: buildroot

On 06/08/15 23:46, Jerzy Grzegorek wrote:
> Signed-off-by: Jerzy Grzegorek <jerzy.grzegorek@trzebnica.net>
> ---
>  package/mc/mc.hash | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/package/mc/mc.hash b/package/mc/mc.hash
> index 588bbaa..7ae1c3b 100644
> --- a/package/mc/mc.hash
> +++ b/package/mc/mc.hash
> @@ -1,2 +1,2 @@
>  # Hash from http://ftp.midnight-commander.org/mc-4.8.14.sha256:
> -sha256  61fd0fd2280c3d09d7e0aec8ab001fc89dad8e4fd9941f386414667b55152ec5  mc-4.8.14.tar.bz2
> +sha256  6b1f74efbdf394bfab084f4d2ea2e72173de5f12cd42be2533ca2c3b72edb8e6  mc-4.8.14.tar.xz
> 

 This should be squashed with the preceding patch.

 Otherwise:

Reviewed-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>


 Regards,
 Arnout

-- 
Arnout Vandecappelle                          arnout at mind be
Senior Embedded Software Architect            +32-16-286500
Essensium/Mind                                http://www.mind.be
G.Geenslaan 9, 3001 Leuven, Belgium           BE 872 984 063 RPR Leuven
LinkedIn profile: http://www.linkedin.com/in/arnoutvandecappelle
GPG fingerprint:  7CB5 E4CC 6C2E EFD4 6E3D A754 F963 ECAB 2450 2F1F

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

* [Buildroot] [PATCH 3/3] mc: remove extra white space
  2015-06-08 21:46 ` [Buildroot] [PATCH 3/3] mc: remove extra white space Jerzy Grzegorek
@ 2015-06-08 22:10   ` Arnout Vandecappelle
  0 siblings, 0 replies; 7+ messages in thread
From: Arnout Vandecappelle @ 2015-06-08 22:10 UTC (permalink / raw)
  To: buildroot

On 06/08/15 23:46, Jerzy Grzegorek wrote:
> Signed-off-by: Jerzy Grzegorek <jerzy.grzegorek@trzebnica.net>

Reviewed-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>


 Regards,
 Arnout

> ---
>  package/mc/mc.mk | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/package/mc/mc.mk b/package/mc/mc.mk
> index 742b8e8..2803c90 100644
> --- a/package/mc/mc.mk
> +++ b/package/mc/mc.mk
> @@ -7,7 +7,7 @@
>  MC_VERSION = 4.8.14
>  MC_SOURCE = mc-$(MC_VERSION).tar.xz
>  MC_SITE = http://ftp.midnight-commander.org
> -MC_LICENSE =  GPLv3+
> +MC_LICENSE = GPLv3+
>  MC_LICENSE_FILES = COPYING
>  MC_DEPENDENCIES = libglib2 host-pkgconf
>  
> 


-- 
Arnout Vandecappelle                          arnout at mind be
Senior Embedded Software Architect            +32-16-286500
Essensium/Mind                                http://www.mind.be
G.Geenslaan 9, 3001 Leuven, Belgium           BE 872 984 063 RPR Leuven
LinkedIn profile: http://www.linkedin.com/in/arnoutvandecappelle
GPG fingerprint:  7CB5 E4CC 6C2E EFD4 6E3D A754 F963 ECAB 2450 2F1F

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

* [Buildroot] [PATCH 1/3] mc: change tarball compression to xz
  2015-06-08 21:46 [Buildroot] [PATCH 1/3] mc: change tarball compression to xz Jerzy Grzegorek
  2015-06-08 21:46 ` [Buildroot] [PATCH 2/3] mc: update hash file Jerzy Grzegorek
  2015-06-08 21:46 ` [Buildroot] [PATCH 3/3] mc: remove extra white space Jerzy Grzegorek
@ 2015-06-09 19:40 ` Thomas Petazzoni
  2015-06-09 21:28   ` Jerzy Grzegorek
  2 siblings, 1 reply; 7+ messages in thread
From: Thomas Petazzoni @ 2015-06-09 19:40 UTC (permalink / raw)
  To: buildroot

Dear Jerzy Grzegorek,

On Mon,  8 Jun 2015 23:46:05 +0200, Jerzy Grzegorek wrote:
> Signed-off-by: Jerzy Grzegorek <jerzy.grzegorek@trzebnica.net>
> ---
>  package/mc/mc.mk | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)

Series applied, after squashing patch 2 into patch 1 as suggested by
Arnout. Without doing this, if only patch 1 was applied, you would
have broken the build of the mc package: when a hash file exists, it
*must* have the hashes of all files downloaded by the package.

Thomas
-- 
Thomas Petazzoni, CTO, Free Electrons
Embedded Linux, Kernel and Android engineering
http://free-electrons.com

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

* [Buildroot] [PATCH 1/3] mc: change tarball compression to xz
  2015-06-09 19:40 ` [Buildroot] [PATCH 1/3] mc: change tarball compression to xz Thomas Petazzoni
@ 2015-06-09 21:28   ` Jerzy Grzegorek
  0 siblings, 0 replies; 7+ messages in thread
From: Jerzy Grzegorek @ 2015-06-09 21:28 UTC (permalink / raw)
  To: buildroot

Hi Thomas,

> Dear Jerzy Grzegorek,
>
> On Mon,  8 Jun 2015 23:46:05 +0200, Jerzy Grzegorek wrote:
>> Signed-off-by: Jerzy Grzegorek <jerzy.grzegorek@trzebnica.net>
>> ---
>>   package/mc/mc.mk | 2 +-
>>   1 file changed, 1 insertion(+), 1 deletion(-)
> Series applied, after squashing patch 2 into patch 1 as suggested by
> Arnout. Without doing this, if only patch 1 was applied, you would
> have broken the build of the mc package: when a hash file exists, it
> *must* have the hashes of all files downloaded by the package.

Sounds logical.
Thanks.

Regards,
Jerzy

>
> Thomas

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

end of thread, other threads:[~2015-06-09 21:28 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-06-08 21:46 [Buildroot] [PATCH 1/3] mc: change tarball compression to xz Jerzy Grzegorek
2015-06-08 21:46 ` [Buildroot] [PATCH 2/3] mc: update hash file Jerzy Grzegorek
2015-06-08 22:09   ` Arnout Vandecappelle
2015-06-08 21:46 ` [Buildroot] [PATCH 3/3] mc: remove extra white space Jerzy Grzegorek
2015-06-08 22:10   ` Arnout Vandecappelle
2015-06-09 19:40 ` [Buildroot] [PATCH 1/3] mc: change tarball compression to xz Thomas Petazzoni
2015-06-09 21:28   ` Jerzy Grzegorek

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