diff options
author | peter <peter@FreeBSD.org> | 1995-11-24 01:19:18 +0800 |
---|---|---|
committer | peter <peter@FreeBSD.org> | 1995-11-24 01:19:18 +0800 |
commit | 587578b4de5ebbf6d31a871d638cd08c9f6944c6 (patch) | |
tree | cecc5533ac630be52a5d34afb64c6dec688c9b00 /security/ssh2/Makefile | |
parent | 0d6011d1542b229b9a518f9f8c210da1f2b01ca9 (diff) | |
download | freebsd-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/ssh2/Makefile')
-rw-r--r-- | security/ssh2/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
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/ |