> 
> > Anyone have tried the patch and experiencing the same issue ?
> >
> >   
> I applied it to 3 6.2-STABLE machines today worked flawlessly.,
> 
> You are using a /usr/src version that it _is_ supposed to 
> apply against right?
> Whats the $FreeBSD$ of the file it fails in. it should be
> 
>  1.1.1.12.6.2 - 1 aka 1.1.1.12.6.1
> 
> 

Philip, thanks for the help. I believe to have found the problem.

I didn't apply the older patch: 
http://security.freebsd.org/advisories/FreeBSD-SA-06:23.openssl.asc  which made 
a tiny change to the line  if (len-- == 0)  to  if (len-- <= 0)

Hence, when doing the new update, it failed. 

I've changed the patch file to recognize the older format and that seems to 
have fixed it.

Best,

Tamouh


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

Reply via email to