Update Espressif examples for Managed Component publish#699
Merged
JacobBarthelmeh merged 1 commit intowolfSSL:masterfrom May 23, 2024
Merged
Conversation
This was referenced May 22, 2024
JacobBarthelmeh
approved these changes
May 23, 2024
jefferyq2
pushed a commit
to jefferyq2/wolfssh
that referenced
this pull request
Sep 24, 2024
…date Update Espressif examples for Managed Component publish
jefferyq2
pushed a commit
to jefferyq2/wolfssh
that referenced
this pull request
Oct 18, 2024
…date Update Espressif examples for Managed Component publish
jefferyq2
pushed a commit
to jefferyq2/wolfssh
that referenced
this pull request
Oct 29, 2024
…date Update Espressif examples for Managed Component publish
jefferyq2
pushed a commit
to jefferyq2/wolfssh
that referenced
this pull request
Oct 29, 2024
…date Update Espressif examples for Managed Component publish
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Although it is already closed, this PR addresses #697 and updates the published Espressif wolfSSH Managed Component.
See the wolfSSL
scriptsfor publishing details. I'll reference this PR when I submit the updates there.There was an interim update of wolfSSL that had a test but not a fix for interleaved HW/SW that could under certain circumstances be problematic for both SSH and SRP. This was fixed in wolfSSL/wolfssl#7535 and wolfSSL/wolfssl#7505.
Once updated after the 5.7.0 wolfSSL release, the wolfSSL Managed Component needed to be updated as well.
There's a new wolfSSL 5.7.1 preview release, published to wolfssl/versions/5.7.1-preview2d. Note this is not the default version that appears at the wolfSSL Managed Components Home Page, since it is not a formal release. (wolfSSL 5.7.1 is not a wolfSSL version as of today).
I would have called it something like
5.7.0+Rev1but I could not get that syntax to work with the Espressif site, even though it is vali according to https://semver.org/.Various issues addressed here:
CMakeFiles.txtto be a bit more robust and consistent with other similar files elsewhere.void* args = {0};instead offunc_args args = {0};The known-working, post-release Managed Components are:
wolfSSH: https://components.espressif.com/components/wolfssl/wolfssh/versions/1.4.17-preview1m5and
wolfSSL: https://components.espressif.com/components/wolfssl/wolfssl/versions/5.7.1-preview2d?language=enI expect the next product release versions will be a bit more graceful.