Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 29 Apr 2020 22:50:09 +0000 (UTC)
From:      Matthias Andree <mandree@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r533401 - head/net-mgmt/netdata
Message-ID:  <202004292250.03TMo9bH059190@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@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=	*



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202004292250.03TMo9bH059190>