diff options
author | grant <grant@pkgsrc.org> | 2003-04-10 20:20:55 +0000 |
---|---|---|
committer | grant <grant@pkgsrc.org> | 2003-04-10 20:20:55 +0000 |
commit | a3778e073581ca2944f04678a54cce122dbf38fd (patch) | |
tree | 9f5460ffe5334d6d7702e9c07dbf3a0bfddc73f4 | |
parent | dc40bcec018c5d437e546f24e817561e7d98942c (diff) | |
download | pkgsrc-a3778e073581ca2944f04678a54cce122dbf38fd.tar.gz |
add some faster mirrors to MASTER_SITES.
-rw-r--r-- | security/openssh/Makefile | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/security/openssh/Makefile b/security/openssh/Makefile index 9aa3d766f93..6d42e2f8d0a 100644 --- a/security/openssh/Makefile +++ b/security/openssh/Makefile @@ -1,11 +1,14 @@ -# $NetBSD: Makefile,v 1.95 2003/04/10 12:34:15 wiz Exp $ +# $NetBSD: Makefile,v 1.96 2003/04/10 20:20:55 grant Exp $ DISTNAME= openssh-3.6.1p1 PKGNAME= openssh-3.6.1.1 SVR4_PKGNAME= ossh CATEGORIES= security -MASTER_SITES= ftp://gd.tuwien.ac.at/opsys/OpenBSD/OpenSSH/portable/ \ +MASTER_SITES= ftp://ftp7.usa.openbsd.org/pub/os/OpenBSD/OpenSSH/portable/ \ + ftp://ftp.stealth.net/pub/mirrors/ftp.openssh.com/pub/OpenBSD/OpenSSH/portable \ + http://public.planetmirror.com.au/pub/OpenBSD/OpenSSH/portable/ \ ftp://ftp.openssh.com/pub/OpenBSD/OpenSSH/portable/ \ + ftp://gd.tuwien.ac.at/opsys/OpenBSD/OpenSSH/portable/ \ ftp://ftp.openssh.com/pub/OpenBSD/OpenSSH/portable/old/ # Don't delete the last entry -- it's there if the pkgsrc version is not # up-to-date and the mirrors already removed the old distfile. |