From owner-svn-src-head@freebsd.org Wed May 30 18:32:25 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 CD6DDEEE207; Wed, 30 May 2018 18:32:24 +0000 (UTC) (envelope-from antoine.brodin.freebsd@gmail.com) Received: from mail-qt0-x230.google.com (mail-qt0-x230.google.com [IPv6:2607:f8b0:400d:c0d::230]) (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 62B7172107; Wed, 30 May 2018 18:32:24 +0000 (UTC) (envelope-from antoine.brodin.freebsd@gmail.com) Received: by mail-qt0-x230.google.com with SMTP id q6-v6so24541147qtn.3; Wed, 30 May 2018 11:32:24 -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=ejux0tWSKIDCm2MOLD43NWb74Wye22uLGukdmS/LNkg=; b=vJsP8xlse5ExI9VCn1NdkfGqi07iwUWyfBwEqk56/DLL99tucFolLZeYnZmkKKHKnh CBf1MYLwBUZWjRaL6MiREThEEBy3quN3gzXajxlCgncb0xfzZVQxEGBdlLvIWx6CXQll LDdOXe2Yy/hl2kCrvAHEwVnWm/1InqS9j3RA5cb78YUODGEE2WhGBfszrG2VlX9KibKG i6c9RDl3Awc3OkBnEO+lX1jv5JUC9sK/s3W+RK+ESzTGCJBtIFDQMw8vhnuJPe8lirN9 7YwNgQAJnvIdcx4KyRehY5sItHh0gWe+dhf4tPYcznop4Qgsk9+Mq8AHKvifjeDYowY5 9B6g== 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=ejux0tWSKIDCm2MOLD43NWb74Wye22uLGukdmS/LNkg=; b=ail6I6RprCfjOag1SktbhkjnFMr4QCy2C/9e+G7IJQqng+o/0QsFWdltjZX4qpfapX xhQX5svvr2MaXv1VAfX6HYnm42w8NEXp+8l/xjXHlQig05vrky10v5st16p6k2iQdz4g 3+aifzhDJo4GJOlfrG2b94/7AUTfAVvxxUUCoecdS+8wMKnMoN88iCuqM7pp59X2y2KI dqaWtboSVMDI1mI6ALhA6vjqC3IKZrs6fLhBZuyPjQS758a9S8sPYZIwwWFa9mN1XDuC 4WG7zQj608pb7XbB2py/9bzuXAbOobifYgZwQn7jQZUSV4YKj+S1V/A37WdwjlkacZVg i5Cw== X-Gm-Message-State: APt69E3xbRV+KFCTwN/0aLoU+wIphpeWSwW8g9NfmEmTo8KJ6/ty1/DO 18giA+v6HZg7ITrhYWuE/prVPJr5vBHvXymgD0xraw== X-Google-Smtp-Source: ADUXVKLfK1SuocSVn6LwjMlMt/feG3jR28lb9uyB0I5gpCrnvoyKyIDv+pxqPHJXAxHz3XcgLHYJtZRN7pVHr01XtqU= X-Received: by 2002:ac8:1488:: with SMTP id l8-v6mr3679684qtj.182.1527705143078; Wed, 30 May 2018 11:32:23 -0700 (PDT) MIME-Version: 1.0 Sender: antoine.brodin.freebsd@gmail.com Received: by 2002:a0c:accf:0:0:0:0:0 with HTTP; Wed, 30 May 2018 11:32:22 -0700 (PDT) In-Reply-To: <201805280812.w4S8CI56046943@repo.freebsd.org> References: <201805280812.w4S8CI56046943@repo.freebsd.org> From: Antoine Brodin Date: Wed, 30 May 2018 20:32:22 +0200 X-Google-Sender-Auth: 0sjbphdVoDSPLWquhP8veJoSvsE 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 18:32:25 -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, It seems that this local change was lost during the upgrade: https://svnweb.freebsd.org/base/head/contrib/libpcap/pcap/pcap.h?r1=190640&r2=190639&pathrev=190640 I think this broke at least the following ports: http://gohan2.ysv.freebsd.org/data/head-amd64-default-baseline/p471115_s334360/logs/errors/packetdrill-0.0.2018012501.log http://gohan2.ysv.freebsd.org/data/head-amd64-default-baseline/p471115_s334360/logs/errors/spamd-4.9.1_4.log http://gohan2.ysv.freebsd.org/data/head-amd64-default-baseline/p471115_s334360/logs/errors/vde2-2.3.2_2.log http://gohan2.ysv.freebsd.org/data/head-amd64-default-baseline/p471115_s334360/logs/errors/xprobe2-0.3.log Cheers, Antoine