Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 1/3] package/lzo: add hash file
@ 2015-06-02 10:26 Fabio Porcedda
  2015-06-02 10:26 ` [Buildroot] [PATCH 2/3] package/lzop: " Fabio Porcedda
                   ` (3 more replies)
  0 siblings, 4 replies; 9+ messages in thread
From: Fabio Porcedda @ 2015-06-02 10:26 UTC (permalink / raw)
  To: buildroot

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

diff --git a/package/lzo/lzo.hash b/package/lzo/lzo.hash
new file mode 100644
index 0000000..8d7c666
--- /dev/null
+++ b/package/lzo/lzo.hash
@@ -0,0 +1,2 @@
+# Locally calculated
+sha256 ac1b3e4dee46febe9fd28737eb7f5692d3232ef1a01da10444394c3d47536614 lzo-2.08.tar.gz
-- 
2.4.1

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

* [Buildroot] [PATCH 2/3] package/lzop: add hash file
  2015-06-02 10:26 [Buildroot] [PATCH 1/3] package/lzo: add hash file Fabio Porcedda
@ 2015-06-02 10:26 ` Fabio Porcedda
  2015-06-02 13:16   ` Gustavo Zacarias
  2015-06-02 21:05   ` Peter Korsgaard
  2015-06-02 10:26 ` [Buildroot] [PATCH 3/3] package/mtd: " Fabio Porcedda
                   ` (2 subsequent siblings)
  3 siblings, 2 replies; 9+ messages in thread
From: Fabio Porcedda @ 2015-06-02 10:26 UTC (permalink / raw)
  To: buildroot

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

diff --git a/package/lzop/lzop.hash b/package/lzop/lzop.hash
new file mode 100644
index 0000000..a484e7f
--- /dev/null
+++ b/package/lzop/lzop.hash
@@ -0,0 +1,2 @@
+# Locally calculated
+sha256 c1425b8c77d49f5a679d5a126c90ea6ad99585a55e335a613cae59e909dbb2c9 lzop-1.03.tar.gz
-- 
2.4.1

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

* [Buildroot] [PATCH 3/3] package/mtd: add hash file
  2015-06-02 10:26 [Buildroot] [PATCH 1/3] package/lzo: add hash file Fabio Porcedda
  2015-06-02 10:26 ` [Buildroot] [PATCH 2/3] package/lzop: " Fabio Porcedda
@ 2015-06-02 10:26 ` Fabio Porcedda
  2015-06-02 13:16   ` Gustavo Zacarias
  2015-06-02 21:05   ` Peter Korsgaard
  2015-06-02 13:15 ` [Buildroot] [PATCH 1/3] package/lzo: " Gustavo Zacarias
  2015-06-02 21:05 ` Peter Korsgaard
  3 siblings, 2 replies; 9+ messages in thread
From: Fabio Porcedda @ 2015-06-02 10:26 UTC (permalink / raw)
  To: buildroot

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

diff --git a/package/mtd/mtd.hash b/package/mtd/mtd.hash
new file mode 100644
index 0000000..79b90ae
--- /dev/null
+++ b/package/mtd/mtd.hash
@@ -0,0 +1,3 @@
+# Locally calculated after checking pgp signature
+# ftp://ftp.infradead.org/pub/mtd-utils/mtd-utils-1.5.1.tar.bz2.asc
+sha256 3b2ed1d05f73bd3789a85bebf5072874a72f8daf63552fd44a94e2a9acf1620b mtd-utils-1.5.1.tar.bz2
-- 
2.4.1

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

* [Buildroot] [PATCH 1/3] package/lzo: add hash file
  2015-06-02 10:26 [Buildroot] [PATCH 1/3] package/lzo: add hash file Fabio Porcedda
  2015-06-02 10:26 ` [Buildroot] [PATCH 2/3] package/lzop: " Fabio Porcedda
  2015-06-02 10:26 ` [Buildroot] [PATCH 3/3] package/mtd: " Fabio Porcedda
@ 2015-06-02 13:15 ` Gustavo Zacarias
  2015-06-02 21:05 ` Peter Korsgaard
  3 siblings, 0 replies; 9+ messages in thread
From: Gustavo Zacarias @ 2015-06-02 13:15 UTC (permalink / raw)
  To: buildroot



On 02/06/15 07:26, Fabio Porcedda wrote:

> Signed-off-by: Fabio Porcedda <fabio.porcedda@gmail.com>

Acked-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
(verified locally cached tarball)

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

* [Buildroot] [PATCH 2/3] package/lzop: add hash file
  2015-06-02 10:26 ` [Buildroot] [PATCH 2/3] package/lzop: " Fabio Porcedda
