From owner-svn-ports-all@freebsd.org Wed Apr 29 22:50:09 2020 Return-Path: Delivered-To: svn-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 8313F2C5633; Wed, 29 Apr 2020 22:50:09 +0000 (UTC) (envelope-from mandree@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 49CDHP2wpFz3R73; Wed, 29 Apr 2020 22:50:09 +0000 (UTC) (envelope-from mandree@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 5FB18D085; Wed, 29 Apr 2020 22:50:09 +0000 (UTC) (envelope-from mandree@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 03TMo9jA059191; Wed, 29 Apr 2020 22:50:09 GMT (envelope-from mandree@FreeBSD.org) Received: (from mandree@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 03TMo9bH059190; Wed, 29 Apr 2020 22:50:09 GMT (envelope-from mandree@FreeBSD.org) Message-Id: <202004292250.03TMo9bH059190@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: mandree set sender to mandree@FreeBSD.org using -f From: Matthias Andree Date: Wed, 29 Apr 2020 22:50:09 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r533401 - head/net-mgmt/netdata X-SVN-Group: ports-head X-SVN-Commit-Author: mandree X-SVN-Commit-Paths: head/net-mgmt/netdata X-SVN-Commit-Revision: 533401 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 29 Apr 2020 22:50:09 -0000 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= *