From patchwork Mon Sep 9 10:09:44 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Refik TUZAKLI X-Patchwork-Id: 1159656 Return-Path: X-Original-To: incoming-buildroot@patchwork.ozlabs.org Delivered-To: patchwork-incoming-buildroot@bilbo.ozlabs.org Authentication-Results: ozlabs.org; spf=pass (mailfrom) smtp.mailfrom=busybox.net (client-ip=140.211.166.136; helo=silver.osuosl.org; envelope-from=buildroot-bounces@busybox.net; receiver=) Authentication-Results: ozlabs.org; dmarc=none (p=none dis=none) header.from=savronik.com.tr Received: from silver.osuosl.org (smtp3.osuosl.org [140.211.166.136]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPS id 46RkSP2tz3z9s4Y for ; Mon, 9 Sep 2019 20:10:29 +1000 (AEST) Received: from localhost (localhost [127.0.0.1]) by silver.osuosl.org (Postfix) with ESMTP id 6FFF12052C; Mon, 9 Sep 2019 10:10:23 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from silver.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id qMo+N0qQVScg; Mon, 9 Sep 2019 10:10:17 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by silver.osuosl.org (Postfix) with ESMTP id 8167420534; Mon, 9 Sep 2019 10:10:15 +0000 (UTC) X-Original-To: buildroot@lists.busybox.net Delivered-To: buildroot@osuosl.org Received: from hemlock.osuosl.org (smtp2.osuosl.org [140.211.166.133]) by ash.osuosl.org (Postfix) with ESMTP id 56D1E1BF334 for ; Mon, 9 Sep 2019 10:10:14 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by hemlock.osuosl.org (Postfix) with ESMTP id 4E4C7874E0 for ; Mon, 9 Sep 2019 10:10:14 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from hemlock.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id XsRQ1IlZF2Kz for ; Mon, 9 Sep 2019 10:10:06 +0000 (UTC) X-Greylist: from auto-whitelisted by SQLgrey-1.7.6 Received: from EXCSRV.savronikelectronics.com (mail.savronik.com.tr [193.109.135.142]) by hemlock.osuosl.org (Postfix) with ESMTPS id 2485A86D52 for ; Mon, 9 Sep 2019 10:10:01 +0000 (UTC) Received: from EXCSRV.savronikelectronics.com ([::1]) by EXCSRV.savronikelectronics.com ([::1]) with mapi id 14.01.0218.012; Mon, 9 Sep 2019 13:09:45 +0300 From: Refik TUZAKLI To: "buildroot@buildroot.org" Thread-Topic: [PATCH 1/1] package/paho-mqtt-cpp: bump to version 1.0.1 Thread-Index: AQHVZva0pNZ35nqFfUaOqmMa32tY1g== Date: Mon, 9 Sep 2019 10:09:44 +0000 Message-ID: <1568023785-19574-1-git-send-email-refik.tuzakli@savronik.com.tr> Accept-Language: tr-TR, en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-originating-ip: [93.89.67.200] MIME-Version: 1.0 Subject: [Buildroot] [PATCH 1/1] package/paho-mqtt-cpp: bump to version 1.0.1 X-BeenThere: buildroot@busybox.net X-Mailman-Version: 2.1.29 Precedence: list List-Id: Discussion and development of buildroot List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: "tuzakli.refik@gmail.com" Errors-To: buildroot-bounces@busybox.net Sender: "buildroot" Signed-off-by: Refik Tuzakli --- package/paho-mqtt-cpp/paho-mqtt-cpp.hash | 2 +- package/paho-mqtt-cpp/paho-mqtt-cpp.mk | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package/paho-mqtt-cpp/paho-mqtt-cpp.hash b/package/paho-mqtt-cpp/paho-mqtt-cpp.hash index d4af11b..c77aa09 100644 --- a/package/paho-mqtt-cpp/paho-mqtt-cpp.hash +++ b/package/paho-mqtt-cpp/paho-mqtt-cpp.hash @@ -1,4 +1,4 @@ # Locally computed: -sha256 9f78afb988e9ce9bb7cb74805053221efbb073b74683e222d1d087633178b51f paho-mqtt-cpp-1.0.0.tar.gz +sha256 e97386d159b811e534b98d21e3f6881ab2b43678ec026da7525d5c21ebc292ff paho-mqtt-cpp-v1.0.1.tar.gz sha256 83bbba033dc985487e321b6dfde111772affb73460be48726299fed3da684b1c edl-v10 sha256 44277b2bec6093e4ac313afec251a4de599d24c4e768f8574d95b13a9d2d97b5 epl-v10 diff --git a/package/paho-mqtt-cpp/paho-mqtt-cpp.mk b/package/paho-mqtt-cpp/paho-mqtt-cpp.mk index 16e524a..246e076 100644 --- a/package/paho-mqtt-cpp/paho-mqtt-cpp.mk +++ b/package/paho-mqtt-cpp/paho-mqtt-cpp.mk @@ -4,7 +4,7 @@ # ################################################################################ -PAHO_MQTT_CPP_VERSION = 1.0.0 +PAHO_MQTT_CPP_VERSION = 1.0.1 PAHO_MQTT_CPP_SITE = $(call github,eclipse,paho.mqtt.cpp,v$(PAHO_MQTT_CPP_VERSION)) PAHO_MQTT_CPP_LICENSE = EPL-1.0 or BSD-3-Clause PAHO_MQTT_CPP_LICENSE_FILES = epl-v10 edl-v10