From mboxrd@z Thu Jan 1 00:00:00 1970 Delivery-date: Sat, 15 Jun 2024 17:01:38 +0200 Received: from metis.whiteo.stw.pengutronix.de ([2a0a:edc0:2:b01:1d::104]) by lore.white.stw.pengutronix.de with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.96) (envelope-from ) id 1sIUuQ-006X46-2O for lore@lore.pengutronix.de; Sat, 15 Jun 2024 17:01:38 +0200 Received: from localhost ([127.0.0.1] helo=metis.whiteo.stw.pengutronix.de) by metis.whiteo.stw.pengutronix.de with esmtp (Exim 4.92) (envelope-from ) id 1sIUuQ-00042d-AI; Sat, 15 Jun 2024 17:01:38 +0200 Received: from drehscheibe.grey.stw.pengutronix.de ([2a0a:edc0:0:c01:1d::a2]) by metis.whiteo.stw.pengutronix.de with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1sIUro-0000HJ-Jq; Sat, 15 Jun 2024 16:58:56 +0200 Received: from [2a0a:edc0:0:1101:1d::54] (helo=dude05.red.stw.pengutronix.de) by drehscheibe.grey.stw.pengutronix.de with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1sIUro-002Wfn-74; Sat, 15 Jun 2024 16:58:56 +0200 Received: from mol by dude05.red.stw.pengutronix.de with local (Exim 4.96) (envelope-from ) id 1sIUro-00HM8Z-0Z; Sat, 15 Jun 2024 16:58:56 +0200 From: Michael Olbrich To: ptxdist@pengutronix.de Date: Sat, 15 Jun 2024 16:58:56 +0200 Message-Id: <20240615145856.4136664-1-m.olbrich@pengutronix.de> X-Mailer: git-send-email 2.39.2 In-Reply-To: <20240613100744.1899176-4-rhi@pengutronix.de> References: <20240613100744.1899176-4-rhi@pengutronix.de> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: Re: [ptxdist] [APPLIED] paho-mqtt-cpp: version bump 1.0.1 -> 1.2.0 X-BeenThere: ptxdist@pengutronix.de X-Mailman-Version: 2.1.29 Precedence: list List-Id: PTXdist Development Mailing List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Reply-To: ptxdist@pengutronix.de Cc: Roland Hieber Sender: "ptxdist" X-SA-Exim-Connect-IP: 127.0.0.1 X-SA-Exim-Mail-From: ptxdist-bounces@pengutronix.de X-SA-Exim-Scanned: No (on metis.whiteo.stw.pengutronix.de); SAEximRunCond expanded to false Thanks, applied as 602f561f3517b365b35c79cb720215fc8ff57957. Michael [sent from post-receive hook] On Sat, 15 Jun 2024 16:58:56 +0200, Roland Hieber wrote: > Signed-off-by: Roland Hieber > Message-Id: <20240613100744.1899176-4-rhi@pengutronix.de> > Signed-off-by: Michael Olbrich > > diff --git a/rules/paho-mqtt-cpp.make b/rules/paho-mqtt-cpp.make > index 9cc30de202c9..bd71c7837529 100644 > --- a/rules/paho-mqtt-cpp.make > +++ b/rules/paho-mqtt-cpp.make > @@ -14,8 +14,8 @@ PACKAGES-$(PTXCONF_PAHO_MQTT_CPP) += paho-mqtt-cpp > # > # Paths and names > # > -PAHO_MQTT_CPP_VERSION := 1.0.1 > -PAHO_MQTT_CPP_MD5 := 78c9c7c90d932926ab0d1181356e3ba8 > +PAHO_MQTT_CPP_VERSION := 1.2.0 > +PAHO_MQTT_CPP_MD5 := 5a4b7c869e6f20cb85c438456d5b8d12 > 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)