Go to file
Martin Hauke ad0fe15447 Accepting request 883684 from home:mnhauke
- Update to version 2.0.10
  Security:
  * CVE-2021-28166: If an authenticated client connected with
    MQTT v5 sent a malformed CONNACK message to the broker a NULL
    pointer dereference occurred, most likely resulting in a
    segfault. This will be updated with the CVE number when it is
    assigned.
    Affects versions 2.0.0 to 2.0.9 inclusive.
  Broker:
  * Don't over write new receive-maximum if a v5 client connects
    and takes over an old session.
  * Fix CVE-2021-28166. Closes #2163.
  Clients:
  * Set `receive-maximum` to not exceed the `-C` message count in
    mosquitto_sub and mosquitto_rr, to avoid potentially lost
    messages.
  * Fix TLS-PSK mode not working with port 8883.
  Client library:
  * Fix possible socket leak. This would occur if a client was
    using `mosquitto_loop_start()`, then if the connection failed
    due to the remote server being inaccessible they called
    `mosquitto_loop_stop(, true)` and recreated the mosquitto
    object.
  Build:
  * A variety of minor build related fixes, like functions not
    having previous declarations.

OBS-URL: https://build.opensuse.org/request/show/883684
OBS-URL: https://build.opensuse.org/package/show/network:messaging:mqtt/mosquitto?expand=0&rev=53
2021-04-07 22:25:40 +00:00
.gitattributes Accepting request 499508 from home:mnhauke 2017-05-30 12:53:47 +00:00
.gitignore Accepting request 499508 from home:mnhauke 2017-05-30 12:53:47 +00:00
fix-undefined-symbols-in-plugins.patch Accepting request 883684 from home:mnhauke 2021-04-07 22:25:40 +00:00
mosquitto-1.4.1_apparmor.patch - Convert some of the BuildRequires from package names to 2021-03-11 12:29:52 +00:00
mosquitto-1.6.8-config.patch - Convert some of the BuildRequires from package names to 2021-03-11 12:29:52 +00:00
mosquitto-2.0.10.tar.gz Accepting request 883684 from home:mnhauke 2021-04-07 22:25:40 +00:00
mosquitto-2.0.10.tar.gz.sig Accepting request 883684 from home:mnhauke 2021-04-07 22:25:40 +00:00
mosquitto.changes Accepting request 883684 from home:mnhauke 2021-04-07 22:25:40 +00:00
mosquitto.keyring Accepting request 677198 from home:mnhauke 2019-02-19 12:08:24 +00:00
mosquitto.service Accepting request 499508 from home:mnhauke 2017-05-30 12:53:47 +00:00
mosquitto.spec Accepting request 883684 from home:mnhauke 2021-04-07 22:25:40 +00:00
README-ca_certificates Accepting request 499508 from home:mnhauke 2017-05-30 12:53:47 +00:00
README-certs Accepting request 499508 from home:mnhauke 2017-05-30 12:53:47 +00:00
README-conf-d Accepting request 499508 from home:mnhauke 2017-05-30 12:53:47 +00:00