Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 1/5] openvpn: add hash file
@ 2014-10-14 10:56 Gustavo Zacarias
  2014-10-14 10:57 ` [Buildroot] [PATCH 2/5] pppd: " Gustavo Zacarias
                   ` (5 more replies)
  0 siblings, 6 replies; 11+ messages in thread
From: Gustavo Zacarias @ 2014-10-14 10:56 UTC (permalink / raw)
  To: buildroot

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

diff --git a/package/openvpn/openvpn.hash b/package/openvpn/openvpn.hash
new file mode 100644
index 0000000..d13258d
--- /dev/null
+++ b/package/openvpn/openvpn.hash
@@ -0,0 +1,2 @@
+# Locally calculated after checking pgp signature
+sha256	1ccd72c99e5c5627a7f7eb826489027dad35ce260b925b49dfc1f90bd24719ee	openvpn-2.3.4.tar.xz
-- 
2.0.4

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

* [Buildroot] [PATCH 2/5] pppd: add hash file
  2014-10-14 10:56 [Buildroot] [PATCH 1/5] openvpn: add hash file Gustavo Zacarias
@ 2014-10-14 10:57 ` Gustavo Zacarias
  2014-10-19 14:41   ` Yann E. MORIN
  2014-10-14 10:57 ` [Buildroot] [PATCH 3/5] mpfr: " Gustavo Zacarias
                   ` (4 subsequent siblings)
  5 siblings, 1 reply; 11+ messages in thread
From: Gustavo Zacarias @ 2014-10-14 10:57 UTC (permalink / raw)
  To: buildroot

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

diff --git a/package/pppd/pppd.hash b/package/pppd/pppd.hash
new file mode 100644
index 0000000..2bc248d
--- /dev/null
+++ b/package/pppd/pppd.hash
@@ -0,0 +1,2 @@
+# Locally calculated after checking pgp signature
+sha256	02e0a3dd3e4799e33103f70ec7df75348c8540966ee7c948e4ed8a42bbccfb30	ppp-2.4.7.tar.gz
-- 
2.0.4

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

