All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 1/3] pcsc-lite: add hash file
@ 2016-04-10 16:59 Fabio Porcedda
  2016-04-10 16:59 ` [Buildroot] [PATCH 2/3] opentyrian-data: " Fabio Porcedda
                   ` (2 more replies)
  0 siblings, 3 replies; 7+ messages in thread
From: Fabio Porcedda @ 2016-04-10 16:59 UTC (permalink / raw)
  To: buildroot

Signed-off-by: Fabio Porcedda <fabio.porcedda@gmail.com>
---
 package/pcsc-lite/pcsc-lite.hash | 2 ++
 1 file changed, 2 insertions(+)
 create mode 100644 package/pcsc-lite/pcsc-lite.hash

diff --git a/package/pcsc-lite/pcsc-lite.hash b/package/pcsc-lite/pcsc-lite.hash
new file mode 100644
index 0000000..3adb865
--- /dev/null
+++ b/package/pcsc-lite/pcsc-lite.hash
@@ -0,0 +1,2 @@
+# Locally calculated
+sha256 607c4bd730526d282a63edb2ba4ee043f497877be642c5c647e37995e21f2612 pcsc-lite-1.8.10.tar.bz2
-- 
2.8.1

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

* [Buildroot] [PATCH 2/3] opentyrian-data: add hash file
  2016-04-10 16:59 [Buildroot] [PATCH 1/3] pcsc-lite: add hash file Fabio Porcedda
@ 2016-04-10 16:59 ` Fabio Porcedda
  2016-04-10 16:59 ` [Buildroot] [PATCH 3/3] googlefontdirectory: " Fabio Porcedda
  2016-04-13 19:48 ` [Buildroot] [PATCH 1/3] pcsc-lite: " Thomas Petazzoni
  2 siblings, 0 replies; 7+ messages in thread
From: Fabio Porcedda @ 2016-04-10 16:59 UTC (permalink / raw)
  To: buildroot

Signed-off-by: Fabio Porcedda <fabio.porcedda@gmail.com>
---
 package/opentyrian-data/opentyrian-data.hash | 2 ++
 1 file changed, 2 insertions(+)
 create mode 100644 package/opentyrian-data/opentyrian-data.hash

diff --git a/package/opentyrian-data/opentyrian-data.hash b/package/opentyrian-data/opentyrian-data.hash
new file mode 100644
index 0000000..9a7079c
--- /dev/null
+++ b/package/opentyrian-data/opentyrian-data.hash
@@ -0,0 +1,2 @@
+# Locally calculated
+sha256 7790d09a2a3addcd33c66ef063d5900eb81cc9c342f4807eb8356364dd1d9277 tyrian21.zip
-- 
2.8.1

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

* [Buildroot] [PATCH 3/3] googlefontdirectory: add hash file
  2016-04-10 16:59 [Buildroot] [PATCH 1/3] pcsc-lite: add hash file Fabio Porcedda
  2016-04-10 16:59 ` [Buildroot] [PATCH 2/3] opentyrian-data: " Fabio Porcedda
@ 2016-04-10 16:59 ` Fabio Porcedda
  2016-04-13 19:48 ` [Buildroot] [PATCH 1/3] pcsc-lite: " Thomas Petazzoni
  2 siblings, 0 replies; 7+ messages in thread
From: Fabio Porcedda @ 2016-04-10 16:59 UTC (permalink / raw)
  To: buildroot

Signed-off-by: Fabio Porcedda <fabio.porcedda@gmail.com>
---
 package/googlefontdirectory/googlefontdirectory.hash | 2 ++
 1 file changed, 2 insertions(+)
 create mode 100644 package/googlefontdirectory/googlefontdirectory.hash

diff --git a/package/googlefontdirectory/googlefontdirectory.hash b/package/googlefontdirectory/googlefontdirectory.hash
new file mode 100644
index 0000000..6b15b2b
--- /dev/null
+++ b/package/googlefontdirectory/googlefontdirectory.hash
@@ -0,0 +1,2 @@
+# Locally calculated
+sha256 8a7d04feef21fdfc09d90cd3e2c0c05dcb2fdd4e15f971e8ceaf4d90c1c123cd googlewebfonts.tgz
-- 
2.8.1

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

* [Buildroot] [PATCH 1/3] pcsc-lite: add hash file
  2016-04-10 16:59 [Buildroot] [PATCH 1/3] pcsc-lite: add hash file Fabio Porcedda
  2016-04-10 16:59 ` [Buildroot] [PATCH 2/3] opentyrian-data: " Fabio Porcedda
  2016-04-10 16:59 ` [Buildroot] [PATCH 3/3] googlefontdirectory: " Fabio Porcedda
@ 2016-04-13 19:48 ` Thomas Petazzoni
  2016-04-16 22:55   ` Fabio Porcedda
  2 siblings, 1 reply; 7+ messages in thread
From: Thomas Petazzoni @ 2016-04-13 19:48 UTC (permalink / raw)
  To: buildroot

Hello,

