Accepting request 928017 from home:mnhauke

- Update to version 2.0.13
  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.
  * Various fixes around inflight quota management.
  * Fix problem parsing config files with Windows line endings.
  * Don't send retained messages when a shared subscription is made
  * Fix client id not showing in log on failed connections, where
    possible.
  * Fix broker sending duplicate CONNACK on failed MQTT v5
    reauthentication.
  * Fix mosquitto_plugin.h not including mosquitto_broker.h.
  Client library:
  * Initialise sockpairR/W to invalid in `mosquitto_reinitialise()`
    to avoid closing invalid sockets in `mosquitto_destroy()` on
    error.
  Clients:
  - Fix date format in mosquitto_sub output.

OBS-URL: https://build.opensuse.org/request/show/928017
OBS-URL: https://build.opensuse.org/package/show/network:messaging:mqtt/mosquitto?expand=0&rev=59
This commit is contained in:
Martin Hauke 2021-10-29 18:31:44 +00:00 committed by Git OBS Bridge
parent 9cc75b7829
commit f4c88b6d8d
6 changed files with 43 additions and 20 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:31cf0065cb431d6f4e57a5f4d56663e839c9d177362eff89582d7cfde191c933
size 783859

View File

@ -1,16 +0,0 @@
-----BEGIN PGP SIGNATURE-----
iQIzBAABCgAdFiEEoNbuodyuSaY1o7Lwd5si37PnF7cFAmEulDIACgkQd5si37Pn
F7cJvA//UNSoMaisrPFdGpwG0vsaqJhWIXfAYvq9ICBcc0Sf7TqJ17CJ2Gz/89ii
qy0av5FIE/+t4K4i8KAlHFNVvHdCf4Qgod+yeplXNR0szYdziC75fDhOzoV88oyj
QF0Qq+652FZxAqSx+V7PdW3nYRW58TjPXE+DlKPG9hk0vMEPZYxiMAJE6jdlLxKP
1X7UI0q+R+R+z5/nKtoF++G8rOfHWvunGMsPBPVVKHvLWHyCgA/t+ajbMtThPt9t
raRV47lzUaZ582soPv5pn4qyBd3+4+mhvd5gdZe/DRWFluht73SjU/M5VkgeO23y
RhR9KZWzlYpH1LZg9ujpM3Cv1kLYDbr8RIRUYKPfgd5PbZ3KIzEl2lkAm9bZFw2j
LmfzXEToNWy70zwvoCiA2OMZi3uBMSrhk9NMIoKIFISCaX6eqPy0xOF49asIe7SK
WlI3VDrgKGU+YGcfnacNhaqiUURkmp4v0tEKrNBvm7c6tR+jRQ23C3YR4BJWkA+W
vHdsFfFi8tzUeA6xhuZRXCC5wy9LfHvLQarJWKZjjM0vAWz7cx0kIS3W3klJT880
vjD3IwyQh2ktjSAml5XFVkxVun1/tF92eWS/s3c2fOE7Jv9hDVKPIQmvFXN3k9CY
LzSW+Bg7bTcCD6KLtygmiR3666atkQ13ugIdLFrvCHu3l/4d5d0=
=PNLS
-----END PGP SIGNATURE-----

3
mosquitto-2.0.13.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:9cf83a558f1588e8798edd8647b1632af88e88ef2cd45054e903c517df5bd2cd
size 786806

View File

@ -0,0 +1,16 @@
-----BEGIN PGP SIGNATURE-----
iQIzBAABCgAdFiEEoNbuodyuSaY1o7Lwd5si37PnF7cFAmF5mtkACgkQd5si37Pn
F7dxkQ//d1WeCPGlLJt6E14epGv9gj33/2cyx84zTyJpLJeyfCW5SpYYlt1kaYxT
qcsaSZ2NuY3UDnJC/mj17LFCBBQS9NKtJPgLRQ3QWI/DOq3tjk5r7AU3Eqosxd8F
Ok58Hk8vWq1NfssMwR3Ks/ST8k1L5ZEGmXcYkxW1PKLEL9xum6aMIBzPTdTLVe/K
k0eeW7cX/lV3MHyAEKrsXJSWKZU8E2ul+cT6iGU2k1JiPlH/DBIH06Gt5z+FyINk
GvrnePFDgVJaS4zPbdjl00s2yDJhLGvcKt4V9EAZFNKosOPV+/R2HyG/3BRokC7c
3C4eIXQX/RGZP5PPwEIgzde4iGE5uY/S+z1gJeLShJ4J92Q3/XFL/ARJY7shO1p+
1SHYUzoi8b990zbSIkeMPbovniL2cUsgNGdQH7VeesnvDw5kj0uZrz77cDzwu+BW
PUq72PHrg3zz7+GK1UZj2KCe1aGZsYGrVjnFYx4kkXGmerxslBZbBmEPFurHWNPO
FHaBq/NOKuW7AOlfJGwL/eTzeZtp7Sa1ug4N613NqGkaPNoOeikPYS3NCufAusVh
GyFWDX4MAqhvSV8cQc3N1MJdzleMOtC+OgfF8LXGM0xxvzj4dc+0d9sJUOBeSDve
ut/1z2EjWivXnCYaJfFjumJLyUAPjAxxGaw1lfvWTyzC7lL+ke4=
=G1nx
-----END PGP SIGNATURE-----

View File

@ -1,3 +1,26 @@
-------------------------------------------------------------------
Thu Oct 28 18:35:12 UTC 2021 - Martin Hauke <mardnh@gmx.de>
- Update to version 2.0.13
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.
* Various fixes around inflight quota management.
* Fix problem parsing config files with Windows line endings.
* Don't send retained messages when a shared subscription is made
* Fix client id not showing in log on failed connections, where
possible.
* Fix broker sending duplicate CONNACK on failed MQTT v5
reauthentication.
* Fix mosquitto_plugin.h not including mosquitto_broker.h.
Client library:
* Initialise sockpairR/W to invalid in `mosquitto_reinitialise()`
to avoid closing invalid sockets in `mosquitto_destroy()` on
error.
Clients:
- Fix date format in mosquitto_sub output.
-------------------------------------------------------------------
Wed Oct 6 14:18:36 UTC 2021 - Johannes Segitz <jsegitz@suse.com>

View File

@ -20,7 +20,7 @@
%define c_lib libmosquitto1
%define cpp_lib libmosquittopp1
Name: mosquitto
Version: 2.0.12
Version: 2.0.13
Release: 0
Summary: A MQTT v3.1/v3.1.1 Broker
License: EPL-1.0