Accepting request 1205507 from network:messaging:mqtt

OBS-URL: https://build.opensuse.org/request/show/1205507
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/mosquitto?expand=0&rev=31
This commit is contained in:
Ana Guerrero 2024-10-03 15:40:44 +00:00 committed by Git OBS Bridge
commit 9e35ffe21a
6 changed files with 44 additions and 20 deletions

View File

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

View File

@ -1,16 +0,0 @@
-----BEGIN PGP SIGNATURE-----
iQIzBAABCgAdFiEEoNbuodyuSaY1o7Lwd5si37PnF7cFAmUIwT4ACgkQd5si37Pn
F7cZfBAAp/pcUhCv3fguP2xroaQV1HC1Wl7KfEplF9cAkFnW893xgnSDo0qj8Mo2
/DRekji8vZyoI3V2+S7QNFnbSjCsqfgnVSopHHOpm5xLWZ3xaQwo6FSfmgDEstIA
YP5YoAbaTI69MbIqE1YqWISx/v0azc8T4zVQI8fMIew3GU8yg1ajaGJRH6kpskdg
hzrxE97ET4pPEwEo1wVI/lx2QKXXMfDjhge97UH0XendlOJwpUdDVqFprKBctsKE
9zUGAdN6UvTkCBJs2kFfqmNA2ivrbaUQs3v8Hn3cizNMOV+tbm4AGhBJ+jZAgx4d
fp87+Pj4eiSs0o01gVsIUO4aQzwL2VM+ZNcRJHp/UZPEsaKlg6oS+nCceJg4N14V
ue6HHc56RULQ/MFTLmK1uHtp6mWGi9Gqj/nIBh7je/uI+DzMUUpboYazjhH7pkhz
KIQ07tDV/HJOKVupRc80qXp6z4mIlVH9eFvCWu6r1nRB053zv4Axvi/Br+Hygqe4
0N/nxWFhl//xredL5eeh3U651WCjcgFazsboHqlDh/+aRMbAfPl22CoKr+4U5W5t
ThvlrHpYekUvbd1WEJSM+DiiDzB4gfSRB91npQlbtbTOlZpfzeUt+QNSbAFIKWBF
QPFCdddTFnDHd5bFFPjGqUdIzWbf9bSYn8QeNdcIRCkQLlmEZas=
=Ucew
-----END PGP SIGNATURE-----

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

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

View File

@ -0,0 +1,16 @@
-----BEGIN PGP SIGNATURE-----
iQIzBAABCgAdFiEEoNbuodyuSaY1o7Lwd5si37PnF7cFAmb9G9UACgkQd5si37Pn
F7eXRBAAtGEkG2KC7oL0t//gvSCh2diDSTegd+TIZ0ctBErsDjj0PNLg9OKotIBh
bgPLJQWQDfMmEpT5nslU/DckFjKmabakY7oMDtiUSYjCcQUEITvbb7pgQxTDenAh
Ewe5PiKEmwf/9d/ggQdS/SgZ3ijLaw/ZdzpY+57A6OwcTCkdNDj2x4he+qK6jtsE
ab/TCahFiNUdFtTG2P5UR8NRgKsY3N3DzhQU5df19RDR2yf3VWwo1uSdRCImaoC2
7cmLy3Z/CCKvK2rwVoShh4aVROtaHYfxlKGJG46ABxdFIfVg73inS/8n9wZPJz6u
sFzFo22eQprjxrUiJ8nihF3ZgKvLER9c2RpvXrEWx3gsu5PbJnnt9zfFIaiqnN87
1zabxnvrFse+lFz92hv+5rh0SDfoYhrbvoonGxyzuoEdgN3dDypKx115aDw3Issu
dgs4gmw0WZQ9HsNOTqd4QVvfrPCim6RQXEPHLQY9AYufRvRrWa6JcovvIjlf0zm1
zEUD8nwcv893FtqWawXWIqP3MUFLdBoNDPLWqAgP9i1rP6JzVGkVTh0Dgfc/UsuI
84GbdDFCQdUpXjIE8hK94oWiFrU3mDnttd/p4gw7cB7zgowTVcuEYIHthdo2/wOO
cazRCEIaE9tyv9ezs3ojQV5tJCiR+EoTJZT1OTez48B/XCTbRno=
=oe//
-----END PGP SIGNATURE-----

View File

@ -1,3 +1,27 @@
-------------------------------------------------------------------
Thu Oct 3 12:22:10 UTC 2024 - Martin Hauke <mardnh@gmx.de>
- Update to version 2.0.19
Security:
* Fix mismatched subscribe/unsubscribe with normal/shared topics.
* Fix crash on bridge using remapped topic being sent a crafted
packet.
Broker:
* Fix assert failure when loading a persistence file that
contains subscriptions with no client id.
* Fix local bridges being incorrectly expired when
persistent_client_expiration is in use.
* Fix use of CLOCK_BOOTTIME for getting time.
* Fix mismatched subscribe/unsubscribe with normal/shared topics.
* Fix crash on bridge using remapped topic being sent a crafted
packet.
Client library:
* Fix some error codes being converted to string as "unknown".
* Clear SSL error state to avoid spurious error reporting.
* Fix "payload format invalid" not being allowed as a PUBREC
reason code.
* Don't allow SUBACK with missing reason codes.
-------------------------------------------------------------------
Thu Mar 21 12:20:58 UTC 2024 - Dirk Stoecker <opensuse@dstoecker.de>

View File

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