diff options
author | jlam <jlam> | 2004-03-26 05:41:10 +0000 |
---|---|---|
committer | jlam <jlam> | 2004-03-26 05:41:10 +0000 |
commit | e1081745d32a8140a61d528151ee1d4200520b96 (patch) | |
tree | 8622df359e2b265cd13a1db1c3b65707137237a6 /security/openssl | |
parent | 98f226f4aa1aca309c82768ea6764b4a75e1f9ba (diff) | |
download | pkgsrc-e1081745d32a8140a61d528151ee1d4200520b96.tar.gz |
Add some mirror sites since the main OpenSSL site seems to be dead at the
moment.
Diffstat (limited to 'security/openssl')
-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/ |