* [Buildroot] [PATCH 3/5] mpfr: add hash file
  2014-10-14 10:56 [Buildroot] [PATCH 1/5] openvpn: add hash file Gustavo Zacarias
  2014-10-14 10:57 ` [Buildroot] [PATCH 2/5] pppd: " Gustavo Zacarias
@ 2014-10-14 10:57 ` Gustavo Zacarias
  2014-10-19 14:41   ` Yann E. MORIN
  2014-10-14 10:57 ` [Buildroot] [PATCH 4/5] gmp: " Gustavo Zacarias
                   ` (3 subsequent siblings)
  5 siblings, 1 reply; 11+ messages in thread
From: Gustavo Zacarias @ 2014-10-14 10:57 UTC (permalink / raw)
  To: buildroot

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

diff --git a/package/mpfr/mpfr.hash b/package/mpfr/mpfr.hash
new file mode 100644
index 0000000..ea18780
--- /dev/null
+++ b/package/mpfr/mpfr.hash
@@ -0,0 +1,2 @@
+# Locally calculated after checking pgp signature
+sha256	399d0f47ef6608cc01d29ed1b99c7faff36d9994c45f36f41ba250147100453b	mpfr-3.1.2.tar.xz
-- 
2.0.4

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

* [Buildroot] [PATCH 4/5] gmp: add hash file
  2014-10-14 10:56 [Buildroot] [PATCH 1/5] openvpn: add hash file Gustavo Zacarias
  2014-10-14 10:57 ` [Buildroot] [PATCH 2/5] pppd: " Gustavo Zacarias
  2014-10-14 10:57 ` [Buildroot] [PATCH 3/5] mpfr: " Gustavo Zacarias
@ 2014-10-14 10:57 ` Gustavo Zacarias
  2014-10-19 14:41   ` Yann E. MORIN
  2014-10-14 10:57 ` [Buildroot] [PATCH 5/5] mpc: " Gustavo Zacarias
                   ` (2 subsequent siblings)
  5 siblings, 1 reply; 11+ messages in thread
From: Gustavo Zacarias @ 2014-10-14 10:57 UTC (permalink / raw)
  To: buildroot

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

diff --git a/package/gmp/gmp.hash b/package/gmp/gmp.hash
new file mode 100644
index 0000000..9fe6344
--- /dev/null
+++ b/package/gmp/gmp.hash
@@ -0,0 +1,2 @@
+# Locally calculated after checking pgp signature
+sha256	9156d32edac6955bc53b0218f5f3763facb890b73a835d5e1b901dcf8eb8b764	gmp-6.0.0a.tar.xz
-- 
2.0.4

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

* [Buildroot] [PATCH 5/5] mpc: add hash file
  2014-10-14 10:56 [Buildroot] [PATCH 1/5] openvpn: add hash file Gustavo Zacarias
                   ` (2 preceding siblings ...)
  2014-10-14 10:57 ` [Buildroot] [PATCH 4/5] gmp: " Gustavo Zacarias
@ 2014-10-14 10:57 ` Gustavo Zacarias
  2014-10-19 14:42   ` Yann E. MORIN
  2014-10-19 14:40 ` [Buildroot] [PATCH 1/5] openvpn: " Yann E. MORIN
  2014-10-19 17:26 ` Thomas Petazzoni
  5 siblings, 1 reply; 11+ messages in thread
From: Gustavo Zacarias @ 2014-10-14 10:57 UTC (permalink / raw)
  To: buildroot

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

diff --git a/package/mpc/mpc.hash b/package/mpc/mpc.hash
new file mode 100644
index 0000000..bee59fe
--- /dev/null
+++ b/package/mpc/mpc.hash
@@ -0,0 +1,2 @@
+# From http://www.multiprecision.org/index.php?prog=mpc&page=download
+sha1	5072d82ab50ec36cc8c0e320b5c377adb48abe70	mpc-1.0.2.tar.gz
-- 
2.0.4

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

* [Buildroot] [PATCH 1/5] openvpn: add hash file
  2014-10-14 10:56 [Buildroot] [PATCH 1/5] openvpn: add hash file Gustavo Zacarias
                   ` (3 preceding siblings ...)
  2014-10-14 10:57 ` [Buildroot] [PATCH 5/5] mpc: " Gustavo Zacarias
@ 2014-10-19 14:40 ` Yann E. MORIN
  2014-10-19 17:26 ` Thomas Petazzoni
  5 siblings, 0 replies; 11+ messages in thread
From: Yann E. MORIN @ 2014-10-19 14:40 UTC (permalink / raw)
  To: buildroot

Gustavo, All,

On 2014-10-14 07:56 -0300, Gustavo Zacarias spake thusly:
> Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>

Acked-by: "Yann E. MORIN" <yann.morin.1998@free.fr>

Tested the hash by asking Buildroot to download the package.

Regards,
Yann E. MORIN.

> ---
>  package/openvpn/openvpn.hash | 2 ++
>  1 file changed, 2 insertions(+)
>  create mode 100644 package/openvpn/openvpn.hash
> 
> diff --git a/package/openvpn/openvpn.hash b/package/openvpn/openvpn.hash
> new file mode 100644
> index 0000000..d13258d
> --- /dev/null
> +++ b/package/openvpn/openvpn.hash
> @@ -0,0 +1,2 @@
> +# Locally calculated after checking pgp signature
> +sha256	1ccd72c99e5c5627a7f7eb826489027dad35ce260b925b49dfc1f90bd24719ee	openvpn-2.3.4.tar.xz
> -- 
> 2.0.4
> 
> _______________________________________________
> buildroot mailing list
> buildroot at busybox.net
> http://lists.busybox.net/mailman/listinfo/buildroot

-- 
.-----------------.--------------------.------------------.--------------------.
|  Yann E. MORIN  | Real-Time Embedded | /"\ ASCII RIBBON | Erics' conspiracy: |
| +33 662 376 056 | Software  Designer | \ / CAMPAIGN     |  ___               |
| +33 223 225 172 `------------.-------:  X  AGAINST      |  \e/  There is no  |
| http://ymorin.is-a-geek.org/ | _/*\_ | / \ HTML MAIL    |   v   conspiracy.  |
'------------------------------^-------^------------------^--------------------'
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 819 bytes
Desc: Digital signature
URL: <http://lists.busybox.net/pipermail/buildroot/attachments/20141019/e0f9c211/attachment.asc>

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

