Bugzilla – Attachment 1091 Details for
Bug 1157
ssh-keygen doesn't handle DOS line breaks
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Regress test for this (against -portable)
openssh-bug1157-regress.patch (text/plain), 809 bytes, created by
Darren Tucker
on 2006-03-07 23:44:01 AEDT
(
hide
)
Description:
Regress test for this (against -portable)
Filename:
MIME Type:
Creator:
Darren Tucker
Created:
2006-03-07 23:44:01 AEDT
Size:
809 bytes
patch
obsolete
>Index: regress/Makefile >=================================================================== >RCS file: /usr/local/src/security/openssh/cvs/openssh_cvs/regress/Makefile,v >retrieving revision 1.23 >diff -u -p -r1.23 Makefile >--- regress/Makefile 7 Mar 2005 07:35:34 -0000 1.23 >+++ regress/Makefile 27 Feb 2006 12:17:32 -0000 >@@ -56,6 +56,10 @@ CLEANFILES= t2.out t6.out1 t6.out2 t7.ou > > t1: > ssh-keygen -if ${.CURDIR}/rsa_ssh2.prv | diff - ${.CURDIR}/rsa_openssh.prv >+ sed 's/$$/\r/g' ${.CURDIR}/rsa_ssh2.prv > ${OBJ}/rsa_ssh2_crnl.prv >+ ssh-keygen -if ${OBJ}/rsa_ssh2_crnl.prv | diff - ${.CURDIR}/rsa_openssh.prv >+ tr '\n' '\r' <${.CURDIR}/rsa_ssh2.prv > ${OBJ}/rsa_ssh2_cr.prv >+ ssh-keygen -if ${OBJ}/rsa_ssh2_cr.prv | diff - ${.CURDIR}/rsa_openssh.prv > > t2: > cat ${.CURDIR}/rsa_openssh.prv > $(OBJ)/t2.out
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Flags:
djm
:
ok+
Actions:
View
|
Diff
Attachments on
bug 1157
:
1067
|
1068
|
1069
|
1070
|
1074
|
1078
|
1086
|
1087
| 1091