From db3aa5e9b4a60424c364fc8143606b3650edbffd Mon Sep 17 00:00:00 2001 From: "David E. O'Brien" Date: Mon, 26 Oct 1998 05:52:02 +0000 Subject: [PATCH] Add more DISTSITES. The single one listed only allowed 10 simulanious anon connections -- not enough for the demands of the Awesome FreeBSD Ports Collection(tm). --- security/openssl-beta/Makefile | 8 ++++++-- security/openssl/Makefile | 8 ++++++-- 2 files changed, 12 insertions(+), 4 deletions(-) diff --git a/security/openssl-beta/Makefile b/security/openssl-beta/Makefile index 46744d6d5c3d..40e39c54e7c8 100644 --- a/security/openssl-beta/Makefile +++ b/security/openssl-beta/Makefile @@ -3,12 +3,16 @@ # Date created: 15 Aug 1997 # Whom: markm@freebsd.org # -# $Id: Makefile,v 1.20 1998/08/27 16:38:02 markm Exp $ +# $Id: Makefile,v 1.21 1998/09/25 10:20:20 asami Exp $ # DISTNAME= SSLeay-0.9.0b CATEGORIES= devel security -MASTER_SITES= ftp://psych.psy.uq.oz.au/pub/Crypto/SSL/ +MASTER_SITES= ftp://psych.psy.uq.oz.au/pub/Crypto/SSL/ \ + ftp://ftp.funet.fi/pub/mirrors/ftp.psy.uq.oz.au/SSL/ \ + ftp://sunsite.doc.ic.ac.uk/Mirrors/ftp.psy.uq.oz.au/pub/Crypto/SSL/ \ + ftp://ftp.internat.freebsd.org/pub/Crypto/SSL/ + MAINTAINER= markm@FreeBSD.ORG diff --git a/security/openssl/Makefile b/security/openssl/Makefile index 46744d6d5c3d..40e39c54e7c8 100644 --- a/security/openssl/Makefile +++ b/security/openssl/Makefile @@ -3,12 +3,16 @@ # Date created: 15 Aug 1997 # Whom: markm@freebsd.org # -# $Id: Makefile,v 1.20 1998/08/27 16:38:02 markm Exp $ +# $Id: Makefile,v 1.21 1998/09/25 10:20:20 asami Exp $ # DISTNAME= SSLeay-0.9.0b CATEGORIES= devel security -MASTER_SITES= ftp://psych.psy.uq.oz.au/pub/Crypto/SSL/ +MASTER_SITES= ftp://psych.psy.uq.oz.au/pub/Crypto/SSL/ \ + ftp://ftp.funet.fi/pub/mirrors/ftp.psy.uq.oz.au/SSL/ \ + ftp://sunsite.doc.ic.ac.uk/Mirrors/ftp.psy.uq.oz.au/pub/Crypto/SSL/ \ + ftp://ftp.internat.freebsd.org/pub/Crypto/SSL/ + MAINTAINER= markm@FreeBSD.ORG