From owner-freebsd-security@FreeBSD.ORG Sun Mar 3 23:12:26 2013 Return-Path: Delivered-To: freebsd-security@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 3479BB4F for ; Sun, 3 Mar 2013 23:12:26 +0000 (UTC) (envelope-from rsimmons0@gmail.com) Received: from mail-ee0-f48.google.com (mail-ee0-f48.google.com [74.125.83.48]) by mx1.freebsd.org (Postfix) with ESMTP id AAE18DF6 for ; Sun, 3 Mar 2013 23:12:25 +0000 (UTC) Received: by mail-ee0-f48.google.com with SMTP id t10so3428360eei.7 for ; Sun, 03 Mar 2013 15:12:19 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:x-received:date:message-id:subject:from:to :content-type; bh=KYLRqnMHA4JpWyg5N20zS7dUR0DhFlp25Watd8zaOmA=; b=qYkNb2SfncszoDgvwgfnBq1Lw5yyg8IR0Kk3EFvLiFeCsPs5SAQWBdL6IFyIGWuQqK 7IQ+6STeD4oGW6UZG7Qf4vZU6h6RKU/mWTJhl9FE3V8dLT1Fr1aAaolqI3J3yPfsvFxl Dw6hLZZ8y+Ree0GkXtFNFKpE9vRKNWEhLL7cBE9bR93eeIJ9fsixBvhSjCcFc+eYwn7I 37qsM72xCTkZiKB5NYtHuGUKwTDBKakuwQ+nU8jNd/AooljGybCBAcC2iKRZKmZ0BePN bdoG3ikZ5+zdLQU+YwA8KiaWV6/gU7lgEgPlteTBzHt4kdsXopBmtN8xPlpGWLSVCFA6 q19Q== MIME-Version: 1.0 X-Received: by 10.15.101.204 with SMTP id bp52mr52367223eeb.31.1362352339107; Sun, 03 Mar 2013 15:12:19 -0800 (PST) Received: by 10.14.98.65 with HTTP; Sun, 3 Mar 2013 15:12:18 -0800 (PST) Date: Sun, 3 Mar 2013 18:12:18 -0500 Message-ID: Subject: Firewall Options From: Robert Simmons To: freebsd-security@freebsd.org Content-Type: text/plain; charset=ISO-8859-1 X-BeenThere: freebsd-security@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Security issues \[members-only posting\]" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 03 Mar 2013 23:12:26 -0000 Are there plans to update ipfilter or pf to current versions? ipfilter is currently at 5.1.2, but the version in FreeBSD is 4.1.28 from 2007. On the pf side, the version in FreeBSD is 4.5, but the current version I would understand to be 5.2. The version in FreeBSD is pre-4.7, so much of the syntax in the current documentation is different and does not work in this older version. Is IPFW the only maintained firewall option, or is there a way to build either of the above as ports?