-
Notifications
You must be signed in to change notification settings - Fork 1.8k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
(#4096) Update to paho-mqtt-c 1.3.8 and paho-mqtt-cpp 1.2.0
* Update to paho-mqtt-c 1.3.8 and paho-mqtt-cpp 1.2.0 * Fix config.yml add version 1.2.0 * Fix FindPahMqttC.cmake for static on WIN32 * Fix patch. * Add final newline to patch. * some newlines. * bind upstream version requirements on deps Co-authored-by: Chris McArthur <[email protected]>
- Loading branch information
1 parent
93b463c
commit 1f521e3
Showing
3 changed files
with
28 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,23 +1,23 @@ | ||
sources: | ||
"1.2.0": | ||
sha256: 435e97e4d5b1da13daa26cadd3e83fe9d154930abaa78b8ff1b8c854b5345d8b | ||
url: https://github.com/eclipse/paho.mqtt.cpp/archive/v1.2.0.tar.gz | ||
"1.1": | ||
sha256: cb0343349ed91ef51d0e76ae860d19435a730d3d355e57886bb090014cb70bbe | ||
url: https://github.com/eclipse/paho.mqtt.cpp/archive/v1.1.tar.gz | ||
url: https://github.com/eclipse/paho.mqtt.cpp/archive/v1.1.tar.gz | ||
"1.0.1": | ||
sha256: e97386d159b811e534b98d21e3f6881ab2b43678ec026da7525d5c21ebc292ff | ||
url: https://github.com/eclipse/paho.mqtt.cpp/archive/v1.0.1.tar.gz | ||
|
||
patches: | ||
"1.1": | ||
- patch_file: "patches/1.1/0001-deadlock_and_remlog-for-1-1.patch" | ||
base_path: "source_subfolder" | ||
- patch_file: "patches/1.1/0002-ios_fix.patch" | ||
base_path: "source_subfolder" | ||
|
||
base_path: "source_subfolder" | ||
"1.0.1": | ||
- patch_file: "patches/1.0.1/0001-fix-cmake-module-path.patch" | ||
base_path: "source_subfolder" | ||
- patch_file: "patches/1.0.1/0002-fix-cmake-find-paho-mqtt-c-static.patch" | ||
base_path: "source_subfolder" | ||
- patch_file: "patches/1.0.1/0003-fix-paho-mqtt-cpp-config-cmake.patch" | ||
base_path: "source_subfolder" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,3 +3,5 @@ versions: | |
folder: "all" | ||
"1.1": | ||
folder: "all" | ||
"1.2.0": | ||
folder: "all" |