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

Signed-off-by: Petr Vorel <petr.vorel@gmail.com>
---
 package/ofono/ofono.hash | 2 ++
 package/ofono/ofono.mk   | 2 +-
 2 files changed, 3 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..e83ce1a
--- /dev/null
+++ b/package/ofono/ofono.hash
@@ -0,0 +1,2 @@
+# From https://www.kernel.org/pub/linux/network/ofono/sha256sums.asc
+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] 6+ messages in thread

* [Buildroot] [PATCH 2/2] ofono: bump to version 1.16
  2015-03-16  8:28 [Buildroot] [PATCH 2/2] ofono: bump to version 1.16 Petr Vorel
@ 2015-03-16  8:40 ` Peter Korsgaard
  0 siblings, 0 replies; 6+ messages in thread
From: Peter Korsgaard @ 2015-03-16  8:40 UTC (permalink / raw)
  To: buildroot

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

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

Sorry, I've already committed your previous version.

For ease of reviewing, please clearly mark the version info of your
patches (PATCHv2 or similar in header and a short changelog after the
--- line).

-- 
Bye, Peter Korsgaard

^ permalink raw reply	[flat|nested] 6+ 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; 6+ 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] 6+ 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; 6+ 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] 6+ 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
  0 siblings, 2 replies; 6+ 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] 6+ messages in thread

* [Buildroot] [PATCH 2/2] ofono: bump to version 1.16
  2015-03-16  7:33 [Buildroot] [PATCH 1/2] connman: bump to version 1.28 Petr Vorel
@ 2015-03-16  7:33 ` Petr Vorel
  0 siblings, 0 replies; 6+ 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/ofono/ofono.mk | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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] 6+ messages in thread

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

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

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.