Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH] connman: bump to version 1.26
@ 2014-10-14 15:44 Gustavo Zacarias
  2014-10-19 14:42 ` Yann E. MORIN
  2014-10-19 22:02 ` Peter Korsgaard
  0 siblings, 2 replies; 3+ messages in thread
From: Gustavo Zacarias @ 2014-10-14 15:44 UTC (permalink / raw)
  To: buildroot

Also add hash file.

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

diff --git a/package/connman/connman.hash b/package/connman/connman.hash
new file mode 100644
index 0000000..58f74b3
--- /dev/null
+++ b/package/connman/connman.hash
@@ -0,0 +1,2 @@
+# From https://www.kernel.org/pub/linux/network/connman/sha256sums.asc
+sha256	7184e4b6d954449ee00a30e188924b3e37a20ad2fd9a0b76a2bdd82c863dcf8a	connman-1.26.tar.xz
diff --git a/package/connman/connman.mk b/package/connman/connman.mk
index fc1bb2c..771a822 100644
--- a/package/connman/connman.mk
+++ b/package/connman/connman.mk
@@ -4,7 +4,7 @@
 #
 ################################################################################
 
-CONNMAN_VERSION = 1.25
+CONNMAN_VERSION = 1.26
 CONNMAN_SOURCE = connman-$(CONNMAN_VERSION).tar.xz
 CONNMAN_SITE = $(BR2_KERNEL_MIRROR)/linux/network/connman
 CONNMAN_DEPENDENCIES = libglib2 dbus iptables
-- 
2.0.4

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

* [Buildroot] [PATCH] connman: bump to version 1.26
  2014-10-14 15:44 [Buildroot] [PATCH] connman: bump to version 1.26 Gustavo Zacarias
@ 2014-10-19 14:42 ` Yann E. MORIN
  2014-10-19 22:02 ` Peter Korsgaard
  1 sibling, 0 replies; 3+ messages in thread
From: Yann E. MORIN @ 2014-10-19 14:42 UTC (permalink / raw)
  To: buildroot

Gustavo, All,

On 2014-10-14 12:44 -0300, Gustavo Zacarias spake thusly:
> Also add hash file.
> 
> Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>

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

Tested the hash by asking Buildroot to download the package.

Regards,
Yann E. MORIN.

> ---
>  package/connman/connman.hash | 2 ++
>  package/connman/connman.mk   | 2 +-
>  2 files changed, 3 insertions(+), 1 deletion(-)
>  create mode 100644 package/connman/connman.hash
> 
> diff --git a/package/connman/connman.hash b/package/connman/connman.hash
> new file mode 100644
> index 0000000..58f74b3
> --- /dev/null
> +++ b/package/connman/connman.hash
> @@ -0,0 +1,2 @@
> +# From https://www.kernel.org/pub/linux/network/connman/sha256sums.asc
> +sha256	7184e4b6d954449ee00a30e188924b3e37a20ad2fd9a0b76a2bdd82c863dcf8a	connman-1.26.tar.xz
> diff --git a/package/connman/connman.mk b/package/connman/connman.mk
> index fc1bb2c..771a822 100644
> --- a/package/connman/connman.mk
> +++ b/package/connman/connman.mk
> @@ -4,7 +4,7 @@
>  #
>  ################################################################################
>  
> -CONNMAN_VERSION = 1.25
> +CONNMAN_VERSION = 1.26
>  CONNMAN_SOURCE = connman-$(CONNMAN_VERSION).tar.xz
>  CONNMAN_SITE = $(BR2_KERNEL_MIRROR)/linux/network/connman
>  CONNMAN_DEPENDENCIES = libglib2 dbus iptables
> -- 
> 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/ff12e805/attachment.asc>

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

* [Buildroot] [PATCH] connman: bump to version 1.26
  2014-10-14 15:44 [Buildroot] [PATCH] connman: bump to version 1.26 Gustavo Zacarias
  2014-10-19 14:42 ` Yann E. MORIN
@ 2014-10-19 22:02 ` Peter Korsgaard
  1 sibling, 0 replies; 3+ messages in thread
From: Peter Korsgaard @ 2014-10-19 22:02 UTC (permalink / raw)
  To: buildroot

>>>>> "Gustavo" == Gustavo Zacarias <gustavo@zacarias.com.ar> writes:

 > Also add hash file.
 > Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>

Committed, thanks.

-- 
Bye, Peter Korsgaard

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

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

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-10-14 15:44 [Buildroot] [PATCH] connman: bump to version 1.26 Gustavo Zacarias
2014-10-19 14:42 ` Yann E. MORIN
2014-10-19 22:02 ` Peter Korsgaard

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