add comments for the heartbleed bug, see: http://www.openssl.org/news/secadv_20140407.txt
正在显示
1 个修改的文件
包含
3 行增加
和
0 行删除
| @@ -440,6 +440,9 @@ fi | @@ -440,6 +440,9 @@ fi | ||
| 440 | ##################################################################################### | 440 | ##################################################################################### |
| 441 | # openssl, for rtmp complex handshake | 441 | # openssl, for rtmp complex handshake |
| 442 | ##################################################################################### | 442 | ##################################################################################### |
| 443 | +# @see http://www.openssl.org/news/secadv_20140407.txt | ||
| 444 | +# Affected users should upgrade to OpenSSL 1.0.1g. Users unable to immediately | ||
| 445 | +# upgrade can alternatively recompile OpenSSL with -DOPENSSL_NO_HEARTBEATS. | ||
| 443 | if [ $SRS_SSL = YES ]; then | 446 | if [ $SRS_SSL = YES ]; then |
| 444 | # check the arm flag file, if flag changed, need to rebuild the st. | 447 | # check the arm flag file, if flag changed, need to rebuild the st. |
| 445 | if [ $SRS_ARM_UBUNTU12 = YES ]; then | 448 | if [ $SRS_ARM_UBUNTU12 = YES ]; then |
-
请 注册 或 登录 后发表评论