Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 1/7] package/wavpack: add hash file
@ 2015-05-20  4:21 Fabio Porcedda
  2015-05-20  4:21 ` [Buildroot] [PATCH 2/7] package/wsapi: " Fabio Porcedda
                   ` (6 more replies)
  0 siblings, 7 replies; 8+ messages in thread
From: Fabio Porcedda @ 2015-05-20  4:21 UTC (permalink / raw)
  To: buildroot

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

diff --git a/package/wavpack/wavpack.hash b/package/wavpack/wavpack.hash
new file mode 100644
index 0000000..18dcfbc
--- /dev/null
+++ b/package/wavpack/wavpack.hash
@@ -0,0 +1,2 @@
+# locally computed hash
+sha256 2cade379b0aba99fbc4e442ccc6dac6c609f6212e46516a083e24c8c364430a4 wavpack-4.70.0.tar.bz2
-- 
2.4.1

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

* [Buildroot] [PATCH 2/7] package/wsapi: add hash file
  2015-05-20  4:21 [Buildroot] [PATCH 1/7] package/wavpack: add hash file Fabio Porcedda
@ 2015-05-20  4:21 ` Fabio Porcedda
  2015-05-20  4:21 ` [Buildroot] [PATCH 3/7] package/vpnc: " Fabio Porcedda
                   ` (5 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: Fabio Porcedda @ 2015-05-20  4:21 UTC (permalink / raw)
  To: buildroot

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

diff --git a/package/wsapi/wsapi.hash b/package/wsapi/wsapi.hash
new file mode 100644
index 0000000..3abbfc9
--- /dev/null
+++ b/package/wsapi/wsapi.hash
@@ -0,0 +1,2 @@
+# locally computed hash
+sha256 f7f1b0ddc68c257965c42ac7155904d8ff7c2b7256f65ef1b82fda0039137d61 wsapi-1.6.1-1.src.rock
-- 
2.4.1

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

* [Buildroot] [PATCH 3/7] package/vpnc: add hash file
  2015-05-20  4:21 [Buildroot] [PATCH 1/7] package/wavpack: add hash file Fabio Porcedda
  2015-05-20  4:21 ` [Buildroot] [PATCH 2/7] package/wsapi: " Fabio Porcedda
