diff options
Diffstat (limited to 'net/mosquitto/files/patch-mosquitto.conf')
-rw-r--r-- | net/mosquitto/files/patch-mosquitto.conf | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/net/mosquitto/files/patch-mosquitto.conf b/net/mosquitto/files/patch-mosquitto.conf index 630eac214ab3..d748d5b1171e 100644 --- a/net/mosquitto/files/patch-mosquitto.conf +++ b/net/mosquitto/files/patch-mosquitto.conf @@ -1,6 +1,6 @@ ---- mosquitto.conf.orig 2020-12-28 13:22:44 UTC +--- mosquitto.conf.orig 2025-03-06 16:25:31 UTC +++ mosquitto.conf -@@ -148,7 +148,7 @@ +@@ -167,7 +167,7 @@ # This should be set to /var/run/mosquitto/mosquitto.pid if mosquitto is # being run automatically on boot with an init script and # start-stop-daemon or similar. @@ -9,7 +9,7 @@ # Set to true to queue messages with QoS 0 when a persistent client is # disconnected. These messages are included in the limit imposed by -@@ -187,7 +187,7 @@ +@@ -206,7 +206,7 @@ # If run as a non-root user, this setting has no effect. # Note that on Windows this has no effect and so mosquitto should be started by # the user you wish it to run as. @@ -18,10 +18,10 @@ # ================================================================= # Listeners -@@ -340,7 +340,7 @@ - # containing the CA certificates. For capath to work correctly, the +@@ -360,7 +360,7 @@ # certificate files must have ".crt" as the file ending and you must run # "openssl rehash <path to capath>" each time you add/remove a certificate. + # capath is not supported for websockets. -#cafile +cafile /usr/local/share/certs/ca-root-nss.crt #capath |