* [Buildroot] [PATCH 1/1] package/paho-mqtt-cpp: bump to version 1.0.1
@ 2019-09-09 10:09 Refik TUZAKLI
2019-09-09 10:09 ` [Buildroot] [PATCH 1/1] update email address in DEVELOPERS Refik TUZAKLI
2019-09-15 13:24 ` [Buildroot] [PATCH 1/1] package/paho-mqtt-cpp: bump to version 1.0.1 Thomas Petazzoni
0 siblings, 2 replies; 5+ messages in thread
From: Refik TUZAKLI @ 2019-09-09 10:09 UTC (permalink / raw)
To: buildroot
Signed-off-by: Refik Tuzakli <refik.tuzakli@savronik.com.tr>
---
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
--
2.7.4
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [Buildroot] [PATCH 1/1] update email address in DEVELOPERS
2019-09-09 10:09 [Buildroot] [PATCH 1/1] package/paho-mqtt-cpp: bump to version 1.0.1 Refik TUZAKLI
@ 2019-09-09 10:09 ` Refik TUZAKLI
2019-09-10 17:31 ` Thomas Petazzoni
2019-09-24 14:42 ` Peter Korsgaard
2019-09-15 13:24 ` [Buildroot] [PATCH 1/1] package/paho-mqtt-cpp: bump to version 1.0.1 Thomas Petazzoni
1 sibling, 2 replies; 5+ messages in thread
From: Refik TUZAKLI @ 2019-09-09 10:09 UTC (permalink / raw)
To: buildroot
my email address will be deactivated in two weeks.
Signed-off-by: Refik Tuzakli <refik.tuzakli@savronik.com.tr>
---
DEVELOPERS | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/DEVELOPERS b/DEVELOPERS
index 58d18a3..3b1d03c 100644
--- a/DEVELOPERS
+++ b/DEVELOPERS
@@ -1921,7 +1921,7 @@ N: Rahul Jain <rahul.jain@imgtec.com>
F: package/uhttpd/
F: package/ustream-ssl/
-N: Refik Tuzakli <refik.tuzakli@savronik.com.tr>
+N: Refik Tuzakli <tuzakli.refik@gmail.com>
F: package/paho-mqtt-cpp/
N: R?mi R?rolle <remi.rerolle@gmail.com>
--
2.7.4
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [Buildroot] [PATCH 1/1] update email address in DEVELOPERS
2019-09-09 10:09 ` [Buildroot] [PATCH 1/1] update email address in DEVELOPERS Refik TUZAKLI
@ 2019-09-10 17:31 ` Thomas Petazzoni
2019-09-24 14:42 ` Peter Korsgaard
1 sibling, 0 replies; 5+ messages in thread
From: Thomas Petazzoni @ 2019-09-10 17:31 UTC (permalink / raw)
To: buildroot
On Mon, 9 Sep 2019 10:09:45 +0000
Refik TUZAKLI <refik.tuzakli@savronik.com.tr> wrote:
> my email address will be deactivated in two weeks.
>
> Signed-off-by: Refik Tuzakli <refik.tuzakli@savronik.com.tr>
> ---
> DEVELOPERS | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
Applied to master, thanks.
Thomas
--
Thomas Petazzoni, CTO, Bootlin
Embedded Linux and Kernel engineering
https://bootlin.com
^ permalink raw reply [flat|nested] 5+ messages in thread
* [Buildroot] [PATCH 1/1] package/paho-mqtt-cpp: bump to version 1.0.1
2019-09-09 10:09 [Buildroot] [PATCH 1/1] package/paho-mqtt-cpp: bump to version 1.0.1 Refik TUZAKLI
2019-09-09 10:09 ` [Buildroot] [PATCH 1/1] update email address in DEVELOPERS Refik TUZAKLI
@ 2019-09-15 13:24 ` Thomas Petazzoni
1 sibling, 0 replies; 5+ messages in thread
From: Thomas Petazzoni @ 2019-09-15 13:24 UTC (permalink / raw)
To: buildroot
Hello Refik,
On Mon, 9 Sep 2019 10:09:44 +0000
Refik TUZAKLI <refik.tuzakli@savronik.com.tr> wrote:
> Signed-off-by: Refik Tuzakli <refik.tuzakli@savronik.com.tr>
> ---
> 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
I don't know how you tested this, but the re-addition of the "v" in the
version made this package fail to build:
ERROR: No hash found for paho-mqtt-cpp-1.0.1.tar.gz
So I fixed up the .hash file, and applied to master. Thanks!
Thomas
--
Thomas Petazzoni, CTO, Bootlin
Embedded Linux and Kernel engineering
https://bootlin.com
^ permalink raw reply [flat|nested] 5+ messages in thread
* [Buildroot] [PATCH 1/1] update email address in DEVELOPERS
2019-09-09 10:09 ` [Buildroot] [PATCH 1/1] update email address in DEVELOPERS Refik TUZAKLI
2019-09-10 17:31 ` Thomas Petazzoni
@ 2019-09-24 14:42 ` Peter Korsgaard
1 sibling, 0 replies; 5+ messages in thread
From: Peter Korsgaard @ 2019-09-24 14:42 UTC (permalink / raw)
To: buildroot
>>>>> "Refik" == Refik TUZAKLI <refik.tuzakli@savronik.com.tr> writes:
> my email address will be deactivated in two weeks.
> Signed-off-by: Refik Tuzakli <refik.tuzakli@savronik.com.tr>
Committed to 2019.05.x and 2019.08.x, thanks.
--
Bye, Peter Korsgaard
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2019-09-24 14:42 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-09-09 10:09 [Buildroot] [PATCH 1/1] package/paho-mqtt-cpp: bump to version 1.0.1 Refik TUZAKLI
2019-09-09 10:09 ` [Buildroot] [PATCH 1/1] update email address in DEVELOPERS Refik TUZAKLI
2019-09-10 17:31 ` Thomas Petazzoni
2019-09-24 14:42 ` Peter Korsgaard
2019-09-15 13:24 ` [Buildroot] [PATCH 1/1] package/paho-mqtt-cpp: bump to version 1.0.1 Thomas Petazzoni
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox