pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/security/openssl Add some mirror sites since the main ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/fb24ffe07df0
branches:  trunk
changeset: 471317:fb24ffe07df0
user:      jlam <jlam%pkgsrc.org@localhost>
date:      Fri Mar 26 05:41:10 2004 +0000

description:
Add some mirror sites since the main OpenSSL site seems to be dead at the
moment.

diffstat:

 security/openssl/Makefile |  9 +++++++--
 1 files changed, 7 insertions(+), 2 deletions(-)

diffs (20 lines):

diff -r 8d3944ba83b9 -r fb24ffe07df0 security/openssl/Makefile
--- a/security/openssl/Makefile Fri Mar 26 04:20:20 2004 +0000
+++ b/security/openssl/Makefile Fri Mar 26 05:41:10 2004 +0000
@@ -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@localhost
 HOMEPAGE=              http://www.openssl.org/



Home | Main Index | Thread Index | Old Index