summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Rice <tim@multitalents.net>2004-07-09 10:45:26 -0700
committerTim Rice <tim@multitalents.net>2004-07-09 10:45:26 -0700
commit3b376f08fbc2d1c89ba0dc2091fd2e3de768cd59 (patch)
tree8cce3665a3f8e407dfe51691931bac1b5669d7e5
parente1f17055ed51dcf53f385f4db334c9a7471659ab (diff)
- (tim) [contrib/cygwin/README] add minires-devel requirement. Patch from
vinschen AT redhat.com
-rw-r--r--ChangeLog6
-rw-r--r--contrib/cygwin/README4
2 files changed, 7 insertions, 3 deletions
diff --git a/ChangeLog b/ChangeLog
index 4d90d8e2f..38cfb91d0 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
120040709
2 - (tim) [contrib/cygwin/README] add minires-devel requirement. Patch from
3 vinschen AT redhat.com
4
120040708 520040708
2 - (dtucker) OpenBSD CVS Sync 6 - (dtucker) OpenBSD CVS Sync
3 - dtucker@cvs.openbsd.org 2004/07/03 05:11:33 7 - dtucker@cvs.openbsd.org 2004/07/03 05:11:33
@@ -1495,4 +1499,4 @@
1495 - (djm) Trim deprecated options from INSTALL. Mention UsePAM 1499 - (djm) Trim deprecated options from INSTALL. Mention UsePAM
1496 - (djm) Fix quote handling in sftp; Patch from admorten AT umich.edu 1500 - (djm) Fix quote handling in sftp; Patch from admorten AT umich.edu
1497 1501
1498$Id: ChangeLog,v 1.3471 2004/07/08 13:11:44 dtucker Exp $ 1502$Id: ChangeLog,v 1.3472 2004/07/09 17:45:26 tim Exp $
diff --git a/contrib/cygwin/README b/contrib/cygwin/README
index fc0a2f69b..5a9b1ce0c 100644
--- a/contrib/cygwin/README
+++ b/contrib/cygwin/README
@@ -212,8 +212,8 @@ in the Cygwin binary distribution, install like this:
212 cd /tmp/cygwin-ssh 212 cd /tmp/cygwin-ssh
213 find * \! -type d | tar cvjfT my-openssh.tar.bz2 - 213 find * \! -type d | tar cvjfT my-openssh.tar.bz2 -
214 214
215You must have installed the zlib and openssl-devel packages to be able to 215You must have installed the zlib, the openssl-devel and the minires-devel
216build OpenSSH! 216packages to be able to build OpenSSH!
217 217
218Please send requests, error reports etc. to cygwin@cygwin.com. 218Please send requests, error reports etc. to cygwin@cygwin.com.
219 219