diff options
author | heinz <heinz@pkgsrc.org> | 2007-11-12 20:52:14 +0000 |
---|---|---|
committer | heinz <heinz@pkgsrc.org> | 2007-11-12 20:52:14 +0000 |
commit | 9b29e91df97bf3f0a4a51bbe8ba88611e57e223c (patch) | |
tree | ff0238915abd0b434e30835fdfeffbb70eb675cd /security | |
parent | 2740cf5105ec9d61de73350ff0cbc55501e0c88f (diff) | |
download | pkgsrc-9b29e91df97bf3f0a4a51bbe8ba88611e57e223c.tar.gz |
Removed ftp7.usa.openbsd.org from MASTER_SITES, doesn't resolve anymore
in DNS. Mentioned by Zafer Aydogan in PR pkg/37331.
Diffstat (limited to 'security')
-rw-r--r-- | security/openssh+gssapi/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/security/openssh+gssapi/Makefile b/security/openssh+gssapi/Makefile index c1d9798b511..a4840988f06 100644 --- a/security/openssh+gssapi/Makefile +++ b/security/openssh+gssapi/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.40 2007/09/07 22:12:22 jlam Exp $ +# $NetBSD: Makefile,v 1.41 2007/11/12 20:52:14 heinz Exp $ # NOTE: This package is modeled on ../openssh, but does not share # files with it as that package may update faster than the gssapi @@ -9,8 +9,7 @@ PKGNAME= openssh+gssapi-3.6.1.2.20030430 PKGREVISION= 7 SVR4_PKGNAME= osshgss CATEGORIES= security -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/ \ +MASTER_SITES= 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/ \ |