Version: 2.0.14, Package name: mosquitto-2.0.14 |
Maintained by: The OpenBSD ports mailing-list |
Master sites: |
Description Eclipse Mosquitto is an open source (EPL/EDL licensed) message broker that implements the MQTT protocol (at the time of writing, versions 3.1, 3.1.1, and 5.0). 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. The Mosquitto project also provides a C library for implementing MQTT clients, and the very popular mosquitto_pub and mosquitto_sub command line MQTT clients. |
Filesize: 768.959 KB |
Version History (View Complete History) |
|
2021-09-02 07:13:50 by Stuart Henderson | Files touched by this commit (6) |
Log message: update to mosquitto-2.0.12 |
2021-06-10 02:38:48 by Stuart Henderson | Files touched by this commit (4) |
Log message: update to mosquitto-2.0.11 |
2021-05-04 10:34:03 by Theo Buehler | Files touched by this commit (2) |
Log message: net/mosquitto: avoid upcoming build failure Use OpenSSL 1.1.1 code path that uses SSL_CTX_up_ref() instead of handrolling it. This way mosquitto will continue to build after an upcoming libssl bump. |
2021-04-05 08:30:35 by Stuart Henderson | Files touched by this commit (4) |
Log message: update to mosquitto-2.0.10 |
2021-03-12 14:18:00 by Stuart Henderson | Files touched by this commit (3) |
Log message: update to mosquitto-2.0.9 |
2021-03-08 08:35:57 by Stuart Henderson | Files touched by this commit (2) |
Log message: mosquitto: remove the patch to sample config that told it to write a pid file when running as a daemon (in /var/run/mosquitto.pid). in 2.x priv dropping was changed to do less before dropping privs and this no longer works. found by patrick@ |
2021-02-26 09:17:26 by Stuart Henderson | Files touched by this commit (3) |
Log message: update to mosquitto-2.0.8 |
2021-02-23 12:39:53 by Stuart Henderson | Files touched by this commit (743) |
Log message: Reverse the polarity of MODPY_VERSION; default is now 3.x, if a port needs 2.x then set MODPY_VERSION=${MODPY_DEFAULT_VERSION_2}. This commit doesn't change any versions currently used; it may be that some ports have MODPY_DEFAULT_VERSION_2 but don't require it, those should be cleaned up in the course of updating ports where possible. Python module ports providing py3-* packages should still use FLAVOR=python3 so that we don't have a mixture of dependencies some using ${MODPY_FLAVOR} and others not. |
2021-02-05 07:30:40 by Stuart Henderson | Files touched by this commit (3) |
Log message: update to mosquitto-2.0.7 |
2021-02-02 04:21:59 by Stuart Henderson | Files touched by this commit (1) |
Log message: mosquitto also needs docbook-xsl |
2021-02-01 03:55:27 by Stuart Henderson | Files touched by this commit (1) |
Log message: mosquitto: xsltproc needed for build |
2021-01-29 09:08:27 by Stuart Henderson | Files touched by this commit (13) |
Log message: update to mosquitto-2.0.6 |
2021-01-03 05:00:12 by Jasper Lievisse Adriaanse | Files touched by this commit (2) |
Log message: drop maintainership for i no longer use these |
2020-11-27 07:56:29 by Stuart Henderson | Files touched by this commit (1) |
Log message: mosquitto: build with optional websockets support so that it can be enabled in config if wanted. following a query from Jeff Ross ok jasper@ (maintainer) |
2020-08-22 07:55:07 by Jasper Lievisse Adriaanse | Files touched by this commit (2) |
Log message: update to mosquitto-1.6.12 addressing a memory leak when handling PUBLISH messages |
2020-08-14 11:19:50 by Jasper Lievisse Adriaanse | Files touched by this commit (4) |
Log message: update to mosquitto-1.6.11 |
2020-06-25 01:38:16 by Jasper Lievisse Adriaanse | Files touched by this commit (3) |
Log message: mosquitto patches were merged upstream, and fastnetmon was submitted upstream |
2020-06-13 02:34:50 by Jasper Lievisse Adriaanse | Files touched by this commit (2) |
Log message: submitted upstream |
2020-06-10 04:05:20 by Jasper Lievisse Adriaanse | Files touched by this commit (5) |
Log message: give regress tests a chance to run again |
2020-06-10 01:39:56 by Jasper Lievisse Adriaanse | Files touched by this commit (7) |
Log message: - update to mosquitto-1.6.10 - switch to python3 - rework some patches for inclusion upstream |
2020-03-13 06:41:03 by Jasper Lievisse Adriaanse | Files touched by this commit (4) |
Log message: update to mosquitto-1.6.9 |
2019-12-08 13:29:03 by Jasper Lievisse Adriaanse | Files touched by this commit (3) |
Log message: update to mosquitto-1.6.8 |
2019-11-15 12:16:19 by Jasper Lievisse Adriaanse | Files touched by this commit (1) |
Log message: add forgotten patch; no bump as it didn't package before |
2019-11-13 13:53:32 by Jasper Lievisse Adriaanse | Files touched by this commit (14) |
Log message: update to mosquitto-1.6.7 |
2019-07-12 14:49:09 by Stuart Henderson | Files touched by this commit (854) |
Log message: replace simple PERMIT_PACKAGE_CDROM=Yes with PERMIT_PACKAGE=Yes |
2019-03-07 12:41:18 by Jasper Lievisse Adriaanse | Files touched by this commit (3) |
Log message: update to mosquitto-1.5.8 |
2019-02-12 12:18:41 by Jasper Lievisse Adriaanse | Files touched by this commit (7) |
Log message: security update to mosquitto-1.5.6 https://mosquitto.org/blog/2019/02/version-1-5-6-released/ |
2019-01-07 11:36:44 by Jasper Lievisse Adriaanse | Files touched by this commit (5) |
Log message: update to mosquitto-1.5.5 |
2018-10-24 08:28:14 by Stuart Henderson | Files touched by this commit (740) |
Log message: Add COMPILER lines to c++ ports which currently use the default. Adjust some existing COMPILER lines with arch restrictions etc. In the usual case this is now using "COMPILER = base-clang ports-gcc base-gcc" on ports with c++ libraries in WANTLIB. This is basically intended to be a noop on architectures using clang as the system compiler, but help with other architectures where we currently have many ports knocked out due to building with an unsuitable compiler - - some ports require c++11/newer so the GCC version in base that is used on these archirtectures is too old. - some ports have conflicts where an executable is built with one compiler (e.g. gcc from base) but a library dependency is built with a different one (e.g. gcc from ports), resulted in mixing incompatible libraries in the same address space. devel/gmp is intentionally skipped as it's on the path to building gcc - the c++ library there is unused in ports (and not built by default upstream) so intending to disable building gmpcxx in a future commit. |
2018-09-27 05:07:39 by Jasper Lievisse Adriaanse | Files touched by this commit (3) |
Log message: security update to mosquitto-1.5.3 which addresses CVE-2018-12543. it's recommended users update as quickly as possible to prevent a malicious user from triggering the issue and causing the server to go offline. note this does not affect mosquitto 1.4.x which is available on OPENBSD_6_3. thanks to upstream mosquitto for the heads-up |
2018-09-22 02:19:25 by Jasper Lievisse Adriaanse | Files touched by this commit (5) |
Log message: update to mosquitto-1.5.2 |
2018-08-31 13:05:47 by Jasper Lievisse Adriaanse | Files touched by this commit (2) |
Log message: update to mosquitto-1.5.1 |
2018-06-03 08:20:43 by Jasper Lievisse Adriaanse | Files touched by this commit (13) |
Log message: update to mosquitto-1.5 https://mosquitto.org/blog/2018/05/version-1-5-released/ |
2018-06-03 06:10:07 by Jasper Lievisse Adriaanse | Files touched by this commit (4) |
Log message: remove patches that are no longer needed as this builds fine with -current libressl |
2018-04-23 02:55:27 by Theo Buehler | Files touched by this commit (1) |
Log message: Switch HOMEPAGE and MASTER_SITES to https. ok jasper |
2018-04-23 02:41:07 by Jasper Lievisse Adriaanse | Files touched by this commit (2) |
Log message: change the configuration to only listen on localhost by default instead of on all available interfaces. there are too many misconfigured mqtt servers to be found that expose all topics to the whole world.. |
2018-04-20 11:41:59 by Jasper Lievisse Adriaanse | Files touched by this commit (5) |
Log message: - update to mosquitto-1.4.15 - take maintainership ok edd@ (previous MAINTAINER) |
2018-02-27 14:47:39 by Marc Espie | Files touched by this commit (36) |
Log message: remove traces of utf8 encoding in pkg/DESCR bump accordingly |
2018-01-11 12:27:12 by Robert Peichaer | Files touched by this commit (624) |
Log message: Change the shebang line from /bin/sh to /bin/ksh in all ports rc.d daemon scripts and bump subpackages that contain the *.rc scripts. discussed with and OK aja@ OK tb |
2017-07-26 16:45:35 by Stuart Henderson | Files touched by this commit (937) |
Log message: bump LIBCXX/LIBECXX/COMPILER_LIBCXX ports. |
2017-07-16 13:19:06 by Marc Espie | Files touched by this commit (880) |
Log message: use COMPILER_LIBCXX where applicable |
2017-04-15 14:49:44 by Stuart Henderson | Files touched by this commit (2) |
Log message: rand()%x -> arc4random_uniform, split up from a large diff, seems fine to edd@ |
2017-04-15 14:49:09 by Stuart Henderson | Files touched by this commit (3) |
Log message: use libc's uuid generation functions rather than pulling in e2fsprogs. split up from a combined diff, seems fine to edd@ |
2017-04-15 14:46:16 by Stuart Henderson | Files touched by this commit (8) |
Log message: enable tests, part of a larger diff which seems fine to edd@ |
2017-04-10 05:46:37 by Stuart Henderson | Files touched by this commit (277) |
Log message: use LIBCXX |
2017-03-28 11:02:01 by Jasper Lievisse Adriaanse | Files touched by this commit (8) |
Log message: update to mosquitto-1.4.11 ok edd@ (MAINTAINER) |
2015-05-22 03:30:13 by Antoine Jacoutot | Files touched by this commit (1) |
Log message: Don't pick up libcares. |
2015-05-19 15:19:31 by Antoine Jacoutot | Files touched by this commit (2) |
Log message: Drop @extra -- /var/run is cleaned at boot time. |