mirror of
https://github.com/eclipse-mosquitto/mosquitto.git
synced 2026-02-06 02:52:07 +08:00
Windows: Installer shouldn't overwrite existing mosquitto.conf
This commit is contained in:
@@ -14,6 +14,9 @@ Broker:
|
||||
mosquitto 1.5 or earlier is loaded. Closes #3439.
|
||||
- Limit auto_id_prefix to 50 characters. Closes #3440.
|
||||
|
||||
Windows:
|
||||
- Installer will not overwrite an existing mosquitto.conf
|
||||
|
||||
|
||||
2.0.22 - 2025-07-11
|
||||
===================
|
||||
|
||||
@@ -57,7 +57,6 @@ Section "Files" SecInstall
|
||||
File "..\build\plugins\dynamic-security\Release\mosquitto_dynamic_security.dll"
|
||||
File "..\aclfile.example"
|
||||
File "..\ChangeLog.txt"
|
||||
File "..\mosquitto.conf"
|
||||
File "..\NOTICE.md"
|
||||
File "..\pwfile.example"
|
||||
File "..\README.md"
|
||||
@@ -67,6 +66,10 @@ Section "Files" SecInstall
|
||||
File "..\edl-v10"
|
||||
File "..\epl-v20"
|
||||
|
||||
SetOverwrite off
|
||||
File "..\mosquitto.conf"
|
||||
SetOverwrite on
|
||||
|
||||
File "..\build\vcpkg_installed\x86-windows\bin\cjson.dll"
|
||||
File "..\build\vcpkg_installed\x86-windows\bin\libcrypto-3.dll"
|
||||
File "..\build\vcpkg_installed\x86-windows\bin\libssl-3.dll"
|
||||
|
||||
@@ -58,7 +58,6 @@ Section "Files" SecInstall
|
||||
File "..\build64\plugins\dynamic-security\Release\mosquitto_dynamic_security.dll"
|
||||
File "..\aclfile.example"
|
||||
File "..\ChangeLog.txt"
|
||||
File "..\mosquitto.conf"
|
||||
File "..\NOTICE.md"
|
||||
File "..\pwfile.example"
|
||||
File "..\README.md"
|
||||
@@ -68,6 +67,10 @@ Section "Files" SecInstall
|
||||
File "..\edl-v10"
|
||||
File "..\epl-v20"
|
||||
|
||||
SetOverwrite off
|
||||
File "..\mosquitto.conf"
|
||||
SetOverwrite on
|
||||
|
||||
File "..\build64\vcpkg_installed\x64-windows-release\bin\cjson.dll"
|
||||
File "..\build64\vcpkg_installed\x64-windows-release\bin\libcrypto-3-x64.dll"
|
||||
File "..\build64\vcpkg_installed\x64-windows-release\bin\libssl-3-x64.dll"
|
||||
|
||||
Reference in New Issue
Block a user