Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 1/1] package/perl-libwww: Fix legal-info
@ 2015-04-20 17:40 Bernd Kuhls
  2015-04-20 19:52 ` Romain Naour
  2015-04-20 20:28 ` Thomas Petazzoni
  0 siblings, 2 replies; 3+ messages in thread
From: Bernd Kuhls @ 2015-04-20 17:40 UTC (permalink / raw)
  To: buildroot

Fixes
http://autobuild.buildroot.net/results/6c6/6c6fb6001101ff528176b887ed8c95ef49313afb/
http://autobuild.buildroot.net/results/56d/56d42e7691d4eb1a682c49c0fa6c951d0e3069ec/

Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
---
 package/perl-libwww/perl-libwww.mk |    1 -
 1 file changed, 1 deletion(-)

diff --git a/package/perl-libwww/perl-libwww.mk b/package/perl-libwww/perl-libwww.mk
index 0ee1e04..00b59c4 100644
--- a/package/perl-libwww/perl-libwww.mk
+++ b/package/perl-libwww/perl-libwww.mk
@@ -7,7 +7,6 @@
 PERL_LIBWWW_VERSION = 6.13
 PERL_LIBWWW_SITE = $(call github,libwww-perl,libwww-perl,$(PERL_LIBWWW_VERSION))
 PERL_LIBWWW_LICENSE = Artistic or GPLv1+
-PERL_LIBWWW_LICENSE_FILES = LICENSE
 PERL_LIBWWW_DEPENDENCIES = \
 	perl-encode-locale \
 	perl-file-listing \
-- 
1.7.10.4

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

* [Buildroot] [PATCH 1/1] package/perl-libwww: Fix legal-info
  2015-04-20 17:40 [Buildroot] [PATCH 1/1] package/perl-libwww: Fix legal-info Bernd Kuhls
@ 2015-04-20 19:52 ` Romain Naour
  2015-04-20 20:28 ` Thomas Petazzoni
  1 sibling, 0 replies; 3+ messages in thread
From: Romain Naour @ 2015-04-20 19:52 UTC (permalink / raw)
  To: buildroot

Hi Bernd,

Le 20/04/2015 19:40, Bernd Kuhls a ?crit :
> Fixes
> http://autobuild.buildroot.net/results/6c6/6c6fb6001101ff528176b887ed8c95ef49313afb/
> http://autobuild.buildroot.net/results/56d/56d42e7691d4eb1a682c49c0fa6c951d0e3069ec/
> 
> Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
> ---

The git hash is also wrong.

First I get an error wile testing the hash series:
ERROR: No hash found for perl-libwww-6.13.tar.gz

Then, by renaming libwww-perl-6.13.tar.gz to perl-libwww-6.13.tar.gz
ERROR: perl-libwww-6.13.tar.gz has wrong md5 hash:
ERROR: expected: 85b36bcd2fd2450718ee14f894f0d3d1
ERROR: got     : eadcb8e0d6657817290328cc8976764e
ERROR: Incomplete download, or man-in-the-middle (MITM) attack

I get:
md5    eadcb8e0d6657817290328cc8976764e perl-libwww-6.13.tar.gz
sha256 ee80e56e2866fdd91f8dc25b91cfdb1f3582ea9cc1ab53a0c420fef07bb3f04d perl-libwww-6.13.tar.gz

instead of:

md5    85b36bcd2fd2450718ee14f894f0d3d1 libwww-perl-6.13.tar.gz
sha256 5fbd13eebd1933e5a203fceb2c1629efbccff3efc8fab6ec0285c79d0a95f8b2 libwww-perl-6.13.tar.gz

The archive has been generated automatically by github, not by the maintainer.
it's probably not the very same archive.

Best regards,
Romain

>  package/perl-libwww/perl-libwww.mk |    1 -
>  1 file changed, 1 deletion(-)
> 
> diff --git a/package/perl-libwww/perl-libwww.mk b/package/perl-libwww/perl-libwww.mk
> index 0ee1e04..00b59c4 100644
> --- a/package/perl-libwww/perl-libwww.mk
> +++ b/package/perl-libwww/perl-libwww.mk
> @@ -7,7 +7,6 @@
>  PERL_LIBWWW_VERSION = 6.13
>  PERL_LIBWWW_SITE = $(call github,libwww-perl,libwww-perl,$(PERL_LIBWWW_VERSION))
>  PERL_LIBWWW_LICENSE = Artistic or GPLv1+
> -PERL_LIBWWW_LICENSE_FILES = LICENSE
>  PERL_LIBWWW_DEPENDENCIES = \
>  	perl-encode-locale \
>  	perl-file-listing \
> 

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

* [Buildroot] [PATCH 1/1] package/perl-libwww: Fix legal-info
  2015-04-20 17:40 [Buildroot] [PATCH 1/1] package/perl-libwww: Fix legal-info Bernd Kuhls
  2015-04-20 19:52 ` Romain Naour
@ 2015-04-20 20:28 ` Thomas Petazzoni
  1 sibling, 0 replies; 3+ messages in thread
From: Thomas Petazzoni @ 2015-04-20 20:28 UTC (permalink / raw)
  To: buildroot

Dear Bernd Kuhls,

On Mon, 20 Apr 2015 19:40:51 +0200, Bernd Kuhls wrote:
> Fixes
> http://autobuild.buildroot.net/results/6c6/6c6fb6001101ff528176b887ed8c95ef49313afb/
> http://autobuild.buildroot.net/results/56d/56d42e7691d4eb1a682c49c0fa6c951d0e3069ec/
> 
> Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
> ---
>  package/perl-libwww/perl-libwww.mk |    1 -
>  1 file changed, 1 deletion(-)

Actually, there's a README file that contains a copyright notice and
the name of the license, so I've used that as the license file instead
of not having anything.

And I've removed the hash file, as reported by Romain Naour.

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:[~2015-04-20 20:28 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-04-20 17:40 [Buildroot] [PATCH 1/1] package/perl-libwww: Fix legal-info Bernd Kuhls
2015-04-20 19:52 ` Romain Naour
2015-04-20 20:28 ` Thomas Petazzoni

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