Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 16 Feb 2001 15:03:08 -0600
From:      Christopher Schulte <christopher@schulte.org>
To:        freebsd-stable@freebsd.org
Subject:   cvsup: enough to rebuild binaries/libs/etc, per security advisories?
Message-ID:  <5.0.2.1.2.20010216141741.0296a9b0@pop.schulte.org>

next in thread | raw e-mail | index | archive | help
System: 4.2-Release.

I have a cron that uses cvsup to pull the stable source tree nightly.

When an advisory comes out (such as the recent Kerberos IV), I just rebuild 
the appropriate components:

# cd /usr/src/kerberosIV
# make depend && make all install
# cd /usr/src/libexec/telnetd
# make depend && make all install

Since I have updated sources, these builds should be adequate, correct?

Is this a safe way to stay current?  Will I run into odd dependency issues 
because I'm not rebuilding the entire system at once, or is keeping current 
with cvsup essentially the same as applying the indicated patches in 
advisories?

Thank you,


--
Christopher Schulte
'now you know, this is what
it feels like' - NIN



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?5.0.2.1.2.20010216141741.0296a9b0>