aboutsummaryrefslogtreecommitdiff
path: root/net/mosquitto/files
Commit message (Collapse)AuthorAge
* mosquitto: support anonymous user per listenerDavid Andreoletti2024-04-10
| | | | Signed-off-by: David Andreoletti <david@andreoletti.net>
* mosquitto: add missing 'persistence' section in configPtilopsis Leucotis2022-09-26
| | | | | | | Section 'Persistence' in 'luci-app-mosquitto' is unusable without 'persistence' section in config file. Signed-off-by: Ptilopsis Leucotis <PtilopsisLeucotis@yandex.com>
* mosquitto: allow auth options with per listener settingsKarl Palsson2021-08-24
| | | | | | | Some settings can be either global or per listener, and we need to support both forms in UCI. Signed-off-by: Karl Palsson <karlp@etactica.com>
* mosquitto: init: support more UCI optionsKarl Palsson2021-08-24
| | | | | | | | | Recent versions of mosquitto have added a lot more fine grained control of various options. Add UCI support for all of them, and fix a couple of things that were configured as per listener, that are actually global settings. Signed-off-by: Karl Palsson <karlp@etactica.com>
* net/mosquitto: add respawnKarl Palsson2021-06-22
| | | | | | | | As a daemon service, respawn is expected by default, and we have that facility available via procd. Suggested-in: https://github.com/openwrt/packages/pull/15272 Signed-off-by: Karl Palsson <karlp@etactica.com>
* net/mosquitto: port is optional in root configKarl Palsson2021-04-26
| | | | | | | | | From mosquitto 2.x, port became optional and deprecated in the config, and it was recommended that listeners be used instead. Drop the hard requirement in our config conversion script. Reported in: https://github.com/openwrt/packages/issues/15506 Signed-off-by: <karlp@etactica.com>
* net/mosquitto: fix log_type conversion in configKarl Palsson2021-04-26
| | | | | | As reported in: https://github.com/openwrt/packages/issues/15506 Signed-off-by: Karl Palsson <karlp@etactica.com>
* net/mosquitto: correct config file option nameKarl Palsson2019-04-11
| | | | | | | | | Correct option is "password_file" not "passwd_file" Originally reported as: https://github.com/openwrt/packages/pull/8642 Added the package bump. Signed-off-by: Karl Palsson <karlp@etactica.com>
* net/mosquitto: support more acl plugin optionsKarl Palsson2018-11-28
| | | | | | | | | | | | Adds support for acl_plugin, and acl_opt_* options. acl_opt_* requires some care as it relies on the internal behaviour of cfg_load setting environment variables in a certain form. However, given that _all_ of the cfg_load infrastructure relies on that, we can be pretty sure that it won't change in a way that will hurt us. Originally reported as: https://github.com/openwrt/packages/pull/7434 Signed-off-by: Karl Palsson <karlp@etactica.com>
* net/mosquitto: support all the extra options from newest versionKarl Palsson2018-05-07
| | | | | | Import the config conversion script from https://github.com/remakeelectric/owrt_pub_feeds/tree/master/net/mosquitto-next Signed-off-by: Karl Palsson <karlp@etactica.com>
* mosquitto: properly use localhost instead of ipv4Karl Palsson2017-08-16
| | | | | | | On some environments, connecting to localhost was resolving to ::1, which didn't match the bind to the explicit 127.0.0.1. Signed-off-by: Karl Palsson <karlp@etactica.com>
* mosquitto: support more config options in UCIKarl Palsson2017-08-16
| | | | | | | | | | | | | | Added many more UCI config options, particularly for bridge connections The recently introduced username/password options for bridges are kept, even though they have been deprecated upstream for a while. In keeping with this, while support is kept in UCI, the generated mosquitto.conf file will always generate the "modern" remote_username/remote_password options preferred by mosquitto instead. Likewise for bridge clientid and remote_clientid options. Signed-off-by: Karl Palsson <karlp@etactica.com>
* net/mosquitto: support more config fields in init scriptKarl Palsson2017-05-05
| | | | | | | Adds the "notifications" option which is important when connecting mosquitto to rabbitmq for instance. Signed-off-by: Karl Palsson <karlp@etactica.com>
* net/mosquitto: Added further security configuration options for bridge sectionDavid Thornley2017-05-05
| | | | Signed-off-by: David Thornley <david.thornley@touchstargroup.com>
* net/mosquitto: chown data directoryKarl Palsson2016-08-30
| | | | | | | | The package creates a "mosquitto" user, but the support added for persistence creates the data directory as root running the init script. Properly chown the newly created directory to ensure it's writable. Signed-off-by: Karl Palsson <karlp@etactica.com>
* mosquitto: support optionally writing pidfilesKarl Palsson2016-04-11
| | | | | | | Uses procd built in pid file support, rather than mosquittos built in support. Signed-off-by: Karl Palsson <karlp@etactica.com>
* mosquitto: convert init script to procdKarl Palsson2016-03-07
| | | | | | | Adds support for persistence settings. Bumps package version for new init script. Signed-off-by: Karl Palsson <karlp@etactica.com>
* mosquitto: Include viable stub config fileKarl Palsson2016-03-07
| | | | | | | This should always have been available in the mosquitto package itself. This file needs to exist in basic form to allow the init scripts to even check whether it exists. Signed-off-by: Karl Palsson <karlp@etactica.com>
* mosquitto: use mirrored files/ treeKarl Palsson2016-03-07
| | | | | | | Instead of manually copying files and renaming on install, use the nice clean "files/<mirror>" structure and just $(CP) them into place. Signed-off-by: Karl Palsson <karlp@etactica.com>
* net: mosquitto: overhaul uci conversion scriptKarl Palsson2015-02-20
| | | | | | | | Support more options that came with mosquitto 1.4 Use more built in functions to make script simpler to read and easier to extend. Signed-off-by: Karl Palsson <karlp@remake.is>
* 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: 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>