2022-01-01 00:59:17 by =?UTF-8?B?RnLDqWTDqXJpYyBGYXViZXJ0ZWF1?= | Files touched by this commit (1) |
Log message:
mosquitto: Add missing patch
|
2021-12-31 18:51:34 by Greg Troxel | Files touched by this commit (1) | |
Log message:
net/mosquitto: regen distinfo
A patch was updated (comment only) without a regen
|
2021-12-31 17:02:09 by =?UTF-8?B?RnLDqWTDqXJpYyBGYXViZXJ0ZWF1?= | Files touched by this commit (1) |
Log message:
mosquitto: Restore comment accidentally deleted during the last commit
|
2021-12-31 10:57:36 by =?UTF-8?B?RnLDqWTDqXJpYyBGYXViZXJ0ZWF1?= | Files touched by this commit (5) |
Log message:
mosquitto: Update to 2.0.14
pkgsrc changes:
---------------
* Update patches to remove offsets.
upstream changes:
-----------------
2.0.14 - 2021-11-17
===================
Broker:
- Fix bridge not respecting receive-maximum when reconnecting with MQTT v5.
Client library:
- Fix mosquitto_topic_matches_sub2() not using the length parameters.
Closes #2364.
- Fix incorrect subscribe_callback in mosquittopp.h. Closes #2367.
2.0.13 - 2021-10-27
===================
Broker:
- Fix `max_keepalive` option not being able to be set to 0.
- Fix LWT messages not being delivered if `per_listener_settings` was set to
true. Closes #2314.
- Various fixes around inflight quota management. Closes #2306.
- Fix problem parsing config files with Windows line endings. Closes #2297.
- Don't send retained messages when a shared subscription is made.
- Fix log being truncated in Windows.
- Fix client id not showing in log on failed connections, where possible.
- Fix broker sending duplicate CONNACK on failed MQTT v5 reauthentication.
Closes #2339.
- Fix mosquitto_plugin.h not including mosquitto_broker.h. Closes #2350.
Client library:
- Initialise sockpairR/W to invalid in `mosquitto_reinitialise()` to avoid
closing invalid sockets in `mosquitto_destroy()` on error. Closes #2326.
Clients:
- Fix date format in mosquitto_sub output. Closes #2353.
|
2021-10-26 13:07:15 by Nia Alarie | Files touched by this commit (958) |
Log message:
net: Replace RMD160 checksums with BLAKE2s checksums
All checksums have been double-checked against existing RMD160 and
SHA512 hashes
Not committed (merge conflicts...):
net/radsecproxy/distinfo
The following distfiles could not be fetched (fetched conditionally?):
./net/citrix_ica/distinfo citrix_ica-10.6.115659/en.linuxx86.tar.gz
./net/djbdns/distinfo dnscache-1.05-multiple-ip.patch
./net/djbdns/distinfo djbdns-1.05-test28.diff.xz
./net/djbdns/distinfo djbdns-1.05-ignoreip2.patch
./net/djbdns/distinfo djbdns-1.05-multiip.diff
./net/djbdns/distinfo djbdns-cachestats.patch
|
2021-10-07 16:43:07 by Nia Alarie | Files touched by this commit (962) |
Log message:
net: Remove SHA1 hashes for distfiles
|
2021-06-16 00:29:46 by Greg Troxel | Files touched by this commit (1) |
Log message:
net/mosquitto: Disable plugins
These were not installed anyway, and one fails to build on macOS.
(No PKGREVISION due to no change in binary package.)
|
2021-06-12 01:13:41 by Greg Troxel | Files touched by this commit (2) |
Log message:
net/mosquitto: Update to 2.0.11
Packaging changes: link against pthread, per upstream recommendations
Upstream changes: Bugfixes
|
2021-06-08 12:12:55 by Manuel Bouyer | Files touched by this commit (2) |
Log message:
Add a websockets option, defaulting to on.
bump PKGREVISION
ok gdt@
|
2021-04-06 15:16:22 by Greg Troxel | Files touched by this commit (2) |
Log message:
net/mosquitto: Update to 2.0.10
Upstream changes: security fixes and bugfixes
|