Re: FreeBSD Security Advisory FreeBSD-SA-02:43.bind

From: Masachika ISHIZUKA (ishizuka@ish.org)
Date: 11/14/02


Date: Thu, 14 Nov 2002 16:19:25 +0900 (JST)
To: security-advisories@FreeBSD.ORG
From: Masachika ISHIZUKA <ishizuka@ish.org>


> FreeBSD-SA-02:43.bind Security Advisory
>
  [snip]
>
> V. Solution
> 2) To patch your present system:
>
> The following patch has been verified to apply to FreeBSD 4.4, 4.5,
> 4.6, and 4.7 systems.
>
> a) Download the relevant patch from the location below, and verify the
> detached PGP signature using your PGP utility.
>
> # fetch ftp://ftp.FreeBSD.org/pub/FreeBSD/CERT/patches/SA-02:43/bind.patch
> # fetch ftp://ftp.FreeBSD.org/pub/FreeBSD/CERT/patches/SA-02:43/bind.patch.asc
>
> 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

  Hi, this is ishizuka@ish.org.

  I cannot patch with above commands for 4.7-RELEASE.
  The correct commands are as follows?

# cd /usr/src
# patch < /path/to/patch
# cd /usr/src/lib/libisc
# make
# cd /usr/src/lib/libbind
# make
# cd /usr/src/usr.sbin/named
# make depend && make && make install
# cd /usr/src/libexec/named-xfer
# make depend && make && make install

-- 
ishizuka@ish.org
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-security" in the body of the message


Relevant Pages