Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

paho.mqtt.cpp: update to 1.5.1 #27739

Merged
merged 1 commit into from
Feb 23, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 5 additions & 6 deletions net/paho.mqtt.cpp/Portfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,8 @@ PortGroup github 1.0
PortGroup cmake 1.1
PortGroup openssl 1.0

github.setup eclipse paho.mqtt.cpp 1.5.0 v
# Change github.tarball_from to 'releases' or 'archive' next update
github.tarball_from tarball
github.setup eclipse paho.mqtt.cpp 1.5.1 v
github.tarball_from archive
revision 0
categories net
maintainers nomaintainer
Expand All @@ -31,9 +30,9 @@ configure.args-append \
-DPAHO_BUILD_STATIC=ON \
-DPAHO_WITH_SSL=ON

checksums rmd160 079f4514d00a17cf653a9ad59e3efb999842782d \
sha256 afc703dc0373a69959a6a34562e1f7e32d794e426981b4856a58fe61e968bf4e \
size 264677
checksums rmd160 549175a4721ef07446ff875418bfdfc8805e0476 \
sha256 1deb281ca75b49f605d6018cec594771905ea3ba9632a072c329a5ac23fc8c97 \
size 265099

# Since 1.5.0 a C++17 compiler is required
compiler.cxx_standard 2017