From owner-freebsd-ipfw@FreeBSD.ORG Fri Mar 30 06:46:22 2007 Return-Path: X-Original-To: freebsd-ipfw@freebsd.org Delivered-To: freebsd-ipfw@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id D526F16A510 for ; Fri, 30 Mar 2007 06:46:22 +0000 (UTC) (envelope-from astounding@gmail.com) Received: from an-out-0708.google.com (an-out-0708.google.com [209.85.132.251]) by mx1.freebsd.org (Postfix) with ESMTP id 9530113C480 for ; Fri, 30 Mar 2007 06:46:22 +0000 (UTC) (envelope-from astounding@gmail.com) Received: by an-out-0708.google.com with SMTP id c24so399173ana for ; Thu, 29 Mar 2007 23:46:21 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:mime-version:content-type; b=LvTbVHsJlXl1QvK0LosNzAzR6d4Telcpfwyhpjp+U2Vlk/eeSRja6EgqzphdBCMbxcUvhtRyFMW4eHK9279XdgmQUJN2XEGglXFkWwnSuJVh1i3nKUj86Jgesk9Qfd2qntsS1uJlCrSEyE1BChHG3VcuwqREI+3nEv8y5VFcKK4= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:mime-version:content-type; b=my7hV9jy6CNKNQATDfEgFkQ06EZ4BiwiqMZ2dTQkAdpCbp07j6DMWWVyNbZ+YlCysdGX36w7OXj6+matiqMNpKLiO91Eh4ILdBmSSSjYRfyBLVeLnPrjxvk/NZdYJ1QIOdxU413u7pZmJR0hTSYzlyuAblzzo3BBmsHib+n1Vjs= Received: by 10.100.130.8 with SMTP id c8mr1084497and.1175235543556; Thu, 29 Mar 2007 23:19:03 -0700 (PDT) Received: by 10.100.109.8 with HTTP; Thu, 29 Mar 2007 23:19:03 -0700 (PDT) Message-ID: Date: Fri, 30 Mar 2007 00:19:03 -0600 From: "Aaron Gifford" To: freebsd-ipfw@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: Lifetime patches for ipfw updated for 6.2-STABLE as of 29 Mar. 2007 X-BeenThere: freebsd-ipfw@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: IPFW Technical Discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 30 Mar 2007 06:46:22 -0000 This is just to let anyone using my ipfw lifetime patches know that they've been updated following the recent changes in sys/netinet/ip_fw2.c from time_second to time_uptime so that the patches will apply cleanly. They're available as usual from my web site (which also describes what they do): http://www.adg.us/computers/ipfwpatch.html Aaron out.