diff options
author | kim <kim@pkgsrc.org> | 1998-09-10 19:40:41 +0000 |
---|---|---|
committer | kim <kim@pkgsrc.org> | 1998-09-10 19:40:41 +0000 |
commit | 99e268f37495605d2fcaf53f6b4018ac3ad6ad95 (patch) | |
tree | 617f2805c6561414a3d1d2bf7108205e4dfdb9ab /security | |
parent | a9a104de13ca49a3769ce62f43623227d4754a14 (diff) | |
download | pkgsrc-99e268f37495605d2fcaf53f6b4018ac3ad6ad95.tar.gz |
No US sites, yes sir. Replaced with a German site. Since ftp.cs.hut.fi
and ftp.funet.fi are on the same campus, I just wanted to add a site I can
reach when FUNET/CSC/HUT and/or NORDUNET have problems...
Diffstat (limited to 'security')
-rw-r--r-- | security/ssh/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/security/ssh/Makefile b/security/ssh/Makefile index 206f5eef667..8f9f89d2e24 100644 --- a/security/ssh/Makefile +++ b/security/ssh/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.34 1998/09/10 16:36:11 kim Exp $ +# $NetBSD: Makefile,v 1.35 1998/09/10 19:40:41 kim Exp $ # FreeBSD Id: Makefile,v 1.47 1997/11/10 22:04:42 dima Exp # @@ -6,7 +6,7 @@ DISTNAME= ssh-1.2.26 CATEGORIES= security net MASTER_SITES= ftp://ftp.cs.hut.fi/pub/ssh/ \ ftp://ftp.funet.fi/pub/unix/security/login/ssh/ \ - ftp://ftp.gw.com/pub/unix/ssh/ + ftp://ftp.cert.dfn.de/pub/tools/net/ssh/ MAINTAINER= tron@netbsd.org HOMEPAGE= http://www.cs.hut.fi/ssh/ |