Commit Graph

63 Commits

Author SHA1 Message Date
Karl Palsson 7c2f386e2d net: mosquitto: Fix libwebsockets detection
Patch suggested from upstream.  Bumping release and including the patch
directly until a point release is available.

Signed-off-by: Karl Palsson <karlp@remake.is>
2015-02-23 15:24:37 +00:00
Nicolas Thill cd21cbb82e mosquitto: don't depend on websocket for -nossl variant
Signed-off-by: Nicolas Thill <nico@openwrt.org>
2015-02-22 02:36:35 +01:00
Karl Palsson f3566f4809 net: mosquitto: add missing libuuid dependency
Improper patch resolution when importing this from it's development
repository :(

Signed-off-by: Karl Palsson <karlp@remake.is>
2015-02-20 16:56:28 +00:00
Karl Palsson a584b3efe8 net: mosquitto: Bump to 1.4 release
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>
2015-02-20 16:48:08 +00:00
Ian Leonard ac7cd4c6e6 misc: correct typo in Makefiles for PKG_LICENSE_FILES
Signed-off-by: Ian Leonard <antonlacon@gmail.com>
2014-11-24 23:43:37 -08:00
sbyx 21e7de8f06 Merge pull request #408 from blogic/userid
generic userid: use the new USERID api
2014-10-10 22:55:05 +02:00
Karl Palsson 5291d127a4 net/mosquitto: Bump to version 1.3.5
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>
2014-10-10 12:58:01 +00:00
John Crispin d4042ec35e generic userid: use the new USERID api
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>
2014-10-08 03:45:30 +02:00
Karl Palsson 7ee92fa45c net/mosquitto: Add PKG_LICENSE information
Signed-off-by: Karl Palsson <karlp@remake.is>
2014-08-11 13:19:42 +00:00
Karl Palsson 64ef7b2158 net/mosquitto: update readme with protocol versions
Mosquitto has supported v3.1.1 of the mqtt protocol since verson 1.3

Signed-off-by: Karl Palsson <karlp@remake.is>
2014-08-11 10:53:35 +00:00
Karl Palsson dfadab16da net/mosquitto: Bump to version 1.3.4
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>
2014-08-11 10:41:42 +00:00
Karl Palsson 207073f694 net/mosquitto: Bump to version 1.3.2
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>
2014-07-14 12:17:47 +00:00
Karl Palsson f417152407 net/mosquitto: Import 1.3.1 from packages
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>
2014-06-03 11:55:06 +00:00