nrpe: rebuild for libressl-2.9.2.
This commit is contained in:
parent
24ae3edad2
commit
13ff418b14
2 changed files with 1 additions and 10 deletions
|
@ -9,15 +9,6 @@
|
|||
NULL, NULL, NULL, "ALL:!MD5:@STRENGTH:@SECLEVEL=0", TLSv1_plus, TRUE, 0, SSL_NoLogging};
|
||||
#else
|
||||
NULL, NULL, NULL, "ALL:!MD5:@STRENGTH", TLSv1_plus, TRUE, 0, SSL_NoLogging};
|
||||
@@ -344,7 +344,7 @@
|
||||
exit(STATE_CRITICAL);
|
||||
}
|
||||
|
||||
-#if OPENSSL_VERSION_NUMBER >= 0x10100000
|
||||
+#if OPENSSL_VERSION_NUMBER >= 0x10100000 && !defined(LIBRESSL_VERSION_NUMBER)
|
||||
|
||||
SSL_CTX_set_max_proto_version(ctx, 0);
|
||||
|
||||
@@ -445,7 +445,7 @@
|
||||
} else {
|
||||
/* use anonymous DH ciphers */
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'nrpe'
|
||||
pkgname=nrpe
|
||||
version=3.2.1
|
||||
revision=2
|
||||
revision=3
|
||||
build_style=gnu-configure
|
||||
configure_args="--with-pkgsysconfdir=/etc/nagios
|
||||
--with-pluginsdir=/usr/lib/monitoring-plugins --with-nagios-user=_nagios
|
||||
|
|
Loading…
Reference in a new issue