diff options
author | Peter Wemm <peter@FreeBSD.org> | 1995-11-23 17:19:18 +0000 |
---|---|---|
committer | Peter Wemm <peter@FreeBSD.org> | 1995-11-23 17:19:18 +0000 |
commit | c9bf0309fde05c455b2d66dfce0fbfa635f248fb (patch) | |
tree | 9fbe02f3c23578ea656b645d9c2ef8e0674ad5c4 /security | |
parent | 01dd0b772a4ab7d6430e522fab4c77be2f82ebe5 (diff) | |
download | ports-c9bf0309fde05c455b2d66dfce0fbfa635f248fb.tar.gz ports-c9bf0309fde05c455b2d66dfce0fbfa635f248fb.zip |
Notes
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 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. |