On Sun, 10 Apr 2016 18:59:28 +0200, Fabio Porcedda wrote:
> Signed-off-by: Fabio Porcedda <fabio.porcedda@gmail.com>
> ---
>  package/pcsc-lite/pcsc-lite.hash | 2 ++
>  1 file changed, 2 insertions(+)
>  create mode 100644 package/pcsc-lite/pcsc-lite.hash

All three patches applied. However, I've noticed that for the
googlefontdirectory package, the tarball is no longer available from
the original location, so it falls back to sources.buildroot.net:

>>> googlefontdirectory undefined Downloading
--2016-04-13 21:43:02--  https://s3.amazonaws.com/joemaller_google_webfonts/googlewebfonts.tgz
Resolving s3.amazonaws.com (s3.amazonaws.com)... 54.231.9.136
Connecting to s3.amazonaws.com (s3.amazonaws.com)|54.231.9.136|:443... connected.
HTTP request sent, awaiting response... 404 Not Found
2016-04-13 21:43:02 ERROR 404: Not Found.

--2016-04-13 21:43:02--  http://sources.buildroot.net/googlewebfonts.tgz
Resolving sources.buildroot.net (sources.buildroot.net)... 176.9.16.109
Connecting to sources.buildroot.net (sources.buildroot.net)|176.9.16.109|:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: 67082411 (64M) [application/x-gzip]
Saving to: ?/home/thomas/projets/buildroot/output/build/.googlewebfonts.tgz.OGDHJa/output?

Can you see if there is a new appropriate location to download this
package?

Thanks!

Thomas
-- 
Thomas Petazzoni, CTO, Free Electrons
Embedded Linux, Kernel and Android engineering
http://free-electrons.com

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

* [Buildroot] [PATCH 1/3] pcsc-lite: add hash file
  2016-04-13 19:48 ` [Buildroot] [PATCH 1/3] pcsc-lite: " Thomas Petazzoni
@ 2016-04-16 22:55   ` Fabio Porcedda
  2016-04-17  8:02     ` Thomas Petazzoni
  2016-04-17 14:10     ` Arnout Vandecappelle
  0 siblings, 2 replies; 7+ messages in thread
From: Fabio Porcedda @ 2016-04-16 22:55 UTC (permalink / raw)
  To: buildroot

2016-04-13 21:48 GMT+02:00 Thomas Petazzoni
<thomas.petazzoni@free-electrons.com>:
> Hello,
>
> On Sun, 10 Apr 2016 18:59:28 +0200, Fabio Porcedda wrote:
>> Signed-off-by: Fabio Porcedda <fabio.porcedda@gmail.com>
>> ---
>>  package/pcsc-lite/pcsc-lite.hash | 2 ++
>>  1 file changed, 2 insertions(+)
>>  create mode 100644 package/pcsc-lite/pcsc-lite.hash
>
> All three patches applied. However, I've noticed that for the
> googlefontdirectory package, the tarball is no longer available from
> the original location, so it falls back to sources.buildroot.net:
>
>>>> googlefontdirectory undefined Downloading
> --2016-04-13 21:43:02--  https://s3.amazonaws.com/joemaller_google_webfonts/googlewebfonts.tgz
> Resolving s3.amazonaws.com (s3.amazonaws.com)... 54.231.9.136
> Connecting to s3.amazonaws.com (s3.amazonaws.com)|54.231.9.136|:443... connected.
> HTTP request sent, awaiting response... 404 Not Found
> 2016-04-13 21:43:02 ERROR 404: Not Found.
>
> --2016-04-13 21:43:02--  http://sources.buildroot.net/googlewebfonts.tgz
> Resolving sources.buildroot.net (sources.buildroot.net)... 176.9.16.109
> Connecting to sources.buildroot.net (sources.buildroot.net)|176.9.16.109|:80... connected.
> HTTP request sent, awaiting response... 200 OK
> Length: 67082411 (64M) [application/x-gzip]
> Saving to: ?/home/thomas/projets/buildroot/output/build/.googlewebfonts.tgz.OGDHJa/output?
>
> Can you see if there is a new appropriate location to download this
> package?

I've found the same contents in this repository:
https://github.com/doublejosh/google-web-fonts  inside the file:
https://github.com/doublejosh/google-web-fonts/blob/master/google-web-fonts-files-only.tar.gz?raw=yes

If i understard correctly they are fonts available in
https://www.google.com/fonts/

Do you think is fine if i use file the following url to download it
within buildroot?
https://github.com/doublejosh/google-web-fonts/raw/979f3dd9d43a2c1627da8dc55cb4e9f041515714/google-web-fonts-files-only.tar.gz

Best regards
-- 
Fabio Porcedda

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

