Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH] mosquitto: bump version
@ 2015-09-27 20:49 Peter Korsgaard
  2015-09-28 10:56 ` Vicente Olivert Riera
  2015-09-28 19:27 ` Thomas Petazzoni
  0 siblings, 2 replies; 4+ messages in thread
From: Peter Korsgaard @ 2015-09-27 20:49 UTC (permalink / raw)
  To: buildroot

Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
---
 package/mosquitto/mosquitto.hash | 2 +-
 package/mosquitto/mosquitto.mk   | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/package/mosquitto/mosquitto.hash b/package/mosquitto/mosquitto.hash
index 2ca1d17..e2db213 100644
--- a/package/mosquitto/mosquitto.hash
+++ b/package/mosquitto/mosquitto.hash
@@ -1,2 +1,2 @@
 # Locally calculated after checking pgp signature
-sha256	773d7436f729b5a6088035708c9277a9c6ba5651e127b63c8f29fe39e152479c  mosquitto-1.4.3.tar.gz
+sha256  c643c7123708aadcd29287dda7b5ce7c910f75b02956a8fc4fe65ad2ea767a5f  mosquitto-1.4.4.tar.gz
diff --git a/package/mosquitto/mosquitto.mk b/package/mosquitto/mosquitto.mk
index d9703fb..73365f9 100644
--- a/package/mosquitto/mosquitto.mk
+++ b/package/mosquitto/mosquitto.mk
@@ -4,7 +4,7 @@
 #
 ################################################################################
 
-MOSQUITTO_VERSION = 1.4.3
+MOSQUITTO_VERSION = 1.4.4
 MOSQUITTO_SITE = http://mosquitto.org/files/source
 MOSQUITTO_LICENSE = EPLv1.0 or EDLv1.0
 MOSQUITTO_LICENSE_FILES = LICENSE.txt epl-v10 edl-v10
-- 
2.1.4

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

* [Buildroot] [PATCH] mosquitto: bump version
  2015-09-27 20:49 [Buildroot] [PATCH] mosquitto: bump version Peter Korsgaard
@ 2015-09-28 10:56 ` Vicente Olivert Riera
  2015-09-28 11:42   ` Peter Korsgaard
  2015-09-28 19:27 ` Thomas Petazzoni
  1 sibling, 1 reply; 4+ messages in thread
From: Vicente Olivert Riera @ 2015-09-28 10:56 UTC (permalink / raw)
  To: buildroot

Dear Peter Korsgaard,

I think is a good habit to write the version number in the subject, so
someone using "git log --oneline" would be able to see to which version
number are you bumping :P

On 09/27/2015 09:49 PM, Peter Korsgaard wrote:
> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Reviewed-by: Vicente Olivert Riera <Vincent.Riera@imgtec.com>
Tested-by: Vicente Olivert Riera <Vincent.Riera@imgtec.com>

Build test for MIPS architecture:

$ grep ^MOSQUITTO_VERSION package/mosquitto/mosquitto.mk
MOSQUITTO_VERSION = 1.4.4

$ file output/target/usr/bin/mosquitto_pub
output/target/usr/bin/mosquitto_pub: ELF 32-bit MSB executable, MIPS,
MIPS32 rel2 version 1 (SYSV), dynamically linked (uses shared libs), for
GNU/Linux 2.6.32, with unknown capability 0x41000000 = 0xf676e75, with
unknown capability 0x10000 = 0x70403, stripped

Regards,

Vincent.

> ---
>  package/mosquitto/mosquitto.hash | 2 +-
>  package/mosquitto/mosquitto.mk   | 2 +-
>  2 files changed, 2 insertions(+), 2 deletions(-)
> 
> diff --git a/package/mosquitto/mosquitto.hash b/package/mosquitto/mosquitto.hash
> index 2ca1d17..e2db213 100644
> --- a/package/mosquitto/mosquitto.hash
> +++ b/package/mosquitto/mosquitto.hash
> @@ -1,2 +1,2 @@
>  # Locally calculated after checking pgp signature
> -sha256	773d7436f729b5a6088035708c9277a9c6ba5651e127b63c8f29fe39e152479c  mosquitto-1.4.3.tar.gz
> +sha256  c643c7123708aadcd29287dda7b5ce7c910f75b02956a8fc4fe65ad2ea767a5f  mosquitto-1.4.4.tar.gz
> diff --git a/package/mosquitto/mosquitto.mk b/package/mosquitto/mosquitto.mk
> index d9703fb..73365f9 100644
> --- a/package/mosquitto/mosquitto.mk
> +++ b/package/mosquitto/mosquitto.mk
> @@ -4,7 +4,7 @@
>  #
>  ################################################################################
>  
> -MOSQUITTO_VERSION = 1.4.3
> +MOSQUITTO_VERSION = 1.4.4
>  MOSQUITTO_SITE = http://mosquitto.org/files/source
>  MOSQUITTO_LICENSE = EPLv1.0 or EDLv1.0
>  MOSQUITTO_LICENSE_FILES = LICENSE.txt epl-v10 edl-v10
> 

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

* [Buildroot] [PATCH] mosquitto: bump version
  2015-09-28 10:56 ` Vicente Olivert Riera
@ 2015-09-28 11:42   ` Peter Korsgaard
  0 siblings, 0 replies; 4+ messages in thread
From: Peter Korsgaard @ 2015-09-28 11:42 UTC (permalink / raw)
  To: buildroot

>>>>> "Vicente" == Vicente Olivert Riera <Vincent.Riera@imgtec.com> writes:

 > Dear Peter Korsgaard,
 > I think is a good habit to write the version number in the subject, so
 > someone using "git log --oneline" would be able to see to which version
 > number are you bumping :P

OK, I can do that. We currently have a bit of a mix between 'bump
version' and 'bump version to x.y.z', but we can start to encourange
people to use the 2nd form:

git log --format=oneline --grep 'ump version$' | wc -l
760
git log --format=oneline --grep 'ump version to ' | wc -l
655

-- 
Venlig hilsen,
Peter Korsgaard 

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

* [Buildroot] [PATCH] mosquitto: bump version
  2015-09-27 20:49 [Buildroot] [PATCH] mosquitto: bump version Peter Korsgaard
  2015-09-28 10:56 ` Vicente Olivert Riera
@ 2015-09-28 19:27 ` Thomas Petazzoni
  1 sibling, 0 replies; 4+ messages in thread
From: Thomas Petazzoni @ 2015-09-28 19:27 UTC (permalink / raw)
  To: buildroot

Dear Buildroot maintainer,

On Sun, 27 Sep 2015 22:49:18 +0200, Peter Korsgaard wrote:
> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
> ---
>  package/mosquitto/mosquitto.hash | 2 +-
>  package/mosquitto/mosquitto.mk   | 2 +-
>  2 files changed, 2 insertions(+), 2 deletions(-)

After adjusting the commit title as suggested by Vicente, I've applied
your patch :-)

Thanks,

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

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

end of thread, other threads:[~2015-09-28 19:27 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-09-27 20:49 [Buildroot] [PATCH] mosquitto: bump version Peter Korsgaard
2015-09-28 10:56 ` Vicente Olivert Riera
2015-09-28 11:42   ` Peter Korsgaard
2015-09-28 19:27 ` Thomas Petazzoni

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