FreeBSD Bugzilla – Attachment 249565 Details for
Bug 278037
security/py-notus-scanner, security/py-ospd-openvas: missing mqtt.CallbackAPIVersion.VERSION1 when initializing net/py-paho-mqtt 2.0.0
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Patch for ospd_openvas/messaging/mqtt.py adding mqtt.CallbackAPIVersion.VERSION1
patch-ospd__openvas_messaging_mqtt.py (text/plain), 464 bytes, created by
Trond Endrestøl
on 2024-03-29 19:56:59 UTC
(
hide
)
Description:
Patch for ospd_openvas/messaging/mqtt.py adding mqtt.CallbackAPIVersion.VERSION1
Filename:
MIME Type:
Creator:
Trond Endrestøl
Created:
2024-03-29 19:56:59 UTC
Size:
464 bytes
patch
obsolete
>--- ospd_openvas/messaging/mqtt.py.orig 2023-11-20 08:49:02 UTC >+++ ospd_openvas/messaging/mqtt.py >@@ -36,7 +36,7 @@ class MQTTClient(mqtt.Client): > self._mqtt_broker_address = mqtt_broker_address > self._mqtt_broker_port = mqtt_broker_port > >- super().__init__(client_id=client_id, protocol=mqtt.MQTTv5) >+ super().__init__(mqtt.CallbackAPIVersion.VERSION1, client_id=client_id, protocol=mqtt.MQTTv5) > > self.enable_logger() >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 278037
:
249564
| 249565