All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 1/1] package/paho-mqtt-c: bump to version 1.3.10
@ 2022-03-28 20:21 Fabrice Fontaine
  2022-04-03 15:02 ` Arnout Vandecappelle
  2022-04-04 19:44 ` Peter Korsgaard
  0 siblings, 2 replies; 3+ messages in thread
From: Fabrice Fontaine @ 2022-03-28 20:21 UTC (permalink / raw)
  To: buildroot; +Cc: Fabrice Fontaine, Julien Grossholtz

Service release. Issues resolved:
https://github.com/eclipse/paho.mqtt.c/milestone/17?closed=1

https://github.com/eclipse/paho.mqtt.c/releases/tag/v1.3.10

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

diff --git a/package/paho-mqtt-c/paho-mqtt-c.hash b/package/paho-mqtt-c/paho-mqtt-c.hash
index 4cdedfbf9a..931bf5b9c8 100644
--- a/package/paho-mqtt-c/paho-mqtt-c.hash
+++ b/package/paho-mqtt-c/paho-mqtt-c.hash
@@ -1,5 +1,5 @@
 # Locally computed:
-sha256  386c9b5fa1cf6d0d516db12d57fd8f6a410dd0fdc5e9a2da870aae437a2535ed  paho-mqtt-c-1.3.9.tar.gz
+sha256  c70db96e66adacae411d5d875fbb08bca6ff9945de3d215b3af93cbd22792db5  paho-mqtt-c-1.3.10.tar.gz
 sha256  83bbba033dc985487e321b6dfde111772affb73460be48726299fed3da684b1c  edl-v10
 sha256  0becf16567beb77fa252b7664631dd177c8f9a1889e48995b45379c7130e5303  epl-v20
 sha256  bc0f3f447097eb82a29ad6c2f4929572bb548b6bd4c9e38fde1bf131a771b7a0  LICENSE
diff --git a/package/paho-mqtt-c/paho-mqtt-c.mk b/package/paho-mqtt-c/paho-mqtt-c.mk
index 68b58f2e02..d6356a7ccc 100644
--- a/package/paho-mqtt-c/paho-mqtt-c.mk
+++ b/package/paho-mqtt-c/paho-mqtt-c.mk
@@ -4,7 +4,7 @@
 #
 ################################################################################
 
-PAHO_MQTT_C_VERSION = 1.3.9
+PAHO_MQTT_C_VERSION = 1.3.10
 PAHO_MQTT_C_SITE = $(call github,eclipse,paho.mqtt.c,v$(PAHO_MQTT_C_VERSION))
 PAHO_MQTT_C_LICENSE = EPL-2.0 or BSD-3-Clause
 PAHO_MQTT_C_LICENSE_FILES = epl-v20 edl-v10 LICENSE
-- 
2.35.1

_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

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

* Re: [Buildroot] [PATCH 1/1] package/paho-mqtt-c: bump to version 1.3.10
  2022-03-28 20:21 [Buildroot] [PATCH 1/1] package/paho-mqtt-c: bump to version 1.3.10 Fabrice Fontaine
@ 2022-04-03 15:02 ` Arnout Vandecappelle
  2022-04-04 19:44 ` Peter Korsgaard
  1 sibling, 0 replies; 3+ messages in thread
From: Arnout Vandecappelle @ 2022-04-03 15:02 UTC (permalink / raw)
  To: Fabrice Fontaine, buildroot; +Cc: Julien Grossholtz



On 28/03/2022 22:21, Fabrice Fontaine wrote:
> Service release. Issues resolved:
> https://github.com/eclipse/paho.mqtt.c/milestone/17?closed=1
> 
> https://github.com/eclipse/paho.mqtt.c/releases/tag/v1.3.10
> 
> Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>

  Applied to master, thanks.

  Regards,
  Arnout

> ---
>   package/paho-mqtt-c/paho-mqtt-c.hash | 2 +-
>   package/paho-mqtt-c/paho-mqtt-c.mk   | 2 +-
>   2 files changed, 2 insertions(+), 2 deletions(-)
> 
> diff --git a/package/paho-mqtt-c/paho-mqtt-c.hash b/package/paho-mqtt-c/paho-mqtt-c.hash
> index 4cdedfbf9a..931bf5b9c8 100644
> --- a/package/paho-mqtt-c/paho-mqtt-c.hash
> +++ b/package/paho-mqtt-c/paho-mqtt-c.hash
> @@ -1,5 +1,5 @@
>   # Locally computed:
> -sha256  386c9b5fa1cf6d0d516db12d57fd8f6a410dd0fdc5e9a2da870aae437a2535ed  paho-mqtt-c-1.3.9.tar.gz
> +sha256  c70db96e66adacae411d5d875fbb08bca6ff9945de3d215b3af93cbd22792db5  paho-mqtt-c-1.3.10.tar.gz
>   sha256  83bbba033dc985487e321b6dfde111772affb73460be48726299fed3da684b1c  edl-v10
>   sha256  0becf16567beb77fa252b7664631dd177c8f9a1889e48995b45379c7130e5303  epl-v20
>   sha256  bc0f3f447097eb82a29ad6c2f4929572bb548b6bd4c9e38fde1bf131a771b7a0  LICENSE
> diff --git a/package/paho-mqtt-c/paho-mqtt-c.mk b/package/paho-mqtt-c/paho-mqtt-c.mk
> index 68b58f2e02..d6356a7ccc 100644
> --- a/package/paho-mqtt-c/paho-mqtt-c.mk
> +++ b/package/paho-mqtt-c/paho-mqtt-c.mk
> @@ -4,7 +4,7 @@
>   #
>   ################################################################################
>   
> -PAHO_MQTT_C_VERSION = 1.3.9
> +PAHO_MQTT_C_VERSION = 1.3.10
>   PAHO_MQTT_C_SITE = $(call github,eclipse,paho.mqtt.c,v$(PAHO_MQTT_C_VERSION))
>   PAHO_MQTT_C_LICENSE = EPL-2.0 or BSD-3-Clause
>   PAHO_MQTT_C_LICENSE_FILES = epl-v20 edl-v10 LICENSE
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

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

* Re: [Buildroot] [PATCH 1/1] package/paho-mqtt-c: bump to version 1.3.10
  2022-03-28 20:21 [Buildroot] [PATCH 1/1] package/paho-mqtt-c: bump to version 1.3.10 Fabrice Fontaine
  2022-04-03 15:02 ` Arnout Vandecappelle
@ 2022-04-04 19:44 ` Peter Korsgaard
  1 sibling, 0 replies; 3+ messages in thread
From: Peter Korsgaard @ 2022-04-04 19:44 UTC (permalink / raw)
  To: Fabrice Fontaine; +Cc: Julien Grossholtz, buildroot

>>>>> "Fabrice" == Fabrice Fontaine <fontaine.fabrice@gmail.com> writes:

 > Service release. Issues resolved:
 > https://github.com/eclipse/paho.mqtt.c/milestone/17?closed=1

 > https://github.com/eclipse/paho.mqtt.c/releases/tag/v1.3.10

 > Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>

Committed to 2022.02.x, thanks.

-- 
Bye, Peter Korsgaard
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

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

end of thread, other threads:[~2022-04-04 19:44 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-03-28 20:21 [Buildroot] [PATCH 1/1] package/paho-mqtt-c: bump to version 1.3.10 Fabrice Fontaine
2022-04-03 15:02 ` Arnout Vandecappelle
2022-04-04 19:44 ` Peter Korsgaard

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.