summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--COPYING.Ylonen2
-rw-r--r--openssh.spec6
-rwxr-xr-xsshd.init.redhat (renamed from sshd.init)0
3 files changed, 5 insertions, 3 deletions
diff --git a/COPYING.Ylonen b/COPYING.Ylonen
index 5e681edd2..ad17df17a 100644
--- a/COPYING.Ylonen
+++ b/COPYING.Ylonen
@@ -24,7 +24,7 @@ restrictive); see below for details.
24[ The make-ssh-known-hosts script is no longer included. ] 24[ The make-ssh-known-hosts script is no longer included. ]
25[ TSS has been removed. ] 25[ TSS has been removed. ]
26[ MD5 is now external. ] 26[ MD5 is now external. ]
27[ RC4 support has been removed. ] 27[ RC4 support has been removed (RC4 is used internally for arc4random). ]
28[ Blowfish is now external. ] 28[ Blowfish is now external. ]
29 29
30The 32-bit CRC implementation in crc32.c is due to Gary S. Brown. 30The 32-bit CRC implementation in crc32.c is due to Gary S. Brown.
diff --git a/openssh.spec b/openssh.spec
index fe6c137b8..c70c3d052 100644
--- a/openssh.spec
+++ b/openssh.spec
@@ -1,6 +1,6 @@
1Summary: OpenSSH free Secure Shell (SSH) implementation 1Summary: OpenSSH free Secure Shell (SSH) implementation
2Name: openssh 2Name: openssh
3Version: 1.2pre6 3Version: 1.2pre7
4Release: 1 4Release: 1
5Packager: Damien Miller <djm@ibs.com.au> 5Packager: Damien Miller <djm@ibs.com.au>
6Source0: openssh-%{version}-linux.tar.gz 6Source0: openssh-%{version}-linux.tar.gz
@@ -20,6 +20,8 @@ up to date in terms of security and features, as well as removing all
20patented algorithms to seperate libraries (OpenSSL). 20patented algorithms to seperate libraries (OpenSSL).
21 21
22%changelog 22%changelog
23* Sat Oct 30 1999 Damien Miller <djm@ibs.com.au>
24- Renamed init script
23* Fri Oct 29 1999 Damien Miller <djm@ibs.com.au> 25* Fri Oct 29 1999 Damien Miller <djm@ibs.com.au>
24- Back to old binary names 26- Back to old binary names
25* Thu Oct 28 1999 Damien Miller <djm@ibs.com.au> 27* Thu Oct 28 1999 Damien Miller <djm@ibs.com.au>
@@ -48,7 +50,7 @@ mkdir -p $RPM_BUILD_ROOT/usr/man/man1
48mkdir -p $RPM_BUILD_ROOT/usr/man/man8 50mkdir -p $RPM_BUILD_ROOT/usr/man/man8
49 51
50install -m644 sshd.pam $RPM_BUILD_ROOT/etc/pam.d/sshd 52install -m644 sshd.pam $RPM_BUILD_ROOT/etc/pam.d/sshd
51install -m755 sshd.init $RPM_BUILD_ROOT/etc/rc.d/init.d/sshd 53install -m755 sshd.init.redhat $RPM_BUILD_ROOT/etc/rc.d/init.d/sshd
52install -m600 ssh_config $RPM_BUILD_ROOT/etc/ssh/ssh_config 54install -m600 ssh_config $RPM_BUILD_ROOT/etc/ssh/ssh_config
53install -m600 sshd_config $RPM_BUILD_ROOT/etc/ssh/sshd_config 55install -m600 sshd_config $RPM_BUILD_ROOT/etc/ssh/sshd_config
54 56
diff --git a/sshd.init b/sshd.init.redhat
index 40cc92b86..40cc92b86 100755
--- a/sshd.init
+++ b/sshd.init.redhat