All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 1/1] package/syslog-ng: fix tarball hash
@ 2021-07-05  5:14 Fabrice Fontaine
  2021-07-05  8:00 ` Chris Packham
                   ` (2 more replies)
  0 siblings, 3 replies; 6+ messages in thread
From: Fabrice Fontaine @ 2021-07-05  5:14 UTC (permalink / raw)
  To: buildroot

Tarball hash added by commit 1054a7aaa238253db8b60e4a520a66ad9e1b1eb1 is
wrong

Fixes:
 - http://autobuild.buildroot.org/results/1ed64d9a2a707cbd06f9d2af29101b70b668bc06

Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
---
 package/syslog-ng/syslog-ng.hash | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/package/syslog-ng/syslog-ng.hash b/package/syslog-ng/syslog-ng.hash
index 8ed6042eed..d25eb4f69b 100644
--- a/package/syslog-ng/syslog-ng.hash
+++ b/package/syslog-ng/syslog-ng.hash
@@ -1,5 +1,5 @@
 # Locally computed
-sha256  0019dfc4b32d63c1392aa264aed2253c1e0c2fb09216f8e2cc269bbfb8bb49b5  syslog-ng-3.32.1.tar.gz
+sha256  19e3b76552d82c71c04230526925402c9f05fa5e6ea19b912b061850929b712d  syslog-ng-3.32.1.tar.gz
 sha256  e912cf1e1c09b81d61c0154eb6c179588622c31ad07bfb4a90c612d07ff09d9b  COPYING
 sha256  ce3324c9f22299cfc7c281e5a6ab40fbe9c2ea1a67cee87226cb8cd39db1e1d2  GPL.txt
 sha256  dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551  LGPL.txt
-- 
2.30.2

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

* [Buildroot] [PATCH 1/1] package/syslog-ng: fix tarball hash
  2021-07-05  5:14 [Buildroot] [PATCH 1/1] package/syslog-ng: fix tarball hash Fabrice Fontaine
@ 2021-07-05  8:00 ` Chris Packham
  2021-07-05  8:03   ` Baruch Siach
  2021-07-13  4:33 ` Yegor Yefremov
  2021-07-15 19:52 ` Thomas Petazzoni
  2 siblings, 1 reply; 6+ messages in thread
From: Chris Packham @ 2021-07-05  8:00 UTC (permalink / raw)
  To: buildroot

On Mon, Jul 5, 2021 at 5:14 PM Fabrice Fontaine
<fontaine.fabrice@gmail.com> wrote:
>
> Tarball hash added by commit 1054a7aaa238253db8b60e4a520a66ad9e1b1eb1 is
> wrong
>
> Fixes:
>  - http://autobuild.buildroot.org/results/1ed64d9a2a707cbd06f9d2af29101b70b668bc06
>
> Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
> ---
>  package/syslog-ng/syslog-ng.hash | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/package/syslog-ng/syslog-ng.hash b/package/syslog-ng/syslog-ng.hash
> index 8ed6042eed..d25eb4f69b 100644
> --- a/package/syslog-ng/syslog-ng.hash
> +++ b/package/syslog-ng/syslog-ng.hash
> @@ -1,5 +1,5 @@
>  # Locally computed
> -sha256  0019dfc4b32d63c1392aa264aed2253c1e0c2fb09216f8e2cc269bbfb8bb49b5  syslog-ng-3.32.1.tar.gz
> +sha256  19e3b76552d82c71c04230526925402c9f05fa5e6ea19b912b061850929b712d  syslog-ng-3.32.1.tar.gz

Well I have no idea where I got that hash from. At first I thought I
may have got the "archive" link instead of the "download" one but
recalculating them now I get the result Fabrice has here and something
different for the "archive" link.

I could swear I at least build tested this but clearly not. I shall
endeavor to be more careful in the future.

>  sha256  e912cf1e1c09b81d61c0154eb6c179588622c31ad07bfb4a90c612d07ff09d9b  COPYING
>  sha256  ce3324c9f22299cfc7c281e5a6ab40fbe9c2ea1a67cee87226cb8cd39db1e1d2  GPL.txt
>  sha256  dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551  LGPL.txt
> --
> 2.30.2
>

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

