-
Notifications
You must be signed in to change notification settings - Fork 1
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
Update libcoap to 4.3.5, bump dependencies, improve linking (incl. ESP32) #15
Merged
Commits on Jul 2, 2024
-
feat(sys): improve linking behavior, separate features for vendoring …
…DTLS - using mbedtls or tinydtls will no longer force usage of the vendored library version of mbedtls-sys-auto/tinydtls-sys by default - remove dependency on gnutls-sys crate as it is unmaintained, we now handle linking to gnutls ourselves - mbedtls-sys-auto is only used if mbedtls should be vendored, as the crate doesn't allow for disabling vendoring independently and doesn't support mbedtls >= 3.0.0 (see fortanix/rust-mbedtls#320) - in order to use the vendored versions of DTLS crate, you now have to enable the `dtls_backend_[BACKEND]_vendored` feature of libcoap-sys (or the `dtls_[BACKEND]_vendored` feature of libcoap-rs)
Configuration menu - View commit details
-
Copy full SHA for 1f16209 - Browse repository at this point
Copy the full SHA 1f16209View commit details -
Configuration menu - View commit details
-
Copy full SHA for 55ea4d4 - Browse repository at this point
Copy the full SHA 55ea4d4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 762f4b5 - Browse repository at this point
Copy the full SHA 762f4b5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 51e4d2d - Browse repository at this point
Copy the full SHA 51e4d2dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8de9d7d - Browse repository at this point
Copy the full SHA 8de9d7dView commit details -
fix(sys): only reimplement coap_send_rst if version <= 4.3.4
Before libcoap 4.3.5, coap_send_rst was inlined, which is why we had to reimplement it, as bindgen didn't generate bindings for it.
Configuration menu - View commit details
-
Copy full SHA for fd9559f - Browse repository at this point
Copy the full SHA fd9559fView commit details -
Configuration menu - View commit details
-
Copy full SHA for d27b95d - Browse repository at this point
Copy the full SHA d27b95dView commit details -
Configuration menu - View commit details
-
Copy full SHA for cc0773a - Browse repository at this point
Copy the full SHA cc0773aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 1ae7ed8 - Browse repository at this point
Copy the full SHA 1ae7ed8View commit details -
fix(sys|lib): apply code review suggestions from #15
Co-authored-by: Jan Romann <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 27fbfa4 - Browse repository at this point
Copy the full SHA 27fbfa4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1fc360f - Browse repository at this point
Copy the full SHA 1fc360fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5b47b8f - Browse repository at this point
Copy the full SHA 5b47b8fView commit details
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.