Licenses: Updated the list of licenses and added a PDF containing all license texts
[check_mk.git] / .werks / 7629
blob028fa0b101f108ec6b8d7e6d9d284396cb606e4b
1 Title: Fixed OpenSSL version warning when used on older distros (e.g. SLES11)
2 Level: 1
3 Component: packages
4 Compatible: compat
5 Version: 1.4.0i3
6 Date: 1486125844
7 Class: fix
9 The warning message could occur e.g. when using the active check "check_bi_aggr"
10 or other components on older distros that ship with an old OpenSSL version that
11 is not supported anymore by the OpenSSL project.
13 The message is:
15 "You are linking against OpenSSL 0.9.8, which is no longer
17 RuntimeError: You are linking against OpenSSL 0.9.8, which is no longer
18 support by the OpenSSL project. You need to upgrade to a newer version
19 of OpenSSL."
21 Basically this is only a warning message, but prevents some components form working
22 properly because scripts are producing unexpected output.