FreeBSD Bugzilla – Attachment 249564 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 notus/scanner/messaging/mqtt.py adding mqtt.CallbackAPIVersion.VERSION1
patch-notus_scanner_messaging_mqtt.py (text/plain), 466 bytes, created by
Trond Endrestøl
on 2024-03-29 19:56:21 UTC
(
hide
)
Description:
Patch for notus/scanner/messaging/mqtt.py adding mqtt.CallbackAPIVersion.VERSION1
Filename:
MIME Type:
Creator:
Trond Endrestøl
Created:
2024-03-29 19:56:21 UTC
Size:
466 bytes
patch
obsolete
>--- notus/scanner/messaging/mqtt.py.orig 2023-11-20 08:35:04 UTC >+++ notus/scanner/messaging/mqtt.py >@@ -32,7 +32,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