Skip to content

Commit

Permalink
Update mosquitto to 2.0.18
Browse files Browse the repository at this point in the history
  • Loading branch information
embhorn committed Jun 6, 2024
1 parent e36465c commit 8991703
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion mosquitto/2.0.15.patch → mosquitto/2.0.18.patch
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ Eclipse Mosquitto
```
git clone https://github.com/eclipse/mosquitto.git
cd mosquitto
git checkout v2.0.15
git checkout v2.0.18
patch -p1 < <path/to/patch/file>
make WITH_TLS=wolfssl
make WITH_TLS=wolfssl test
Expand Down
4 changes: 2 additions & 2 deletions mosquitto/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ Eclipse Mosquitto
```
git clone https://github.com/eclipse/mosquitto.git
cd mosquitto
git checkout v2.0.15
git checkout v2.0.18
patch -p1 < <path/to/patch/file>
make WITH_TLS=wolfssl
make WITH_TLS=wolfssl test
make WITH_TLS=wolfssl check
```

0 comments on commit 8991703

Please sign in to comment.