summary refs log tree commit diff
path: root/pkgs/servers/mqtt
Commit message (Collapse)AuthorAge
* mosquitto: add nixos test into passthru.testsMartin Weinelt2023-10-22
|
* mosquitto: 2.0.17 -> 2.0.18datafoo2023-10-22
| | | | https://mosquitto.org/blog/2023/09/version-2-0-18-released/
* Merge pull request #228138 from rycee/mosquitto/outputsDoron Behar2023-10-18
|\ | | | | mosquitto: use multiple outputs
| * mosquitto: use multiple outputsRobert Helgesson2023-05-17
| | | | | | | | | | | | | | | | | | | | Most importantly, separate the library from the executables. When the library is used as a standalone MQTT client library, then we don't want to pull in, e.g., the broker daemon. Conveniently, the library output does not have a runtime dependency on systemd so it becomes unnecessary to use `withSystemd = false` to keep the closure size down when only wanting to use the library.
* | mosquitto: 2.0.15 -> 2.0.17datafoo2023-08-23
| |
* | mosquitto: fix bug with firefox wss http/2Rowan Skewes2023-07-25
| | | | | | | | | | | | | | Firefox has a bug preventing websockets being created with a server that uses http/2. Building libwebsockets without http/2 support fixes this issue for mosquitto. See https://github.com/eclipse/mosquitto/issues/1211#issuecomment-958137569
* | nanomq: disable fortify3 hardening flag for idl_serial buildRobert Scott2023-07-09
| |
* | flashmq: init at 1.4.5Nikolay Korotkiy2023-05-28
| |
* | nanomq: 0.16.3 -> 0.18.2Robert Scott2023-05-20
|/
* nanomq: 0.15.5 → 0.16.3Nikolay Korotkiy2023-03-18
|
* treewide: move more NIX_CFLAGS_COMPILE to envWeijia Wang2023-02-25
|
* nanomq: 0.15.1 → 0.15.5Nikolay Korotkiy2023-02-19
|
* treewide: systemdSupport: use lib.meta.availableOnAdam Joseph2023-01-22
| | | | | | | | | | | | | | | | | | | | Many packages have some kind of flag indicating whether or not to build with systemd support. Most of these default to `stdenv.isLinux`, but systemd does not build on (and is marked `broken` for) `isStatic`. Only a few packages have the needed `&& !isStatic` in the default value for their parameter. This commit moves the logic for the default value of these flags into `systemd.meta.{platforms,badPlatforms}` and evaluates those conditions using `lib.meta.availableOn`. This provides three benefits: 1. The default values are set correctly (i.e. including `&& isStatic`) 2. The default values are set consistently 3. The way is paved for any future non-Linux systemd platforms (FreeBSD is reported to have experimental systemd support)
* nanomq: 0.14.8 → 0.15.1Nikolay Korotkiy2023-01-16
|
* nanomq: 0.14.5 -> 0.14.8R. Ryantm2022-12-17
|
* nanomq: 0.14.1 -> 0.14.5R. Ryantm2022-12-14
|
* Merge pull request #204328 from evils/mosquittoPascal Bach2022-12-04
|\ | | | | mosquitto: 2.0.14 -> 2.0.15
| * mosquitto: 2.0.14 -> 2.0.15Evils2022-12-03
| |
* | nanomq: 0.13.6 -> 0.14.1R. Ryantm2022-12-04
|/
* nanomq: 0.13.1 → 0.13.6Nikolay Korotkiy2022-11-26
|
* nanomq: 0.13.0 -> 0.13.1R. Ryantm2022-11-22
|
* nanomq: init at 0.13.0Nikolay Korotkiy2022-11-06
|
* mosquitto: 2.0.12 -> 2.0.14datafoo2022-01-07
|
* mosquitto: use libwebsockets 4.xRick van Schijndel2021-11-23
| | | | | | This requires us to enable LWS_WITH_EXTERNAL_POLL. Since only mosquitto needs that and upstream discourages enabling it, we'll just do it in an override in mosquitto.
* mosquitto: 2.0.11 -> 2.0.12Thomas Gerbet2021-09-01
| | | | https://github.com/eclipse/mosquitto/blob/v2.0.12/ChangeLog.txt
* mosquitto: 2.0.10 -> 2.0.11Thomas Gerbet2021-08-10
| | | | | | Fixes CVE-2021-34431. https://github.com/eclipse/mosquitto/blob/v2.0.11/ChangeLog.txt
* mosquitto: 1.6.12 -> 2.0.10Pavol Rusnak2021-04-05
|
* treewide: with stdenv.lib; in meta -> with lib;Profpatsch2021-01-11
| | | | | | | | | | | | | | | | | | | Part of: https://github.com/NixOS/nixpkgs/issues/108938 meta = with stdenv.lib; is a widely used pattern. We want to slowly remove the `stdenv.lib` indirection and encourage people to use `lib` directly. Thus let’s start with the meta field. This used a rewriting script to mostly automatically replace all occurances of this pattern, and add the `lib` argument to the package header if it doesn’t exist yet. The script in its current form is available at https://cs.tvl.fyi/depot@2f807d7f141068d2d60676a89213eaa5353ca6e0/-/blob/users/Profpatsch/nixpkgs-rewriter/default.nix
* mosquitto: 1.6.11 -> 1.6.12R. RyanTM2020-11-03
|
* mosquitto: 1.6.10 -> 1.6.11R. RyanTM2020-08-15
|
* mosquitto: 1.6.8 -> 1.6.10R. RyanTM2020-06-16
|
* mosquitto: 1.6.7 -> 1.6.8R. RyanTM2020-01-22
|
* mosquitto: 1.6.6 -> 1.6.7R. RyanTM2019-10-23
| | | | | | | 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
* mosquitto: 1.6.5 -> 1.6.6Peter Hoeg2019-09-19
|
* mosquitto: 1.6.4 -> 1.6.5Peter Hoeg2019-09-16
|
* Merge staging-next into stagingFrederik Rietdijk2019-08-17
|\
| * mosquitto: 1.6.3 -> 1.6.4R. RyanTM2019-08-04
| | | | | | | | | | | | | | 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
* | treewide: name -> pname (easy cases) (#66585)volth2019-08-15
|/ | | | | | | | | treewide replacement of stdenv.mkDerivation rec { name = "*-${version}"; version = "*"; to pname
* mosquitto: 1.6.2 -> 1.6.3Peter Hoeg2019-06-23
|
* treewide: remove unused variables (#63177)volth2019-06-16
| | | | | | * treewide: remove unused variables * making ofborg happy
* mosquitto: 1.6.1 -> 1.6.2 (#62480)R. RyanTM2019-06-03
| | | Security release: http://mosquitto.org/blog/2019/04/version-1-6-2-released/
* mosquitto: 1.6 -> 1.6.1R. RyanTM2019-05-01
| | | | | | | 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
* mosquitto: 1.5.8 -> 1.6Peter Hoeg2019-04-24
|
* mosquitto: 1.5.5 -> 1.5.8 and add systemd supportPeter Hoeg2019-03-01
|
* mosquitto: 1.5.4 -> 1.5.5R. RyanTM2019-01-03
| | | | | | | 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
* mosquitto: 1.5.3 -> 1.5.4Rickard Nilsson2018-12-15
| | | | Remove patch that has been merged upstrem.
* mosquitto: enable websockets supportPeter Hoeg2018-11-12
|
* mosquitto: 1.4.15 -> 1.5.3Peter Hoeg2018-10-25
| | | | Use cmake on all platforms instead of only macos.
* mosquitto: 1.4.14 -> 1.4.15Ryan Mulligan2018-03-09
| | | | | | | | | 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
* mosquitto: fix darwin build (#29851)volth2017-09-28
|