From owner-svn-src-head@freebsd.org Wed May 30 06:05:00 2018 Return-Path: Delivered-To: svn-src-head@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 1E76EF6E73C; Wed, 30 May 2018 06:05:00 +0000 (UTC) (envelope-from antoine.brodin.freebsd@gmail.com) Received: from mail-qt0-x22c.google.com (mail-qt0-x22c.google.com [IPv6:2607:f8b0:400d:c0d::22c]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 924EA711B4; Wed, 30 May 2018 06:04:59 +0000 (UTC) (envelope-from antoine.brodin.freebsd@gmail.com) Received: by mail-qt0-x22c.google.com with SMTP id c2-v6so21834940qtn.9; Tue, 29 May 2018 23:04:59 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:sender:in-reply-to:references:from:date:message-id :subject:to:cc; bh=Mx0NT5Jbrt53KuG/YveMh/R29+AJel5zI3msAK+sZSE=; b=aOK5n05DXDZCGtXhouGovCFow9yspHF9r3cIfFp3F16O7o2OAy8VJ1uLwYN2V13FhG 93P8/L1it1WXYsb5IyhR/fNlHtk9jrKYd5IEKJYA82UUEjJMObIZfURkTICEQgDGxvwR 8D3FFl2dwPRdmXSDxkzT+XBbvMcmMsRz2oh/eMsobCulLx9Rod+6OHEPsUTr4dnycZ1I PJ4zZ0COjwGQPEL7iuKie1GDmHHTy4z12/U6r6wANhhD/xCw46lanVmuinArZUYws5U6 AG1lRv2HvoaAnAkAnwB61Bug1wT4PX/fq+czy0rLFdF2IdWob/WXFOjQYmig5Nmg6MCV e5VQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:sender:in-reply-to:references:from :date:message-id:subject:to:cc; bh=Mx0NT5Jbrt53KuG/YveMh/R29+AJel5zI3msAK+sZSE=; b=M1BoBlxuGY44iuBqm0o8fSWUs277H/cTLtTv6+YQCKFAqqlquLdfdP5tdjinz6kven w5EZFsigHN8rckM7rj/BhIj9IIW5WiX6e8Ka1+WfdtnBCd10C/DLA5hsibEF5sLN6KZF Qa13RdoXQPY4jypqazU/i++hEUJd9lRRSMuqD3CxEeQV9HSQe2j+OmAu3xjP9QIlUhNm 5DK7hKzd0HTzo0tTXUruFaFQ+QdhDcm5U32+285fPdXAmSF8njRnDNlCZtfCqkjrKu78 FQH9FniBi93PEgHOGsq8X+O4bwAiXs5zkq8GKnb0Fs0tYR2cmlnQce2ZxAEHRFNsJYrd 8deA== X-Gm-Message-State: APt69E3ldq33zp0VGmK1U/tI43cZoOnmE3CMx/QReMNxCUIRpYnrwkC4 +g9JmIQiOCm47eTARfb81haOWTSDGe1QAKLe4f1ZMg== X-Google-Smtp-Source: ADUXVKIRsQQNxT8ZA9JQxAn7k6xD6Y2XTngtOn+WfPbjQvQ7ZXeVV7KVLqFFiu8ftGHaNTBhWFu47Z3QlOERn3/8Lfo= X-Received: by 2002:ac8:1488:: with SMTP id l8-v6mr1239588qtj.182.1527660298926; Tue, 29 May 2018 23:04:58 -0700 (PDT) MIME-Version: 1.0 Sender: antoine.brodin.freebsd@gmail.com Received: by 2002:a0c:accf:0:0:0:0:0 with HTTP; Tue, 29 May 2018 23:04:58 -0700 (PDT) In-Reply-To: <201805280812.w4S8CI56046943@repo.freebsd.org> References: <201805280812.w4S8CI56046943@repo.freebsd.org> From: Antoine Brodin Date: Wed, 30 May 2018 08:04:58 +0200 X-Google-Sender-Auth: Ct5hYs_nB9Q9OqiM-L4keFHlYyo Message-ID: Subject: Re: svn commit: r334277 - in head: contrib/libpcap contrib/ofed/usr.lib/3 contrib/pf/pflogd contrib/wpa/src/l2_packet lib lib/libpcap share/mk usr.sbin/cxgbetool To: Hans Petter Selasky Cc: src-committers , svn-src-all@freebsd.org, svn-src-head@freebsd.org Content-Type: text/plain; charset="UTF-8" X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.26 Precedence: list List-Id: SVN commit messages for the src tree for head/-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 30 May 2018 06:05:00 -0000 On Mon, May 28, 2018 at 10:12 AM, Hans Petter Selasky wrote: > Author: hselasky > Date: Mon May 28 08:12:18 2018 > New Revision: 334277 > URL: https://svnweb.freebsd.org/changeset/base/334277 > > Log: > MFV r333789: libpcap 1.9.0 (pre-release) > > MFC after: 1 month > Sponsored by: Mellanox Technologies Hi, Some things seem to be missing. For instance, pcap_setsampling and pcap_open are now declared in pcap.h but they are not compiled in libpcap.so. net/p5-Net-Pcap is confused by this: http://gohan2.ysv.freebsd.org/data/head-amd64-default-baseline/p471115_s334360/logs/errors/p5-Net-Pcap-0.18.log Cheers, Antoine