Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 5 Mar 2003 12:27:03 +0200
From:      Giorgos Keramidas <keramida@ceid.upatras.gr>
To:        taxman <taxman@acd.net>
Cc:        freebsd-questions@FreeBSD.ORG
Subject:   Re: A couple of questions related to the sendmail patch, etc.
Message-ID:  <20030305102703.GA20405@gothmog.gr>
In-Reply-To: <200303042238.14556.taxman@acd.net>
References:  <002f01c2e25f$2087b3d0$aeb423cf@3bagsmedia> <20030304180817.GE4478@gothmog.gr> <200303042238.14556.taxman@acd.net>

next in thread | previous in thread | raw e-mail | index | archive | help
On 2003-03-04 22:38, taxman <taxman@acd.net> wrote:
> On Tuesday 04 March 2003 01:08 pm, Giorgos Keramidas wrote:
> > On 2003-03-04 10:02, Phillip Smith <lists@3bags.com> wrote:
> > : A couple of quick questions...
> > :
> > : I've downloaded the 8.11.6 patch from sendmail.org, and used the
> > : instructions they provided
> > : [patch -p0 < /PATH/TO/sendmail.8.11.6.security.cr.patch], which then
> > : prompts me for 'which file to patch.' I'm not clear on which file I
> > : _need_ to patch? Or where it would be.
> >
> > You should run the patch command with /usr/src/contrib/sendmail as
> > your current working directory.
>
> I don't run sendmail at all, but I would like to learn how to apply
> the patch.  doing:
> patch -p0 < /home/tim/sendmail.8.12.security.cr.patch
> in the above directory still gives the "File to patch:" prompt
> What else needs to be done to apply the patch?

Hmmm, sorry for the confusion.  I didn't read the patch carefully.
The correct way of applying it for 8.11.x is:

	# cd /usr/src/contrib/sendmail/src
	# patch -p1 < /PATH/TO/sendmail.8.11.6.security.cr.patch


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-questions" in the body of the message




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