@ 2015-06-02 13:16   ` Gustavo Zacarias
  2015-06-02 21:05   ` Peter Korsgaard
  1 sibling, 0 replies; 9+ messages in thread
From: Gustavo Zacarias @ 2015-06-02 13:16 UTC (permalink / raw)
  To: buildroot



On 02/06/15 07:26, Fabio Porcedda wrote:

> Signed-off-by: Fabio Porcedda <fabio.porcedda@gmail.com>

Acked-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
(verified locally cached tarball)

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

* [Buildroot] [PATCH 3/3] package/mtd: add hash file
  2015-06-02 10:26 ` [Buildroot] [PATCH 3/3] package/mtd: " Fabio Porcedda
@ 2015-06-02 13:16   ` Gustavo Zacarias
  2015-06-02 21:05   ` Peter Korsgaard
  1 sibling, 0 replies; 9+ messages in thread
From: Gustavo Zacarias @ 2015-06-02 13:16 UTC (permalink / raw)
  To: buildroot



On 02/06/15 07:26, Fabio Porcedda wrote:

> Signed-off-by: Fabio Porcedda <fabio.porcedda@gmail.com>

Acked-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
(verified signature against locally cached tarball)

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

* [Buildroot] [PATCH 1/3] package/lzo: add hash file
  2015-06-02 10:26 [Buildroot] [PATCH 1/3] package/lzo: add hash file Fabio Porcedda
                   ` (2 preceding siblings ...)
  2015-06-02 13:15 ` [Buildroot] [PATCH 1/3] package/lzo: " Gustavo Zacarias
@ 2015-06-02 21:05 ` Peter Korsgaard
  3 siblings, 0 replies; 9+ messages in thread
From: Peter Korsgaard @ 2015-06-02 21:05 UTC (permalink / raw)
  To: buildroot

>>>>> "Fabio" == Fabio Porcedda <fabio.porcedda@gmail.com> writes:

 > Signed-off-by: Fabio Porcedda <fabio.porcedda@gmail.com>

Committed, thanks.

-- 
Bye, Peter Korsgaard

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

* [Buildroot] [PATCH 2/3] package/lzop: add hash file
  2015-06-02 10:26 ` [Buildroot] [PATCH 2/3] package/lzop: " Fabio Porcedda
  2015-06-02 13:16   ` Gustavo Zacarias
@ 2015-06-02 21:05   ` Peter Korsgaard
  1 sibling, 0 replies; 9+ messages in thread
From: Peter Korsgaard @ 2015-06-02 21:05 UTC (permalink / raw)
  To: buildroot

>>>>> "Fabio" == Fabio Porcedda <fabio.porcedda@gmail.com> writes:

 > Signed-off-by: Fabio Porcedda <fabio.porcedda@gmail.com>

Committed, thanks.

-- 
Bye, Peter Korsgaard

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

* [Buildroot] [PATCH 3/3] package/mtd: add hash file
  2015-06-02 10:26 ` [Buildroot] [PATCH 3/3] package/mtd: " Fabio Porcedda
  2015-06-02 13:16   ` Gustavo Zacarias
@ 2015-06-02 21:05   ` Peter Korsgaard
  1 sibling, 0 replies; 9+ messages in thread
From: Peter Korsgaard @ 2015-06-02 21:05 UTC (permalink / raw)
  To: buildroot

>>>>> "Fabio" == Fabio Porcedda <fabio.porcedda@gmail.com> writes:

 > Signed-off-by: Fabio Porcedda <fabio.porcedda@gmail.com>

Committed, thanks.

-- 
Bye, Peter Korsgaard

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

end of thread, other threads:[~2015-06-02 21:05 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-06-02 10:26 [Buildroot] [PATCH 1/3] package/lzo: add hash file Fabio Porcedda
2015-06-02 10:26 ` [Buildroot] [PATCH 2/3] package/lzop: " Fabio Porcedda
2015-06-02 13:16   ` Gustavo Zacarias
2015-06-02 21:05   ` Peter Korsgaard
2015-06-02 10:26 ` [Buildroot] [PATCH 3/3] package/mtd: " Fabio Porcedda
2015-06-02 13:16   ` Gustavo Zacarias
2015-06-02 21:05   ` Peter Korsgaard
2015-06-02 13:15 ` [Buildroot] [PATCH 1/3] package/lzo: " Gustavo Zacarias
2015-06-02 21:05 ` Peter Korsgaard

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