Accepting request 680305 from home:mnhauke

- Update to version 1.5.8
  Broker:
  * Fix clients being disconnected when ACLs are in use. This only
    affects the case where a client connects using a username, and
    the anonymous ACL list is defined but specific user ACLs are
    not defined.
  * Fix delayed bridge local subscriptions causing missing messages.
  Library:
  * Use higher resolution timer for random initialisation of client
    id generation.
  * Fix some Coverity Scan reported errors that could occur when the
    library was already quitting.

OBS-URL: https://build.opensuse.org/request/show/680305
OBS-URL: https://build.opensuse.org/package/show/network:messaging:mqtt/mosquitto?expand=0&rev=21
This commit is contained in:
2019-03-12 13:54:23 +00:00
committed by Git OBS Bridge
parent 3a2f5a747c
commit b3711a4b66
6 changed files with 36 additions and 20 deletions

View File

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

View File

@@ -1,16 +0,0 @@
-----BEGIN PGP SIGNATURE-----
iQIzBAABCgAdFiEEoNbuodyuSaY1o7Lwd5si37PnF7cFAlxksRsACgkQd5si37Pn
F7cnRA/9HK3zQy6K5B3mQevknublP4snNAA6RF/5sHstTFWKwlAUEORY5S0zCgbw
ZQ7lLT97qPaRSncMZufGsfbe01a/YqlEBiO3O3Vo3CQc1eU5qxL/CC6CukJDXTXS
jgHJVAHuV/R/rLET0CInW986KEGzZqjJ4635h2YlFIjCs69kgvCEjfTQH2Og1+kk
MIhL/czbHaOa5Z0WRud4UoNGga0NUDEag4OVLJ0KVSSzkCjYwTCVC0UVO7XV10K3
PxqaHwEOWSmcL/dVTT910soR/CWLN/7Arxv+sK0dam4scP2GnBJvYioFDeBZGTAo
AkKKiQ6UXSbvUmbaTeEeiDwE16zreieT8mUohBDAizwwYKzf0YOOo4pX92Z/pYt+
3uYuUsi9j4SWLd0Wmx/3AMWErLD1QntDnGXLHCfAvft+J2VuXlA405+Iw5w+hMvq
rczX1M6u1H9PtE0C/uPcR72cprmo4SfZaW8mfpKOzp7loa/fcA2eCuuJ0iprUfnp
MN7Vv7tBLQEUrABs2HE62B91nj6Bf53KSdOr3TxAnj59N64tvaGI8U/34zoECIc1
ibYabopZTnNDZ8nTF9HxxBuiW8mPgA6nBJRVWH6sRgLkESdYUvuwxnTloNwwdT91
mpTpoFy44/vKk/5BxrQwYCFVYQkO8UvD5BfAKaPgVjmmLUoBnAc=
=+rCG
-----END PGP SIGNATURE-----

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

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:78d7e70c3794dc3a1d484b4f2f8d3addebe9c2da3f5a1cebe557f7d13beb0da4
size 442834

View File

@@ -0,0 +1,16 @@
-----BEGIN PGP SIGNATURE-----
iQIzBAABCgAdFiEEoNbuodyuSaY1o7Lwd5si37PnF7cFAlx4GAQACgkQd5si37Pn
F7dLgw/+NKfCgryiRpF+CePku5Otpyru7SaZXoBw2heTY0btDLF8pUMIfnhm8EbV
kBrhkw7scdwhCQwoaEpdq0yaAG97u1DwT25n9DRJBH/zqWc7/SQG0H/e3JPt5Cd2
nJf8bR2ae19mNq88cNNh76I9p1UBmo5ELc3dMVRycg10g7zbgBtJiUrFI07fI9ti
xW5TNDheJjhUiaj2VZhqAzrz34RkqhlrT4DQiYMQ1nBnGWSl6hVnv7cWkquvMSGM
MhEWCwBkp2BsURl5y9l6KL9Kt1HMR782g2sUFlKYhEU+GxL5CHifOqyieB9JJkfr
qM/GsIcuqRF4DX8HvINQ/63HbM+tlAPeqfUOoIulm11wOrZbOe9AjCl1ITKvFvJl
DMyDm34UVISkDueQ8l29hZXbhgws2QlDogZFV9Nu0CnRst5/LqLm9YGWwEKZYESy
aZ9HHdB5z5uK5761tcowAlEGjchYv6qilhrX5ALCYIGrd4q8SwH0ca0svcAMY45R
daTTHoAUjNxOxjbWsxZss8NDIPQBMzpWl3zxahFSm5T5vCH0+n5YGsHlFLMLP5Fc
dCJxG2/+2VyGeTFFRLgtDGjHb/OYDU0gQlD9woeDJ0oKhjlWbaB/sXmC8/OF5KgN
CmuYfr5AyzOC/tuDL2BloatAloBBSw+BWyoGXpv+NFmbbW9VhJI=
=7ngu
-----END PGP SIGNATURE-----

View File

@@ -1,3 +1,19 @@
-------------------------------------------------------------------
Thu Feb 28 23:09:37 UTC 2019 - Martin Hauke <mardnh@gmx.de>
- Update to version 1.5.8
Broker:
* Fix clients being disconnected when ACLs are in use. This only
affects the case where a client connects using a username, and
the anonymous ACL list is defined but specific user ACLs are
not defined.
* Fix delayed bridge local subscriptions causing missing messages.
Library:
* Use higher resolution timer for random initialisation of client
id generation.
* Fix some Coverity Scan reported errors that could occur when the
library was already quitting.
-------------------------------------------------------------------
Mon Feb 18 19:58:45 UTC 2019 - Martin Hauke <mardnh@gmx.de>

View File

@@ -27,7 +27,7 @@
%endif
%bcond_without websockets
Name: mosquitto
Version: 1.5.7
Version: 1.5.8
Release: 0
Summary: A MQTT v3.1/v3.1.1 Broker
License: EPL-1.0