Comment 25 for bug 483928

Revision history for this message
In , Paul Townsend (aabatpurdue) wrote :

(In reply to comment #22)
> (In reply to comment #21)
>>
>> Hmmm, but the patch doesn't have two consecutive lines with ".orig" as
>> you describe above. From observation, the first three lines for each
>> modified file are similar to
>>
>> diff -u openssh-5.8p1/kex.c.orig openssh-5.8p1/kex.c
>> --- openssh-5.8p1/kex.c.orig 2010-09-24 08:11:14.000000000 -0400
>> +++ openssh-5.8p1/kex.c 2011-02-11 18:14:03.396688000 -0500
>
> Um. Are we looking at the same file? Here are the first three lines of
> your most recent patch (attachment 2008 [details], in comment #19):
>
> --- openssh-5.8p1/kex.c.orig 2010-09-24 08:11:14.000000000 -0400
> +++ openssh-5.8p1/kex.c.orig 2011-02-11 18:14:03.396688000 -0500
> @@ -49,6 +49,7 @@

Boy, I'm not sure that we are looking at the same file. I just did a

  wget -Ojunk https://bugzilla.mindrot.org/attachment.cgi?id=2008

and got my version. When I click on the attachment line near the top of the bug #1213 comments (this page - "patch - fixes bug ..."), I get my version. Clicking on the "details" button that you specified above, I get my version.

Have we encountered a bug in yet another utility? Browser problem?

I should have thanked you earlier for "testing" the patch so I'll do so now - THANKS.