更新shadowsocks-libev到最新的commit,改进mbedtls3.6补丁#363
Merged
lwb1978 merged 3 commits intoOpenwrt-Passwall:mainfrom Jan 19, 2025
Merged
更新shadowsocks-libev到最新的commit,改进mbedtls3.6补丁#363lwb1978 merged 3 commits intoOpenwrt-Passwall:mainfrom
lwb1978 merged 3 commits intoOpenwrt-Passwall:mainfrom
Conversation
Current mbedtls 3.6 fix uses private fields in mbedtls, which increases complexity and may break functionality in future mbedtls versions. So rework this patch to remove them.
There are plenty of fixes after release 3.3.5
There is a not merged pull request for bug fixing
Contributor
Author
Contributor
|
@msdos03 建议启用这个PR: shadowsocks/shadowsocks-libev#2953 |
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.
mbedtls3.6补丁中使用了私有结构体成员,mbedtls不能保证此代码能在将来的版本中正常工作,所以修改一下不使用他们。
shadowsocks-libev在最后的release之后又引入了一些bug修复和改进,所以更新到最新版本。