Re: [UPDATE] net/nagios/nrpe-2.15 -> 3.2.1

2019-11-10 Thread Stuart Henderson
On 2019/11/09 20:10, trondd wrote: > Update to the latest version. I'll take a look at this but I think we need to support both in parallel to allow for a smoother changeover. > + if (sslprm.cipher_list[0] == '\0') > +-#if OPENSSL_VERSION_NUMBER >= 0x1010 > +-strncpy(sslprm.ci

[UPDATE] net/nagios/nrpe-2.15 -> 3.2.1

2019-11-09 Thread trondd
Update to the latest version. Has more modern SSL/TLS support and 2048 bit DH keys. Moved MASTER_SITES to GitHub. Removed no_ssl FLAVOR as the -n command line switch will disable all SSL. Switched to LibreSSL. I believe this means 512 bit DH keys wont work but DH is being deprecated altogether a