./net/mosquitto, Open Source MQTT broker

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 2.0.18nb1, Package name: mosquitto-2.0.18nb1, Maintainer: gdt

Eclipse Mosquitto is an open source (EPL/EDL licensed) message broker that
implements the MQTT protocol versions 3.1 and 3.1.1 MQTT provides a
lightweight method of carrying out messaging using a publish/subscribe model.
This makes it suitable for "Internet of Things" messaging such as with low power
sensors or mobile devices such as phones, embedded computers or
microcontrollers like the Arduino.


Required to run:
[net/libcares] [security/openssl] [devel/cunit] [devel/libuuid]

Required to build:
[pkgtools/cwrappers] [devel/uthash]

Package options: websockets

Master sites:

Filesize: 777.687 KB

Version history: (Expand)


CVS history: (Expand)


   2023-10-25 00:11:51 by Thomas Klausner | Files touched by this commit (2298)
Log message:
*: bump for openssl 3
   2023-10-06 16:21:35 by =?UTF-8?B?RnLDqWTDqXJpYyBGYXViZXJ0ZWF1?= | Files touched by this commit (1)
Log message:
mosquitto: Patch rc.d script for setting user from rc.conf
   2023-10-06 09:50:55 by =?UTF-8?B?RnLDqWTDqXJpYyBGYXViZXJ0ZWF1?= | Files touched by this commit (1)
Log message:
mosquitto: Fix rc.d script for OS using pkgtools/rc.subr
   2023-09-19 00:10:19 by Greg Troxel | Files touched by this commit (2)
Log message:
net/mosquitto: Update to 2.0.18

2.0.18 - 2023-09-18
===================

Broker:
- Fix crash on subscribe under certain unlikely conditions. Closes #2885.
  Closes #2881.

Clients:
- Fix mosquitto_rr not honouring `-R`. Closes #2893.
   2023-08-24 03:17:44 by Greg Troxel | Files touched by this commit (2)
Log message:
net/mosquitto: Update to 2.0.17

upstream changes: fixes to regressions in 2.0.16
   2023-08-16 16:46:32 by Greg Troxel | Files touched by this commit (2)
Log message:
net/mosquitto: Update to 2.0.16

upstream changes: micro release with bug and security fixes.
   2023-06-06 14:42:56 by Taylor R Campbell | Files touched by this commit (1319)
Log message:
Mass-change BUILD_DEPENDS to TOOL_DEPENDS outside mk/.

Almost all uses, if not all of them, are wrong, according to the
semantics of BUILD_DEPENDS (packages built for target available for
use _by_ tools at build-time) and TOOL_DEPEPNDS (packages built for
host available for use _as_ tools at build-time).

No change to BUILD_DEPENDS as used correctly inside buildlink3.

As proposed on tech-pkg:
https://mail-index.netbsd.org/tech-pkg/2023/06/03/msg027632.html
   2022-08-17 01:08:39 by Greg Troxel | Files touched by this commit (3)
Log message:
net/mosquitto: Update to 2.0.15

Upstream changes: bugfixes