Accepting request 875783 from home:mnhauke

- Update to version 2.0.8
  Broker:
  * Fix incorrect datatypes in `struct mosquitto_evt_tick`. This
    changes the size and offset of two of the members of this
    struct, and changes the size of the struct. This is an ABI
    break, but is considered to be acceptable because plugins
    should never be allocating their own instance of this struct,
    and currently none of the struct members are used for anything,
    so a plugin should not be accessing them. It would also be
    safe to read/write from the existing struct parameters.
  * Give compile time warning if libwebsockets compiled without
    external poll support.
  Client library:
  * Fix mosquitto_{pub|sub}_topic_check() functions not returning
    MOSQ_ERR_INVAL on topic == NULL.
  Clients:
  * Fix possible loss of data in `mosquitto_pub -l` when sending
    multiple long lines.

OBS-URL: https://build.opensuse.org/request/show/875783
OBS-URL: https://build.opensuse.org/package/show/network:messaging:mqtt/mosquitto?expand=0&rev=49
This commit is contained in:
Marcus Rückert 2021-03-01 10:49:00 +00:00 committed by Git OBS Bridge
parent 011170316e
commit 18084c4dbe
6 changed files with 42 additions and 20 deletions

View File

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

View File

@ -1,16 +0,0 @@
-----BEGIN PGP SIGNATURE-----
iQIzBAABCgAdFiEEoNbuodyuSaY1o7Lwd5si37PnF7cFAmAbyRQACgkQd5si37Pn
F7eGhBAA19cgL5pC2++Cwi62GTIkeiQzlly6uthf8iYqsKzq3Q/REknH38y3u/0J
xQVCgqAej2WFXJN4mVZgeXwIvsokdjeeQIz4LSHOAPjSs4By2X+a8SufYYZzLLaA
ZIG2LmnqEg9YJZfqrCkUwdC2+PJ1S7Elc+0W2YV0Rxm/gfbtcaRs3XRqmgPtJNJz
MQqg1JJA3KPqA7ru4RCHSWMNjK3/LTgPVNDWxX8txN2T1jCCXcjnuBQTo3dPytGt
xI5Xly1l3pDtml1tnTH5IGMtO73A2MM3GHNcKQSHJ4i5LyGJAa5I1f0inQycW2zm
HEbNsFmRBJ3NIukex1DqHQuj7TRDFBsU0VvYoovSEoLN0+l3+FFfKmndjCc/41s9
TX/Zk7DplhXRR8w2uz/dpgoejLeqF3Qnnpxm3AAQTtFEyvLzrhYO4onxhnD4S5O7
Vbqlt5vlZhkJqzimQsleBcwnmi3xwkU6l9EeI/S4uuJBvMOopKykEyj/aijbZsc4
mwS+Yj7FLLiHPUjm8R3PWkL5OCHRQ2OtXzklHwLr3LC6MT02Tcpo6vzPdADDzGyr
Ml1kaRXTufZfNwqJFni+elFAmyPp7aG+U9aNY8Qr6jJG5p5jSmBuC8BAcV145aTb
iDeXxyVmO2BZaCzIBcPphqkzLuszJdP2LTemdPf11//fiobpF7M=
=zyy4
-----END PGP SIGNATURE-----

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

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

View File

@ -0,0 +1,16 @@
-----BEGIN PGP SIGNATURE-----
iQIzBAABCgAdFiEEoNbuodyuSaY1o7Lwd5si37PnF7cFAmA33jMACgkQd5si37Pn
F7eACxAAruozs3XCNjAXIGDWvnnxD13qbgmft5XVD6RVKINvmp18/zsIooJ/eqUE
s/H9wqHC6SNqThWh+2s7TdBC9Nrdv1AgeMEVAgL/PTdnMATQTfz7Wcg6XwObNa8e
wXRFntsX8KwBIow6slDw5kepqMgL/ByHFtEWvvGKElnZ0FRAqNyfzrL/4njvPet0
sh/CB0BYYIuL8hVZ/NWJHWpoTbE02pBY6ZmDGCjI4+EsP6xZNPoRsIKWUBastz4M
uA2KCursxn3pKviZnMLrlT8vfogESUh/33+AhiubRuyg8IgOkJgxTV0xmBKXEq7s
ZLqacFHKVYXB6iwTbSPi90cmHHI4eivibq1peV6SfyTyQUPv+J2wN4rHTfGjFFCO
+vcRZPgGa4yO1Iv18PzScoVznOtsfQBuBDQ3CqoEDF74zvSfo7Nkda8gEfdbcIBI
WyLycbNzDDBmu8sJyx/2mGht2KSnkNi9sB+AOBGtNAZfsXzLzGPwEYpI7TSUKgKB
cTZKsBt2osfpB/Kpx7BpWVhq+wloexfhZanX59DHGqrI0hv0sISUmg63a+m86yH2
UhNDNQGBCW5H3Xrcs5UdcagUVQtjTYe8SM1YbpFGYkm1ZRi0gFqL7nzvkd8TFMOc
XYWfjQ7YCZtwdlD3iuK0I9ASfFZNrXh6CTebrhw497O2O03UjUA=
=D++5
-----END PGP SIGNATURE-----

View File

@ -1,3 +1,25 @@
-------------------------------------------------------------------
Sun Feb 28 12:56:09 UTC 2021 - Martin Hauke <mardnh@gmx.de>
- Update to version 2.0.8
Broker:
* Fix incorrect datatypes in `struct mosquitto_evt_tick`. This
changes the size and offset of two of the members of this
struct, and changes the size of the struct. This is an ABI
break, but is considered to be acceptable because plugins
should never be allocating their own instance of this struct,
and currently none of the struct members are used for anything,
so a plugin should not be accessing them. It would also be
safe to read/write from the existing struct parameters.
* Give compile time warning if libwebsockets compiled without
external poll support.
Client library:
* Fix mosquitto_{pub|sub}_topic_check() functions not returning
MOSQ_ERR_INVAL on topic == NULL.
Clients:
* Fix possible loss of data in `mosquitto_pub -l` when sending
multiple long lines.
-------------------------------------------------------------------
Sat Feb 6 21:36:22 UTC 2021 - Martin Hauke <mardnh@gmx.de>

View File

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