From owner-freebsd-questions@FreeBSD.ORG Thu Oct 4 12:29:33 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id CB2AC16A41B for ; Thu, 4 Oct 2007 12:29:33 +0000 (UTC) (envelope-from dwinner@dwinner.net) Received: from outbound-mail-18.bluehost.com (outbound-mail-18.bluehost.com [69.89.20.233]) by mx1.freebsd.org (Postfix) with SMTP id 8C75113C4B6 for ; Thu, 4 Oct 2007 12:29:33 +0000 (UTC) (envelope-from dwinner@dwinner.net) Received: (qmail 20110 invoked by uid 0); 4 Oct 2007 12:29:32 -0000 Received: from unknown (HELO box122.bluehost.com) (69.89.22.122) by mailproxy1.bluehost.com with SMTP; 4 Oct 2007 12:29:32 -0000 Received: from [216.195.215.130] (helo=duane-winners-computer.local) by box122.bluehost.com with esmtpsa (TLSv1:AES256-SHA:256) (Exim 4.68) (envelope-from ) id 1IdPpc-0000t6-Oh for freebsd-questions@freebsd.org; Thu, 04 Oct 2007 06:29:32 -0600 Message-ID: <4704DCAA.1030509@dwinner.net> Date: Thu, 04 Oct 2007 08:29:30 -0400 From: Duane Winner User-Agent: Thunderbird 2.0.0.6 (Macintosh/20070728) MIME-Version: 1.0 To: freebsd-questions@freebsd.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Identified-User: {731:box122.bluehost.com:dwinnern:dwinner.net} {sentby:smtp auth 216.195.215.130 authed with dwinner+dwinner.net} Subject: security patches and release number question X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: dwinner@dwinner.net List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 04 Oct 2007 12:29:33 -0000 Hi, Question about patch numbers and applying patches: Last night, I got the openssl security advisory, and this morning am starting to patch my servers. I've always just done a "make build world; make build kernel; make install kernel; make install world" when I've need to patch. Today, however, I thought I would just try to do the patch on the openssl libs as described in the advisory. I think it worked just fine, but my question is this: How do I keep track of which systems I've patched if I just do a "patch < patchfile" instead of the whole world/kernel thing? uname -an still shows 6.2-RELEASE-p7 instead of "p8"; I use this to keep track of which servers I've patched and which I haven't. Is there a way to handle this? Thanks, DW