Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 14 Nov 2002 14:52:46 +0200
From:      Alexandr Kovalenko <never@nevermind.kiev.ua>
To:        FreeBSD Security <security@FreeBSD.ORG>
Cc:        nectar@FreeBSD.ORG
Subject:   Re: FreeBSD Security Advisory FreeBSD-SA-02:43.bind
Message-ID:  <20021114125246.GA89143@nevermind.kiev.ua>
In-Reply-To: <200211140624.gAE6OXcA038916@freefall.freebsd.org>
References:  <200211140624.gAE6OXcA038916@freefall.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
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 <xforce@iss.net>
> 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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20021114125246.GA89143>