From owner-svn-ports-all@freebsd.org Thu Nov 1 15:24:15 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 4AA8E10F5ACE; Thu, 1 Nov 2018 15:24:15 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id F419D7AD84; Thu, 1 Nov 2018 15:24:14 +0000 (UTC) (envelope-from swills@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 D55371D8B9; Thu, 1 Nov 2018 15:24:14 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id wA1FOEkU014166; Thu, 1 Nov 2018 15:24:14 GMT (envelope-from swills@FreeBSD.org) Received: (from swills@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id wA1FOEHI014164; Thu, 1 Nov 2018 15:24:14 GMT (envelope-from swills@FreeBSD.org) Message-Id: <201811011524.wA1FOEHI014164@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: swills set sender to swills@FreeBSD.org using -f From: Steve Wills Date: Thu, 1 Nov 2018 15:24:14 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r483678 - in head/net-mgmt/nsca-ng: . files X-SVN-Group: ports-head X-SVN-Commit-Author: swills X-SVN-Commit-Paths: in head/net-mgmt/nsca-ng: . files X-SVN-Commit-Revision: 483678 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: Thu, 01 Nov 2018 15:24:15 -0000 Author: swills Date: Thu Nov 1 15:24:14 2018 New Revision: 483678 URL: https://svnweb.freebsd.org/changeset/ports/483678 Log: net-mgmt/nsca-ng: Fix OpenSSL PR: 231931 Submitted by: Nathan Approved by: maintainer timeout (alexander@sulfrian.net, >2 weeks) Added: head/net-mgmt/nsca-ng/files/patch-src_common_tls.c (contents, props changed) Modified: head/net-mgmt/nsca-ng/Makefile (contents, props changed) Modified: head/net-mgmt/nsca-ng/Makefile ============================================================================== --- head/net-mgmt/nsca-ng/Makefile Thu Nov 1 15:16:52 2018 (r483677) +++ head/net-mgmt/nsca-ng/Makefile Thu Nov 1 15:24:14 2018 (r483678) @@ -3,6 +3,7 @@ PORTNAME= nsca-ng PORTVERSION= 1.4 +PORTREVISION= 1 CATEGORIES= net-mgmt MASTER_SITES= https://www.nsca-ng.org/download/ http://www.nsca-ng.org/download/ Added: head/net-mgmt/nsca-ng/files/patch-src_common_tls.c ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net-mgmt/nsca-ng/files/patch-src_common_tls.c Thu Nov 1 15:24:14 2018 (r483678) @@ -0,0 +1,20 @@ +--- src/common/tls.c.orig 2018-10-10 00:47:13 UTC ++++ src/common/tls.c +@@ -102,6 +102,7 @@ + #include + #include + #include ++#include + #include + + #include "log.h" +@@ -419,7 +420,9 @@ initialize_openssl(const SSL_METHOD *method, const cha + + (void)SSL_library_init(); + SSL_load_error_strings(); ++#if OPENSSL_VERSION_NUMBER < 0x10100000L + (void)atexit(ERR_free_strings); ++#endif + + /* + * In earlier versions, we called