diff options
author | Damien Miller <djm@mindrot.org> | 2000-04-06 12:32:37 +1000 |
---|---|---|
committer | Damien Miller <djm@mindrot.org> | 2000-04-06 12:32:37 +1000 |
commit | 1383bd8eb91a8ec9c8d283679faec5925b0ccc42 (patch) | |
tree | f71278df6c50983ea3dad850ae79c45c340d9362 /contrib/redhat | |
parent | 74a333bbe11f67c59c559e0f424d5945eb438577 (diff) |
- OpenBSD CVS update:
- [channels.c]
close efd on eof
- [clientloop.c compat.c ssh.c sshconnect.c myproposal.h]
ssh2 client implementation, interops w/ ssh.com and lsh servers.
- [sshconnect.c]
missing free.
- [authfile.c cipher.c cipher.h packet.c sshconnect.c sshd.c]
remove unused argument, split cipher_mask()
- [clientloop.c]
re-order: group ssh1 vs. ssh2
- Make Redhat spec require openssl >= 0.9.5a
Diffstat (limited to 'contrib/redhat')
-rw-r--r-- | contrib/redhat/openssh.spec | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/contrib/redhat/openssh.spec b/contrib/redhat/openssh.spec index 24f0e4280..35affbaa2 100644 --- a/contrib/redhat/openssh.spec +++ b/contrib/redhat/openssh.spec | |||
@@ -15,8 +15,8 @@ Copyright: BSD | |||
15 | Group: Applications/Internet | 15 | Group: Applications/Internet |
16 | BuildRoot: /tmp/openssh-%{version}-buildroot | 16 | BuildRoot: /tmp/openssh-%{version}-buildroot |
17 | Obsoletes: ssh | 17 | Obsoletes: ssh |
18 | PreReq: openssl | 18 | PreReq: openssl >= 0.9.5a |
19 | Requires: openssl | 19 | Requires: openssl >= 0.9.5a |
20 | BuildPreReq: perl | 20 | BuildPreReq: perl |
21 | BuildPreReq: openssl-devel | 21 | BuildPreReq: openssl-devel |
22 | BuildPreReq: tcp_wrappers | 22 | BuildPreReq: tcp_wrappers |