From owner-freebsd-security Thu Nov 14 4:52:59 2002 Delivered-To: freebsd-security@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8469E37B401; Thu, 14 Nov 2002 04:52:56 -0800 (PST) Received: from kurush.osdn.org.ua (external.osdn.org.ua [212.40.34.156]) by mx1.FreeBSD.org (Postfix) with ESMTP id B081443E97; Thu, 14 Nov 2002 04:52:50 -0800 (PST) (envelope-from never@kurush.osdn.org.ua) Received: from kurush.osdn.org.ua (never@localhost [127.0.0.1]) by kurush.osdn.org.ua (8.12.6/8.12.6) with ESMTP id gAECqkTP089713; Thu, 14 Nov 2002 14:52:46 +0200 (EET) (envelope-from never@kurush.osdn.org.ua) Received: (from never@localhost) by kurush.osdn.org.ua (8.12.6/8.12.6/Submit) id gAECqk9v089712; Thu, 14 Nov 2002 14:52:46 +0200 (EET) Date: Thu, 14 Nov 2002 14:52:46 +0200 From: Alexandr Kovalenko To: FreeBSD Security Cc: nectar@FreeBSD.ORG Subject: Re: FreeBSD Security Advisory FreeBSD-SA-02:43.bind Message-ID: <20021114125246.GA89143@nevermind.kiev.ua> References: <200211140624.gAE6OXcA038916@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=koi8-r Content-Disposition: inline In-Reply-To: <200211140624.gAE6OXcA038916@freefall.freebsd.org> User-Agent: Mutt/1.5.1i Sender: owner-freebsd-security@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Hello, FreeBSD Security Advisories! On Wed, Nov 13, 2002 at 10:24:33PM -0800, you wrote: > ============================================================================= > FreeBSD-SA-02:43.bind Security Advisory > The FreeBSD Project > > Topic: multiple vulnerabilities in BIND > > Category: core > Module: bind > Announced: 2002-11-14 > Credits: ISS X-Force > Affects: All released versions of FreeBSD > Corrected: 2002-11-14 05:15:15 UTC (RELENG_4) > 2002-11-14 02:05:57 UTC (RELENG_4_7) > 2002-11-14 03:18:41 UTC (RELENG_4_6) > 2002-11-14 04:05:12 UTC (RELENG_4_5) > 2002-11-14 05:11:57 UTC (RELENG_4_4) > FreeBSD only: NO [dd] > b) Execute the following commands as root: > > # cd /usr/src > # patch < /path/to/patch > # cd /usr/src/usr.sbin/named > # make depend && make && make install > # cd /usr/src/libexec/named-xfer > # make depend && make && make install These instructions are incorrect, correct ones are: # cd /usr/src # patch < /patch/to/patch # cd /usr/src/lib/libbind # make depend && make && make install # cd /usr/src/lib/libisc # make depend && make && make install # cd /usr/src/usr.sbin/named # make depend && make && make install # cd /usr/src/libexec/named-xfer # make depend && make && make install -- NEVE-RIPE Ukrainian FreeBSD User Group http://uafug.org.ua/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-security" in the body of the message