[Lunar-commits] CVS: moonbase/crypto/openssh DETAILS,1.12,1.13
Terry Chan
tchan at lunar-linux.org
Wed Feb 25 05:48:39 GMT 2004
Update of /var/cvs/lunar/moonbase/crypto/openssh
In directory dbguin.lunar-linux.org:/tmp/cvs-serv30461
Modified Files:
DETAILS
Log Message:
Verson bump to 3.8p1. Small changes/fixes. Seems more like a license
rewrite of sections of code to remove the last remaining "problem" areas.
Compiled and tested with gcc-3.3.3 and kernel-headers 2.4.x.
Index: DETAILS
===================================================================
RCS file: /var/cvs/lunar/moonbase/crypto/openssh/DETAILS,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -d -r1.12 -r1.13
--- DETAILS 23 Sep 2003 16:44:02 -0000 1.12
+++ DETAILS 25 Feb 2004 05:48:37 -0000 1.13
@@ -1,17 +1,19 @@
MODULE=openssh
- VERSION=3.7.1p2
- #VERSION=3.6.1p2
+ VERSION=3.8p1
+ #VERSION=3.7.1p2
SOURCE=$MODULE-$VERSION.tar.gz
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE-$VERSION
SOURCE_URL[0]=ftp://ftp.openbsd.org/pub/OpenBSD/OpenSSH/portable/$SOURCE
SOURCE_URL[1]=ftp://ftp.tux.org/bsd/openbsd/OpenSSH/portable/$SOURCE
- SOURCE_VFY=md5:61cf5b059938718308836d00f6764a94
+ SOURCE_VFY=md5:7861a4c0841ab69a6eec5c747daff6fb
WEB_SITE=http://www.openssh.com
ENTERED=20010922
- UPDATED=20030923
+ UPDATED=20040224
SHORT="openssh is a client and server for encrypted remote logins and file transfers."
cat << EOF
-This is a Unix/Linux port of OpenBSD's excellent OpenSSH. OpenSSH is a
-full implementation of the SSH1 protocol and a 99% implementation of the
-SSH 2 protocol, including sftp client and server support.
+The OpenSSH suite includes the ssh program which replaces rlogin and telnet,
+scp which replaces rcp, and sftp which replaces ftp. Also included is sshd
+which is the server side of the package, and the other basic utilities like
+ssh-add, ssh-agent, ssh-keysign, ssh-keyscan, ssh-keygen and sftp-server.
+OpenSSH supports SSH protocol versions 1.3, 1.5, and 2.0.
EOF
More information about the Lunar-commits
mailing list