Created attachment 188661 [details] Update to 1.4.14 Update to mosquitto 1.4.14 (released Tuesday, July 11th, 2017) This is a bugfix release. Version 1.4.13 contained a regression that meant persistence data was only being saved after client information had been freed. This release fixes that. If you use persistence then it is strongly recommended to avoid 1.4.13 so you do not suffer data loss.
Comment on attachment 188661 [details] Update to 1.4.14 The diff could be cleaner, but looks OK anyway.
A commit references this bug: Author: swills Date: Mon Dec 11 04:01:47 UTC 2017 New revision: 455922 URL: https://svnweb.freebsd.org/changeset/ports/455922 Log: net/mosquitto update to 1.4.14 While here, make it PREFIX clean. PR: 224210 Submitted by: Manuel St?hn <freebsd@justmail.de> Approved by: Joseph Benden <joe@thrallingpenguin.com> Changes: head/net/mosquitto/Makefile head/net/mosquitto/distinfo head/net/mosquitto/files/patch-CMakeLists.txt head/net/mosquitto/files/patch-config.mk head/net/mosquitto/files/patch-lib_mosquitto__internal.h head/net/mosquitto/files/patch-lib_tls__mosq.h head/net/mosquitto/files/patch-src_CMakeLists.txt head/net/mosquitto/files/patch-support-libressl
Committed, thanks!