Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 1 Apr 2003 04:07:04 -0500 (EST)
From:      David A Bestor <1nd3n14l@indenial.com>
To:        freebsd-security@freebsd.org
Subject:   Re: FreeBSD Security Advisory FreeBSD-SA-03:07.sendmail
Message-ID:  <20030401034814.X97058@godzilla.indenial.com>
In-Reply-To: <200303302121.h2ULL47f023145@freefall.freebsd.org>
References:  <200303302121.h2ULL47f023145@freefall.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
On Sun, 30 Mar 2003, FreeBSD Security Advisories wrote:

> =============================================================================
> FreeBSD-SA-03:07.sendmail                                   Security Advisory
>                                                           The FreeBSD Project
>
> b) Execute the following commands as root:
>
> # cd /usr/src
> # patch < /path/to/patch
> # cd /usr/src/lib/libsm
> # make obj && make depend && make
> # cd /usr/src/lib/libsmutil
> # make obj && make depend && make
> # cd /usr/src/usr.sbin/sendmail
> # make obj && make depend && make && make install
>
I think the advisory should also include the following:
# cd /usr/src/share/sendmail
# make install

I run a custom hostname.mc in /etc/mail . Which I dont think is to
extreme. If I do the following:
cd /etc/mail
make

I then compare hostname.cf to sendmail.cf and it does not get
built with updated information. This is because I still have the
old m4 files in /usr/share/sendmail/cf unless I do the additional make
install from above.

Thanks,
David



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