about summary refs log tree commit diff
path: root/pkgs/servers/mqtt
AgeCommit message (Collapse)AuthorFilesLines
2018-12-15mosquitto: 1.5.3 -> 1.5.4Rickard Nilsson1-11/+2
Remove patch that has been merged upstrem.
2018-11-12mosquitto: enable websockets supportPeter Hoeg1-0/+5
2018-10-25mosquitto: 1.4.15 -> 1.5.3Peter Hoeg1-23/+38
Use cmake on all platforms instead of only macos.
2018-03-09mosquitto: 1.4.14 -> 1.4.15Ryan Mulligan1-2/+2
Semi-automatic update. These checks were done: - built on NixOS - Warning: no binary found that responded to help or version flags. (This warning appears even if the package isn't expected to have binaries.) - found 1.4.15 with grep in /nix/store/7nifpbj16dlhljb2jwbwxyv4wx1zwa1y-mosquitto-1.4.15 - found 1.4.15 in filename of file in /nix/store/7nifpbj16dlhljb2jwbwxyv4wx1zwa1y-mosquitto-1.4.15
2017-09-28mosquitto: fix darwin build (#29851)volth1-2/+2
2017-09-20libwebsockets: revert making libuv a propagated build inputJörg Thalheim1-2/+2
it is possible to use libwebsockets without libuv cc @volth
2017-09-19mosquitto: 1.4 -> 1.4.14Volth1-6/+5
fixes #29567
2016-09-14mosquitto: add websockets support.Matthew O'Gorman1-2/+5
2016-08-16mosquitto: use cmake for darwinMatthew Bauer1-2/+3
Makefile says this: Please compile using CMake on Mac OS X.
2016-02-20mosquitto: Use built-in Makefile for installation.Moritz Ulrich1-4/+7
This will also install man pages, client-binaries (mosquitto_sub, mosquitto_pub), libs, headers, etc.
2015-02-21Add Mosquitto MQTT server packageSuvash Thapaliya1-0/+30
as of now it is just built and copied to the right place so that the server can be run. hopefully i will be tweaking with the configuration files in the future and tweak this a bit more