From owner-svn-ports-head@freebsd.org Fri Sep 2 16:43:09 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 41866BCC1CA; Fri, 2 Sep 2016 16:43:09 +0000 (UTC) (envelope-from adamw@adamw.org) Received: from anoxia.adamw.org (anoxia.adamw.org [104.225.8.149]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "anoxia.adamw.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id BDEC6D4B; Fri, 2 Sep 2016 16:43:07 +0000 (UTC) (envelope-from adamw@adamw.org) Received: by anoxia.adamw.org (OpenSMTPD) with ESMTPSA id 957f5829 TLS version=TLSv1 cipher=ECDHE-RSA-AES256-SHA bits=256 verify=NO; Fri, 2 Sep 2016 10:43:06 -0600 (MDT) Content-Type: text/plain; charset=us-ascii Mime-Version: 1.0 (Mac OS X Mail 9.3 \(3124\)) Subject: Re: svn commit: r421269 - in head/security/nmap: . files From: Adam Weinberger In-Reply-To: <201609021606.u82G6xgY090275@repo.freebsd.org> Date: Fri, 2 Sep 2016 10:43:04 -0600 Cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Content-Transfer-Encoding: quoted-printable Message-Id: <50223E40-D4F6-4548-A692-B4C867E60A0B@adamw.org> References: <201609021606.u82G6xgY090275@repo.freebsd.org> To: Olli Hauer X-Mailer: Apple Mail (2.3124) X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 02 Sep 2016 16:43:09 -0000 > On 2 Sep, 2016, at 10:06, Olli Hauer wrote: >=20 > Author: ohauer > Date: Fri Sep 2 16:06:58 2016 > New Revision: 421269 > URL: https://svnweb.freebsd.org/changeset/ports/421269 >=20 > Log: > - update nmap to 7.25BETA2 Hi Olli, Just a heads up, this is failing with ssl=3Dlibressl: nse_openssl.cc:287:23: error: use of undeclared identifier = 'EVP_MD_CTX_new' EVP_MD_CTX *mdctx =3D EVP_MD_CTX_new(); ^ nse_openssl.cc:307:3: error: use of undeclared identifier = 'EVP_MD_CTX_reset'; did you mean 'EVP_MD_CTX_init'? # Adam --=20 Adam Weinberger adamw@adamw.org http://www.adamw.org