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

update openssl to avoid CVE-2021-3449 #2

Merged
merged 3 commits into from
Apr 4, 2021
Merged

update openssl to avoid CVE-2021-3449 #2

merged 3 commits into from
Apr 4, 2021

Conversation

SekiBetu
Copy link
Contributor

@SekiBetu SekiBetu commented Apr 3, 2021

升级OpenSSL版本以防止拒绝服务攻击
https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-3449

附:一键崩服器
https://github.com/terorie/cve-2021-3449

SekiBetu added 3 commits April 4, 2021 01:26
https://stackoverflow.com/questions/41405728/what-does-enable-optimizations-do-while-compiling-python
> This flag enables Profile guided optimization (PGO) and Link Time Optimization (LTO).
> Both are expensive optimizations that slow down the build process but yield a significant speed boost (around 10-20% from what I remember reading).
sqlite is a very useful and basic database plugin for using, should be enabled by default
@Jrohy
Copy link
Owner

Jrohy commented Apr 4, 2021

--enable-optimizations 好像会增加编译时间,所以就不默认加了,我看看能否用户自定义传编译参数, 先合并了

@Jrohy Jrohy merged commit d3fcc0b into Jrohy:master Apr 4, 2021
@Jrohy
Copy link
Owner

Jrohy commented Apr 4, 2021

新版已做优化,只要是编译安装的,都可以传入自定义编译参数,比如加入--enable-optimizations

@SekiBetu
Copy link
Contributor Author

SekiBetu commented Apr 4, 2021

新版已做优化,只要是编译安装的,都可以传入自定义编译参数,比如加入--enable-optimizations

行,--enable-optimizations虽然增加时间,但是是可以优化后续的运行性能的

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants