For some reason, the test_utf8 tests fail here, probably because
snmprintf() does not return what OpenSSH expects... But UTF-8 is not
native to Windows anyway (at least not yet).
Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
In MSYS2's context, it does not make sense, as we do not have a
special-purpose 'sshd' user account and also no easy way to make one.
Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
This update made the fix-man-install patch unnecessary and required
minor adjustments to the msys2 one (to avoid huge changes due to
autoconf tools updates resulting in vastly different generated files, we
simply call autoreconf after patching configure.ac).
Due to a recent export of setkey() in msys2-runtime-devel's stdlib.h
when _XOPEN_SOURCE is defined, we need to add a little work-around patch
that avoids clashing with crypt.h's declaration of the function of the
same name.
Suggested by Ryan Rode-Corrent.
Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
* upgrade some broken packages
* correct some broken urls/checksums
* use secure urls where possible
* use stable url for ncurses
* some whitespace fixes
Remaining md5sums either didn't download or
didn't pass checksum tests.