Skip to content

Commit

Permalink
[wolfmqtt] update to 1.19.0 (#38849)
Browse files Browse the repository at this point in the history
Co-authored-by: WangWeiLin-MV <[email protected]>
  • Loading branch information
lealem47 and WangWeiLin-MV committed May 31, 2024
1 parent f486274 commit 47364fb
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 25 deletions.
19 changes: 0 additions & 19 deletions ports/wolfmqtt/cmake-patch.diff

This file was deleted.

7 changes: 3 additions & 4 deletions ports/wolfmqtt/portfile.cmake
Original file line number Diff line number Diff line change
@@ -1,15 +1,14 @@
vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO wolfssl/wolfmqtt
REF v1.16.0
SHA512 30d28a37b26adacae589b9cfee9a2cd8697fa1e84ac867d08123dab5434bb19152adb0d94224656d2c1f01833d76bcd7ff63b63da4dbce0873b352e93b6e6b12
REF "v${VERSION}"
SHA512 354ab619144bd29258e65bd06219dddb4c89d5709c3246d6968239ab29426fb3882f2d5acad866cc431f6164c5e41b7da3a24ab7923fabc27deafd2801b92580
HEAD_REF master
PATCHES
cmake-patch.diff
)

vcpkg_cmake_configure(SOURCE_PATH ${SOURCE_PATH}
OPTIONS
-DWOLFMQTT_BUILD_OUT_OF_TREE=yes
-DWOLFMQTT_EXAMPLES=no
OPTIONS_DEBUG
-DCMAKE_C_FLAGS='-DDEBUG_MQTT'
Expand Down
2 changes: 1 addition & 1 deletion ports/wolfmqtt/vcpkg.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "wolfmqtt",
"version": "1.16.0",
"version": "1.19.0",
"description": "MQTT library used with wolfSSL library for many platforms",
"homepage": "https://wolfssl.com",
"license": "GPL-2.0-or-later",
Expand Down
2 changes: 1 addition & 1 deletion versions/baseline.json
Original file line number Diff line number Diff line change
Expand Up @@ -9377,7 +9377,7 @@
"port-version": 4
},
"wolfmqtt": {
"baseline": "1.16.0",
"baseline": "1.19.0",
"port-version": 0
},
"wolfssl": {
Expand Down
5 changes: 5 additions & 0 deletions versions/w-/wolfmqtt.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "9674399e0c8b210676c8df4bcc19a33ef3be1042",
"version": "1.19.0",
"port-version": 0
},
{
"git-tree": "d01462c764790a2ab97815a9f16a40186b62de14",
"version": "1.16.0",
Expand Down

0 comments on commit 47364fb

Please sign in to comment.