Re: CVSup supfilesrc-all question

2003-10-20 Thread Graham Lillico
On Sat, Oct 18, 2003 at 08:04:54PM -0400, Alden Louis-Pierre wrote:
So running my sample CVSup supfile would not patch my system for the 
 security advisories from SA-03:08 - SA-0318(as of 10/19/03)?  I'm under 
 the impression this supfile would take care of security advisories, 
 being that I'm updating the /usr directory.  For everything to take in 
 effect I must build and install my kernel as well?  I'm looking through 
 the FreeBSD Handbook and I don't
 see this extra step. 
 
 Thank You
 Alden Louis-Pierre

If you are wanting to do binary updates then FreeBSD Update might be what
your looking for. It can be found at http://www.daemonology.net/freebsd-update/

Grez..
-- 

++
| Graham Lillico [EMAIL PROTECTED] |
++
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: CVSup supfilesrc-all question

2003-10-20 Thread Alden Louis-Pierre
Graham Lillico wrote:

On Sat, Oct 18, 2003 at 08:04:54PM -0400, Alden Louis-Pierre wrote:
 

  So running my sample CVSup supfile would not patch my system for the 
security advisories from SA-03:08 - SA-0318(as of 10/19/03)?  I'm under 
the impression this supfile would take care of security advisories, 
being that I'm updating the /usr directory.  For everything to take in 
effect I must build and install my kernel as well?  I'm looking through 
the FreeBSD Handbook and I don't
see this extra step. 

Thank You
Alden Louis-Pierre
   

If you are wanting to do binary updates then FreeBSD Update might be what
your looking for. It can be found at http://www.daemonology.net/freebsd-update/
Grez..
 

   Thanks everyone for your help.  I manage to do a source upgrade.  I 
did not know if it would be this involved.  Updating the
source was simple, but a little tedious.  I never thought I would be 
compiling so many different things, which made me a little
hesitate at first.

   Graham, thank for the info on the binary update.  This is exactly 
the kind of tool I wanted.  For a second there I thought my supfile
would do a binary update.

Thank You
Alden Louis-Pierre
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


CVSup supfilesrc-all question

2003-10-19 Thread Alden Louis-Pierre
   I just finished reading the Handbook for CVSup.  It appears to be a 
very simple process.  I'm currently running
FreeBSD 4.8 and from my understanding you can keep your sources up to 
date via CVSup.  Does this
mean if I were to do a fresh install of FreeBSD 4.8 and then CVSup my 
source all known security issues would
be resolved for the particular FreeBSD I'm running?  Would the following 
supfile update all of my sources for
FreeBSD 4.8?

  *default tag=RELENG_4_8
  *default host cvsup3.FreeBSD.org
  *default prefix=/usr
  *default base=/usr/local/etc/cvsup
  *default release=cvs delete use-rel-suffix compress
src-all
  I currently update all known security issues via patch  
/path/to/patch method and following the instructions for each security 
advisor.

Thank You
Alden Louis-Pierre
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: CVSup supfilesrc-all question

2003-10-19 Thread Graham Lillico
On Sat, Oct 18, 2003 at 06:24:49PM -0400, Alden Louis-Pierre wrote:
I just finished reading the Handbook for CVSup.  It appears to be a 
 very simple process.  I'm currently running
 FreeBSD 4.8 and from my understanding you can keep your sources up to 
 date via CVSup.  Does this
 mean if I were to do a fresh install of FreeBSD 4.8 and then CVSup my 
 source all known security issues would
 be resolved for the particular FreeBSD I'm running?  Would the following 
 supfile update all of my sources for
 FreeBSD 4.8?
 
   *default tag=RELENG_4_8
   *default host cvsup3.FreeBSD.org
   *default prefix=/usr
   *default base=/usr/local/etc/cvsup
   *default release=cvs delete use-rel-suffix compress
 src-all
 
You can find some example in /usr/share/examples/cvsup , personally I would
change your last *default line to be the following.

*default  release=cvs
*default  delete use-rel-suffix
*default  compress

Have fun.

Grez..

-- 

++
| Graham Lillico [EMAIL PROTECTED] |
++
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: CVSup supfilesrc-all question

2003-10-19 Thread David Fleck
On Sat, 18 Oct 2003, Alden Louis-Pierre wrote:
 Does this mean if I were to do a fresh install of FreeBSD 4.8 and then
 CVSup my source all known security issues would be resolved for the
 particular FreeBSD I'm running?

Not quite - it means that your sources would be up-to-date.  You'd still
have to build and install the updated code.


--
David Fleck
[EMAIL PROTECTED]

___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: CVSup supfilesrc-all question

2003-10-19 Thread Alden Louis-Pierre
David Fleck wrote:

On Sat, 18 Oct 2003, Alden Louis-Pierre wrote:
 

Does this mean if I were to do a fresh install of FreeBSD 4.8 and then
CVSup my source all known security issues would be resolved for the
particular FreeBSD I'm running?
   

Not quite - it means that your sources would be up-to-date.  You'd still
have to build and install the updated code.
--
David Fleck
[EMAIL PROTECTED]
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]
 

   So running my sample CVSup supfile would not patch my system for the 
security advisories from SA-03:08 - SA-0318(as of 10/19/03)?  I'm under 
the impression this supfile would take care of security advisories, 
being that I'm updating the /usr directory.  For everything to take in 
effect I must build and install my kernel as well?  I'm looking through 
the FreeBSD Handbook and I don't
see this extra step. 

Thank You
Alden Louis-Pierre
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: CVSup supfilesrc-all question

2003-10-19 Thread David Fleck
On Sat, 18 Oct 2003, Alden Louis-Pierre wrote:
 So running my sample CVSup supfile would not patch my system for the
 security advisories from SA-03:08 - SA-0318(as of 10/19/03)?  I'm under
 the impression this supfile would take care of security advisories,
 being that I'm updating the /usr directory.  For everything to take in
 effect I must build and install my kernel as well?  I'm looking through
 the FreeBSD Handbook and I don't
 see this extra step.

Running cvsup will update the files in /usr/src:

# prefix=/usr
# This specifies where to place the requested files.  A
# setting of /usr will place all of the files requested
# in /usr/src (e.g., /usr/src/bin, /usr/src/lib).
# The prefix directory must exist in order to run CVSup.

but these are the source files, not binaries.  To update your system, you
need to build and install the resulting binaries.

Read sections 21.3 and 21.4 of the handbook. (The process is not as scary
as it sounds, but you do have to be careful.)


--
David Fleck
[EMAIL PROTECTED]

___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]