diff options
author | wiz <wiz> | 2000-08-09 17:47:31 +0000 |
---|---|---|
committer | wiz <wiz> | 2000-08-09 17:47:31 +0000 |
commit | 2452a37593af41d9224fcf96d610b39a5ad97364 (patch) | |
tree | 2ee65b2cac581694e73d31bbbb8e93302a899ba4 /security | |
parent | 4cfe97c669ceccb04e5750b3c5f11b77a3127f14 (diff) | |
download | pkgsrc-2452a37593af41d9224fcf96d610b39a5ad97364.tar.gz |
Add master site on ftp.openssh.com.
Add note why we have both openssh.com entries.
Diffstat (limited to 'security')
-rw-r--r-- | security/openssh/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/security/openssh/Makefile b/security/openssh/Makefile index 1467e6f7cb0..60dd80266e5 100644 --- a/security/openssh/Makefile +++ b/security/openssh/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.19 2000/07/28 17:52:09 jlam Exp $ +# $NetBSD: Makefile,v 1.20 2000/08/09 17:47:31 wiz Exp $ # DISTNAME= openssh-2.1.1p4 @@ -8,7 +8,10 @@ MASTER_SITES= http://the.wiretapped.net/security/cryptography/ssh/OpenSSH/files ftp://thermo.stat.ncsu.edu/pub/openssh/files/ \ ftp://sunsite.cnlab-switch.ch/mirror/OpenSSH/files/ \ ftp://gd.tuwien.ac.at/OpenBSD/OpenSSH/portable/ \ + ftp://ftp.openssh.com/pub/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. MAINTAINER= packages@netbsd.org HOMEPAGE= http://www.openssh.com/ |