* [Buildroot] [PATCH 1/1] package/syslog-ng: fix tarball hash
  2021-07-05  8:00 ` Chris Packham
@ 2021-07-05  8:03   ` Baruch Siach
  2021-07-06  9:26     ` Chris Packham
  0 siblings, 1 reply; 6+ messages in thread
From: Baruch Siach @ 2021-07-05  8:03 UTC (permalink / raw)
  To: buildroot

Hi Chris,

On Mon, Jul 05 2021, Chris Packham wrote:
> On Mon, Jul 5, 2021 at 5:14 PM Fabrice Fontaine
> <fontaine.fabrice@gmail.com> wrote:
>>
>> Tarball hash added by commit 1054a7aaa238253db8b60e4a520a66ad9e1b1eb1 is
>> wrong
>>
>> Fixes:
>>  - http://autobuild.buildroot.org/results/1ed64d9a2a707cbd06f9d2af29101b70b668bc06
>>
>> Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
>> ---
>>  package/syslog-ng/syslog-ng.hash | 2 +-
>>  1 file changed, 1 insertion(+), 1 deletion(-)
>>
>> diff --git a/package/syslog-ng/syslog-ng.hash b/package/syslog-ng/syslog-ng.hash
>> index 8ed6042eed..d25eb4f69b 100644
>> --- a/package/syslog-ng/syslog-ng.hash
>> +++ b/package/syslog-ng/syslog-ng.hash
>> @@ -1,5 +1,5 @@
>>  # Locally computed
>> -sha256  0019dfc4b32d63c1392aa264aed2253c1e0c2fb09216f8e2cc269bbfb8bb49b5  syslog-ng-3.32.1.tar.gz
>> +sha256  19e3b76552d82c71c04230526925402c9f05fa5e6ea19b912b061850929b712d  syslog-ng-3.32.1.tar.gz
>
> Well I have no idea where I got that hash from. At first I thought I
> may have got the "archive" link instead of the "download" one but
> recalculating them now I get the result Fabrice has here and something
> different for the "archive" link.
>
> I could swear I at least build tested this but clearly not. I shall
> endeavor to be more careful in the future.

Can you find the original tar file on your build test machine under
dl/syslog-ng/?

baruch

>>  sha256  e912cf1e1c09b81d61c0154eb6c179588622c31ad07bfb4a90c612d07ff09d9b  COPYING
>>  sha256  ce3324c9f22299cfc7c281e5a6ab40fbe9c2ea1a67cee87226cb8cd39db1e1d2  GPL.txt
>>  sha256  dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551  LGPL.txt
>> --
>> 2.30.2

-- 
                                                     ~. .~   Tk Open Systems
=}------------------------------------------------ooO--U--Ooo------------{=
   - baruch at tkos.co.il - tel: +972.52.368.4656, http://www.tkos.co.il -

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

* [Buildroot] [PATCH 1/1] package/syslog-ng: fix tarball hash
  2021-07-05  8:03   ` Baruch Siach
@ 2021-07-06  9:26     ` Chris Packham
  0 siblings, 0 replies; 6+ messages in thread
From: Chris Packham @ 2021-07-06  9:26 UTC (permalink / raw)
  To: buildroot

On Mon, Jul 5, 2021 at 8:04 PM Baruch Siach <baruch@tkos.co.il> wrote:
>
> Hi Chris,
>
> On Mon, Jul 05 2021, Chris Packham wrote:
> > On Mon, Jul 5, 2021 at 5:14 PM Fabrice Fontaine
> > <fontaine.fabrice@gmail.com> wrote:
> >>
> >> Tarball hash added by commit 1054a7aaa238253db8b60e4a520a66ad9e1b1eb1 is
> >> wrong
> >>
> >> Fixes:
> >>  - http://autobuild.buildroot.org/results/1ed64d9a2a707cbd06f9d2af29101b70b668bc06
> >>
> >> Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
> >> ---
> >>  package/syslog-ng/syslog-ng.hash | 2 +-
> >>  1 file changed, 1 insertion(+), 1 deletion(-)
> >>
> >> diff --git a/package/syslog-ng/syslog-ng.hash b/package/syslog-ng/syslog-ng.hash
> >> index 8ed6042eed..d25eb4f69b 100644
> >> --- a/package/syslog-ng/syslog-ng.hash
> >> +++ b/package/syslog-ng/syslog-ng.hash
> >> @@ -1,5 +1,5 @@
> >>  # Locally computed
> >> -sha256  0019dfc4b32d63c1392aa264aed2253c1e0c2fb09216f8e2cc269bbfb8bb49b5  syslog-ng-3.32.1.tar.gz
> >> +sha256  19e3b76552d82c71c04230526925402c9f05fa5e6ea19b912b061850929b712d  syslog-ng-3.32.1.tar.gz
> >
> > Well I have no idea where I got that hash from. At first I thought I
> > may have got the "archive" link instead of the "download" one but
> > recalculating them now I get the result Fabrice has here and something
> > different for the "archive" link.
> >
> > I could swear I at least build tested this but clearly not. I shall
> > endeavor to be more careful in the future.
>
> Can you find the original tar file on your build test machine under
> dl/syslog-ng/?

Unfortunately I've had a clean-out since I submitted the original
patch so my dl directory is empty. Chances are that's the hash of a
github 404 page (does anyone else miss websites actually returning 404
when the thing you want isn't there).

>
> baruch
>
> >>  sha256  e912cf1e1c09b81d61c0154eb6c179588622c31ad07bfb4a90c612d07ff09d9b  COPYING
> >>  sha256  ce3324c9f22299cfc7c281e5a6ab40fbe9c2ea1a67cee87226cb8cd39db1e1d2  GPL.txt
> >>  sha256  dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551  LGPL.txt
> >> --
> >> 2.30.2
>
> --
>                                                      ~. .~   Tk Open Systems
> =}------------------------------------------------ooO--U--Ooo------------{=
>    - baruch at tkos.co.il - tel: +972.52.368.4656, http://www.tkos.co.il -
> _______________________________________________
> buildroot mailing list
> buildroot at busybox.net
> http://lists.busybox.net/mailman/listinfo/buildroot

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

* [Buildroot] [PATCH 1/1] package/syslog-ng: fix tarball hash
  2021-07-05  5:14 [Buildroot] [PATCH 1/1] package/syslog-ng: fix tarball hash Fabrice Fontaine
  2021-07-05  8:00 ` Chris Packham
