Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH] package/faad2: add hash
@ 2014-12-14 17:33 Yann E. MORIN
  2014-12-14 17:41 ` Bernd Kuhls
  0 siblings, 1 reply; 5+ messages in thread
From: Yann E. MORIN @ 2014-12-14 17:33 UTC (permalink / raw)
  To: buildroot

Should fix build failures for which sourceforge sends garbage:
    http://autobuild.buildroot.org/results/f0a/f0a36c78fd910bc0aea54df4b76ab8a0f82f7ae4/
    http://autobuild.buildroot.org/results/3d6/3d6134c71e57238d4d865040eac9f34e2d17844c/
    http://autobuild.buildroot.org/results/232/2323f72f9b08ef8e20ec67a5aebfadd5b469a298/
    ...

Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
---
 package/faad2/faad2.hash | 2 ++
 1 file changed, 2 insertions(+)
 create mode 100644 package/faad2/faad2.hash

diff --git a/package/faad2/faad2.hash b/package/faad2/faad2.hash
new file mode 100644
index 0000000..e327526
--- /dev/null
+++ b/package/faad2/faad2.hash
@@ -0,0 +1,2 @@
+# Locally computed
+sha256  ee26ed1e177c0cd8fa8458a481b14a0b24ca0b51468c8b4c8b676fd3ceccd330  faad2-2.7.tar.gz
-- 
1.9.1

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

* [Buildroot] [PATCH] package/faad2: add hash
  2014-12-14 17:33 [Buildroot] [PATCH] package/faad2: add hash Yann E. MORIN
@ 2014-12-14 17:41 ` Bernd Kuhls
  2014-12-14 18:09   ` Peter Korsgaard
  2014-12-14 18:16   ` Yann E. MORIN
  0 siblings, 2 replies; 5+ messages in thread
From: Bernd Kuhls @ 2014-12-14 17:41 UTC (permalink / raw)
  To: buildroot

"Yann E. MORIN" <yann.morin.1998@free.fr> wrote in 
news:1418578396-11893-1-git-send-email-yann.morin.1998 at free.fr:

> +++ b/package/faad2/faad2.hash
> @@ -0,0 +1,2 @@
> +# Locally computed
> +sha256  ee26ed1e177c0cd8fa8458a481b14a0b24ca0b51468c8b4c8b676fd3ceccd330  
faad2-2.7.tar.gz

Hi,

just a small note because the buildroot doc says hash values provided by 
upstream are prefered:

Looking at http://sourceforge.net/projects/faac/files/faad2-src/faad2-2.7/ 
you can click on the "i" button of faad2-2.7.tar.bz2 to display its md5/sha1 
values, they could be added to our hash file instead of a locally computed 
hash.

Regards, Bernd

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

* [Buildroot] [PATCH] package/faad2: add hash
  2014-12-14 17:41 ` Bernd Kuhls
@ 2014-12-14 18:09   ` Peter Korsgaard
  2014-12-14 18:21     ` Yann E. MORIN
  2014-12-14 18:16   ` Yann E. MORIN
  1 sibling, 1 reply; 5+ messages in thread
From: Peter Korsgaard @ 2014-12-14 18:09 UTC (permalink / raw)
  To: buildroot

>>>>> "Bernd" == Bernd Kuhls <bernd.kuhls@t-online.de> writes:

 > "Yann E. MORIN" <yann.morin.1998@free.fr> wrote in 
 > news:1418578396-11893-1-git-send-email-yann.morin.1998 at free.fr:

 >> +++ b/package/faad2/faad2.hash
 >> @@ -0,0 +1,2 @@
 >> +# Locally computed
 >> +sha256  ee26ed1e177c0cd8fa8458a481b14a0b24ca0b51468c8b4c8b676fd3ceccd330  
 > faad2-2.7.tar.gz

 > Hi,

 > just a small note because the buildroot doc says hash values provided by 
 > upstream are prefered:

 > Looking at http://sourceforge.net/projects/faac/files/faad2-src/faad2-2.7/ 
 > you can click on the "i" button of faad2-2.7.tar.bz2 to display its md5/sha1 
 > values, they could be added to our hash file instead of a locally computed 
 > hash.

Indeed, similar to how I did it for liblo in b08c503b244d37. Yann, will
you respin the patch?

-- 
Bye, Peter Korsgaard

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

* [Buildroot] [PATCH] package/faad2: add hash
  2014-12-14 17:41 ` Bernd Kuhls
  2014-12-14 18:09   ` Peter Korsgaard
@ 2014-12-14 18:16   ` Yann E. MORIN
  1 sibling, 0 replies; 5+ messages in thread
From: Yann E. MORIN @ 2014-12-14 18:16 UTC (permalink / raw)
  To: buildroot

Bernd, All,

On 2014-12-14 18:41 +0100, Bernd Kuhls spake thusly:
> "Yann E. MORIN" <yann.morin.1998@free.fr> wrote in 
> news:1418578396-11893-1-git-send-email-yann.morin.1998 at free.fr:
> 
> > +++ b/package/faad2/faad2.hash
> > @@ -0,0 +1,2 @@
> > +# Locally computed
> > +sha256  ee26ed1e177c0cd8fa8458a481b14a0b24ca0b51468c8b4c8b676fd3ceccd330  faad2-2.7.tar.gz
> just a small note because the buildroot doc says hash values provided by 
> upstream are prefered:

Indeed.

> Looking at http://sourceforge.net/projects/faac/files/faad2-src/faad2-2.7/ 
> you can click on the "i" button of faad2-2.7.tar.bz2 to display its md5/sha1 
> values, they could be added to our hash file instead of a locally computed 
> hash.

OK, but it is not straight-forward. Upstream as we document it is:
    http://www.audiocoding.com/faad2.html

and they have no hash that I could find on that website.

But they point the downloads to the sourceforge page.

However, I'm a bit reluctant at using hashes published by a third-party.
I guess we cn add them, plus our locally computed sha256.

Thanks for pointing this.

Regards,
Yann E. MORIN.

-- 
.-----------------.--------------------.------------------.--------------------.
|  Yann E. MORIN  | Real-Time Embedded | /"\ ASCII RIBBON | Erics' conspiracy: |
| +33 662 376 056 | Software  Designer | \ / CAMPAIGN     |  ___               |
| +33 223 225 172 `------------.-------:  X  AGAINST      |  \e/  There is no  |
| http://ymorin.is-a-geek.org/ | _/*\_ | / \ HTML MAIL    |   v   conspiracy.  |
'------------------------------^-------^------------------^--------------------'

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

* [Buildroot] [PATCH] package/faad2: add hash
  2014-12-14 18:09   ` Peter Korsgaard
@ 2014-12-14 18:21     ` Yann E. MORIN
  0 siblings, 0 replies; 5+ messages in thread
From: Yann E. MORIN @ 2014-12-14 18:21 UTC (permalink / raw)
  To: buildroot

Peter, All,

On 2014-12-14 19:09 +0100, Peter Korsgaard spake thusly:
> >>>>> "Bernd" == Bernd Kuhls <bernd.kuhls@t-online.de> writes:
> 
>  > "Yann E. MORIN" <yann.morin.1998@free.fr> wrote in 
>  > news:1418578396-11893-1-git-send-email-yann.morin.1998 at free.fr:
> 
>  >> +++ b/package/faad2/faad2.hash
>  >> @@ -0,0 +1,2 @@
>  >> +# Locally computed
>  >> +sha256  ee26ed1e177c0cd8fa8458a481b14a0b24ca0b51468c8b4c8b676fd3ceccd330  
>  > faad2-2.7.tar.gz
> 
>  > Hi,
> 
>  > just a small note because the buildroot doc says hash values provided by 
>  > upstream are prefered:
> 
>  > Looking at http://sourceforge.net/projects/faac/files/faad2-src/faad2-2.7/ 
>  > you can click on the "i" button of faad2-2.7.tar.bz2 to display its md5/sha1 
>  > values, they could be added to our hash file instead of a locally computed 
>  > hash.
> 
> Indeed, similar to how I did it for liblo in b08c503b244d37. Yann, will
> you respin the patch?

Yes, almost done. ;-)

Regards,
Yann E. MORIN.


-- 
.-----------------.--------------------.------------------.--------------------.
|  Yann E. MORIN  | Real-Time Embedded | /"\ ASCII RIBBON | Erics' conspiracy: |
| +33 662 376 056 | Software  Designer | \ / CAMPAIGN     |  ___               |
| +33 223 225 172 `------------.-------:  X  AGAINST      |  \e/  There is no  |
| http://ymorin.is-a-geek.org/ | _/*\_ | / \ HTML MAIL    |   v   conspiracy.  |
'------------------------------^-------^------------------^--------------------'

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

end of thread, other threads:[~2014-12-14 18:21 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-12-14 17:33 [Buildroot] [PATCH] package/faad2: add hash Yann E. MORIN
2014-12-14 17:41 ` Bernd Kuhls
2014-12-14 18:09   ` Peter Korsgaard
2014-12-14 18:21     ` Yann E. MORIN
2014-12-14 18:16   ` Yann E. MORIN

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