Path to this page:
./
net/mosquitto,
Open Source MQTT broker
Branch: CURRENT,
Version: 2.0.20,
Package name: mosquitto-2.0.20,
Maintainer: gdtEclipse 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: 781.223 KB
Version history: (Expand)
- (2024-10-17) Updated to version: mosquitto-2.0.20
- (2024-10-15) Updated to version: mosquitto-2.0.19nb2
- (2024-10-13) Updated to version: mosquitto-2.0.19nb1
- (2024-10-13) Updated to version: mosquitto-2.0.19
- (2023-10-25) Updated to version: mosquitto-2.0.18nb1
- (2023-09-19) Updated to version: mosquitto-2.0.18
CVS history: (Expand)
2024-10-18 00:37:29 by Greg Troxel | Files touched by this commit (2) |
Log message:
net/mosquitto: Drop patch superceded by upstream
Long ago, upstream didn't include strings.h, but used strcasecmp, and
a patch added the include. Now, upstream includes strings.h except on
WIN32 (presumably because it's not POSIX), and the extra include is
pointless.
|
2024-10-18 00:30:30 by Greg Troxel | Files touched by this commit (2) |
Log message:
net/mosquitto: rm correct patch file
|
2024-10-18 00:22:48 by Greg Troxel | Files touched by this commit (2) |
Log message:
net/mosquitto: gc support for NetBSD before 6
mosquitto uses strnlen, which is required by POSIX.1-2008, but did not
appear in NetBSD before 6. Because NetBSD 5 is ancient, and much
older than 8, the oldest version formally supported, drop the patch as
costing more in cognitive load than it helps, guessing there are zero
people benefiting
|
2024-10-17 02:04:26 by Greg Troxel | Files touched by this commit (4) |
Log message:
net/mosquitto: Update to 2.0.20
packaging changes:
Drop patch-FIX (upstream pthreads fix now in a release)
Drop patch-config.h (visibility define fix applied upstream)
Upstream NEWS: bug fixes
|
2024-10-14 23:51:21 by Greg Troxel | Files touched by this commit (3) |
Log message:
net/mosquitto: GC workaround for libwebsockets cmake bug
libwebsockets now installs a more reasonable cmake file for use by
depending packages. Don't worry about requiring the new version,
because the problem was most likely just a warning anyway.
|
2024-10-14 23:27:44 by Greg Troxel | Files touched by this commit (2) |
Log message:
net/mosquitto: Fix patch and distinfo from previous
|
2024-10-14 23:25:13 by Greg Troxel | Files touched by this commit (1) |
Log message:
net/mosquitto: Remove stray backup file that was unintentionally committed
|
2024-10-13 18:30:00 by Greg Troxel | Files touched by this commit (2) |
Log message:
net/mosquitto: Fix upstream visibility define bug
|