Sendmail vulnerability

Gregory Neil Shapiro gshapiro at freebsd.org
Wed Sep 17 10:39:02 PDT 2003


> >  # cd /usr/src
> >  # patch -p1 < /path/to/patch
> >  # cd /usr/src/usr.sbin/sendmail
> >  # make obj && make depend && make && make install
> 
> I've tried to make that but I get this error (on a stable with today 
> sources):

If you haven't built world before, you need to also:

cd /usr/src/lib/libsm
make obj && make depend && make
cd /usr/src/lib/libsmutil
make obj && make depend && make


More information about the freebsd-stable mailing list