summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDarren Tucker <dtucker@zip.com.au>2004-04-23 18:56:31 +1000
committerDarren Tucker <dtucker@zip.com.au>2004-04-23 18:56:31 +1000
commitca79b826ae349d616eb68a367ef9b13a84f08667 (patch)
tree0259edadff602ea03e2d0f1566701eb56a5feb3e
parent68b1e4eebf8e4baa9f12c3193f01e6d41cab7290 (diff)
- (dtucker) [README.platform] List prereqs for building on Cygwin.
-rw-r--r--ChangeLog3
-rw-r--r--README.platform10
2 files changed, 11 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 2ef02de7..6f27d25f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -2,6 +2,7 @@
- (dtucker) [configure.ac openbsd-compat/getrrsetbyname.c] Declare h_errno
as extern int if not already declared. Fixes compile errors on old SCO
platforms. ok tim@
+ - (dtucker) [README.platform] List prereqs for building on Cygwin.
20040418
- (dtucker) [auth-pam.c] Log username and source host for failed PAM
@@ -988,4 +989,4 @@
- (djm) Trim deprecated options from INSTALL. Mention UsePAM
- (djm) Fix quote handling in sftp; Patch from admorten AT umich.edu
-$Id: ChangeLog,v 1.3316.2.2 2004/04/23 08:50:52 dtucker Exp $
+$Id: ChangeLog,v 1.3316.2.3 2004/04/23 08:56:31 dtucker Exp $
diff --git a/README.platform b/README.platform
index c4d0c74f..fe3d0cf0 100644
--- a/README.platform
+++ b/README.platform
@@ -13,10 +13,18 @@ Accounts in this state must have their passwords reset manually by the
administrator. As a precaution, it is recommended that the administrative
passwords be reset before upgrading from OpenSSH <3.8.
+
+Cygwin
+------
+To build on Cygwin, OpenSSH requires the following packages:
+gcc, gcc-mingw-core, mingw-runtime, binutils, make, openssl,
+openssl-devel, zlib, minres, minires-devel.
+
+
Solaris
-------
Currently, sshd does not support BSM auditting. This can show up as errors
when editting cron entries via crontab. See.
http://bugzilla.mindrot.org/show_bug.cgi?id=125
-$Id: README.platform,v 1.1 2004/02/24 05:14:41 dtucker Exp $
+$Id: README.platform,v 1.1.6.1 2004/04/23 08:56:31 dtucker Exp $