* [Buildroot] [PATCH] gob2: add a hash file
@ 2015-12-09 15:41 Vicente Olivert Riera
2015-12-09 15:57 ` Gustavo Zacarias
2015-12-12 13:34 ` Thomas Petazzoni
0 siblings, 2 replies; 6+ messages in thread
From: Vicente Olivert Riera @ 2015-12-09 15:41 UTC (permalink / raw)
To: buildroot
Signed-off-by: Vicente Olivert Riera <Vincent.Riera@imgtec.com>
---
package/gob2/gob2.hash | 2 ++
1 file changed, 2 insertions(+)
create mode 100644 package/gob2/gob2.hash
diff --git a/package/gob2/gob2.hash b/package/gob2/gob2.hash
new file mode 100644
index 0000000..3678bdd
--- /dev/null
+++ b/package/gob2/gob2.hash
@@ -0,0 +1,2 @@
+# Locally calculated
+sha256 f7ee84c07ca88ae96e5a60461957cc4dd0aa69d61804433d1c85de3d50be8026 gob2-2.0.20.tar.xz
--
2.4.10
^ permalink raw reply related [flat|nested] 6+ messages in thread
* [Buildroot] [PATCH] gob2: add a hash file
2015-12-09 15:41 [Buildroot] [PATCH] gob2: add a hash file Vicente Olivert Riera
@ 2015-12-09 15:57 ` Gustavo Zacarias
2015-12-09 16:02 ` Vicente Olivert Riera
2015-12-12 13:34 ` Thomas Petazzoni
1 sibling, 1 reply; 6+ messages in thread
From: Gustavo Zacarias @ 2015-12-09 15:57 UTC (permalink / raw)
To: buildroot
On 09/12/15 12:41, Vicente Olivert Riera wrote:
> Signed-off-by: Vicente Olivert Riera <Vincent.Riera@imgtec.com>
> ---
> package/gob2/gob2.hash | 2 ++
> 1 file changed, 2 insertions(+)
> create mode 100644 package/gob2/gob2.hash
>
> diff --git a/package/gob2/gob2.hash b/package/gob2/gob2.hash
> new file mode 100644
> index 0000000..3678bdd
> --- /dev/null
> +++ b/package/gob2/gob2.hash
> @@ -0,0 +1,2 @@
> +# Locally calculated
> +sha256 f7ee84c07ca88ae96e5a60461957cc4dd0aa69d61804433d1c85de3d50be8026 gob2-2.0.20.tar.xz
Hi Vicente.
Why not
http://ftp.acc.umu.se/pub/gnome/sources/gob2/2.0/gob2-2.0.20.sha256sum ?
Regards.
That's the official upstream and there's a mismatch, oops.
Regards.
^ permalink raw reply [flat|nested] 6+ messages in thread
* [Buildroot] [PATCH] gob2: add a hash file
2015-12-09 15:57 ` Gustavo Zacarias
@ 2015-12-09 16:02 ` Vicente Olivert Riera
2015-12-09 16:04 ` Vicente Olivert Riera
0 siblings, 1 reply; 6+ messages in thread
From: Vicente Olivert Riera @ 2015-12-09 16:02 UTC (permalink / raw)
To: buildroot
Hi Gustavo,
On 09/12/15 15:57, Gustavo Zacarias wrote:
> On 09/12/15 12:41, Vicente Olivert Riera wrote:
>
>> Signed-off-by: Vicente Olivert Riera <Vincent.Riera@imgtec.com>
>> ---
>> package/gob2/gob2.hash | 2 ++
>> 1 file changed, 2 insertions(+)
>> create mode 100644 package/gob2/gob2.hash
>>
>> diff --git a/package/gob2/gob2.hash b/package/gob2/gob2.hash
>> new file mode 100644
>> index 0000000..3678bdd
>> --- /dev/null
>> +++ b/package/gob2/gob2.hash
>> @@ -0,0 +1,2 @@
>> +# Locally calculated
>> +sha256
>> f7ee84c07ca88ae96e5a60461957cc4dd0aa69d61804433d1c85de3d50be8026
>> gob2-2.0.20.tar.xz
>
> Hi Vicente.
> Why not
> http://ftp.acc.umu.se/pub/gnome/sources/gob2/2.0/gob2-2.0.20.sha256sum ?
> Regards.
> That's the official upstream and there's a mismatch, oops.
Well, we currently download this tool from here:
http://ftp.5z.com/pub/gob/
And the tarball downloaded from there has the hash value I wrote in my
.hash file.
If you say that's the official upstream, then the .mk file needs to be
updated as well.
Regards,
Vincent.
> Regards.
^ permalink raw reply [flat|nested] 6+ messages in thread
* [Buildroot] [PATCH] gob2: add a hash file
2015-12-09 16:02 ` Vicente Olivert Riera
@ 2015-12-09 16:04 ` Vicente Olivert Riera
2015-12-09 16:10 ` Gustavo Zacarias
0 siblings, 1 reply; 6+ messages in thread
From: Vicente Olivert Riera @ 2015-12-09 16:04 UTC (permalink / raw)
To: buildroot
Hi again Gustavo,
isn't this the official site?
http://www.jirka.org/gob.html
Regards,
Vincent.
On 09/12/15 16:02, Vicente Olivert Riera wrote:
> Hi Gustavo,
>
> On 09/12/15 15:57, Gustavo Zacarias wrote:
>> On 09/12/15 12:41, Vicente Olivert Riera wrote:
>>
>>> Signed-off-by: Vicente Olivert Riera <Vincent.Riera@imgtec.com>
>>> ---
>>> package/gob2/gob2.hash | 2 ++
>>> 1 file changed, 2 insertions(+)
>>> create mode 100644 package/gob2/gob2.hash
>>>
>>> diff --git a/package/gob2/gob2.hash b/package/gob2/gob2.hash
>>> new file mode 100644
>>> index 0000000..3678bdd
>>> --- /dev/null
>>> +++ b/package/gob2/gob2.hash
>>> @@ -0,0 +1,2 @@
>>> +# Locally calculated
>>> +sha256
>>> f7ee84c07ca88ae96e5a60461957cc4dd0aa69d61804433d1c85de3d50be8026
>>> gob2-2.0.20.tar.xz
>>
>> Hi Vicente.
>> Why not
>> http://ftp.acc.umu.se/pub/gnome/sources/gob2/2.0/gob2-2.0.20.sha256sum ?
>> Regards.
>> That's the official upstream and there's a mismatch, oops.
>
> Well, we currently download this tool from here:
>
> http://ftp.5z.com/pub/gob/
>
> And the tarball downloaded from there has the hash value I wrote in my
> .hash file.
>
> If you say that's the official upstream, then the .mk file needs to be
> updated as well.
>
> Regards,
>
> Vincent.
>
>> Regards.
^ permalink raw reply [flat|nested] 6+ messages in thread
* [Buildroot] [PATCH] gob2: add a hash file
2015-12-09 15:41 [Buildroot] [PATCH] gob2: add a hash file Vicente Olivert Riera
2015-12-09 15:57 ` Gustavo Zacarias
@ 2015-12-12 13:34 ` Thomas Petazzoni
1 sibling, 0 replies; 6+ messages in thread
From: Thomas Petazzoni @ 2015-12-12 13:34 UTC (permalink / raw)
To: buildroot
Dear Vicente Olivert Riera,
On Wed, 9 Dec 2015 15:41:37 +0000, Vicente Olivert Riera wrote:
> Signed-off-by: Vicente Olivert Riera <Vincent.Riera@imgtec.com>
> ---
> package/gob2/gob2.hash | 2 ++
> 1 file changed, 2 insertions(+)
> create mode 100644 package/gob2/gob2.hash
Applied, thanks.
Thomas
--
Thomas Petazzoni, CTO, Free Electrons
Embedded Linux, Kernel and Android engineering
http://free-electrons.com
^ permalink raw reply [flat|nested] 6+ messages in thread
end of thread, other threads:[~2015-12-12 13:34 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-12-09 15:41 [Buildroot] [PATCH] gob2: add a hash file Vicente Olivert Riera
2015-12-09 15:57 ` Gustavo Zacarias
2015-12-09 16:02 ` Vicente Olivert Riera
2015-12-09 16:04 ` Vicente Olivert Riera
2015-12-09 16:10 ` Gustavo Zacarias
2015-12-12 13:34 ` Thomas Petazzoni
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox