summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>1999-10-30 09:46:20 +1000
committerDamien Miller <djm@mindrot.org>1999-10-30 09:46:20 +1000
commit2bbb9d0c998db77cf5403f50bf1e105e3719fa2f (patch)
treedbf3eb339a148bf60b917d4a73496fc3c73ffa6b
parent744da802bb53ccdd3c198106e267af4a9faf81d8 (diff)
Updated COPYING file with usage of RC4
Renamed sshd.init to sshd.init.redhat
-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 5e681edd..ad17df17 100644
--- a/COPYING.Ylonen
+++ b/COPYING.Ylonen
@@ -24,7 +24,7 @@ restrictive); see below for details.
[ The make-ssh-known-hosts script is no longer included. ]
[ TSS has been removed. ]
[ MD5 is now external. ]
-[ RC4 support has been removed. ]
+[ RC4 support has been removed (RC4 is used internally for arc4random). ]
[ Blowfish is now external. ]
The 32-bit CRC implementation in crc32.c is due to Gary S. Brown.
diff --git a/openssh.spec b/openssh.spec
index fe6c137b..c70c3d05 100644
--- a/openssh.spec
+++ b/openssh.spec
@@ -1,6 +1,6 @@
Summary: OpenSSH free Secure Shell (SSH) implementation
Name: openssh
-Version: 1.2pre6
+Version: 1.2pre7
Release: 1
Packager: Damien Miller <djm@ibs.com.au>
Source0: openssh-%{version}-linux.tar.gz
@@ -20,6 +20,8 @@ up to date in terms of security and features, as well as removing all
patented algorithms to seperate libraries (OpenSSL).
%changelog
+* Sat Oct 30 1999 Damien Miller <djm@ibs.com.au>
+- Renamed init script
* Fri Oct 29 1999 Damien Miller <djm@ibs.com.au>
- Back to old binary names
* Thu Oct 28 1999 Damien Miller <djm@ibs.com.au>
@@ -48,7 +50,7 @@ mkdir -p $RPM_BUILD_ROOT/usr/man/man1
mkdir -p $RPM_BUILD_ROOT/usr/man/man8
install -m644 sshd.pam $RPM_BUILD_ROOT/etc/pam.d/sshd
-install -m755 sshd.init $RPM_BUILD_ROOT/etc/rc.d/init.d/sshd
+install -m755 sshd.init.redhat $RPM_BUILD_ROOT/etc/rc.d/init.d/sshd
install -m600 ssh_config $RPM_BUILD_ROOT/etc/ssh/ssh_config
install -m600 sshd_config $RPM_BUILD_ROOT/etc/ssh/sshd_config
diff --git a/sshd.init b/sshd.init.redhat
index 40cc92b8..40cc92b8 100755
--- a/sshd.init
+++ b/sshd.init.redhat