Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 14 Nov 2002 16:19:25 +0900 (JST)
From:      Masachika ISHIZUKA <ishizuka@ish.org>
To:        security-advisories@FreeBSD.ORG
Cc:        freebsd-security@FreeBSD.ORG
Subject:   Re: FreeBSD Security Advisory FreeBSD-SA-02:43.bind
Message-ID:  <20021114.161925.95516452.ishizuka@ish.org>
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
> 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




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