diff --git a/mosquitto-2.0.7.tar.gz b/mosquitto-2.0.7.tar.gz deleted file mode 100644 index 7f2c3dd..0000000 --- a/mosquitto-2.0.7.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a98054f0b8161588975ef24e1d467550d3935f4c16ccee63ecb623248a28356e -size 756625 diff --git a/mosquitto-2.0.7.tar.gz.sig b/mosquitto-2.0.7.tar.gz.sig deleted file mode 100644 index 5880956..0000000 --- a/mosquitto-2.0.7.tar.gz.sig +++ /dev/null @@ -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----- diff --git a/mosquitto-2.0.8.tar.gz b/mosquitto-2.0.8.tar.gz new file mode 100644 index 0000000..afaf6a3 --- /dev/null +++ b/mosquitto-2.0.8.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b15da8fc4edcb91d554e1259e220ea0173ef639ceaa4b465e06feb7e125b84bf +size 756636 diff --git a/mosquitto-2.0.8.tar.gz.sig b/mosquitto-2.0.8.tar.gz.sig new file mode 100644 index 0000000..7ffbcaf --- /dev/null +++ b/mosquitto-2.0.8.tar.gz.sig @@ -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----- diff --git a/mosquitto.changes b/mosquitto.changes index c02aff5..c4068fd 100644 --- a/mosquitto.changes +++ b/mosquitto.changes @@ -1,3 +1,25 @@ +------------------------------------------------------------------- +Sun Feb 28 12:56:09 UTC 2021 - Martin Hauke + +- 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 diff --git a/mosquitto.spec b/mosquitto.spec index 70c8b3d..8d7a4b6 100644 --- a/mosquitto.spec +++ b/mosquitto.spec @@ -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