diff options
author | peter <peter@FreeBSD.org> | 1995-11-23 17:19:18 +0000 |
---|---|---|
committer | peter <peter@FreeBSD.org> | 1995-11-23 17:19:18 +0000 |
commit | 587578b4de5ebbf6d31a871d638cd08c9f6944c6 (patch) | |
tree | cecc5533ac630be52a5d34afb64c6dec688c9b00 /security | |
parent | 0d6011d1542b229b9a518f9f8c210da1f2b01ca9 (diff) | |
download | FreeBSD-ports-587578b4de5ebbf6d31a871d638cd08c9f6944c6.zip FreeBSD-ports-587578b4de5ebbf6d31a871d638cd08c9f6944c6.tar.gz |
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)
Diffstat (limited to 'security')
-rw-r--r-- | security/ssh/Makefile | 4 | ||||
-rw-r--r-- | security/ssh/distinfo | 2 | ||||
-rw-r--r-- | security/ssh/pkg-descr | 3 | ||||
-rw-r--r-- | security/ssh2/Makefile | 4 | ||||
-rw-r--r-- | security/ssh2/distinfo | 2 | ||||
-rw-r--r-- | security/ssh2/pkg-descr | 3 |
6 files changed, 12 insertions, 6 deletions
diff --git a/security/ssh/Makefile b/security/ssh/Makefile index 17df8e2..01d35a9 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 ee5de3a..98322b1 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 fb9e196..307b860 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 17df8e2..01d35a9 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 ee5de3a..98322b1 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 fb9e196..307b860 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. |