Bugzilla – Attachment 3018 Details for
Bug 2748
Bug compatibility rules incorrectly match WinSCP 5.10.x
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Require exact match or dots for older WinSCP versions.
ssh-winscp-compat.patch (text/plain), 758 bytes, created by
Darren Tucker
on 2017-07-25 09:45:05 AEST
(
hide
)
Description:
Require exact match or dots for older WinSCP versions.
Filename:
MIME Type:
Creator:
Darren Tucker
Created:
2017-07-25 09:45:05 AEST
Size:
758 bytes
patch
obsolete
>Index: compat.c >=================================================================== >RCS file: /cvs/src/usr.bin/ssh/compat.c,v >retrieving revision 1.103 >diff -u -p -r1.103 compat.c >--- compat.c 30 Apr 2017 23:13:25 -0000 1.103 >+++ compat.c 24 Jul 2017 23:36:25 -0000 >@@ -175,9 +175,12 @@ compat_datafellows(const char *version) > "TTSSH/2.72*", SSH_BUG_HOSTKEYS }, > { "WinSCP_release_4*," > "WinSCP_release_5.0*," >- "WinSCP_release_5.1*," >- "WinSCP_release_5.5*," >- "WinSCP_release_5.6*," >+ "WinSCP_release_5.1," >+ "WinSCP_release_5.1,*," >+ "WinSCP_release_5.5," >+ "WinSCP_release_5.5.*," >+ "WinSCP_release_5.6," >+ "WinSCP_release_5.6.*," > "WinSCP_release_5.7," > "WinSCP_release_5.7.1," > "WinSCP_release_5.7.2,"
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 2748
: 3018