Package: mosquitto / 1.5.7-1+deb10u1

Metadata

Package Version Patches format
mosquitto 1.5.7-1+deb10u1 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
914525.patch | (download)

config.mk | 6 4 + 2 - 0 !
1 file changed, 4 insertions(+), 2 deletions(-)

 use pkg-config to get systemd libs to allow build on non-linux systems
debian config.patch | (download)

Makefile | 1 1 + 0 - 0 !
debian.conf | 10 10 + 0 - 0 !
2 files changed, 11 insertions(+)

 set local configuration.
bug 1162.patch | (download)

src/security_default.c | 3 0 + 3 - 0 !
1 file changed, 3 deletions(-)

 fix clients being disconnected in some situations when acls are in use. issue #1162.
Restrict topic hierarchy to 200 levels to prevent po.patch | (download)

lib/util_mosq.c | 45 45 + 0 - 0 !
src/mosquitto_broker_internal.h | 3 3 + 0 - 0 !
src/subs.c | 7 7 + 0 - 0 !
test/broker/02-subscribe-long-topic.py | 44 44 + 0 - 0 !
test/broker/03-publish-long-topic.py | 45 45 + 0 - 0 !
test/broker/Makefile | 2 2 + 0 - 0 !
test/broker/ptest.py | 2 2 + 0 - 0 !
test/mosq_test.py | 10 7 + 3 - 0 !
8 files changed, 155 insertions(+), 3 deletions(-)

 restrict topic hierarchy to 200 levels to prevent possible stack
 overflow.