16 Commits

Author SHA1 Message Date
jasper
b0a1fa6844 update to mosquitto-1.5.8 2019-03-07 19:41:18 +00:00
jasper
571044813f security update to mosquitto-1.5.6
https://mosquitto.org/blog/2019/02/version-1-5-6-released/
2019-02-12 19:18:41 +00:00
jasper
d97d7f8954 update to mosquitto-1.5.5 2019-01-07 18:36:44 +00:00
jasper
d2f2baf6f6 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-27 11:07:39 +00:00
jasper
3b8bec1b98 update to mosquitto-1.5.2 2018-09-22 08:19:25 +00:00
jasper
d326c724bc update to mosquitto-1.5
https://mosquitto.org/blog/2018/05/version-1-5-released/
2018-06-03 14:20:43 +00:00
jasper
e5c0e045dc remove patches that are no longer needed as this builds fine with -current libressl 2018-06-03 12:10:07 +00:00
jasper
154b1a65e2 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-23 08:41:07 +00:00
jasper
ba0171f0bf - update to mosquitto-1.4.15
- take maintainership

ok edd@ (previous MAINTAINER)
2018-04-20 17:41:59 +00:00
ajacoutot
75cb90d918 Drop uneeded patches, CFLAGS, chunks now that we have proper definitions
for EPROTO and EBADMSG.
2017-11-09 16:50:39 +00:00
sthen
fa54bef26e rand()%x -> arc4random_uniform, split up from a large diff, seems fine
to edd@
2017-04-15 20:49:44 +00:00
sthen
7d0f94d2f1 use libc's uuid generation functions rather than pulling in e2fsprogs.
split up from a combined diff, seems fine to edd@
2017-04-15 20:49:09 +00:00
sthen
4dbc99766c enable tests, part of a larger diff which seems fine to edd@ 2017-04-15 20:46:16 +00:00
jasper
6a466c1b59 update to mosquitto-1.4.11
ok edd@ (MAINTAINER)
2017-03-28 17:02:01 +00:00
jasper
b84ae516e8 - update to mosquitto-1.4.9
ok edd@ (MAINTAINER)
2016-08-13 15:18:58 +00:00
edd
a4c7a1e0bc Import mosquitto -- an opensource MQTT broker.
Input from sthen@ and dcoppa@, thanks.

OK dcoppa@
2015-05-19 19:13:39 +00:00