diff options
author | Andreas Baumann <mail@andreasbaumann.cc> | 2018-06-01 11:14:05 +0200 |
---|---|---|
committer | Andreas Baumann <mail@andreasbaumann.cc> | 2018-06-01 11:14:05 +0200 |
commit | f176cc5e1022a2ce6b6466932c79316be387cdbf (patch) | |
tree | 5d4dc94a62e1322f78063919848a056ea816eb0c /REQUIREMENTS | |
parent | 7caf9396d0398d808fea93594ffb5477eacc7a2e (diff) | |
download | monitoring-plugins-f176cc5.tar.gz |
removed embedded uriparser library, added --with-uriparser configure option
to use uriparser library from the system
Diffstat (limited to 'REQUIREMENTS')
-rw-r--r-- | REQUIREMENTS | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/REQUIREMENTS b/REQUIREMENTS index 39e04cdc..e641cea0 100644 --- a/REQUIREMENTS +++ b/REQUIREMENTS | |||
@@ -14,7 +14,7 @@ check_ldaps, check_http --ssl, check_tcp --ssl, check_smtp --starttls | |||
14 | check_curl: | 14 | check_curl: |
15 | - Requires libcurl 7.15.2 or later | 15 | - Requires libcurl 7.15.2 or later |
16 | http://www.haxx.se | 16 | http://www.haxx.se |
17 | - --ssl requires OpenSSL for certificate checks, otherwise | 17 | - --ssl/-S and -C requires OpenSSL for certificate checks, otherwise |
18 | libcurl must be quite new to support CURLINFO_CRETINFO with | 18 | libcurl must be quite new to support CURLINFO_CRETINFO with |
19 | GnuTLS and NSS libraries: | 19 | GnuTLS and NSS libraries: |
20 | - 7.42.0 or newer for GnuTLS | 20 | - 7.42.0 or newer for GnuTLS |
@@ -24,6 +24,8 @@ check_curl: | |||
24 | http://www.openssl.org, http://www.gnu.org/software/gnutls, | 24 | http://www.openssl.org, http://www.gnu.org/software/gnutls, |
25 | http://www.mozilla.org/projects/security/pki/nss/, | 25 | http://www.mozilla.org/projects/security/pki/nss/, |
26 | other SSL implementations are currently not supported | 26 | other SSL implementations are currently not supported |
27 | - uriparser 0.7.5 or later | ||
28 | https://uriparser.github.io/ | ||
27 | 29 | ||
28 | check_fping: | 30 | check_fping: |
29 | - Requires the fping utility distributed with SATAN. Either | 31 | - Requires the fping utility distributed with SATAN. Either |