svn commit: r533401 - head/net-mgmt/netdata

Matthias Andree mandree at FreeBSD.org
Wed Apr 29 22:50:09 UTC 2020


Author: mandree
Date: Wed Apr 29 22:50:08 2020
New Revision: 533401
URL: https://svnweb.freebsd.org/changeset/ports/533401

Log:
  net-mgmt/netdata: broken with libressl{,-devel}
  
  netdata is trying to move forward with crypto versions, and use TLS v1.3
  functions.  libressl is outdated and does not offer these, so the proper
  recourse is marking netdata BROKEN with libressl, rather than weakening its
  crypto features by enabling a library.
  
  FreeBSD 12.1 has two suitable openssl implementations currently, one in the
  base system (which is also the default), one in ports.
  
  PR:		246027
  Submitted by:	lysfjord.daniel at smokepit.net

Modified:
  head/net-mgmt/netdata/Makefile

Modified: head/net-mgmt/netdata/Makefile
==============================================================================
--- head/net-mgmt/netdata/Makefile	Wed Apr 29 22:31:07 2020	(r533400)
+++ head/net-mgmt/netdata/Makefile	Wed Apr 29 22:50:08 2020	(r533401)
@@ -22,6 +22,8 @@ RUN_DEPENDS=	bash:shells/bash \
 
 USES=		autoreconf cpe pathfix pkgconfig:both python shebangfix ssl
 
+BROKEN_SSL=	libressl libressl-devel
+
 USE_GITHUB=	yes
 
 SHEBANG_GLOB=	*


More information about the svn-ports-all mailing list