diff options
-rw-r--r-- | ChangeLog | 3 | ||||
-rw-r--r-- | README.platform | 10 |
2 files changed, 11 insertions, 2 deletions
@@ -2,6 +2,7 @@ | |||
2 | - (dtucker) [configure.ac openbsd-compat/getrrsetbyname.c] Declare h_errno | 2 | - (dtucker) [configure.ac openbsd-compat/getrrsetbyname.c] Declare h_errno |
3 | as extern int if not already declared. Fixes compile errors on old SCO | 3 | as extern int if not already declared. Fixes compile errors on old SCO |
4 | platforms. ok tim@ | 4 | platforms. ok tim@ |
5 | - (dtucker) [README.platform] List prereqs for building on Cygwin. | ||
5 | 6 | ||
6 | 20040421 | 7 | 20040421 |
7 | - (djm) Update config.guess and config.sub to autoconf-2.59 versions; ok tim@ | 8 | - (djm) Update config.guess and config.sub to autoconf-2.59 versions; ok tim@ |
@@ -1037,4 +1038,4 @@ | |||
1037 | - (djm) Trim deprecated options from INSTALL. Mention UsePAM | 1038 | - (djm) Trim deprecated options from INSTALL. Mention UsePAM |
1038 | - (djm) Fix quote handling in sftp; Patch from admorten AT umich.edu | 1039 | - (djm) Fix quote handling in sftp; Patch from admorten AT umich.edu |
1039 | 1040 | ||
1040 | $Id: ChangeLog,v 1.3331 2004/04/23 08:53:10 dtucker Exp $ | 1041 | $Id: ChangeLog,v 1.3332 2004/04/23 08:57:13 dtucker Exp $ |
diff --git a/README.platform b/README.platform index c4d0c74f8..880b83c63 100644 --- a/README.platform +++ b/README.platform | |||
@@ -13,10 +13,18 @@ Accounts in this state must have their passwords reset manually by the | |||
13 | administrator. As a precaution, it is recommended that the administrative | 13 | administrator. As a precaution, it is recommended that the administrative |
14 | passwords be reset before upgrading from OpenSSH <3.8. | 14 | passwords be reset before upgrading from OpenSSH <3.8. |
15 | 15 | ||
16 | |||
17 | Cygwin | ||
18 | ------ | ||
19 | To build on Cygwin, OpenSSH requires the following packages: | ||
20 | gcc, gcc-mingw-core, mingw-runtime, binutils, make, openssl, | ||
21 | openssl-devel, zlib, minres, minires-devel. | ||
22 | |||
23 | |||
16 | Solaris | 24 | Solaris |
17 | ------- | 25 | ------- |
18 | Currently, sshd does not support BSM auditting. This can show up as errors | 26 | Currently, sshd does not support BSM auditting. This can show up as errors |
19 | when editting cron entries via crontab. See. | 27 | when editting cron entries via crontab. See. |
20 | http://bugzilla.mindrot.org/show_bug.cgi?id=125 | 28 | http://bugzilla.mindrot.org/show_bug.cgi?id=125 |
21 | 29 | ||
22 | $Id: README.platform,v 1.1 2004/02/24 05:14:41 dtucker Exp $ | 30 | $Id: README.platform,v 1.2 2004/04/23 08:57:13 dtucker Exp $ |