|
Neohapsis is currently accepting applications for employment. For more information, please visit our website www.neohapsis.com or email hr@neohapsis.com |
From: Alexandr Kovalenko (never_at_nevermind.kiev.ua)
Date: Thu Nov 14 2002 - 06:52:46 CST
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
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]