aboutsummaryrefslogtreecommitdiffstats
path: root/security/ssh/pkg-descr
diff options
context:
space:
mode:
authorpeter <peter@FreeBSD.org>1995-11-24 01:19:18 +0800
committerpeter <peter@FreeBSD.org>1995-11-24 01:19:18 +0800
commit587578b4de5ebbf6d31a871d638cd08c9f6944c6 (patch)
treececc5533ac630be52a5d34afb64c6dec688c9b00 /security/ssh/pkg-descr
parent0d6011d1542b229b9a518f9f8c210da1f2b01ca9 (diff)
downloadfreebsd-ports-gnome-587578b4de5ebbf6d31a871d638cd08c9f6944c6.tar.gz
freebsd-ports-gnome-587578b4de5ebbf6d31a871d638cd08c9f6944c6.tar.zst
freebsd-ports-gnome-587578b4de5ebbf6d31a871d638cd08c9f6944c6.zip
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/ssh/pkg-descr')
-rw-r--r--security/ssh/pkg-descr3
1 files changed, 3 insertions, 0 deletions
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.