From 616349d9048257389b10216cac0cf76c09a131e2 Mon Sep 17 00:00:00 2001 From: Matthias Klein Date: Fri, 20 Oct 2023 09:38:50 +0200 Subject: [PATCH] paho-mqtt-c: upgrade 1.3.12 -> 1.3.13 Service release. Issues resolved: https://github.com/eclipse/paho.mqtt.c/milestone/20?closed=1 Signed-off-by: Matthias Klein Signed-off-by: Khem Raj (cherry picked from commit 9f70554e435b31490cbec4c660363a3dea72db92) Signed-off-by: Gyorgy Sarvari --- .../{paho-mqtt-c_1.3.12.bb => paho-mqtt-c_1.3.13.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-oe/recipes-connectivity/paho-mqtt-c/{paho-mqtt-c_1.3.12.bb => paho-mqtt-c_1.3.13.bb} (94%) diff --git a/meta-oe/recipes-connectivity/paho-mqtt-c/paho-mqtt-c_1.3.12.bb b/meta-oe/recipes-connectivity/paho-mqtt-c/paho-mqtt-c_1.3.13.bb similarity index 94% rename from meta-oe/recipes-connectivity/paho-mqtt-c/paho-mqtt-c_1.3.12.bb rename to meta-oe/recipes-connectivity/paho-mqtt-c/paho-mqtt-c_1.3.13.bb index 6578bcfeb7..4f142798d5 100644 --- a/meta-oe/recipes-connectivity/paho-mqtt-c/paho-mqtt-c_1.3.12.bb +++ b/meta-oe/recipes-connectivity/paho-mqtt-c/paho-mqtt-c_1.3.13.bb @@ -12,7 +12,7 @@ LIC_FILES_CHKSUM = " \ SRC_URI = "git://github.com/eclipse/paho.mqtt.c;protocol=https;branch=master" -SRCREV = "4157a27d39f1dd5b95750ecb6acd1481432785d8" +SRCREV = "07a875788d8cc6f5833b12581d6e3e349b34d719" DEPENDS = "openssl"