diff options
author | adam <adam@FreeBSD.org> | 1996-11-20 20:45:59 +0800 |
---|---|---|
committer | adam <adam@FreeBSD.org> | 1996-11-20 20:45:59 +0800 |
commit | 816cd05981bde7ebd6b02627844e55470b0d47e3 (patch) | |
tree | 2e69756e15e4fc887df0b26a538b63bb133f75b4 /security/ssh2/Makefile | |
parent | 3656f92411a5e739497f51fb7fb06646ff969f84 (diff) | |
download | freebsd-ports-gnome-816cd05981bde7ebd6b02627844e55470b0d47e3.tar.gz freebsd-ports-gnome-816cd05981bde7ebd6b02627844e55470b0d47e3.tar.zst freebsd-ports-gnome-816cd05981bde7ebd6b02627844e55470b0d47e3.zip |
1.2.16 --> 1.2.17
(new agent forwarding protocol that is said to work this time)
Diffstat (limited to 'security/ssh2/Makefile')
-rw-r--r-- | security/ssh2/Makefile | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/security/ssh2/Makefile b/security/ssh2/Makefile index 16ea37b9c5de..bd7c2a4c4bf0 100644 --- a/security/ssh2/Makefile +++ b/security/ssh2/Makefile @@ -1,17 +1,17 @@ # New ports collection makefile for: ssh -# Version required: 1.2.16 +# Version required: 1.2.17 # Date created: 30 Jul 1995 # Whom: torstenb@FreeBSD.ORG # -# $Id: Makefile,v 1.34 1996/10/16 04:55:58 ache Exp $ +# $Id: Makefile,v 1.35 1996/11/18 11:39:31 asami Exp $ # # Maximal ssh package requires YES values for # USE_PERL, USE_TCPWRAP # -DISTNAME= ssh-1.2.16 +DISTNAME= ssh-1.2.17 CATEGORIES= security net -MASTER_SITES= ftp://ftp.cs.hut.fi/pub/ssh/ +MASTER_SITES= ftp://ftp.funet.fi/pub/unix/security/login/ssh/ MAINTAINER= torstenb@FreeBSD.ORG @@ -20,7 +20,7 @@ MAINTAINER= torstenb@FreeBSD.ORG .if defined(USA_RESIDENT) && ${USA_RESIDENT} == YES DISTFILES= ${DISTNAME}.tar.gz rsaref2.tar.gz MASTER_SITES= \ - ftp://ftp.cs.hut.fi/pub/ssh/ \ + ftp://ftp.funet.fi/pub/unix/security/login/ssh/ \ ftp://nic.funet.fi/pub/crypt/mirrors/ftp.dsi.unimi.it/applied-crypto/ \ ftp://rzsun2.informatik.uni-hamburg.de/pub/virus/crypt/ripem/ \ ftp://ftp.dsi.unimi.it/pub/security/crypt/math/ \ |