* [Buildroot] [PATCH 1/3] pcsc-lite: add hash file
  2016-04-16 22:55   ` Fabio Porcedda
@ 2016-04-17  8:02     ` Thomas Petazzoni
  2016-04-17 14:10     ` Arnout Vandecappelle
  1 sibling, 0 replies; 7+ messages in thread
From: Thomas Petazzoni @ 2016-04-17  8:02 UTC (permalink / raw)
  To: buildroot

Hello,

On Sun, 17 Apr 2016 00:55:50 +0200, Fabio Porcedda wrote:

> Do you think is fine if i use file the following url to download it
> within buildroot?
> https://github.com/doublejosh/google-web-fonts/raw/979f3dd9d43a2c1627da8dc55cb4e9f041515714/google-web-fonts-files-only.tar.gz

Yes, I think it's probably OK.

Thanks!

Thomas
-- 
Thomas Petazzoni, CTO, Free Electrons
Embedded Linux, Kernel and Android engineering
http://free-electrons.com

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

* [Buildroot] [PATCH 1/3] pcsc-lite: add hash file
  2016-04-16 22:55   ` Fabio Porcedda
  2016-04-17  8:02     ` Thomas Petazzoni
@ 2016-04-17 14:10     ` Arnout Vandecappelle
  1 sibling, 0 replies; 7+ messages in thread
From: Arnout Vandecappelle @ 2016-04-17 14:10 UTC (permalink / raw)
  To: buildroot

On 04/17/16 00:55, Fabio Porcedda wrote:
> 2016-04-13 21:48 GMT+02:00 Thomas Petazzoni
> <thomas.petazzoni@free-electrons.com>:
>> Hello,
>>
>> On Sun, 10 Apr 2016 18:59:28 +0200, Fabio Porcedda wrote:
>>> Signed-off-by: Fabio Porcedda <fabio.porcedda@gmail.com>
>>> ---
>>>   package/pcsc-lite/pcsc-lite.hash | 2 ++
>>>   1 file changed, 2 insertions(+)
>>>   create mode 100644 package/pcsc-lite/pcsc-lite.hash
>>
>> All three patches applied. However, I've noticed that for the
>> googlefontdirectory package, the tarball is no longer available from
>> the original location, so it falls back to sources.buildroot.net:
>>
>>>>> googlefontdirectory undefined Downloading
>> --2016-04-13 21:43:02--  https://s3.amazonaws.com/joemaller_google_webfonts/googlewebfonts.tgz
>> Resolving s3.amazonaws.com (s3.amazonaws.com)... 54.231.9.136
>> Connecting to s3.amazonaws.com (s3.amazonaws.com)|54.231.9.136|:443... connected.
>> HTTP request sent, awaiting response... 404 Not Found
>> 2016-04-13 21:43:02 ERROR 404: Not Found.
>>
>> --2016-04-13 21:43:02--  http://sources.buildroot.net/googlewebfonts.tgz
>> Resolving sources.buildroot.net (sources.buildroot.net)... 176.9.16.109
>> Connecting to sources.buildroot.net (sources.buildroot.net)|176.9.16.109|:80... connected.
>> HTTP request sent, awaiting response... 200 OK
>> Length: 67082411 (64M) [application/x-gzip]
>> Saving to: ?/home/thomas/projets/buildroot/output/build/.googlewebfonts.tgz.OGDHJa/output?
>>
>> Can you see if there is a new appropriate location to download this
>> package?
>
> I've found the same contents in this repository:
> https://github.com/doublejosh/google-web-fonts  inside the file:
> https://github.com/doublejosh/google-web-fonts/blob/master/google-web-fonts-files-only.tar.gz?raw=yes
>
> If i understard correctly they are fonts available in
> https://www.google.com/fonts/
>
> Do you think is fine if i use file the following url to download it
> within buildroot?
> https://github.com/doublejosh/google-web-fonts/raw/979f3dd9d43a2c1627da8dc55cb4e9f041515714/google-web-fonts-files-only.tar.gz


  Looks great. And then you can give it a proper version: 
979f3dd9d43a2c1627da8dc55cb4e9f041515714


  Regards,
  Arnout

> Best regards
>


-- 
Arnout Vandecappelle                          arnout at mind be
Senior Embedded Software Architect            +32-16-286500
Essensium/Mind                                http://www.mind.be
G.Geenslaan 9, 3001 Leuven, Belgium           BE 872 984 063 RPR Leuven
LinkedIn profile: http://www.linkedin.com/in/arnoutvandecappelle
GPG fingerprint:  7493 020B C7E3 8618 8DEC 222C 82EB F404 F9AC 0DDF

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

end of thread, other threads:[~2016-04-17 14:10 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-04-10 16:59 [Buildroot] [PATCH 1/3] pcsc-lite: add hash file Fabio Porcedda
2016-04-10 16:59 ` [Buildroot] [PATCH 2/3] opentyrian-data: " Fabio Porcedda
2016-04-10 16:59 ` [Buildroot] [PATCH 3/3] googlefontdirectory: " Fabio Porcedda
2016-04-13 19:48 ` [Buildroot] [PATCH 1/3] pcsc-lite: " Thomas Petazzoni
2016-04-16 22:55   ` Fabio Porcedda
2016-04-17  8:02     ` Thomas Petazzoni
2016-04-17 14:10     ` Arnout Vandecappelle

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.