diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2000-04-24 08:19:36 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2000-04-24 08:19:36 +0000 |
commit | e41b97add2919d75b6d5421379939e312d7b3086 (patch) | |
tree | 2b58e4d646e29df5fa5b52c5f5b892b138d408e3 /security/ssh | |
parent | 88717931fafe1ad6e4968c09b586ea439acee91f (diff) | |
download | ports-e41b97add2919d75b6d5421379939e312d7b3086.tar.gz ports-e41b97add2919d75b6d5421379939e312d7b3086.zip |
Notes
Diffstat (limited to 'security/ssh')
-rw-r--r-- | security/ssh/Makefile | 15 |
1 files changed, 6 insertions, 9 deletions
diff --git a/security/ssh/Makefile b/security/ssh/Makefile index 0dc84e4cae5e..c11b16033aa3 100644 --- a/security/ssh/Makefile +++ b/security/ssh/Makefile @@ -11,19 +11,16 @@ PORTNAME= ssh PORTVERSION= 1.2.27 CATEGORIES= security net ipv6 -MASTER_SITES= ftp://ftp.cs.hut.fi/pub/ssh/ +MASTER_SITES= ftp://ftp.cs.hut.fi/pub/ssh/ \ + ftp://ftp.bitcon.no/.4/console/system/ \ + ftp://ftp.kddlabs.co.jp/.0/security/Crypto/SSH/ \ + ftp://ftp.vision.net.au/ftp7/linuxberg/files/console/system/ \ + ftp://ftp.comp.hkbu.edu.hk/.6/unix/ \ + ftp://ftp.du.se/disk1/mirrors/ssh/ MAINTAINER= kris@FreeBSD.org .if defined(USA_RESIDENT) && ${USA_RESIDENT} == YES -MASTER_SITES+= \ - ftp://ftp.replay.com/pub/replay/crypto/SSH/ \ - ftp://nic.funet.fi/pub/crypt/mirrors/ftp.dsi.unimi.it/applied-crypto/ \ - ftp://rzsun2.informatik.uni-hamburg.de/pub/virus/crypt/ripem/ \ - ftp://idea.sec.dsi.unimi.it/pub/security/crypt/math/ \ - ftp://ftp.univie.ac.at/security/crypt/cryptography/asymmetric/rsa/ \ - ftp://isdec.vc.cvut.cz/pub/security/unimi/crypt/applied-crypto/ - CONFIGURE_ARGS+= --with-rsaref LIB_DEPENDS+= rsaref.2:${PORTSDIR}/security/rsaref BUILD_DEPENDS+= /nonexistent:${PORTSDIR}/security/rsaref:extract |