* [Buildroot] [PATCH 2/5] pppd: add hash file
  2014-10-14 10:57 ` [Buildroot] [PATCH 2/5] pppd: " Gustavo Zacarias
@ 2014-10-19 14:41   ` Yann E. MORIN
  0 siblings, 0 replies; 11+ messages in thread
From: Yann E. MORIN @ 2014-10-19 14:41 UTC (permalink / raw)
  To: buildroot

Gustavo, All,

On 2014-10-14 07:57 -0300, Gustavo Zacarias spake thusly:
> Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>

Acked-by: "Yann E. MORIN" <yann.morin.1998@free.fr>

Tested the hash by asking Buildroot to download the package.

Regards,
Yann E. MORIN.

> ---
>  package/pppd/pppd.hash | 2 ++
>  1 file changed, 2 insertions(+)
>  create mode 100644 package/pppd/pppd.hash
> 
> diff --git a/package/pppd/pppd.hash b/package/pppd/pppd.hash
> new file mode 100644
> index 0000000..2bc248d
> --- /dev/null
> +++ b/package/pppd/pppd.hash
> @@ -0,0 +1,2 @@
> +# Locally calculated after checking pgp signature
> +sha256	02e0a3dd3e4799e33103f70ec7df75348c8540966ee7c948e4ed8a42bbccfb30	ppp-2.4.7.tar.gz
> -- 
> 2.0.4
> 
> _______________________________________________
> buildroot mailing list
> buildroot at busybox.net
> http://lists.busybox.net/mailman/listinfo/buildroot

-- 
.-----------------.--------------------.------------------.--------------------.
|  Yann E. MORIN  | Real-Time Embedded | /"\ ASCII RIBBON | Erics' conspiracy: |
| +33 662 376 056 | Software  Designer | \ / CAMPAIGN     |  ___               |
| +33 223 225 172 `------------.-------:  X  AGAINST      |  \e/  There is no  |
| http://ymorin.is-a-geek.org/ | _/*\_ | / \ HTML MAIL    |   v   conspiracy.  |
'------------------------------^-------^------------------^--------------------'
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 819 bytes
Desc: Digital signature
URL: <http://lists.busybox.net/pipermail/buildroot/attachments/20141019/c4e53c62/attachment.asc>

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

* [Buildroot] [PATCH 3/5] mpfr: add hash file
  2014-10-14 10:57 ` [Buildroot] [PATCH 3/5] mpfr: " Gustavo Zacarias
