Update for 1.5.5.

pull/1600/head
Roger A. Light 7 years ago
parent d36e47a8a6
commit 6ccc7f1e35

10
debian/changelog vendored

@ -1,3 +1,13 @@
mosquitto (1.5.5-1) unstable; urgency=medium
* SECURITY UPDATE: If the option `per_listener_settings` was set to true,
and the default listener was in use, and the default listener specified an
`acl_file`, then the acl file was being ignored. This affects version 1.5
to 1.5.4 inclusive.
* New upstream release.
-- Roger A. Light <roger@atchoo.org> Tue, 11 Dec 2018 16:37:32 +0000
mosquitto (1.5.4-2) unstable; urgency=medium
* debian/patches/914525.patch : Use pkg-config to get systemd libs

@ -3,7 +3,7 @@ Author: Roger Light <roger@atchoo.org>
Forwarded: yes
--- a/config.mk
+++ b/config.mk
@@ -235,8 +235,10 @@
@@ -241,8 +241,10 @@
endif
ifeq ($(WITH_SYSTEMD),yes)

Loading…
Cancel
Save