3 Commits

Author SHA256 Message Date
9499e41732 Accepting request 1251827 from network:messaging:mqtt
Forwarded request #1251038 from mnhauke

- Update to version 2.0.21
  Broker
  * Fix clients sending a RESERVED packet not being quickly
    disconnected.
  * Fix bind_interface producing an error when used with an
    interface that has an IPv6 link-local address and no other
    IPv6 addresses.
  * Fix mismatched wrapped/unwrapped memory alloc/free in
    properties.
  * Fix allow_anonymous false not being applied in local only mode.
  * Add retain_expiry_interval option to fix expired retained
    message not being removed from memory if they are not
    subscribed to.
  * Produce an error if invalid combinations of
    cafile/capath/certfile/keyfile are used.
  * Backport keepalive checking from develop to fix problems in
    current implementation.
  Client library
  * Fix potential deadlock in mosquitto_sub if -W is used.
  Apps
  * mosquitto_ctrl dynsec now also allows -i to specify a clientid
    as well as -c. This matches the documentation which states -i.
  Tests
  * Fix 08-ssl-connect-cert-auth-expired and
    08-ssl-connect-cert-auth-revoked tests when under load.

OBS-URL: https://build.opensuse.org/request/show/1251827
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/mosquitto?expand=0&rev=34
2025-03-10 18:07:29 +00:00
8869a9814d - Update to version 2.0.21
Broker
  * Fix clients sending a RESERVED packet not being quickly
    disconnected.
  * Fix bind_interface producing an error when used with an
    interface that has an IPv6 link-local address and no other
    IPv6 addresses.
  * Fix mismatched wrapped/unwrapped memory alloc/free in
    properties.
  * Fix allow_anonymous false not being applied in local only mode.
  * Add retain_expiry_interval option to fix expired retained
    message not being removed from memory if they are not
    subscribed to.
  * Produce an error if invalid combinations of
    cafile/capath/certfile/keyfile are used.
  * Backport keepalive checking from develop to fix problems in
    current implementation.
  Client library
  * Fix potential deadlock in mosquitto_sub if -W is used.
  Apps
  * mosquitto_ctrl dynsec now also allows -i to specify a clientid
    as well as -c. This matches the documentation which states -i.
  Tests
  * Fix 08-ssl-connect-cert-auth-expired and
    08-ssl-connect-cert-auth-revoked tests when under load.

OBS-URL: https://build.opensuse.org/package/show/network:messaging:mqtt/mosquitto?expand=0&rev=75
2025-03-10 14:43:40 +00:00
Martin Hauke
a2cc85317f - Update to version 2.0.20
Broker:
  - Fix QoS 1 / QoS 2 publish incorrectly returning
    "no subscribers".
  - Don't allow invalid response topic values.
  - Fix some strict protocol compliance issues.

OBS-URL: https://build.opensuse.org/package/show/network:messaging:mqtt/mosquitto?expand=0&rev=71
2024-10-19 17:22:29 +00:00