Updates mosquitto, the MQTT broker, and client libraries to version 1.2.
Full changelog here: http://mosquitto.org/2013/08/version-1-2-released/
Added missing library depends to suit updated requirements in OpenWrt.
Fixed missing symlinks.
Signed-off-by: Karl Palsson <karlp@remake.is>
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/packages@38467 3c298f89-4303-0410-b956-a3cf2f4a3e73
This is a bugfix and feature release. Full release notes at
http://mosquitto.org/2012/12/version-1-1-released/
This also removes some unnecessary flags included by mistake in an earlier
update.
As before, I volunteer to maintain this package.
Signed-off-by: Karl Palsson <karlp@remake.is>
Signed-off-by: Vasilis Tsiligiannis <b_tsiligiannis@silverton.gr>
git-svn-id: svn://svn.openwrt.org/openwrt/packages@35098 3c298f89-4303-0410-b956-a3cf2f4a3e73
Major changes since v0.15 currently in trunk
* SSL/TLS support across the board, broker, clients and client library
* TLS-PSK support if openssl version is new enough
* thread support in client library
* lots and lots of bug fixes
Because prior versions of mosquitto didn't have any SSL support,
I've made the openssl dependency optional (but on by default)
Includes basic UCI config support, originally from:
https://github.com/remakeelectric/owrt_pub_feeds/tree/master/luci-app-mosquitto
Tested with both all -nossl and all regular packages.
(Have to run a "make package/mosquitto/clean" between builds)
[Florian: fix for real variant building, remove check on backfire]
Signed-off-by: Karl Palsson <karlp@remake.is>
git-svn-id: svn://svn.openwrt.org/openwrt/packages@33787 3c298f89-4303-0410-b956-a3cf2f4a3e73
Includes support for the luci-app-mosquitto package, if installed.
Signed-off-by: Karl Palsson <karlp@remake.is>
git-svn-id: svn://svn.openwrt.org/openwrt/packages@32564 3c298f89-4303-0410-b956-a3cf2f4a3e73
Use the service helper scripts to build a simple init script for the
mosquitto broker. To make sure that the standard shipped config file
works, add a mosquitto user if not found.
Signed-off-by: Karl Palsson <karlp@remake.is>
git-svn-id: svn://svn.openwrt.org/openwrt/packages@31376 3c298f89-4303-0410-b956-a3cf2f4a3e73