From owner-svn-ports-head@freebsd.org Thu Mar 23 06:48:21 2017 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 7365FD19A46; Thu, 23 Mar 2017 06:48:21 +0000 (UTC) (envelope-from cy.schubert@komquats.com) Received: from smtp-out-no.shaw.ca (smtp-out-no.shaw.ca [64.59.134.13]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "Client", Issuer "CA" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 3305E1251; Thu, 23 Mar 2017 06:48:20 +0000 (UTC) (envelope-from cy.schubert@komquats.com) Received: from spqr.komquats.com ([96.50.22.10]) by shaw.ca with SMTP id qwXgcal5UUiwTqwXhcAZOM; Thu, 23 Mar 2017 00:48:18 -0600 X-Authority-Analysis: v=2.2 cv=Qo0u5R6d c=1 sm=1 tr=0 a=jvE2nwUzI0ECrNeyr98KWA==:117 a=jvE2nwUzI0ECrNeyr98KWA==:17 a=kj9zAlcOel0A:10 a=6Iz7jQTuP9IA:10 a=6I5d2MoRAAAA:8 a=YxBL1-UpAAAA:8 a=Q5-g9ZC5m4D6oZe0Et0A:9 a=CjuIK1q_8ugA:10 a=IjZwj45LgO3ly-622nXo:22 a=Ia-lj3WSrqcvXOmTRaiG:22 Received: from slippy.cwsent.com (slippy [10.1.1.91]) by spqr.komquats.com (Postfix) with ESMTPS id 6B33E10BA; Wed, 22 Mar 2017 23:48:16 -0700 (PDT) Received: from slippy (localhost [127.0.0.1]) by slippy.cwsent.com (8.15.2/8.15.2) with ESMTP id v2N6mFGJ098443; Wed, 22 Mar 2017 23:48:15 -0700 (PDT) (envelope-from Cy.Schubert@cschubert.com) Message-Id: <201703230648.v2N6mFGJ098443@slippy.cwsent.com> X-Mailer: exmh version 2.8.0 04/21/2012 with nmh-1.6 Reply-to: Cy Schubert From: Cy Schubert X-os: FreeBSD X-Sender: cy@cwsent.com X-URL: http://www.cschubert.com/ To: Kirill Ponomarev cc: Cy Schubert , ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r436625 - in head/net/hostapd: . files In-Reply-To: Message from Kirill Ponomarev of "Thu, 23 Mar 2017 07:30:39 +0100." <20170323063039.tubjvx3gswqsqsj6@vein> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Wed, 22 Mar 2017 23:48:15 -0700 X-CMAE-Envelope: MS4wfCYZKGJjzULA0hocwusCwh9h2wDp/FYyoJT7PN4AlpQVFG3X2Ie3JFmaUYBHCd9Uf7BRAYgnSr4Tyyw5h+2Jmswm98J1V+1ulBTG3dFsI/xgoRZ0lG5T uoS84V63EBEFVsc+5f8L4+NaeQDdA0y/oGFrtIGocscajmCnJe1Z7tLYRA2n/QMle7DLZYk33eE8269q+X3cCB1KbKwNCzhiXnHt6mBqniFg5hs+Wisv8QM3 u+he53w18wpOaJvNPZ6WZiPj4gwS7+eiylvcOmIqoT2AWcOIMA2SE3zVOtAQN8P5 X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 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: Thu, 23 Mar 2017 06:48:21 -0000 In message <20170323063039.tubjvx3gswqsqsj6@vein>, Kirill Ponomarev writes: > > > --vvjjvx7iao7mc43a > Content-Type: text/plain; charset=us-ascii > Content-Disposition: inline > Content-Transfer-Encoding: quoted-printable > > On 03/22, Cy Schubert wrote: > > > Author: krion > > > Date: Tue Mar 21 17:50:35 2017 > > > New Revision: 436625 > > > URL: https://svnweb.freebsd.org/changeset/ports/436625 > > >=20 > > > Log: > > > Update net/hostapd to 2.6 and fix multiple vulnerabilities > > > =20 > > > PR: 217907 > > > Submitted by: maintainer > > > Approved by: mat (mentor) > > > Differential Revision: https://reviews.freebsd.org/D10051 > > >=20 > > > Deleted: > > > head/net/hostapd/files/patch-src-l2_packet-l2_packet_freebsd.c > >=20 > > Deletion of this file broke the port (at least on -CURRENT). > > Hmm, I can build it on CURRENT. Tell me which header BIOCIMMEDIATE is defined in your /usr/include. It should be in /usr/include/net/bpf.h. Without the missing patch net/bpf.h is not included. I get this: cc eap_register.c cc ../src/eap_common/eap_common.c ../src/l2_packet/l2_packet_freebsd.c:148:36: error: use of undeclared identifier 'BIOCIMMEDIATE' if (ioctl(pcap_fileno(l2->pcap), BIOCIMMEDIATE, &on) < 0) { ^ error generated. Makefile:1036: recipe for target '../src/l2_packet/l2_packet_freebsd.o' failed gmake[1]: *** [../src/l2_packet/l2_packet_freebsd.o] Error 1 gmake[1]: *** Waiting for unfinished jobs.... -- Cheers, Cy Schubert FreeBSD UNIX: Web: http://www.FreeBSD.org The need of the many outweighs the greed of the few.