-
Notifications
You must be signed in to change notification settings - Fork 588
Upgrade OpenSSH 5.4p1 #221
Conversation
|
Apart from the binaries and the extra |
|
I could make a shell script instead of adding |
Well, I was really curious from where you got them... |
|
I fixed the following points.
|
|
Thank you! |
|
Just one more question: you extracted the headers for After that, we'll be good to go! Thank you so much for all your hard work! |
|
I used the following files. Updated the commit messages. http://sourceforge.net/projects/mingw/files/OldFiles/msys-openssl/openssl-0.9.8e-3-MSYS-1.0.11.tar.bz2/download OpenSSH configure has the check that the openssl headers match the existing binary (0.9.8e). |
|
I succeed to build OpenSSH 6.6p1 for msys. Added the commit. |
|
Excellent work, @shirosaki! @kusma thank you for your review! I will now let my slow VM build it... ;-) |
|
@shirosaki I also found that I had to remove some obsolete headers... Did you have to do something similar to 7cf3e99? |
|
I cherry-picked the compiled OpenSSH binaries and put it on the branch |
|
Tested and merged. Thank you again! |
|
Thank you for merging and test. It seems openbsd-compat/xcrypt.c:62 |
|
https://github.com/msysgit/msysgit/blob/msys/bin/slogin looks obsolete. |
Okay, strange. Maybe some timestamp issue where my checkout let other directories in the INCLUDE search path take precedence.
Thanks for the analysis! However, in the interest of time I am inclined to leave things as they are. If you feel strongly about this issue, though, just file a PR and I will merge it right away!
Thanks! See 4f2618e |
I created a build script for OpenSSH in msys branch.
minires, libz and openssl have dll binary but not include and *.dll.a.
So I added include and *.dll.a files. Is this OK?
I also added a crypt build script for OpenSSH. We need to build crypt before OpenSSH build.