summaryrefslogtreecommitdiff
path: root/security
diff options
context:
space:
mode:
authorPeter Wemm <peter@FreeBSD.org>1995-11-23 17:19:18 +0000
committerPeter Wemm <peter@FreeBSD.org>1995-11-23 17:19:18 +0000
commitc9bf0309fde05c455b2d66dfce0fbfa635f248fb (patch)
tree9fbe02f3c23578ea656b645d9c2ef8e0674ad5c4 /security
parentUpdate to version 1.2 (diff)
Update ssh from 1.2.10 to 1.2.12.. This is for two reasons:
1) It eliminated the need for my horrible kludge patch-ad 2) 1.2.12 has data stream compression (like gzip). (I'm talking with the author about the remining three patches)
Notes
Notes: svn path=/head/; revision=2461
Diffstat (limited to 'security')
-rw-r--r--security/ssh/Makefile4
-rw-r--r--security/ssh/distinfo2
-rw-r--r--security/ssh/pkg-descr3
-rw-r--r--security/ssh2/Makefile4
-rw-r--r--security/ssh2/distinfo2
-rw-r--r--security/ssh2/pkg-descr3
6 files changed, 12 insertions, 6 deletions
diff --git a/security/ssh/Makefile b/security/ssh/Makefile
index 17df8e2a1b54..01d35a917180 100644
--- a/security/ssh/Makefile
+++ b/security/ssh/Makefile
@@ -3,10 +3,10 @@
# Date created: 30 Jul 1995
# Whom: torstenb@FreeBSD.ORG
#
-# $Id: Makefile,v 1.4 1995/11/09 05:58:00 asami Exp $
+# $Id: Makefile,v 1.5 1995/11/22 13:20:15 asami Exp $
#
-DISTNAME= ssh-1.2.10
+DISTNAME= ssh-1.2.12
CATEGORIES= security net
MASTER_SITES= ftp://ftp.funet.fi/pub/unix/security/ \
ftp://ftp.cs.hut.fi/pub/ssh/snapshots/
diff --git a/security/ssh/distinfo b/security/ssh/distinfo
index ee5de3ad76f5..98322b105da2 100644
--- a/security/ssh/distinfo
+++ b/security/ssh/distinfo
@@ -1,2 +1,2 @@
-MD5 (ssh-1.2.10.tar.gz) = 85b1938f462d13ccebe9d341c63bddbe
+MD5 (ssh-1.2.12.tar.gz) = ac017e627b0b6ee3f5de5b0a5a06720f
MD5 (rsaref2.tar.gz) = 0b474c97bf1f1c0d27e5a95f1239c08d
diff --git a/security/ssh/pkg-descr b/security/ssh/pkg-descr
index fb9e196439ff..307b86088bcf 100644
--- a/security/ssh/pkg-descr
+++ b/security/ssh/pkg-descr
@@ -93,4 +93,7 @@ FEATURES
o Automatically executes conventional rsh (after displaying a
warning) if the server machine is not running sshd.
+ o Optional compression of all data with gzip (including forwarded X11
+ and TCP/IP port data), which may result in significant speedups on
+ slow connections.
diff --git a/security/ssh2/Makefile b/security/ssh2/Makefile
index 17df8e2a1b54..01d35a917180 100644
--- a/security/ssh2/Makefile
+++ b/security/ssh2/Makefile
@@ -3,10 +3,10 @@
# Date created: 30 Jul 1995
# Whom: torstenb@FreeBSD.ORG
#
-# $Id: Makefile,v 1.4 1995/11/09 05:58:00 asami Exp $
+# $Id: Makefile,v 1.5 1995/11/22 13:20:15 asami Exp $
#
-DISTNAME= ssh-1.2.10
+DISTNAME= ssh-1.2.12
CATEGORIES= security net
MASTER_SITES= ftp://ftp.funet.fi/pub/unix/security/ \
ftp://ftp.cs.hut.fi/pub/ssh/snapshots/
diff --git a/security/ssh2/distinfo b/security/ssh2/distinfo
index ee5de3ad76f5..98322b105da2 100644
--- a/security/ssh2/distinfo
+++ b/security/ssh2/distinfo
@@ -1,2 +1,2 @@
-MD5 (ssh-1.2.10.tar.gz) = 85b1938f462d13ccebe9d341c63bddbe
+MD5 (ssh-1.2.12.tar.gz) = ac017e627b0b6ee3f5de5b0a5a06720f
MD5 (rsaref2.tar.gz) = 0b474c97bf1f1c0d27e5a95f1239c08d
diff --git a/security/ssh2/pkg-descr b/security/ssh2/pkg-descr
index fb9e196439ff..307b86088bcf 100644
--- a/security/ssh2/pkg-descr
+++ b/security/ssh2/pkg-descr
@@ -93,4 +93,7 @@ FEATURES
o Automatically executes conventional rsh (after displaying a
warning) if the server machine is not running sshd.
+ o Optional compression of all data with gzip (including forwarded X11
+ and TCP/IP port data), which may result in significant speedups on
+ slow connections.