-
Notifications
You must be signed in to change notification settings - Fork 230
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
Upgrade wolfssh 1.4.13 #893
Conversation
Recent versions of WolfSSH define a new enum `WS_LOG_CERTMAN` that we need to handle (otherwise we are greeted with a compilation error message). Signed-off-by: Ludovic LANGE <[email protected]>
Now that wolfssl has been upgraded to a recent version, we can target the latest release of wolfssh. Signed-off-by: Ludovic LANGE <[email protected]>
Ludovic, the standard build with idf 3 fails after merging the wolfssl update:
Can you have a look or shall I revert the merge? Regards, |
Oh, I just saw you write "now that wolfssl has been upgraded" -- I haven't merged those PRs yet, because they're still tagged as draft. Are they mergable now? |
I've just tried merging your wolfssl draft PRs locally, still doesn't build:
|
Apparently, the submodule points to another tag than
After checking out |
Yes, sorry, I thought that my mail could help prevent this but unfortunately I failed at it :-) So the idea is to merge, in order: Once this is done, the tip of https://github.com/openvehicles/wolfssl/tree/v4.7.0-stable-ovms will have changed, and I will update #887 accordingly, and switch it from Draft to "OK" so that you can merge it. (At this point, Then we would upgrade (At this point, And (only) after that should we merge this very Sorry for failing to properly communicate, I realize I've made too much PRs and it's not easy to synchronize. Do you have any other preferred semi-synchronous communication way you would like to use (Like IRC / Matrix-Element / SMS / Phone / .... ) for proper synchronization ? Let me know if you prefer it that way. |
It's late now, I'll revert the merges to get back to a buildable state for now. For PRs that are not ready to be merged or need additional steps, it's best to use the "draft" tag and explain the necessary steps in the PR comment/thread, to have everything together that needs to be considered. |
Now that wolfssl has been upgraded to a recent version, we can target the latest release of wolfssh.