From owner-freebsd-current@FreeBSD.ORG Thu Apr 18 13:02:41 2013 Return-Path: Delivered-To: current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 3D2B3526 for ; Thu, 18 Apr 2013 13:02:41 +0000 (UTC) (envelope-from carpeddiem@gmail.com) Received: from mail-oa0-f46.google.com (mail-oa0-f46.google.com [209.85.219.46]) by mx1.freebsd.org (Postfix) with ESMTP id 0C960B79 for ; Thu, 18 Apr 2013 13:02:40 +0000 (UTC) Received: by mail-oa0-f46.google.com with SMTP id k3so31707oag.19 for ; Thu, 18 Apr 2013 06:02:40 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:x-received:sender:in-reply-to:references:date :x-google-sender-auth:message-id:subject:from:to:cc:content-type; bh=lM5T+S9YvKybUUNGgqxqXA2Z4Ei9FQcqTpuVg8PoxII=; b=yrzICRp/4ustuqeVBr2RF7fvImv2fnHdVlD632ZV3RMfhM0smWb463SqnzhYSG5S3l HX0hejiidYintB8Ss8NP//mzVrtvhSdye0o/O/spAdrU+wQCwhJclgi2sZnkBjGQhssn PM++GOFvX1y06lZCRSe4N2222KmC/zGW9Ss5EA4UlkNkyGhiGEY2QZeO1fWeTjjeXuut 7WsJd3CbwxRgsmpHjvTTyVvClFa/Pb1Nfq6BJ+wBPSnDGNoDzjcVAzrSf72HwMawtz4j ax/1eLZehBMv6qdsHyWIxdUAdkD8Ja6gnRn7vPWdQKlBneVMfQ7GpWGI9IFiGq1hdJ0N jRQA== MIME-Version: 1.0 X-Received: by 10.60.55.97 with SMTP id r1mr294558oep.85.1366290160364; Thu, 18 Apr 2013 06:02:40 -0700 (PDT) Sender: carpeddiem@gmail.com Received: by 10.60.7.5 with HTTP; Thu, 18 Apr 2013 06:02:40 -0700 (PDT) In-Reply-To: <201304152012.r3FKCdI3085567@slippy.cwsent.com> References: <20130415195544.GY76816@FreeBSD.org> <201304152012.r3FKCdI3085567@slippy.cwsent.com> Date: Thu, 18 Apr 2013 09:02:40 -0400 X-Google-Sender-Auth: tLEX_iVn4WyQgYZ45Dmzn-4hzIo Message-ID: Subject: Re: ipfilter(4) needs maintainer From: Ed Maste To: Cy Schubert Content-Type: text/plain; charset=ISO-8859-1 Cc: "current@freebsd.org" X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 18 Apr 2013 13:02:41 -0000 On 15 April 2013 16:12, Cy Schubert wrote: > The existing license isn't that BSD-friendly either, which is why it lives > in contrib/. I think the 5.1.X GPLv2 is about the same friendliness as > Darren's IPF 4.1.X license. As long as it's not in GENERIC should be fine. > A person can always load it anyway. There's a plan[1] to remove the remaining GPL components from base over time. Updating to the last ipfilter that's under the current license is probably the path forward, unless it moves out to ports. [1] https://wiki.freebsd.org/GPLinBase -Ed