From 056895a97891b10c2acd2b552187c4ed5ace2ec4 Mon Sep 17 00:00:00 2001 From: winlin Date: Wed, 9 Apr 2014 11:06:53 +0800 Subject: [PATCH] add comments for the heartbleed bug, see: http://www.openssl.org/news/secadv_20140407.txt --- trunk/auto/depends.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/trunk/auto/depends.sh b/trunk/auto/depends.sh index 42da51139..c86013e92 100755 --- a/trunk/auto/depends.sh +++ b/trunk/auto/depends.sh @@ -440,6 +440,9 @@ fi ##################################################################################### # openssl, for rtmp complex handshake ##################################################################################### +# @see http://www.openssl.org/news/secadv_20140407.txt +# Affected users should upgrade to OpenSSL 1.0.1g. Users unable to immediately +# upgrade can alternatively recompile OpenSSL with -DOPENSSL_NO_HEARTBEATS. if [ $SRS_SSL = YES ]; then # check the arm flag file, if flag changed, need to rebuild the st. if [ $SRS_ARM_UBUNTU12 = YES ]; then