* [Buildroot] [PATCH v2] package/faad2: add hash
@ 2014-12-14 18:21 Yann E. MORIN
2014-12-14 18:38 ` Peter Korsgaard
2014-12-14 18:46 ` Peter Korsgaard
0 siblings, 2 replies; 4+ messages in thread
From: Yann E. MORIN @ 2014-12-14 18:21 UTC (permalink / raw)
To: buildroot
Upstream do not host the files, they are hosted on SourceForge; SF has
both sha1 and md5, so use the sha1.
Also add a strong, locally computed hash.
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>
Cc: Bernd Kuhls <bernd.kuhls@t-online.de>
---
Changes v1 -> v2:
- add sha1 from upstream (Bernd)
---
package/faad2/faad2.hash | 4 ++++
1 file changed, 4 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..b5e3554
--- /dev/null
+++ b/package/faad2/faad2.hash
@@ -0,0 +1,4 @@
+# From the SourceForge download page (used by upstream):
+sha1 183354a43a44c5e587e56f989e09b0fbd195a5c6 faad2-2.7.tar.gz
+# Locally computed
+sha256 ee26ed1e177c0cd8fa8458a481b14a0b24ca0b51468c8b4c8b676fd3ceccd330 faad2-2.7.tar.gz
--
1.9.1
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [Buildroot] [PATCH v2] package/faad2: add hash
2014-12-14 18:21 [Buildroot] [PATCH v2] package/faad2: add hash Yann E. MORIN
@ 2014-12-14 18:38 ` Peter Korsgaard
2014-12-14 18:46 ` Peter Korsgaard
1 sibling, 0 replies; 4+ messages in thread
From: Peter Korsgaard @ 2014-12-14 18:38 UTC (permalink / raw)
To: buildroot
>>>>> "Yann" == Yann E MORIN <yann.morin.1998@free.fr> writes:
> Upstream do not host the files, they are hosted on SourceForge; SF has
> both sha1 and md5, so use the sha1.
> Also add a strong, locally computed hash.
> 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>
> Cc: Bernd Kuhls <bernd.kuhls@t-online.de>
> ---
> Changes v1 -> v2:
> - add sha1 from upstream (Bernd)
Committed, thanks.
--
Bye, Peter Korsgaard
^ permalink raw reply [flat|nested] 4+ messages in thread
* [Buildroot] [PATCH v2] package/faad2: add hash
2014-12-14 18:21 [Buildroot] [PATCH v2] package/faad2: add hash Yann E. MORIN
2014-12-14 18:38 ` Peter Korsgaard
@ 2014-12-14 18:46 ` Peter Korsgaard
2014-12-14 18:52 ` Yann E. MORIN
1 sibling, 1 reply; 4+ messages in thread
From: Peter Korsgaard @ 2014-12-14 18:46 UTC (permalink / raw)
To: buildroot
>>>>> "Yann" == Yann E MORIN <yann.morin.1998@free.fr> writes:
> Upstream do not host the files, they are hosted on SourceForge; SF has
> both sha1 and md5, so use the sha1.
> Also add a strong, locally computed hash.
> 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>
> Cc: Bernd Kuhls <bernd.kuhls@t-online.de>
> ---
> Changes v1 -> v2:
> - add sha1 from upstream (Bernd)
> ---
> package/faad2/faad2.hash | 4 ++++
> 1 file changed, 4 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..b5e3554
> --- /dev/null
> +++ b/package/faad2/faad2.hash
> @@ -0,0 +1,4 @@
> +# From the SourceForge download page (used by upstream):
> +sha1 183354a43a44c5e587e56f989e09b0fbd195a5c6 faad2-2.7.tar.gz
Ehh, wait - That isn't the correct sha1.
The correct one is displayed on the download page:
http://sourceforge.net/projects/faac/files/faad2-src/faad2-2.7/
Committed with that fixed, thanks.
--
Bye, Peter Korsgaard
^ permalink raw reply [flat|nested] 4+ messages in thread
* [Buildroot] [PATCH v2] package/faad2: add hash
2014-12-14 18:46 ` Peter Korsgaard
@ 2014-12-14 18:52 ` Yann E. MORIN
0 siblings, 0 replies; 4+ messages in thread
From: Yann E. MORIN @ 2014-12-14 18:52 UTC (permalink / raw)
To: buildroot
Peter, All,
On 2014-12-14 19:46 +0100, Peter Korsgaard spake thusly:
> >>>>> "Yann" == Yann E MORIN <yann.morin.1998@free.fr> writes:
>
> > Upstream do not host the files, they are hosted on SourceForge; SF has
> > both sha1 and md5, so use the sha1.
>
> > Also add a strong, locally computed hash.
>
> > 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>
> > Cc: Bernd Kuhls <bernd.kuhls@t-online.de>
>
> > ---
> > Changes v1 -> v2:
> > - add sha1 from upstream (Bernd)
> > ---
> > package/faad2/faad2.hash | 4 ++++
> > 1 file changed, 4 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..b5e3554
> > --- /dev/null
> > +++ b/package/faad2/faad2.hash
> > @@ -0,0 +1,4 @@
> > +# From the SourceForge download page (used by upstream):
> > +sha1 183354a43a44c5e587e56f989e09b0fbd195a5c6 faad2-2.7.tar.gz
>
> Ehh, wait - That isn't the correct sha1.
>
> The correct one is displayed on the download page:
> http://sourceforge.net/projects/faac/files/faad2-src/faad2-2.7/
Damn, I copied the one for the zipball. Sorry... :-(
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] 4+ messages in thread
end of thread, other threads:[~2014-12-14 18:52 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-12-14 18:21 [Buildroot] [PATCH v2] package/faad2: add hash Yann E. MORIN
2014-12-14 18:38 ` Peter Korsgaard
2014-12-14 18:46 ` Peter Korsgaard
2014-12-14 18:52 ` 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