diff options
| author | Robert Schumacher <roschuma@microsoft.com> | 2020-02-10 16:08:57 -0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-02-10 16:08:57 -0800 |
| commit | 08c951fef9de63cde1c6b94245a63db826be2e32 (patch) | |
| tree | dddfec9e572b726ba79fdbcb0d0d7dfbb2a2de0e /ports/mosquitto | |
| parent | 411b4cc8a05eb9ac9944ee009dafece8c3b7445f (diff) | |
| download | vcpkg-08c951fef9de63cde1c6b94245a63db826be2e32.tar.gz vcpkg-08c951fef9de63cde1c6b94245a63db826be2e32.zip | |
[many ports] Upgrades to 2020.02.08 (#9986)
* [many ports] Upgrades to 2020.02.08
* Undo asio asmjit libimobiledevice mlpack mongo-c-driver oniguruma openmvg openvdb pcl
* Update ci baseline file
Co-authored-by: Phoebe <20694052+PhoebeHui@users.noreply.github.com>
Diffstat (limited to 'ports/mosquitto')
| -rw-r--r-- | ports/mosquitto/CONTROL | 2 | ||||
| -rw-r--r-- | ports/mosquitto/portfile.cmake | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/ports/mosquitto/CONTROL b/ports/mosquitto/CONTROL index b5b8e4443..3b06305c5 100644 --- a/ports/mosquitto/CONTROL +++ b/ports/mosquitto/CONTROL @@ -1,5 +1,5 @@ Source: mosquitto
-Version: 1.6.7-2
+Version: 1.6.8 Build-Depends: c-ares, libwebsockets, openssl, pthreads
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.
diff --git a/ports/mosquitto/portfile.cmake b/ports/mosquitto/portfile.cmake index 3496f47b7..2a5d7274e 100644 --- a/ports/mosquitto/portfile.cmake +++ b/ports/mosquitto/portfile.cmake @@ -3,8 +3,8 @@ vcpkg_check_linkage(ONLY_DYNAMIC_LIBRARY ONLY_DYNAMIC_CRT) # This is a lie. mosq vcpkg_from_github( OUT_SOURCE_PATH SOURCE_PATH REPO eclipse/mosquitto - REF v1.6.7 - SHA512 bc10a70815a8962e0ead06c36b312ea84e43db4e7c05ad940db91cacea92387a3b4f59f7de1606c4df56cd8c829433957733aa4007111d62bc0134e9cbb9ff3f + REF e55f7facce7628b33e57d6b44cc8e9dd1042e624 # v1.6.8 + SHA512 c192b53f52ce9dc8e02d31acd9e93c00cafbe543b038d7619e6b653f102126872bbd485c94604bca9287e71a5dfe0de2f4d8d3f51cdd5c37f90fd2a6535bd89b HEAD_REF master PATCHES archive-dest.patch |
