diff options
| -rw-r--r-- | ports/mosquitto/portfile.cmake | 1 | ||||
| -rw-r--r-- | ports/mosquitto/vcpkg.json | 1 | ||||
| -rw-r--r-- | scripts/ci.baseline.txt | 1 | ||||
| -rw-r--r-- | versions/baseline.json | 2 | ||||
| -rw-r--r-- | versions/m-/mosquitto.json | 5 |
5 files changed, 8 insertions, 2 deletions
diff --git a/ports/mosquitto/portfile.cmake b/ports/mosquitto/portfile.cmake index 321ac137c..8994d6543 100644 --- a/ports/mosquitto/portfile.cmake +++ b/ports/mosquitto/portfile.cmake @@ -26,6 +26,7 @@ vcpkg_configure_cmake( -DWITH_THREADING=ON -DDOCUMENTATION=OFF -DWITH_PLUGINS=OFF + -DWITH_CJSON=OFF ) vcpkg_install_cmake() diff --git a/ports/mosquitto/vcpkg.json b/ports/mosquitto/vcpkg.json index 13ee87aca..b755eff18 100644 --- a/ports/mosquitto/vcpkg.json +++ b/ports/mosquitto/vcpkg.json @@ -1,6 +1,7 @@ { "name": "mosquitto", "version": "2.0.12", + "port-version": 1, "description": "Mosquitto is an open source message broker that implements the MQ Telemetry Transport protocol versions 3.1 and 3.1.1, MQTT provides a lightweight method of carrying out messaging using a publish/subscribe model, This makes it suitable for machine to machine messaging such as with low power sensors or mobile devices such as phones, embedded computers or microcontrollers like the Arduino", "homepage": "https://mosquitto.org/download/", "dependencies": [ diff --git a/scripts/ci.baseline.txt b/scripts/ci.baseline.txt index 7de3b6423..84a6f18bf 100644 --- a/scripts/ci.baseline.txt +++ b/scripts/ci.baseline.txt @@ -1466,7 +1466,6 @@ soqt:arm-uwp=fail soqt:x64-uwp=fail soundtouch:arm-uwp=fail soundtouch:x64-uwp=fail -soundtouch:x64-windows-static=fail spaceland:arm64-windows=fail spaceland:arm-uwp=fail spaceland:x64-uwp=fail diff --git a/versions/baseline.json b/versions/baseline.json index 854de77eb..661c07e67 100644 --- a/versions/baseline.json +++ b/versions/baseline.json @@ -4362,7 +4362,7 @@ }, "mosquitto": { "baseline": "2.0.12", - "port-version": 0 + "port-version": 1 }, "mozjpeg": { "baseline": "2021-09-27", diff --git a/versions/m-/mosquitto.json b/versions/m-/mosquitto.json index 5572dcfdc..0fe4043f1 100644 --- a/versions/m-/mosquitto.json +++ b/versions/m-/mosquitto.json @@ -1,6 +1,11 @@ { "versions": [ { + "git-tree": "ef8ae230660456d039888e201ea521f58caf0951", + "version": "2.0.12", + "port-version": 1 + }, + { "git-tree": "90a1a4314b15a787186d515df048f77961a4c7f3", "version": "2.0.12", "port-version": 0 |
