Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH/next 1/1] msgpack: bump to version 3.1.1
@ 2018-11-25 19:21 Fabrice Fontaine
  2018-11-25 19:39 ` Yann E. MORIN
  2018-11-28 21:06 ` Thomas Petazzoni
  0 siblings, 2 replies; 4+ messages in thread
From: Fabrice Fontaine @ 2018-11-25 19:21 UTC (permalink / raw)
  To: buildroot

Add hash for license files

Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
---
 package/msgpack/msgpack.hash | 4 +++-
 package/msgpack/msgpack.mk   | 2 +-
 2 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/package/msgpack/msgpack.hash b/package/msgpack/msgpack.hash
index f1033ade42..df4e54b181 100644
--- a/package/msgpack/msgpack.hash
+++ b/package/msgpack/msgpack.hash
@@ -1,2 +1,4 @@
 # Locally computed:
-sha256  9c87f80fc651b900772deaef0ab154b63160c74d292529b5be6d06d6485d4640  msgpack-2.1.5.tar.gz
+sha256  bda49f996a73d2c6080ff0523e7b535917cd28c8a79c3a5da54fc29332d61d1e  msgpack-3.1.1.tar.gz
+sha256  664550b43996452a5a2c7471bb0ff77185a58c69ccafa60f983dc4c162e1ee22  COPYING
+sha256  c9bff75738922193e67fa726fa225535870d2aa1059f91452c411736284ad566  LICENSE_1_0.txt
diff --git a/package/msgpack/msgpack.mk b/package/msgpack/msgpack.mk
index abb6e2e214..781e67e37a 100644
--- a/package/msgpack/msgpack.mk
+++ b/package/msgpack/msgpack.mk
@@ -4,7 +4,7 @@
 #
 ################################################################################
 
-MSGPACK_VERSION = 2.1.5
+MSGPACK_VERSION = 3.1.1
 MSGPACK_SITE = $(call github,msgpack,msgpack-c,cpp-$(MSGPACK_VERSION))
 MSGPACK_LICENSE = BSL-1.0
 MSGPACK_LICENSE_FILES = COPYING LICENSE_1_0.txt
-- 
2.14.1

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

* [Buildroot] [PATCH/next 1/1] msgpack: bump to version 3.1.1
  2018-11-25 19:21 [Buildroot] [PATCH/next 1/1] msgpack: bump to version 3.1.1 Fabrice Fontaine
@ 2018-11-25 19:39 ` Yann E. MORIN
  2018-11-26  6:41   ` Fabrice Fontaine
  2018-11-28 21:06 ` Thomas Petazzoni
  1 sibling, 1 reply; 4+ messages in thread
From: Yann E. MORIN @ 2018-11-25 19:39 UTC (permalink / raw)
  To: buildroot

Fabrice, All,

On 2018-11-25 20:21 +0100, Fabrice Fontaine spake thusly:
> Add hash for license files
> 
> Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
> ---
>  package/msgpack/msgpack.hash | 4 +++-
>  package/msgpack/msgpack.mk   | 2 +-
>  2 files changed, 4 insertions(+), 2 deletions(-)
> 
> diff --git a/package/msgpack/msgpack.hash b/package/msgpack/msgpack.hash
> index f1033ade42..df4e54b181 100644
> --- a/package/msgpack/msgpack.hash
> +++ b/package/msgpack/msgpack.hash
> @@ -1,2 +1,4 @@
>  # Locally computed:
> -sha256  9c87f80fc651b900772deaef0ab154b63160c74d292529b5be6d06d6485d4640  msgpack-2.1.5.tar.gz
> +sha256  bda49f996a73d2c6080ff0523e7b535917cd28c8a79c3a5da54fc29332d61d1e  msgpack-3.1.1.tar.gz
> +sha256  664550b43996452a5a2c7471bb0ff77185a58c69ccafa60f983dc4c162e1ee22  COPYING
> +sha256  c9bff75738922193e67fa726fa225535870d2aa1059f91452c411736284ad566  LICENSE_1_0.txt
> diff --git a/package/msgpack/msgpack.mk b/package/msgpack/msgpack.mk
> index abb6e2e214..781e67e37a 100644
> --- a/package/msgpack/msgpack.mk
> +++ b/package/msgpack/msgpack.mk
> @@ -4,7 +4,7 @@
>  #
>  ################################################################################
>  
> -MSGPACK_VERSION = 2.1.5
> +MSGPACK_VERSION = 3.1.1

Did you check if that still requires your previous fix:
    https://patchwork.ozlabs.org/patch/1002781/

Regards,
Yann E. MORIN.

>  MSGPACK_SITE = $(call github,msgpack,msgpack-c,cpp-$(MSGPACK_VERSION))
>  MSGPACK_LICENSE = BSL-1.0
>  MSGPACK_LICENSE_FILES = COPYING LICENSE_1_0.txt
> -- 
> 2.14.1
> 
> _______________________________________________
> 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.  |
'------------------------------^-------^------------------^--------------------'

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

* [Buildroot] [PATCH/next 1/1] msgpack: bump to version 3.1.1
  2018-11-25 19:39 ` Yann E. MORIN