@ 2015-05-20  4:21 ` Fabio Porcedda
  2015-05-20  4:21 ` [Buildroot] [PATCH 4/7] package/ux500-firmware: " Fabio Porcedda
                   ` (4 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: Fabio Porcedda @ 2015-05-20  4:21 UTC (permalink / raw)
  To: buildroot

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

diff --git a/package/vpnc/vpnc.hash b/package/vpnc/vpnc.hash
new file mode 100644
index 0000000..a79df8f
--- /dev/null
+++ b/package/vpnc/vpnc.hash
@@ -0,0 +1,2 @@
+# locally computed hash
+sha256 46cea3bd02f207c62c7c6f2f22133382602baeda1dc320747809e94881414884 vpnc-0.5.3.tar.gz
-- 
2.4.1

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

* [Buildroot] [PATCH 4/7] package/ux500-firmware: add hash file
  2015-05-20  4:21 [Buildroot] [PATCH 1/7] package/wavpack: add hash file Fabio Porcedda
  2015-05-20  4:21 ` [Buildroot] [PATCH 2/7] package/wsapi: " Fabio Porcedda
  2015-05-20  4:21 ` [Buildroot] [PATCH 3/7] package/vpnc: " Fabio Porcedda
@ 2015-05-20  4:21 ` Fabio Porcedda
  2015-05-20  4:21 ` [Buildroot] [PATCH 5/7] package/ushare: " Fabio Porcedda
                   ` (3 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: Fabio Porcedda @ 2015-05-20  4:21 UTC (permalink / raw)
  To: buildroot

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

diff --git a/package/ux500-firmware/ux500-firmware.hash b/package/ux500-firmware/ux500-firmware.hash
new file mode 100644
index 0000000..1028cc0
--- /dev/null
+++ b/package/ux500-firmware/ux500-firmware.hash
@@ -0,0 +1,2 @@
+# locally computed hash
+sha256 81633274a9157c076e5e09b5addd81fbcef504b829fc801041cea50eea774bcd ux500-firmware_1.1.3-6linaro1.tar.gz
-- 
2.4.1

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

* [Buildroot] [PATCH 5/7] package/ushare: add hash file
  2015-05-20  4:21 [Buildroot] [PATCH 1/7] package/wavpack: add hash file Fabio Porcedda
                   ` (2 preceding siblings ...)
  2015-05-20  4:21 ` [Buildroot] [PATCH 4/7] package/ux500-firmware: " Fabio Porcedda
@ 2015-05-20  4:21 ` Fabio Porcedda
  2015-05-20  4:21 ` [Buildroot] [PATCH 6/7] package/usbredir: " Fabio Porcedda
                   ` (2 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: Fabio Porcedda @ 2015-05-20  4:21 UTC (permalink / raw)
  To: buildroot

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

diff --git a/package/ushare/ushare.hash b/package/ushare/ushare.hash
new file mode 100644
index 0000000..77f0f0f
--- /dev/null
+++ b/package/ushare/ushare.hash
@@ -0,0 +1,2 @@
+# locally computed hash
+sha256 7b9b85c79968d4f4560f02a99e33c6a33ff58f9d41d8faea79e31cce2ee78665 ushare-1.1a.tar.bz2
-- 
2.4.1

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

* [Buildroot] [PATCH 6/7] package/usbredir: add hash file
  2015-05-20  4:21 [Buildroot] [PATCH 1/7] package/wavpack: add hash file Fabio Porcedda
                   ` (3 preceding siblings ...)
  2015-05-20  4:21 ` [Buildroot] [PATCH 5/7] package/ushare: " Fabio Porcedda
@ 2015-05-20  4:21 ` Fabio Porcedda
  2015-05-20  4:21 ` [Buildroot] [PATCH 7/7] package/unionfs: " Fabio Porcedda
  2015-05-20 21:46 ` [Buildroot] [PATCH 1/7] package/wavpack: " Thomas Petazzoni
  6 siblings, 0 replies; 8+ messages in thread
From: Fabio Porcedda @ 2015-05-20  4:21 UTC (permalink / raw)
  To: buildroot

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

diff --git a/package/usbredir/usbredir.hash b/package/usbredir/usbredir.hash
new file mode 100644
index 0000000..8328bb5
--- /dev/null
+++ b/package/usbredir/usbredir.hash
@@ -0,0 +1,2 @@
+# locally computed hash
+sha256 028184960044ea4124030000b3c55a35c3238835116e3a0fbcaff449df2c8edf usbredir-0.6.tar.bz2
-- 
2.4.1

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

* [Buildroot] [PATCH 7/7] package/unionfs: add hash file
  2015-05-20  4:21 [Buildroot] [PATCH 1/7] package/wavpack: add hash file Fabio Porcedda
                   ` (4 preceding siblings ...)
  2015-05-20  4:21 ` [Buildroot] [PATCH 6/7] package/usbredir: " Fabio Porcedda
@ 2015-05-20  4:21 ` Fabio Porcedda
  2015-05-20 21:46 ` [Buildroot] [PATCH 1/7] package/wavpack: " Thomas Petazzoni
  6 siblings, 0 replies; 8+ messages in thread
From: Fabio Porcedda @ 2015-05-20  4:21 UTC (permalink / raw)
  To: buildroot

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

diff --git a/package/unionfs/unionfs.hash b/package/unionfs/unionfs.hash
new file mode 100644
index 0000000..2cadf0f
--- /dev/null
+++ b/package/unionfs/unionfs.hash
@@ -0,0 +1,2 @@
+# locally computed hash
+sha256 8d5c9dcb51ecb9a9b03890e16d17e37d602b0c1f23ed6a9ddec2b0f719c9f662 unionfs-fuse-0.26.tar.xz
-- 
2.4.1

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

* [Buildroot] [PATCH 1/7] package/wavpack: add hash file
  2015-05-20  4:21 [Buildroot] [PATCH 1/7] package/wavpack: add hash file Fabio Porcedda
                   ` (5 preceding siblings ...)
  2015-05-20  4:21 ` [Buildroot] [PATCH 7/7] package/unionfs: " Fabio Porcedda
@ 2015-05-20 21:46 ` Thomas Petazzoni
  6 siblings, 0 replies; 8+ messages in thread
From: Thomas Petazzoni @ 2015-05-20 21:46 UTC (permalink / raw)
  To: buildroot

Dear Fabio Porcedda,

On Wed, 20 May 2015 06:21:20 +0200, Fabio Porcedda wrote:
> Signed-off-by: Fabio Porcedda <fabio.porcedda@gmail.com>
> ---
>  package/wavpack/wavpack.hash | 2 ++
>  1 file changed, 2 insertions(+)
>  create mode 100644 package/wavpack/wavpack.hash

All applied, thanks.

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

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

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

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-05-20  4:21 [Buildroot] [PATCH 1/7] package/wavpack: add hash file Fabio Porcedda
2015-05-20  4:21 ` [Buildroot] [PATCH 2/7] package/wsapi: " Fabio Porcedda
2015-05-20  4:21 ` [Buildroot] [PATCH 3/7] package/vpnc: " Fabio Porcedda
2015-05-20  4:21 ` [Buildroot] [PATCH 4/7] package/ux500-firmware: " Fabio Porcedda
2015-05-20  4:21 ` [Buildroot] [PATCH 5/7] package/ushare: " Fabio Porcedda
2015-05-20  4:21 ` [Buildroot] [PATCH 6/7] package/usbredir: " Fabio Porcedda
2015-05-20  4:21 ` [Buildroot] [PATCH 7/7] package/unionfs: " Fabio Porcedda
2015-05-20 21:46 ` [Buildroot] [PATCH 1/7] package/wavpack: " Thomas Petazzoni

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