diff options
author | jlam <jlam@pkgsrc.org> | 2004-03-26 05:41:10 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2004-03-26 05:41:10 +0000 |
commit | 40ae26143efba8f7f55684d18ba7058000f290a2 (patch) | |
tree | 8622df359e2b265cd13a1db1c3b65707137237a6 /security | |
parent | 8fbde17886029863296268b90ec3c7ddd6eae7e6 (diff) | |
download | pkgsrc-40ae26143efba8f7f55684d18ba7058000f290a2.tar.gz |
Add some mirror sites since the main OpenSSL site seems to be dead at the
moment.
Diffstat (limited to 'security')
-rw-r--r-- | security/openssl/Makefile | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/security/openssl/Makefile b/security/openssl/Makefile index ab4c49beaef..38eb6851dcc 100644 --- a/security/openssl/Makefile +++ b/security/openssl/Makefile @@ -1,9 +1,14 @@ -# $NetBSD: Makefile,v 1.89 2004/03/26 02:22:38 wiz Exp $ +# $NetBSD: Makefile,v 1.90 2004/03/26 05:41:10 jlam Exp $ DISTNAME= openssl-0.9.6m SVR4_PKGNAME= ossl CATEGORIES= security -MASTER_SITES= ftp://ftp.openssl.org/source/ +MASTER_SITES= http://mirrors.isc.org/pub/openssl/source/ \ + http://www.mirrors.wiretapped.net/security/cryptography/libraries/tls/openssl/ \ + http://sunsite.rediris.es/pub/mirror/OpenSSL/ \ + http://ftp.wayne.edu/pub/openssl/source/ \ + http://www.binarycode.org/openssl/source/ \ + ftp://ftp.openssl.org/source/ MAINTAINER= tech-pkg@NetBSD.org HOMEPAGE= http://www.openssl.org/ |