@ 2014-10-19 14:41   ` Yann E. MORIN
  0 siblings, 0 replies; 11+ messages in thread
From: Yann E. MORIN @ 2014-10-19 14:41 UTC (permalink / raw)
  To: buildroot

gustavo, All,

On 2014-10-14 07:57 -0300, Gustavo Zacarias spake thusly:
> Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>

Acked-by: "Yann E. MORIN" <yann.morin.1998@free.fr>

Tested the hash by asking Buildroot to download the package.

Regards,
Yann E. MORIN.

> ---
>  package/mpfr/mpfr.hash | 2 ++
>  1 file changed, 2 insertions(+)
>  create mode 100644 package/mpfr/mpfr.hash
> 
> diff --git a/package/mpfr/mpfr.hash b/package/mpfr/mpfr.hash
> new file mode 100644
> index 0000000..ea18780
> --- /dev/null
> +++ b/package/mpfr/mpfr.hash
> @@ -0,0 +1,2 @@
> +# Locally calculated after checking pgp signature
> +sha256	399d0f47ef6608cc01d29ed1b99c7faff36d9994c45f36f41ba250147100453b	mpfr-3.1.2.tar.xz
> -- 
> 2.0.4
> 
> _______________________________________________
> buildroot mailing list
> buildroot at busybox.net
> http://lists.busybox.net/mailman/listinfo/buildroot

-- 
.-----------------.--------------------.------------------.--------------------.
|  Yann E. MORIN  | Real-Time Embedded | /"\ ASCII RIBBON | Erics' conspiracy: |
| +33 662 376 056 | Software  Designer | \ / CAMPAIGN     |  ___               |
| +33 223 225 172 `------------.-------:  X  AGAINST      |  \e/  There is no  |
| http://ymorin.is-a-geek.org/ | _/*\_ | / \ HTML MAIL    |   v   conspiracy.  |
'------------------------------^-------^------------------^--------------------'
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 819 bytes
Desc: Digital signature
URL: <http://lists.busybox.net/pipermail/buildroot/attachments/20141019/c9980751/attachment.asc>

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

* [Buildroot] [PATCH 4/5] gmp: add hash file
  2014-10-14 10:57 ` [Buildroot] [PATCH 4/5] gmp: " Gustavo Zacarias
@ 2014-10-19 14:41   ` Yann E. MORIN
  0 siblings, 0 replies; 11+ messages in thread
From: Yann E. MORIN @ 2014-10-19 14:41 UTC (permalink / raw)
  To: buildroot

gustavo, All,

On 2014-10-14 07:57 -0300, Gustavo Zacarias spake thusly:
> Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>

Acked-by: "Yann E. MORIN" <yann.morin.1998@free.fr>

Tested the hash by asking Buildroot to download the package.

Regards,
Yann E. MORIN.

> ---
>  package/gmp/gmp.hash | 2 ++
>  1 file changed, 2 insertions(+)
>  create mode 100644 package/gmp/gmp.hash
> 
> diff --git a/package/gmp/gmp.hash b/package/gmp/gmp.hash
> new file mode 100644
> index 0000000..9fe6344
> --- /dev/null
> +++ b/package/gmp/gmp.hash
> @@ -0,0 +1,2 @@
> +# Locally calculated after checking pgp signature
> +sha256	9156d32edac6955bc53b0218f5f3763facb890b73a835d5e1b901dcf8eb8b764	gmp-6.0.0a.tar.xz
> -- 
> 2.0.4
> 
> _______________________________________________
> buildroot mailing list
> buildroot at busybox.net
> http://lists.busybox.net/mailman/listinfo/buildroot

-- 
.-----------------.--------------------.------------------.--------------------.
|  Yann E. MORIN  | Real-Time Embedded | /"\ ASCII RIBBON | Erics' conspiracy: |
| +33 662 376 056 | Software  Designer | \ / CAMPAIGN     |  ___               |
| +33 223 225 172 `------------.-------:  X  AGAINST      |  \e/  There is no  |
| http://ymorin.is-a-geek.org/ | _/*\_ | / \ HTML MAIL    |   v   conspiracy.  |
'------------------------------^-------^------------------^--------------------'
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 819 bytes
Desc: Digital signature
URL: <http://lists.busybox.net/pipermail/buildroot/attachments/20141019/bc242496/attachment.asc>

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

* [Buildroot] [PATCH 5/5] mpc: add hash file
  2014-10-14 10:57 ` [Buildroot] [PATCH 5/5] mpc: " Gustavo Zacarias
