diff options
author | wiz <wiz@pkgsrc.org> | 2000-05-19 21:36:10 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2000-05-19 21:36:10 +0000 |
commit | 8abf30eb3a7ba1652d308c032ceb682fb058e07e (patch) | |
tree | b9c9f2aff126b0beb7375488042dea65634ce3db /security | |
parent | 026912657ec81556dda173e7333c56719536151e (diff) | |
download | pkgsrc-8abf30eb3a7ba1652d308c032ceb682fb058e07e.tar.gz |
add www.openssh.com to MASTER_SITES; all mirrors don't have the file
anymore
Diffstat (limited to 'security')
-rw-r--r-- | security/openssh/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/security/openssh/Makefile b/security/openssh/Makefile index 9501c382f95..3758faf036d 100644 --- a/security/openssh/Makefile +++ b/security/openssh/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.9 2000/03/30 06:51:55 jlam Exp $ +# $NetBSD: Makefile,v 1.10 2000/05/19 21:36:10 wiz Exp $ # DISTNAME= openssh-1.2.3 @@ -6,7 +6,8 @@ CATEGORIES= security MASTER_SITES= http://the.wiretapped.net/security/cryptography/ssh/OpenSSH/files/ \ http://www.firedrake.org/openssh/files/ \ ftp://thermo.stat.ncsu.edu/pub/openssh/files/ \ - ftp://sunsite.cnlab-switch.ch/mirror/OpenSSH/files/ + ftp://sunsite.cnlab-switch.ch/mirror/OpenSSH/files/ \ + ftp://ftp.openssh.com/pub/OpenBSD/OpenSSH/ MAINTAINER= packages@netbsd.org HOMEPAGE= http://www.openssh.com/ |