summaryrefslogtreecommitdiffstats
path: root/pkgs/servers/mqtt
AgeCommit message (Collapse)Author
2019-06-23mosquitto: 1.6.2 -> 1.6.3Peter Hoeg
2019-06-16treewide: remove unused variables (#63177)volth
* treewide: remove unused variables * making ofborg happy
2019-06-03mosquitto: 1.6.1 -> 1.6.2 (#62480)R. RyanTM
Security release: http://mosquitto.org/blog/2019/04/version-1-6-2-released/
2019-05-01mosquitto: 1.6 -> 1.6.1R. RyanTM
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/mosquitto/versions
2019-04-24mosquitto: 1.5.8 -> 1.6Peter Hoeg
2019-03-01mosquitto: 1.5.5 -> 1.5.8 and add systemd supportPeter Hoeg
2019-01-03mosquitto: 1.5.4 -> 1.5.5R. RyanTM
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/mosquitto/versions
2018-12-15mosquitto: 1.5.3 -> 1.5.4Rickard Nilsson
Remove patch that has been merged upstrem.
2018-11-12mosquitto: enable websockets supportPeter Hoeg
2018-10-25mosquitto: 1.4.15 -> 1.5.3Peter Hoeg
Use cmake on all platforms instead of only macos.
2018-03-09mosquitto: 1.4.14 -> 1.4.15Ryan Mulligan
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)volth
2017-09-20libwebsockets: revert making libuv a propagated build inputJörg Thalheim
it is possible to use libwebsockets without libuv cc @volth
2017-09-19mosquitto: 1.4 -> 1.4.14Volth
fixes #29567
2016-09-14mosquitto: add websockets support.Matthew O'Gorman
2016-08-16mosquitto: use cmake for darwinMatthew Bauer
Makefile says this: Please compile using CMake on Mac OS X.
2016-02-20mosquitto: Use built-in Makefile for installation.Moritz Ulrich
This will also install man pages, client-binaries (mosquitto_sub, mosquitto_pub), libs, headers, etc.
2015-02-21Add Mosquitto MQTT server packageSuvash Thapaliya
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