Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 1/6] fontconfig: add hash file
@ 2015-03-18 14:29 Gustavo Zacarias
  2015-03-18 14:29 ` [Buildroot] [PATCH 2/6] haveged: " Gustavo Zacarias
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: Gustavo Zacarias @ 2015-03-18 14:29 UTC (permalink / raw)
  To: buildroot

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
---
 package/fontconfig/fontconfig.hash | 2 ++
 1 file changed, 2 insertions(+)
 create mode 100644 package/fontconfig/fontconfig.hash

diff --git a/package/fontconfig/fontconfig.hash b/package/fontconfig/fontconfig.hash
new file mode 100644
index 0000000..e4ec1ac
--- /dev/null
+++ b/package/fontconfig/fontconfig.hash
@@ -0,0 +1,2 @@
+# From http://lists.freedesktop.org/archives/fontconfig/2014-March/005167.html
+sha256	b6b066c7dce3f436fdc0dfbae9d36122b38094f4f53bd8dffd45e195b0540d8d	fontconfig-2.11.1.tar.gz
-- 
2.0.5

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

* [Buildroot] [PATCH 2/6] haveged: add hash file
  2015-03-18 14:29 [Buildroot] [PATCH 1/6] fontconfig: add hash file Gustavo Zacarias
@ 2015-03-18 14:29 ` Gustavo Zacarias
  2015-03-18 14:29 ` [Buildroot] [PATCH 3/6] ipsec-tools: " Gustavo Zacarias
                   ` (4 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: Gustavo Zacarias @ 2015-03-18 14:29 UTC (permalink / raw)
  To: buildroot

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
---
 package/haveged/haveged.hash | 2 ++
 1 file changed, 2 insertions(+)
 create mode 100644 package/haveged/haveged.hash

diff --git a/package/haveged/haveged.hash b/package/haveged/haveged.hash
new file mode 100644
index 0000000..d1133b6
--- /dev/null
+++ b/package/haveged/haveged.hash
@@ -0,0 +1,2 @@
+# From http://www.issihosts.com/haveged/verify/haveged-1.9.1.sha1
+sha1	ab7234b7f57dbb7d500a5ab3cbf0494715ce6499	haveged-1.9.1.tar.gz
-- 
2.0.5

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

* [Buildroot] [PATCH 3/6] ipsec-tools: add hash file
  2015-03-18 14:29 [Buildroot] [PATCH 1/6] fontconfig: add hash file Gustavo Zacarias
  2015-03-18 14:29 ` [Buildroot] [PATCH 2/6] haveged: " Gustavo Zacarias
@ 2015-03-18 14:29 ` Gustavo Zacarias
  2015-03-18 14:29 ` [Buildroot] [PATCH 4/6] kbd: " Gustavo Zacarias
                   ` (3 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: Gustavo Zacarias @ 2015-03-18 14:29 UTC (permalink / raw)
  To: buildroot

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
---
 package/ipsec-tools/ipsec-tools.hash | 3 +++
 1 file changed, 3 insertions(+)
 create mode 100644 package/ipsec-tools/ipsec-tools.hash

diff --git a/package/ipsec-tools/ipsec-tools.hash b/package/ipsec-tools/ipsec-tools.hash
new file mode 100644
index 0000000..b12bea9
--- /dev/null
+++ b/package/ipsec-tools/ipsec-tools.hash
@@ -0,0 +1,3 @@
+# From http://sourceforge.net/projects/ipsec-tools/files/ipsec-tools/0.8.2/
+md5	d53ec14a0a3ece64e09e5e34b3350b41	ipsec-tools-0.8.2.tar.bz2
+sha1	7d92cae9fde59fb4f125636698c43b0a3df3d0f0	ipsec-tools-0.8.2.tar.bz2
-- 
2.0.5

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

* [Buildroot] [PATCH 4/6] kbd: add hash file
  2015-03-18 14:29 [Buildroot] [PATCH 1/6] fontconfig: add hash file Gustavo Zacarias
  2015-03-18 14:29 ` [Buildroot] [PATCH 2/6] haveged: " Gustavo Zacarias
  2015-03-18 14:29 ` [Buildroot] [PATCH 3/6] ipsec-tools: " Gustavo Zacarias
@ 2015-03-18 14:29 ` Gustavo Zacarias
  2015-03-18 14:29 ` [Buildroot] [PATCH 5/6] opus-tools: " Gustavo Zacarias
                   ` (2 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: Gustavo Zacarias @ 2015-03-18 14:29 UTC (permalink / raw)
  To: buildroot

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
---
 package/kbd/kbd.hash | 2 ++
 1 file changed, 2 insertions(+)
 create mode 100644 package/kbd/kbd.hash

diff --git a/package/kbd/kbd.hash b/package/kbd/kbd.hash
new file mode 100644
index 0000000..c4dfd23
--- /dev/null
+++ b/package/kbd/kbd.hash
@@ -0,0 +1,2 @@
+# From https://www.kernel.org/pub/linux/utils/kbd/sha256sums.asc
+sha256	400196f5f51f1900ad2df2c02b61945a72e5ccadd7fb7e1f72b3d89bd33debef	kbd-1.15.5.tar.xz
-- 
2.0.5

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

* [Buildroot] [PATCH 5/6] opus-tools: add hash file
  2015-03-18 14:29 [Buildroot] [PATCH 1/6] fontconfig: add hash file Gustavo Zacarias
                   ` (2 preceding siblings ...)
  2015-03-18 14:29 ` [Buildroot] [PATCH 4/6] kbd: " Gustavo Zacarias
@ 2015-03-18 14:29 ` Gustavo Zacarias
  2015-03-18 14:29 ` [Buildroot] [PATCH 6/6] speex: " Gustavo Zacarias
  2015-03-18 17:01 ` [Buildroot] [PATCH 1/6] fontconfig: " Thomas Petazzoni
  5 siblings, 0 replies; 7+ messages in thread
From: Gustavo Zacarias @ 2015-03-18 14:29 UTC (permalink / raw)
  To: buildroot

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
---
 package/opus-tools/opus-tools.hash | 2 ++
 1 file changed, 2 insertions(+)
 create mode 100644 package/opus-tools/opus-tools.hash

diff --git a/package/opus-tools/opus-tools.hash b/package/opus-tools/opus-tools.hash
new file mode 100644
index 0000000..486384c
--- /dev/null
+++ b/package/opus-tools/opus-tools.hash
@@ -0,0 +1,2 @@
+# From http://downloads.xiph.org/releases/opus/SHA256SUMS.txt
+sha256	b1873dd78c7fbc98cf65d6e10cfddb5c2c03b3af93f922139a2104baedb4643a	opus-tools-0.1.9.tar.gz
-- 
2.0.5

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

* [Buildroot] [PATCH 6/6] speex: add hash file
  2015-03-18 14:29 [Buildroot] [PATCH 1/6] fontconfig: add hash file Gustavo Zacarias
                   ` (3 preceding siblings ...)
  2015-03-18 14:29 ` [Buildroot] [PATCH 5/6] opus-tools: " Gustavo Zacarias
@ 2015-03-18 14:29 ` Gustavo Zacarias
  2015-03-18 17:01 ` [Buildroot] [PATCH 1/6] fontconfig: " Thomas Petazzoni
  5 siblings, 0 replies; 7+ messages in thread
From: Gustavo Zacarias @ 2015-03-18 14:29 UTC (permalink / raw)
  To: buildroot

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
---
 package/speex/speex.hash | 2 ++
 1 file changed, 2 insertions(+)
 create mode 100644 package/speex/speex.hash

diff --git a/package/speex/speex.hash b/package/speex/speex.hash
new file mode 100644
index 0000000..c38a0a7
--- /dev/null
+++ b/package/speex/speex.hash
@@ -0,0 +1,2 @@
+# From http://downloads.xiph.org/releases/speex/SHA256SUMS.txt
+sha256	342f30dc57bd4a6dad41398365baaa690429660b10d866b7d508e8f1179cb7a6	speex-1.2rc1.tar.gz
-- 
2.0.5

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

* [Buildroot] [PATCH 1/6] fontconfig: add hash file
  2015-03-18 14:29 [Buildroot] [PATCH 1/6] fontconfig: add hash file Gustavo Zacarias
                   ` (4 preceding siblings ...)
  2015-03-18 14:29 ` [Buildroot] [PATCH 6/6] speex: " Gustavo Zacarias
@ 2015-03-18 17:01 ` Thomas Petazzoni
  5 siblings, 0 replies; 7+ messages in thread
From: Thomas Petazzoni @ 2015-03-18 17:01 UTC (permalink / raw)
  To: buildroot

Dear Gustavo Zacarias,

On Wed, 18 Mar 2015 11:29:10 -0300, Gustavo Zacarias wrote:
> Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
> ---
>  package/fontconfig/fontconfig.hash | 2 ++
>  1 file changed, 2 insertions(+)
>  create mode 100644 package/fontconfig/fontconfig.hash

All 6 patches applied, 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

end of thread, other threads:[~2015-03-18 17:01 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-03-18 14:29 [Buildroot] [PATCH 1/6] fontconfig: add hash file Gustavo Zacarias
2015-03-18 14:29 ` [Buildroot] [PATCH 2/6] haveged: " Gustavo Zacarias
2015-03-18 14:29 ` [Buildroot] [PATCH 3/6] ipsec-tools: " Gustavo Zacarias
2015-03-18 14:29 ` [Buildroot] [PATCH 4/6] kbd: " Gustavo Zacarias
2015-03-18 14:29 ` [Buildroot] [PATCH 5/6] opus-tools: " Gustavo Zacarias
2015-03-18 14:29 ` [Buildroot] [PATCH 6/6] speex: " Gustavo Zacarias
2015-03-18 17:01 ` [Buildroot] [PATCH 1/6] fontconfig: " Thomas Petazzoni

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