@ 2018-11-26  6:41   ` Fabrice Fontaine
  0 siblings, 0 replies; 4+ messages in thread
From: Fabrice Fontaine @ 2018-11-26  6:41 UTC (permalink / raw)
  To: buildroot

Dear Yann,
Le dim. 25 nov. 2018 ? 20:39, Yann E. MORIN <yann.morin.1998@free.fr> a ?crit :
>
> Fabrice, All,
>
> On 2018-11-25 20:21 +0100, Fabrice Fontaine spake thusly:
> > Add hash for license files
> >
> > Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
> > ---
> >  package/msgpack/msgpack.hash | 4 +++-
> >  package/msgpack/msgpack.mk   | 2 +-
> >  2 files changed, 4 insertions(+), 2 deletions(-)
> >
> > diff --git a/package/msgpack/msgpack.hash b/package/msgpack/msgpack.hash
> > index f1033ade42..df4e54b181 100644
> > --- a/package/msgpack/msgpack.hash
> > +++ b/package/msgpack/msgpack.hash
> > @@ -1,2 +1,4 @@
> >  # Locally computed:
> > -sha256  9c87f80fc651b900772deaef0ab154b63160c74d292529b5be6d06d6485d4640  msgpack-2.1.5.tar.gz
> > +sha256  bda49f996a73d2c6080ff0523e7b535917cd28c8a79c3a5da54fc29332d61d1e  msgpack-3.1.1.tar.gz
> > +sha256  664550b43996452a5a2c7471bb0ff77185a58c69ccafa60f983dc4c162e1ee22  COPYING
> > +sha256  c9bff75738922193e67fa726fa225535870d2aa1059f91452c411736284ad566  LICENSE_1_0.txt
> > diff --git a/package/msgpack/msgpack.mk b/package/msgpack/msgpack.mk
> > index abb6e2e214..781e67e37a 100644
> > --- a/package/msgpack/msgpack.mk
> > +++ b/package/msgpack/msgpack.mk
> > @@ -4,7 +4,7 @@
> >  #
> >  ################################################################################
> >
> > -MSGPACK_VERSION = 2.1.5
> > +MSGPACK_VERSION = 3.1.1
>
> Did you check if that still requires your previous fix:
>     https://patchwork.ozlabs.org/patch/1002781/
Tests are building fine with this new version so the previous fix is
not mandatory. However for reproducibility, I think we should still
always disable tests (they are enabled by default) or enable/disable
them depending on the availability of zlib and gtest.
>
> Regards,
> Yann E. MORIN.
>
> >  MSGPACK_SITE = $(call github,msgpack,msgpack-c,cpp-$(MSGPACK_VERSION))
> >  MSGPACK_LICENSE = BSL-1.0
> >  MSGPACK_LICENSE_FILES = COPYING LICENSE_1_0.txt
> > --
> > 2.14.1
> >
> > _______________________________________________
> > 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.  |
> '------------------------------^-------^------------------^--------------------'
Best Regards,

Fabrice

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

* [Buildroot] [PATCH/next 1/1] msgpack: bump to version 3.1.1
  2018-11-25 19:21 [Buildroot] [PATCH/next 1/1] msgpack: bump to version 3.1.1 Fabrice Fontaine
  2018-11-25 19:39 ` Yann E. MORIN
@ 2018-11-28 21:06 ` Thomas Petazzoni
  1 sibling, 0 replies; 4+ messages in thread
From: Thomas Petazzoni @ 2018-11-28 21:06 UTC (permalink / raw)
  To: buildroot

Hello,

On Sun, 25 Nov 2018 20:21:45 +0100, Fabrice Fontaine wrote:
> Add hash for license files
> 
> Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
> ---
>  package/msgpack/msgpack.hash | 4 +++-
>  package/msgpack/msgpack.mk   | 2 +-
>  2 files changed, 4 insertions(+), 2 deletions(-)

Applied to next, thanks.

Thomas
-- 
Thomas Petazzoni, CTO, Bootlin
Embedded Linux and Kernel engineering
https://bootlin.com

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

end of thread, other threads:[~2018-11-28 21:06 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-11-25 19:21 [Buildroot] [PATCH/next 1/1] msgpack: bump to version 3.1.1 Fabrice Fontaine
2018-11-25 19:39 ` Yann E. MORIN
2018-11-26  6:41   ` Fabrice Fontaine
2018-11-28 21:06 ` Thomas Petazzoni

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