]> granicus.if.org Git - icinga2/commitdiff
Raise required OpenSSL version to 1.0.1 5809/head
authorMichael Friedrich <michael.friedrich@icinga.com>
Mon, 27 Nov 2017 16:29:00 +0000 (17:29 +0100)
committerMichael Friedrich <michael.friedrich@icinga.com>
Mon, 27 Nov 2017 16:29:00 +0000 (17:29 +0100)
refs #5555

INSTALL.md

index 6202751baaa6d1e88245094f5d9b40bdc9019ae6..23d3d5b68e406e06a1be03c18a11b322fa70ec9b 100644 (file)
@@ -30,7 +30,7 @@ parentheses):
 * C++ compiler which supports C++11 (gcc-c++ >= 4.7 on RHEL/SUSE, build-essential on Debian, alternatively clang++, build-base on Alpine)
  * RedHat Developer Tools on RHEL5/6 (details on building below)
 * pkg-config
-* OpenSSL library and header files >= 0.9.8 (openssl-devel on RHEL, libopenssl1-devel on SLES11,
+* OpenSSL library and header files >= 1.0.1 (openssl-devel on RHEL, libopenssl1-devel on SLES11,
 libopenssl-devel on SLES12, libssl-dev on Debian, libressl-dev on Alpine)
 * Boost library and header files >= 1.48.0 (boost148-devel on EPEL for RHEL / CentOS, libboost-all-dev on Debian, boost-dev on Alpine)
 * GNU bison (bison)