diff options
author | wiz <wiz@pkgsrc.org> | 2001-03-20 19:21:55 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2001-03-20 19:21:55 +0000 |
commit | 6e87539a690fe51fdbbdf8205d9f7bb1fef98234 (patch) | |
tree | 97c407c5bca0806dd454d7da7cd89a3b96a6a093 /security | |
parent | 685f3ab0766fd3e9887e920d3a581b696c3c4ec3 (diff) | |
download | pkgsrc-6e87539a690fe51fdbbdf8205d9f7bb1fef98234.tar.gz |
Replace ftp.cs.hut.fi (which has been closed) by ftp.ssh.com.
Diffstat (limited to 'security')
-rw-r--r-- | security/ssh/Makefile | 4 | ||||
-rw-r--r-- | security/ssh6/Makefile | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/security/ssh/Makefile b/security/ssh/Makefile index 74a519086bf..4749bacd7bd 100644 --- a/security/ssh/Makefile +++ b/security/ssh/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.90 2001/03/20 17:57:49 wiz Exp $ +# $NetBSD: Makefile,v 1.91 2001/03/20 19:21:55 wiz Exp $ # FreeBSD Id: Makefile,v 1.47 1997/11/10 22:04:42 dima Exp # @@ -9,7 +9,7 @@ DISTNAME= ssh-1.2.27 PKGNAME= ssh-1.2.27nb1 CATEGORIES= security net -MASTER_SITES= ftp://ftp.cs.hut.fi/pub/ssh/ \ +MASTER_SITES= ftp://ftp.ssh.com/pub/ssh/old/ \ ftp://ftp.funet.fi/pub/unix/security/login/ssh/ \ ftp://ftp.cert.dfn.de/pub/tools/net/ssh/ DISTFILES= ${DISTNAME}${EXTRACT_SUFX} diff --git a/security/ssh6/Makefile b/security/ssh6/Makefile index fefa01e62f5..e7bbd8d84d9 100644 --- a/security/ssh6/Makefile +++ b/security/ssh6/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.15 2001/03/20 18:01:27 wiz Exp $ +# $NetBSD: Makefile,v 1.16 2001/03/20 19:21:56 wiz Exp $ # FreeBSD Id: Makefile,v 1.47 1997/11/10 22:04:42 dima Exp # @@ -9,7 +9,7 @@ DISTNAME= ssh-1.2.27 PKGNAME= ssh6-1.2.27nb1 CATEGORIES= security net -MASTER_SITES= ftp://ftp.cs.hut.fi/pub/ssh/ \ +MASTER_SITES= ftp://ftp.ssh.com/pub/ssh/old/ \ ftp://ftp.funet.fi/pub/unix/security/login/ssh/ \ ftp://ftp.cert.dfn.de/pub/tools/net/ssh/ DISTFILES= ${DISTNAME}${EXTRACT_SUFX} |