aboutsummaryrefslogtreecommitdiff
path: root/net/mosquitto
Commit message (Collapse)AuthorAge
* Merge pull request #408 from blogic/useridsbyx2014-10-10
|\ | | | | generic userid: use the new USERID api
| * generic userid: use the new USERID apiJohn Crispin2014-10-08
| | | | | | | | | | | | | | | | recent changes in trunk allow us to specify the userid inside the openwrt makefile. the info is stored int he meta data of the IPK contorl file and users are generated by the new generic postinst trigger. Signed-off-by: John Crispin <blogic@openwrt.org>
* | net/mosquitto: Bump to version 1.3.5Karl Palsson2014-10-10
|/ | | | | | | | | Minor point release due to delay in 1.4. This is a bugfix release. See: http://mosquitto.org/2014/10/version-1-3-5-released/ for changelog Signed-off-by: Karl Palsson <karlp@remake.is>
* net/mosquitto: Add PKG_LICENSE informationKarl Palsson2014-08-11
| | | | Signed-off-by: Karl Palsson <karlp@remake.is>
* net/mosquitto: update readme with protocol versionsKarl Palsson2014-08-11
| | | | | | Mosquitto has supported v3.1.1 of the mqtt protocol since verson 1.3 Signed-off-by: Karl Palsson <karlp@remake.is>
* net/mosquitto: Bump to version 1.3.4Karl Palsson2014-08-11
| | | | | | | | | | A minor point release. * Don’t ask client for certificate when require_certificate is false. * Fix incorrect handling of anonymous bridges on the local broker. * backout incomplete functionality incorrectly added in 1.3.2 Signed-off-by: Karl Palsson <karlp@remake.is>
* net/mosquitto: Bump to version 1.3.2Karl Palsson2014-07-14
| | | | | | | | | This is a bugfix and security release. Full details available at: http://mosquitto.org/2014/07/version-1-3-2-released/ Signed-off-by: Karl Palsson <karlp@remake.is>
* net/mosquitto: Import 1.3.1 from packagesKarl Palsson2014-06-03
This is actively maintained, and will continue to be maintained. Upstream development versions of the package is available at https://github.com/remakeelectric/owrt_pub_feeds Signed-off-by: Karl Palsson <karlp@remake.is>