diff options
author | Leon Anavi <leon.anavi@konsulko.com> | 2019-12-15 23:32:28 +0200 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2019-12-15 21:08:54 -0800 |
commit | e0b841376f84adaafa21180a542612d5f4214338 (patch) | |
tree | eb17ae1356f47801bd832b97c4e583e24798adc5 /meta-networking/recipes-connectivity/mosquitto | |
parent | 773bd4cec54b0f936618365c05b494384055e5c3 (diff) | |
download | meta-openembedded-e0b841376f84adaafa21180a542612d5f4214338.tar.gz |
mosquitto: update to 1.6.8
Bugfix release. For details, see:
https://mosquitto.org/blog/2019/11/version-1-6-8-released/
Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-networking/recipes-connectivity/mosquitto')
-rw-r--r-- | meta-networking/recipes-connectivity/mosquitto/mosquitto_1.6.8.bb (renamed from meta-networking/recipes-connectivity/mosquitto/mosquitto_1.6.7.bb) | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-networking/recipes-connectivity/mosquitto/mosquitto_1.6.7.bb b/meta-networking/recipes-connectivity/mosquitto/mosquitto_1.6.8.bb index 340f643d4a..ea533d8a02 100644 --- a/meta-networking/recipes-connectivity/mosquitto/mosquitto_1.6.7.bb +++ b/meta-networking/recipes-connectivity/mosquitto/mosquitto_1.6.8.bb | |||
@@ -18,8 +18,8 @@ SRC_URI = "http://mosquitto.org/files/source/mosquitto-${PV}.tar.gz \ | |||
18 | file://mosquitto.init \ | 18 | file://mosquitto.init \ |
19 | " | 19 | " |
20 | 20 | ||
21 | SRC_URI[md5sum] = "ec9074c4f337f64eaa9a4320c6dab020" | 21 | SRC_URI[md5sum] = "24a0e567c845b3e41b75e237d200edf8" |
22 | SRC_URI[sha256sum] = "bcd31a8fbbd053fee328986fadd8666d3058357ded56b9782f7d4f19931d178e" | 22 | SRC_URI[sha256sum] = "7df23c81ca37f0e070574fe74414403cf25183016433d07add6134366fb45df6" |
23 | 23 | ||
24 | inherit systemd update-rc.d useradd | 24 | inherit systemd update-rc.d useradd |
25 | 25 | ||