mosquitto:debian

Last commit made on 2021-02-28
Get this branch:
git clone -b debian https://git.launchpad.net/mosquitto

Branch merges

Branch information

Name:
debian
Repository:
lp:mosquitto

Recent commits

1ca9e59... by Roger Light

Only create /run/mosquitto at runtime.

Per policy, packages shouldn't contain directories in /run. This means
/run/mosquitto should be created at boot time. Closes #983429.

ec4fbf5... by Roger Light

Remove debian-config.patch

This is already handled with debian/mosquitto.conf

4beaaa8... by Roger Light

Version 2.0.8.

9f91044... by Roger Light

Update for 2.0.7.

4649322... by Roger Light

Merge branch 'master' into debian

0736414... by Roger Light

Update docker builds.

2665705... by Roger Light

Merge branch 'fixes'

c2a2625... by Roger Light

Bump changelog, versions, and web pages.

4a738f1... by Roger Light

Fix openssl engine not being able to load private key.

Closes #2066. Thanks to Boris Vanhoof.

7a3b69f... by Roger Light

Fix possible leak during connect.

Closes #2057. Thanks to Przemysław Zygmunt.