All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 1/2] connman: bump to version 1.28
@ 2015-03-16  8:18 Petr Vorel
  2015-03-16  8:18 ` [Buildroot] [PATCH 2/2] ofono: bump to version 1.16 Petr Vorel
  2015-03-16  8:35 ` [Buildroot] [PATCH 1/2] connman: bump to version 1.28 Peter Korsgaard
  0 siblings, 2 replies; 7+ messages in thread
From: Petr Vorel @ 2015-03-16  8:18 UTC (permalink / raw)
  To: buildroot

Signed-off-by: Petr Vorel <petr.vorel@gmail.com>
---
 package/connman/connman.hash | 2 +-
 package/connman/connman.mk   | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/package/connman/connman.hash b/package/connman/connman.hash
index dfeef4b..35654ec 100644
--- a/package/connman/connman.hash
+++ b/package/connman/connman.hash
@@ -1,2 +1,2 @@
 # From https://www.kernel.org/pub/linux/network/connman/sha256sums.asc
-sha256	13997824c076af150c68d6d79e48277216e8192278a5c6615cfd4905d65600f5	connman-1.27.tar.xz
+sha256	b1d5e7dd2652725906e220a8b0206477e97080e835272971e3b2fd10943c5c94    connman-1.28.tar.xz
diff --git a/package/connman/connman.mk b/package/connman/connman.mk
index 4d9b03e..4b55392 100644
--- a/package/connman/connman.mk
+++ b/package/connman/connman.mk
@@ -4,7 +4,7 @@
 #
 ################################################################################
 
-CONNMAN_VERSION = 1.27
+CONNMAN_VERSION = 1.28
 CONNMAN_SOURCE = connman-$(CONNMAN_VERSION).tar.xz
 CONNMAN_SITE = $(BR2_KERNEL_MIRROR)/linux/network/connman
 CONNMAN_DEPENDENCIES = libglib2 dbus iptables
-- 
2.1.4

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

* [Buildroot] [PATCH 2/2] ofono: bump to version 1.16
  2015-03-16  8:18 [Buildroot] [PATCH 1/2] connman: bump to version 1.28 Petr Vorel
@ 2015-03-16  8:18 ` Petr Vorel
  2015-03-16  8:24   ` Baruch Siach
  2015-03-16  8:36   ` Peter Korsgaard
  2015-03-16  8:35 ` [Buildroot] [PATCH 1/2] connman: bump to version 1.28 Peter Korsgaard
  1 sibling, 2 replies; 7+ messages in thread
From: Petr Vorel @ 2015-03-16  8:18 UTC (permalink / raw)
  To: buildroot

Signed-off-by: Petr Vorel <petr.vorel@gmail.com>
---
 package/ofono/ofono.hash | 1 +
 package/ofono/ofono.mk   | 2 +-
 2 files changed, 2 insertions(+), 1 deletion(-)
 create mode 100644 package/ofono/ofono.hash

diff --git a/package/ofono/ofono.hash b/package/ofono/ofono.hash
new file mode 100644
index 0000000..e607ba5
--- /dev/null
+++ b/package/ofono/ofono.hash
@@ -0,0 +1 @@
+sha256	403b98dadece8bc804c0bd16b96d3db5a3bb0f84af64b3d67924da2d1a754b07  ofono-1.16.tar.xz
diff --git a/package/ofono/ofono.mk b/package/ofono/ofono.mk
index e964376..caf6aab 100644
--- a/package/ofono/ofono.mk
+++ b/package/ofono/ofono.mk
@@ -4,7 +4,7 @@
 #
 ################################################################################
 
-OFONO_VERSION = 1.14
+OFONO_VERSION = 1.16
 OFONO_SOURCE = ofono-$(OFONO_VERSION).tar.xz
 OFONO_SITE = $(BR2_KERNEL_MIRROR)/linux/network/ofono
 OFONO_LICENSE = GPLv2
-- 
2.1.4

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

* [Buildroot] [PATCH 2/2] ofono: bump to version 1.16
  2015-03-16  8:18 ` [Buildroot] [PATCH 2/2] ofono: bump to version 1.16 Petr Vorel
@ 2015-03-16  8:24   ` Baruch Siach
  2015-03-16  8:36   ` Peter Korsgaard
  1 sibling, 0 replies; 7+ messages in thread
From: Baruch Siach @ 2015-03-16  8:24 UTC (permalink / raw)
  To: buildroot

Hi Petr,

On Mon, Mar 16, 2015 at 09:18:24AM +0100, Petr Vorel wrote:
> Signed-off-by: Petr Vorel <petr.vorel@gmail.com>
> ---
>  package/ofono/ofono.hash | 1 +
>  package/ofono/ofono.mk   | 2 +-
>  2 files changed, 2 insertions(+), 1 deletion(-)
>  create mode 100644 package/ofono/ofono.hash
> 
> diff --git a/package/ofono/ofono.hash b/package/ofono/ofono.hash
> new file mode 100644
> index 0000000..e607ba5
> --- /dev/null
> +++ b/package/ofono/ofono.hash
> @@ -0,0 +1 @@
> +sha256	403b98dadece8bc804c0bd16b96d3db5a3bb0f84af64b3d67924da2d1a754b07  ofono-1.16.tar.xz

The convention in Buildroot is to add a comment in the .hash file with a 
reference to the source of the hash value. In this case it should be:

# From https://www.kernel.org/pub/linux/network/ofono/sha256sums.asc

baruch

-- 
     http://baruch.siach.name/blog/                  ~. .~   Tk Open Systems
=}------------------------------------------------ooO--U--Ooo------------{=
   - baruch at tkos.co.il - tel: +972.2.679.5364, http://www.tkos.co.il -

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

* [Buildroot] [PATCH 1/2] connman: bump to version 1.28
  2015-03-16  8:18 [Buildroot] [PATCH 1/2] connman: bump to version 1.28 Petr Vorel
  2015-03-16  8:18 ` [Buildroot] [PATCH 2/2] ofono: bump to version 1.16 Petr Vorel
@ 2015-03-16  8:35 ` Peter Korsgaard
  1 sibling, 0 replies; 7+ messages in thread
From: Peter Korsgaard @ 2015-03-16  8:35 UTC (permalink / raw)
  To: buildroot

>>>>> "Petr" == Petr Vorel <petr.vorel@gmail.com> writes:

 > Signed-off-by: Petr Vorel <petr.vorel@gmail.com>

Committed, thanks.

-- 
Bye, Peter Korsgaard

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

* [Buildroot] [PATCH 2/2] ofono: bump to version 1.16
  2015-03-16  8:18 ` [Buildroot] [PATCH 2/2] ofono: bump to version 1.16 Petr Vorel
  2015-03-16  8:24   ` Baruch Siach
@ 2015-03-16  8:36   ` Peter Korsgaard
  1 sibling, 0 replies; 7+ messages in thread
From: Peter Korsgaard @ 2015-03-16  8:36 UTC (permalink / raw)
  To: buildroot

>>>>> "Petr" == Petr Vorel <petr.vorel@gmail.com> writes:

 > Signed-off-by: Petr Vorel <petr.vorel@gmail.com>
 > ---
 >  package/ofono/ofono.hash | 1 +
 >  package/ofono/ofono.mk   | 2 +-
 >  2 files changed, 2 insertions(+), 1 deletion(-)
 >  create mode 100644 package/ofono/ofono.hash

 > diff --git a/package/ofono/ofono.hash b/package/ofono/ofono.hash
 > new file mode 100644
 > index 0000000..e607ba5
 > --- /dev/null
 > +++ b/package/ofono/ofono.hash
 > @@ -0,0 +1 @@
 > +sha256	403b98dadece8bc804c0bd16b96d3db5a3bb0f84af64b3d67924da2d1a754b07  ofono-1.16.tar.xz

You are missing a comment about where this hash comes from. Upstream
provides gpg signagtures, so I've verified that and added a comment
about it.

Committed with that fixed, thanks.

-- 
Bye, Peter Korsgaard

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

* [Buildroot] [PATCH 1/2] connman: bump to version 1.28
  2015-03-16  7:33 Petr Vorel
@ 2015-03-16  7:40 ` Baruch Siach
  0 siblings, 0 replies; 7+ messages in thread
From: Baruch Siach @ 2015-03-16  7:40 UTC (permalink / raw)
  To: buildroot

Hi Petr,

On Mon, Mar 16, 2015 at 08:33:44AM +0100, Petr Vorel wrote:
> Signed-off-by: Petr Vorel <petr.vorel@gmail.com>
> ---
>  package/connman/connman.mk | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/package/connman/connman.mk b/package/connman/connman.mk
> index 4d9b03e..4b55392 100644
> --- a/package/connman/connman.mk
> +++ b/package/connman/connman.mk
> @@ -4,7 +4,7 @@
>  #
>  ################################################################################
>  
> -CONNMAN_VERSION = 1.27
> +CONNMAN_VERSION = 1.28

Please update the connman.hash file. Adding a .hash to ofono while bumping 
would also be nice.

baruch

-- 
     http://baruch.siach.name/blog/                  ~. .~   Tk Open Systems
=}------------------------------------------------ooO--U--Ooo------------{=
   - baruch at tkos.co.il - tel: +972.2.679.5364, http://www.tkos.co.il -

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

* [Buildroot] [PATCH 1/2] connman: bump to version 1.28
@ 2015-03-16  7:33 Petr Vorel
  2015-03-16  7:40 ` Baruch Siach
  0 siblings, 1 reply; 7+ messages in thread
From: Petr Vorel @ 2015-03-16  7:33 UTC (permalink / raw)
  To: buildroot

Signed-off-by: Petr Vorel <petr.vorel@gmail.com>
---
 package/connman/connman.mk | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/package/connman/connman.mk b/package/connman/connman.mk
index 4d9b03e..4b55392 100644
--- a/package/connman/connman.mk
+++ b/package/connman/connman.mk
@@ -4,7 +4,7 @@
 #
 ################################################################################
 
-CONNMAN_VERSION = 1.27
+CONNMAN_VERSION = 1.28
 CONNMAN_SOURCE = connman-$(CONNMAN_VERSION).tar.xz
 CONNMAN_SITE = $(BR2_KERNEL_MIRROR)/linux/network/connman
 CONNMAN_DEPENDENCIES = libglib2 dbus iptables
-- 
2.1.4

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

end of thread, other threads:[~2015-03-16  8:36 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-03-16  8:18 [Buildroot] [PATCH 1/2] connman: bump to version 1.28 Petr Vorel
2015-03-16  8:18 ` [Buildroot] [PATCH 2/2] ofono: bump to version 1.16 Petr Vorel
2015-03-16  8:24   ` Baruch Siach
2015-03-16  8:36   ` Peter Korsgaard
2015-03-16  8:35 ` [Buildroot] [PATCH 1/2] connman: bump to version 1.28 Peter Korsgaard
  -- strict thread matches above, loose matches on Subject: below --
2015-03-16  7:33 Petr Vorel
2015-03-16  7:40 ` Baruch Siach

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.