aboutsummaryrefslogtreecommitdiff
path: root/net/mosquitto/Config.in
Commit message (Collapse)AuthorAge
* Mosquitto: major update to version 2.0Karl Palsson2020-12-08
| | | | | | | | | | | | | | | | | Major release, full release notes available at: https://mosquitto.org/blog/2020/12/version-2-0-0-released/ Tested on ath79, ssl full, ssl trimmed and non-ssl builds, and also all at the same time. Users may/will run into some of the changes in default authentication. Note https://mosquitto.org/documentation/migrating-to-2-0/ for tips on migrating. Patch included has already merged upstream, but didn't make the release: https://github.com/eclipse/mosquitto/pull/1930 Signed-off-by: Karl Palsson <karlp@etactica.com>
* mosquitto: fix provides <=> package name conflictsJo-Philipp Wich2017-01-19
| | | | | | | | | | | | | | | | The virtual package declared by PROVIDES must not have the same name as the variant declaring it, otherwise buildroot will fail with errors like: cp: '.../pkginfo/mosquitto.provides' and '.../pkginfo/mosquitto.provides' are the same file In order to fix the above error, rename the existing "mosquitto" and "libmosquitto" packages into "mosquitto-ssl" and "libmosquitto-ssl" respectively. Also substitute use of $(PKG_NAME) with literal "mosquitto" in Package/* defines to improve readability of the Makefile. Signed-off-by: Jo-Philipp Wich <jo@mein.io>
* mosquitto: optionally include mosquitto_passwd utilityKarl Palsson2016-01-15
| | | | | | | | | Many users of the SSL build of mosquitto need the passwd utility for managing keys. Fixes github issue #1909 Signed-off-by: Karl Palsson <karlp@remake.is>
* net: mosquitto: Bump to 1.4 releaseKarl Palsson2015-02-20
Of particular note, this adds optional support for websockets. This defaults to enabled, as it's the biggest new feature in this release. A config item is provided to disable it for manual use. Full release notes: http://mosquitto.org/2015/02/version-1-4-released/ This also remove some build workarounds that are no longer required for newer versions of mosquitto. Signed-off-by: Karl Palsson <karlp@remake.is>