From owner-freebsd-questions@FreeBSD.ORG Mon May 30 11:45:54 2011 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 F236D106566B for ; Mon, 30 May 2011 11:45:54 +0000 (UTC) (envelope-from reko.turja@liukuma.net) Received: from www.liukuma.net (unknown [IPv6:2001:470:28:38a::1]) by mx1.freebsd.org (Postfix) with ESMTP id 8B7AD8FC13 for ; Mon, 30 May 2011 11:45:54 +0000 (UTC) Received: from www.liukuma.net (localhost [127.0.0.1]) by www.liukuma.net (Postfix) with ESMTP id E43E01CC8F for ; Mon, 30 May 2011 14:45:29 +0300 (EEST) X-DKIM: Sendmail DKIM Filter v2.8.3 www.liukuma.net E43E01CC8F DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=liukuma.net; s=liukudkim; t=1306755930; bh=RxQ3HOG8+FDQ3G65KJseinT1K+elSmMEzx2pBc+VUJE=; h=Message-ID:From:To:References:In-Reply-To:Subject:Date: MIME-Version:Content-Type:Content-Transfer-Encoding; z=X-Virus-Scanned:=20amavisd-new=20at=20liukuma.net|X-DKIM:=20Sendm ail=20DKIM=20Filter=20v2.8.3=20www.liukuma.net=207DDC21CC8D|Messag e-ID:=20<37D0F07B1C3040A79FBB8EC06C589241@rivendell>|From:=20"Reko =20Turja"=20|To:=20|References:=20<4DE35A02.6000406@eskk.nu>=20<4DE36CBF.6060 602@infracaninophile.co.uk>|In-Reply-To:=20<4DE36CBF.6060602@infra caninophile.co.uk>|Subject:=20Re:=20After=20freebsd-update....|Dat e:=20Mon,=2030=20May=202011=2014:45:36=20+0300|MIME-Version:=201.0 |Content-Type:=20text/plain=3B=0D=0A=09format=3Dflowed=3B=0D=0A=09 charset=3D"iso-8859-1"=3B=0D=0A=09reply-type=3Doriginal|Content-Tr ansfer-Encoding:=20quoted-printable|X-Priority:=203|X-MSMail-Prior ity:=20Normal|Importance:=20Normal|X-Mailer:=20Microsoft=20Windows =20Live=20Mail=2014.0.8117.416|X-MimeOLE:=20Produced=20By=20Micros oft=20MimeOLE=20V14.0.8117.416; b=PwMyW5mN1NV5lMq0bybkQyL+zRfaTTeHp8ZUbPdhiK2JM8W5qNqk9ffoWt6NusC7J xjLdvW2MI4Cx7ioo3n2XYlcCQ+itp/lMuqQ/KXWtdz5m+/9iJWC8pIDrMgiZAYDPDa Iu85Rnw7wdpbOX3YOB3Y5JfR3+MhsG5x6/IWEadc= X-Virus-Scanned: amavisd-new at liukuma.net Received: from www.liukuma.net ([127.0.0.1]) by www.liukuma.net (www.liukuma.net [127.0.0.1]) (amavisd-new, port 10026) with ESMTP id 8-qA-bu3d82g for ; Mon, 30 May 2011 14:45:25 +0300 (EEST) Received: from rivendell (a91-155-174-194.elisa-laajakaista.fi [91.155.174.194]) (using TLSv1 with cipher RC4-MD5 (128/128 bits)) (Client did not present a certificate) (Authenticated sender: ignatz@www.liukuma.net) by www.liukuma.net (Postfix) with ESMTPSA id 7DDC21CC8D for ; Mon, 30 May 2011 14:45:25 +0300 (EEST) X-DKIM: Sendmail DKIM Filter v2.8.3 www.liukuma.net 7DDC21CC8D Message-ID: <37D0F07B1C3040A79FBB8EC06C589241@rivendell> From: "Reko Turja" To: References: <4DE35A02.6000406@eskk.nu> <4DE36CBF.6060602@infracaninophile.co.uk> In-Reply-To: <4DE36CBF.6060602@infracaninophile.co.uk> Date: Mon, 30 May 2011 14:45:36 +0300 MIME-Version: 1.0 Content-Type: text/plain; format=flowed; charset="iso-8859-1"; reply-type=original Content-Transfer-Encoding: quoted-printable X-Priority: 3 X-MSMail-Priority: Normal Importance: Normal X-Mailer: Microsoft Windows Live Mail 14.0.8117.416 X-MimeOLE: Produced By Microsoft MimeOLE V14.0.8117.416 Subject: Re: After freebsd-update.... X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 30 May 2011 11:45:55 -0000 > You have applied the update successfully. You won't see any=20 > difference > in the output from uname(1) because this update when applied via > freebsd-update(8) doesn't touch the kernel. It only affects=20 > named(8). > This is the patched version in 8.2-STABLE: > % /usr/sbin/named -v > BIND 9.6.-ESV-R4-P1 Interestingly my system updated from source shows still: /usr/src# /usr/sbin/named -v BIND 9.6.-ESV-R3 ncache.c was updated though, but version number nor any other bind=20 files were touched. -Reko=20