]> git.ipfire.org Git - thirdparty/openssh-portable.git/commitdiff
Updated COPYING file with usage of RC4
authorDamien Miller <djm@mindrot.org>
Fri, 29 Oct 1999 23:46:20 +0000 (09:46 +1000)
committerDamien Miller <djm@mindrot.org>
Fri, 29 Oct 1999 23:46:20 +0000 (09:46 +1000)
Renamed sshd.init to sshd.init.redhat

COPYING.Ylonen
openssh.spec
sshd.init.redhat [moved from sshd.init with 100% similarity]

index 5e681edd29308e5b1eb30de96d4bb4a55ac0ac8a..ad17df17a063d3c36e57bf0b90b006f1fbf921c7 100644 (file)
@@ -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.
index fe6c137b86087a580694841d6b92b678e327b2bd..c70c3d05234cd1161aaf222852eb526505364f1d 100644 (file)
@@ -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
 
similarity index 100%
rename from sshd.init
rename to sshd.init.redhat