Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 30 Jan 2001 10:15:44 -0800 (PST)
From:      Matt Dillon <dillon@earth.backplane.com>
To:        Jeroen Ruigrok van der Werven <jruigrok@via-net-works.nl>
Cc:        "H. Wade Minter" <minter@lunenburg.org>, stable@FreeBSD.ORG
Subject:   Re: Upgrading just bind
Message-ID:  <200101301815.f0UIFio88817@earth.backplane.com>
References:  <Pine.BSF.4.31.0101300910380.62069-100000@ashburn.skiltech.com> <20010130154019.C13001@lucifer.bart.nl>

next in thread | previous in thread | raw e-mail | index | archive | help


:-On [20010130 15:15], H. Wade Minter (minter@lunenburg.org) wrote:
:>Probably an easy answer, but if I just wanted to upgrade bind without
:>upgrading the entire system, how would I do it.  I cvsup every night, and
:>rebuilt the entire system about two weeks ago, but that was right before
:>the bind exploit was announced.
:
:Currently that requires a bunch of loops to jump through, which I am
:solving right now.
:
:Try building libisc before anything else at least.
:
:-- 
:Jeroen Ruigrok van der Werven          VIA Net.Works The Netherlands

    This is what I did:

    cvsup ...

    cd /usr/src/lib
    make obj
    make
    make install

    cd /usr/src/usr.sbin/named
    make obj
    make clean
    make
    make install

    I'm hoping it worked as expected.  It only takes a few minutes if you've
    built the world in the last few weeks.

					-Matt




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




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