Re: where can i find the security errata and patch section?

2003-02-04 Thread Willie Viljoen
On Wednesday 05 February 2003 05:18, sweetleaf wrote:
 I coming from openbsd, and have security question about patching.

 On openbsd we can review the up2date errata and if there is a security
 issue for which a patch exists, we can download the individual patch and
 use the.   patch -p0 command to patch the src. and then just rebuild
 the binary / install binary.

 The actual page is http://www.openbsd.org/errata.html

The errata for the present production release (4.7), including security 
advisories, can be found at:

http://www.freebsd.org/releases/4.7R/errata.html

You most likely won't find manual patches though, FreeBSD is patched and 
upgraded with the CVSup system. This insures that the entire code base is 
upgraded, to prevent dependancy problems and eliminate cruft.

To get cvsup, as root:

cd /usr/ports/net/cvsup;
make install clean;

Then edit the examples in /usr/share/examples/cvsup/ and use them to upgrade 
the system. More detailed information on the use of CVSup can be found in 
the FreeBSD Handbook (which should be installed in 
/usr/share/doc/handbook/index.html)



 I cant find this on the freebsd page and was wondering if such a errata
 w/patch exists for this project as i don't have time to cvs and make
 world often  and would just rather patch things myself.

 Thanks in advance.


 To Unsubscribe: send mail to [EMAIL PROTECTED]
 with unsubscribe freebsd-questions in the body of the message

-- 
Willie Viljoen
Freelance IT Consultant

214 Paul Kruger Avenue, Universitas
Bloemfontein
9321
South Africa

+27 51 522 15 60
+27 51 522 44 36 (after hours)
+27 82 404 03 27 (mobile)

[EMAIL PROTECTED]

To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-questions in the body of the message



Re: where can i find the security errata and patch section?

2003-02-04 Thread Willie Viljoen
Addendum to my previous post. I would also strongly advise you to subscribe 
to FreeBSD security and security-announcements mailing lists. Information 
and charters for the lists may be found on freebsd.org

On Wednesday 05 February 2003 05:18, sweetleaf wrote:
 I coming from openbsd, and have security question about patching.

 On openbsd we can review the up2date errata and if there is a security
 issue for which a patch exists, we can download the individual patch and
 use the.   patch -p0 command to patch the src. and then just rebuild
 the binary / install binary.

 The actual page is http://www.openbsd.org/errata.html


 I cant find this on the freebsd page and was wondering if such a errata
 w/patch exists for this project as i don't have time to cvs and make
 world often  and would just rather patch things myself.

 Thanks in advance.


 To Unsubscribe: send mail to [EMAIL PROTECTED]
 with unsubscribe freebsd-questions in the body of the message

-- 
Willie Viljoen
Freelance IT Consultant

214 Paul Kruger Avenue, Universitas
Bloemfontein
9321
South Africa

+27 51 522 15 60
+27 51 522 44 36 (after hours)
+27 82 404 03 27 (mobile)

[EMAIL PROTECTED]

To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-questions in the body of the message