mailarchive of the ptxdist mailing list
 help / color / mirror / Atom feed
* [ptxdist] [PATCH] paho-mqtt-cpp: Version bump 1.2.0 -> 1.5.3
@ 2025-06-16  5:59 Thorsten Scherer
  2025-06-30 16:14 ` [ptxdist] [APPLIED] " Michael Olbrich
  0 siblings, 1 reply; 2+ messages in thread
From: Thorsten Scherer @ 2025-06-16  5:59 UTC (permalink / raw)
  To: ptxdist; +Cc: Thorsten Scherer

- Bump version
- Update license version
- Adjust md5sum's
- Fix typo in filename of eclipse public license

Signed-off-by: Thorsten Scherer <t.scherer@eckelmann.de>
---
 rules/paho-mqtt-cpp.make | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/rules/paho-mqtt-cpp.make b/rules/paho-mqtt-cpp.make
index bd71c7837529..16d3a8293808 100644
--- a/rules/paho-mqtt-cpp.make
+++ b/rules/paho-mqtt-cpp.make
@@ -14,18 +14,18 @@ PACKAGES-$(PTXCONF_PAHO_MQTT_CPP) += paho-mqtt-cpp
 #
 # Paths and names
 #
-PAHO_MQTT_CPP_VERSION	:= 1.2.0
-PAHO_MQTT_CPP_MD5	:= 5a4b7c869e6f20cb85c438456d5b8d12
+PAHO_MQTT_CPP_VERSION	:= 1.5.3
+PAHO_MQTT_CPP_MD5	:= 5e854904a4eb7eae6a1bf4cfcdff28da
 PAHO_MQTT_CPP		:= paho.mqtt.cpp-$(PAHO_MQTT_CPP_VERSION)
 PAHO_MQTT_CPP_SUFFIX	:= tar.gz
 PAHO_MQTT_CPP_URL	:= https://github.com/eclipse/paho.mqtt.cpp/archive/v$(PAHO_MQTT_CPP_VERSION).$(PAHO_MQTT_CPP_SUFFIX)
 PAHO_MQTT_CPP_SOURCE	:= $(SRCDIR)/$(PAHO_MQTT_CPP).$(PAHO_MQTT_CPP_SUFFIX)
 PAHO_MQTT_CPP_DIR	:= $(BUILDDIR)/$(PAHO_MQTT_CPP)
 # "Eclipse Distribution License - v 1.0" is in fact BSD-3-Clause
-PAHO_MQTT_CPP_LICENSE	:= EPL-1.0 AND BSD-3-Clause
+PAHO_MQTT_CPP_LICENSE	:= EPL-2.0 AND BSD-3-Clause
 PAHO_MQTT_CPP_LICENSE_FILES := \
-	file://about.html;md5=dcde438d73cf42393da9d40fabc0c9bc \
-	file://epl-v10;md5=659c8e92a40b6df1d9e3dccf5ae45a08 \
+	file://about.html;md5=fa779b102043e99492d92d501aaa2456 \
+	file://epl-v20;md5=d9fc0efef5228704e7f5b37f27192723 \
 	file://edl-v10;md5=3adfcc70f5aeb7a44f3f9b495aa1fbf3
 
 # ----------------------------------------------------------------------------
-- 
2.47.2




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

* Re: [ptxdist] [APPLIED] paho-mqtt-cpp: Version bump 1.2.0 -> 1.5.3
  2025-06-16  5:59 [ptxdist] [PATCH] paho-mqtt-cpp: Version bump 1.2.0 -> 1.5.3 Thorsten Scherer
@ 2025-06-30 16:14 ` Michael Olbrich
  0 siblings, 0 replies; 2+ messages in thread
From: Michael Olbrich @ 2025-06-30 16:14 UTC (permalink / raw)
  To: ptxdist; +Cc: Thorsten Scherer

Thanks, applied as 179533941ba978ceca739cd4458344d56cf8fd0c.

Michael

[sent from post-receive hook]

On Mon, 30 Jun 2025 18:14:45 +0200, Thorsten Scherer <t.scherer@eckelmann.de> wrote:
> - Bump version
> - Update license version
> - Adjust md5sum's
> - Fix typo in filename of eclipse public license
> 
> Signed-off-by: Thorsten Scherer <t.scherer@eckelmann.de>
> Message-Id: <20250616055957.21890-1-t.scherer@eckelmann.de>
> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
> 
> diff --git a/rules/paho-mqtt-cpp.make b/rules/paho-mqtt-cpp.make
> index bd71c7837529..16d3a8293808 100644
> --- a/rules/paho-mqtt-cpp.make
> +++ b/rules/paho-mqtt-cpp.make
> @@ -14,18 +14,18 @@ PACKAGES-$(PTXCONF_PAHO_MQTT_CPP) += paho-mqtt-cpp
>  #
>  # Paths and names
>  #
> -PAHO_MQTT_CPP_VERSION	:= 1.2.0
> -PAHO_MQTT_CPP_MD5	:= 5a4b7c869e6f20cb85c438456d5b8d12
> +PAHO_MQTT_CPP_VERSION	:= 1.5.3
> +PAHO_MQTT_CPP_MD5	:= 5e854904a4eb7eae6a1bf4cfcdff28da
>  PAHO_MQTT_CPP		:= paho.mqtt.cpp-$(PAHO_MQTT_CPP_VERSION)
>  PAHO_MQTT_CPP_SUFFIX	:= tar.gz
>  PAHO_MQTT_CPP_URL	:= https://github.com/eclipse/paho.mqtt.cpp/archive/v$(PAHO_MQTT_CPP_VERSION).$(PAHO_MQTT_CPP_SUFFIX)
>  PAHO_MQTT_CPP_SOURCE	:= $(SRCDIR)/$(PAHO_MQTT_CPP).$(PAHO_MQTT_CPP_SUFFIX)
>  PAHO_MQTT_CPP_DIR	:= $(BUILDDIR)/$(PAHO_MQTT_CPP)
>  # "Eclipse Distribution License - v 1.0" is in fact BSD-3-Clause
> -PAHO_MQTT_CPP_LICENSE	:= EPL-1.0 AND BSD-3-Clause
> +PAHO_MQTT_CPP_LICENSE	:= EPL-2.0 AND BSD-3-Clause
>  PAHO_MQTT_CPP_LICENSE_FILES := \
> -	file://about.html;md5=dcde438d73cf42393da9d40fabc0c9bc \
> -	file://epl-v10;md5=659c8e92a40b6df1d9e3dccf5ae45a08 \
> +	file://about.html;md5=fa779b102043e99492d92d501aaa2456 \
> +	file://epl-v20;md5=d9fc0efef5228704e7f5b37f27192723 \
>  	file://edl-v10;md5=3adfcc70f5aeb7a44f3f9b495aa1fbf3
>  
>  # ----------------------------------------------------------------------------



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

end of thread, other threads:[~2025-06-30 16:15 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2025-06-16  5:59 [ptxdist] [PATCH] paho-mqtt-cpp: Version bump 1.2.0 -> 1.5.3 Thorsten Scherer
2025-06-30 16:14 ` [ptxdist] [APPLIED] " Michael Olbrich

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