@ 2014-10-19 14:42   ` Yann E. MORIN
  0 siblings, 0 replies; 11+ messages in thread
From: Yann E. MORIN @ 2014-10-19 14:42 UTC (permalink / raw)
  To: buildroot

Gustavo, All,

On 2014-10-14 07:57 -0300, Gustavo Zacarias spake thusly:
> Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>

Acked-by: "Yann E. MORIN" <yann.morin.1998@free.fr>

Tested the hash by asking Buildroot to download the package.

Regards,
Yann E. MORIN.

> ---
>  package/mpc/mpc.hash | 2 ++
>  1 file changed, 2 insertions(+)
>  create mode 100644 package/mpc/mpc.hash
> 
> diff --git a/package/mpc/mpc.hash b/package/mpc/mpc.hash
> new file mode 100644
> index 0000000..bee59fe
> --- /dev/null
> +++ b/package/mpc/mpc.hash
> @@ -0,0 +1,2 @@
> +# From http://www.multiprecision.org/index.php?prog=mpc&page=download
> +sha1	5072d82ab50ec36cc8c0e320b5c377adb48abe70	mpc-1.0.2.tar.gz
> -- 
> 2.0.4
> 
> _______________________________________________
> buildroot mailing list
> buildroot at busybox.net
> http://lists.busybox.net/mailman/listinfo/buildroot

-- 
.-----------------.--------------------.------------------.--------------------.
|  Yann E. MORIN  | Real-Time Embedded | /"\ ASCII RIBBON | Erics' conspiracy: |
| +33 662 376 056 | Software  Designer | \ / CAMPAIGN     |  ___               |
| +33 223 225 172 `------------.-------:  X  AGAINST      |  \e/  There is no  |
| http://ymorin.is-a-geek.org/ | _/*\_ | / \ HTML MAIL    |   v   conspiracy.  |
'------------------------------^-------^------------------^--------------------'
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 819 bytes
Desc: Digital signature
URL: <http://lists.busybox.net/pipermail/buildroot/attachments/20141019/65cb57d3/attachment.asc>

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

* [Buildroot] [PATCH 1/5] openvpn: add hash file
  2014-10-14 10:56 [Buildroot] [PATCH 1/5] openvpn: add hash file Gustavo Zacarias
                   ` (4 preceding siblings ...)
  2014-10-19 14:40 ` [Buildroot] [PATCH 1/5] openvpn: " Yann E. MORIN
@ 2014-10-19 17:26 ` Thomas Petazzoni
  5 siblings, 0 replies; 11+ messages in thread
From: Thomas Petazzoni @ 2014-10-19 17:26 UTC (permalink / raw)
  To: buildroot

Dear Gustavo Zacarias,

On Tue, 14 Oct 2014 07:56:59 -0300, Gustavo Zacarias wrote:
> Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
> ---
>  package/openvpn/openvpn.hash | 2 ++
>  1 file changed, 2 insertions(+)
>  create mode 100644 package/openvpn/openvpn.hash

I've applied your five patches adding hash files to openvpn, pppd,
mpfr, gmp and mpc.

Thanks!

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

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

end of thread, other threads:[~2014-10-19 17:26 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-10-14 10:56 [Buildroot] [PATCH 1/5] openvpn: add hash file Gustavo Zacarias
2014-10-14 10:57 ` [Buildroot] [PATCH 2/5] pppd: " Gustavo Zacarias
2014-10-19 14:41   ` Yann E. MORIN
2014-10-14 10:57 ` [Buildroot] [PATCH 3/5] mpfr: " Gustavo Zacarias
2014-10-19 14:41   ` Yann E. MORIN
2014-10-14 10:57 ` [Buildroot] [PATCH 4/5] gmp: " Gustavo Zacarias
2014-10-19 14:41   ` Yann E. MORIN
2014-10-14 10:57 ` [Buildroot] [PATCH 5/5] mpc: " Gustavo Zacarias
2014-10-19 14:42   ` Yann E. MORIN
2014-10-19 14:40 ` [Buildroot] [PATCH 1/5] openvpn: " Yann E. MORIN
2014-10-19 17:26 ` Thomas Petazzoni

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