summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog3
-rw-r--r--contrib/caldera/openssh.spec5
2 files changed, 6 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 0dbd671d4..d722b4980 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -3,6 +3,7 @@
3 - markus@cvs.openbsd.org 2001/04/30 11:18:52 3 - markus@cvs.openbsd.org 2001/04/30 11:18:52
4 [readconf.c readconf.h ssh.1 ssh.c sshconnect.c] 4 [readconf.c readconf.h ssh.1 ssh.c sshconnect.c]
5 implement 'ssh -b bind_address' like 'telnet -b' 5 implement 'ssh -b bind_address' like 'telnet -b'
6 - (tim) [contrib/caldera/openssh.spec] add Requires line for Caldera 3.1
6 7
720010430 820010430
8 - OpenBSD CVS Sync 9 - OpenBSD CVS Sync
@@ -5288,4 +5289,4 @@
5288 - Wrote replacements for strlcpy and mkdtemp 5289 - Wrote replacements for strlcpy and mkdtemp
5289 - Released 1.0pre1 5290 - Released 1.0pre1
5290 5291
5291$Id: ChangeLog,v 1.1185 2001/04/30 13:06:24 mouring Exp $ 5292$Id: ChangeLog,v 1.1186 2001/04/30 18:00:11 tim Exp $
diff --git a/contrib/caldera/openssh.spec b/contrib/caldera/openssh.spec
index f40b22ed8..99334e4a4 100644
--- a/contrib/caldera/openssh.spec
+++ b/contrib/caldera/openssh.spec
@@ -18,6 +18,9 @@ Packager : Stephan Seyboth <sps@caldera.de>
18URL : http://www.openssh.com/ 18URL : http://www.openssh.com/
19 19
20Obsoletes : ssh, ssh-clients, openssh-clients 20Obsoletes : ssh, ssh-clients, openssh-clients
21
22# uncomment for >= Caldera 3.1
23#Requires : SysVinit-scripts >= 1.07
21 24
22BuildRoot : /tmp/%{Name}-%{Version} 25BuildRoot : /tmp/%{Name}-%{Version}
23 26
@@ -278,4 +281,4 @@ fi
278* Mon Jan 01 1998 ... 281* Mon Jan 01 1998 ...
279Template Version: 1.31 282Template Version: 1.31
280 283
281$Id: openssh.spec,v 1.15 2001/04/27 05:50:49 tim Exp $ 284$Id: openssh.spec,v 1.16 2001/04/30 18:00:13 tim Exp $