CVSROOT: /cvs
Module name: ports
Changes by: [email protected] 2018/08/12 07:25:53
Modified files:
net/zabbix : Makefile
Added files:
net/zabbix/patches: patch-src_libs_zbxcrypto_tls_c
Log message:
enable TLS support
only certifcate-based encryption is supported as libressl removed support for
PSK. this was originally based on a patch by Bernard Spil, but it's been
reworked
to notify+exit when PSK is configured in the agent/proxy/server configuration
file.
ok robert@ (earlier version of this patch)