@ 2021-07-13  4:33 ` Yegor Yefremov
  2021-07-15 19:52 ` Thomas Petazzoni
  2 siblings, 0 replies; 6+ messages in thread
From: Yegor Yefremov @ 2021-07-13  4:33 UTC (permalink / raw)
  To: buildroot

On Mon, Jul 5, 2021 at 7:15 AM Fabrice Fontaine
<fontaine.fabrice@gmail.com> wrote:
>
> Tarball hash added by commit 1054a7aaa238253db8b60e4a520a66ad9e1b1eb1 is
> wrong
>
> Fixes:
>  - http://autobuild.buildroot.org/results/1ed64d9a2a707cbd06f9d2af29101b70b668bc06
>
> Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>

Reviewed-by: Yegor Yefremov <yegorslists@googlemail.com>

> ---
>  package/syslog-ng/syslog-ng.hash | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/package/syslog-ng/syslog-ng.hash b/package/syslog-ng/syslog-ng.hash
> index 8ed6042eed..d25eb4f69b 100644
> --- a/package/syslog-ng/syslog-ng.hash
> +++ b/package/syslog-ng/syslog-ng.hash
> @@ -1,5 +1,5 @@
>  # Locally computed
> -sha256  0019dfc4b32d63c1392aa264aed2253c1e0c2fb09216f8e2cc269bbfb8bb49b5  syslog-ng-3.32.1.tar.gz
> +sha256  19e3b76552d82c71c04230526925402c9f05fa5e6ea19b912b061850929b712d  syslog-ng-3.32.1.tar.gz
>  sha256  e912cf1e1c09b81d61c0154eb6c179588622c31ad07bfb4a90c612d07ff09d9b  COPYING
>  sha256  ce3324c9f22299cfc7c281e5a6ab40fbe9c2ea1a67cee87226cb8cd39db1e1d2  GPL.txt
>  sha256  dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551  LGPL.txt
> --
> 2.30.2
>
> _______________________________________________
> buildroot mailing list
> buildroot at busybox.net
> http://lists.busybox.net/mailman/listinfo/buildroot

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

* [Buildroot] [PATCH 1/1] package/syslog-ng: fix tarball hash
  2021-07-05  5:14 [Buildroot] [PATCH 1/1] package/syslog-ng: fix tarball hash Fabrice Fontaine
  2021-07-05  8:00 ` Chris Packham
  2021-07-13  4:33 ` Yegor Yefremov
@ 2021-07-15 19:52 ` Thomas Petazzoni
  2 siblings, 0 replies; 6+ messages in thread
From: Thomas Petazzoni @ 2021-07-15 19:52 UTC (permalink / raw)
  To: buildroot

On Mon,  5 Jul 2021 07:14:45 +0200
Fabrice Fontaine <fontaine.fabrice@gmail.com> wrote:

> Tarball hash added by commit 1054a7aaa238253db8b60e4a520a66ad9e1b1eb1 is
> wrong
> 
> Fixes:
>  - http://autobuild.buildroot.org/results/1ed64d9a2a707cbd06f9d2af29101b70b668bc06
> 
> Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
> ---
>  package/syslog-ng/syslog-ng.hash | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)

Applied to master, thanks.

Thomas
-- 
Thomas Petazzoni, CTO, Bootlin
Embedded Linux and Kernel engineering
https://bootlin.com

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

end of thread, other threads:[~2021-07-15 19:52 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-07-05  5:14 [Buildroot] [PATCH 1/1] package/syslog-ng: fix tarball hash Fabrice Fontaine
2021-07-05  8:00 ` Chris Packham
2021-07-05  8:03   ` Baruch Siach
2021-07-06  9:26     ` Chris Packham
2021-07-13  4:33 ` Yegor Yefremov
2021-07-15 19:52 ` Thomas Petazzoni

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.