From owner-svn-ports-all@freebsd.org Thu Apr 18 19:16:46 2019 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 7ACA9157A23F; Thu, 18 Apr 2019 19:16:46 +0000 (UTC) (envelope-from lwhsu.freebsd@gmail.com) Received: from mail-yb1-f182.google.com (mail-yb1-f182.google.com [209.85.219.182]) (using TLSv1.3 with cipher TLS_AES_128_GCM_SHA256 (128/128 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (2048 bits) client-digest SHA256) (Client CN "smtp.gmail.com", Issuer "GTS CA 1O1" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 8C9CC759B2; Thu, 18 Apr 2019 19:16:44 +0000 (UTC) (envelope-from lwhsu.freebsd@gmail.com) Received: by mail-yb1-f182.google.com with SMTP id m5so1227806ybk.13; Thu, 18 Apr 2019 12:16:44 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to; bh=0gc95AKLPmPxv6E0mCW/N+GdRazyCDLxXR3bUTodnUA=; b=cz87eZUhx5h5BqWKW1nZ456SKAhy0pq4WK2+RFYz1VMv5ruzObCsTQaYsH0heMOkAu /uhnjerN/trcUpJrwVmcQAOdjY4OygPRZhAIuJtK1/OIBUfxT5Y65d/GMPewfZxM5Bbm 64okRDfgu/Ablf9x7GUaGEub8XmVvq15XGQecciWGBv9uc8kSSf6fR/lf2qFhxYLDCNS UPgP6fhVZ1dLcbRe3cyfggfgVZVbW/UcKmnV4b1o7Uq9jN3WEqc/ZIo+QjWBndQ4joSr GlIHk+mCG/RmPcET73eLV/Q4iQw8mUFhGqCpE/9/qJxd/yl+B2ZO34hoOH3XaNUW88CZ rzWQ== X-Gm-Message-State: APjAAAUF4+qqpGKTIP1Y7ooaOCKxSRgR197/IC8T8WHCtRYCDUd+CqYk hve6sv0Tu0x4wF6TIcEpwlSJ8Jr+aEXZgLrastI7gKcm X-Google-Smtp-Source: APXvYqzPWebpp5ARiFxNPlNW1WPtBflyGojBBNNK8TyHg/oFEXIkziU2pi72rFQlT0AeVOuCZUyygwRvdPPOEhGtdPc= X-Received: by 2002:a25:ef0d:: with SMTP id g13mr30141337ybd.351.1555613685242; Thu, 18 Apr 2019 11:54:45 -0700 (PDT) MIME-Version: 1.0 References: <201904181850.x3IIouB7011892@repo.freebsd.org> In-Reply-To: <201904181850.x3IIouB7011892@repo.freebsd.org> From: Li-Wen Hsu Date: Fri, 19 Apr 2019 03:54:33 +0900 Message-ID: Subject: Re: svn commit: r499307 - in head/net/scapy: . files To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Content-Type: text/plain; charset="UTF-8" X-Rspamd-Queue-Id: 8C9CC759B2 X-Spamd-Bar: ------ Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-6.94 / 15.00]; NEURAL_HAM_MEDIUM(-1.00)[-0.999,0]; NEURAL_HAM_SHORT(-0.94)[-0.939,0]; REPLY(-4.00)[]; TAGGED_FROM(0.00)[]; NEURAL_HAM_LONG(-1.00)[-1.000,0] 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, 18 Apr 2019 19:16:46 -0000 On Fri, Apr 19, 2019 at 3:51 AM Li-Wen Hsu wrote: > > Author: lwhsu > Date: Thu Apr 18 18:50:56 2019 > New Revision: 499307 > URL: https://svnweb.freebsd.org/changeset/ports/499307 > > Log: > Add a patch from upstream which solves the interface name may not end by digit > > PR: 237305 > Obtained from: https://github.com/secdev/scapy/pull/1991 > Sponsored by: The FreeBSD Foundation Approved by: bofh (maintainer, via mail)