[CalendarServer-changes] [3071] CalendarServer/trunk/run

source_changes at macosforge.org source_changes at macosforge.org
Fri Sep 26 15:39:34 PDT 2008


Revision: 3071
          http://trac.macosforge.org/projects/calendarserver/changeset/3071
Author:   wsanchez at apple.com
Date:     2008-09-26 15:39:33 -0700 (Fri, 26 Sep 2008)
Log Message:
-----------
Update to pyOpenSSL-0.7

Modified Paths:
--------------
    CalendarServer/trunk/run

Modified: CalendarServer/trunk/run
===================================================================
--- CalendarServer/trunk/run	2008-09-26 21:41:22 UTC (rev 3070)
+++ CalendarServer/trunk/run	2008-09-26 22:39:33 UTC (rev 3071)
@@ -445,7 +445,7 @@
 if ! py_have_module xml.dom.ext; then
   xml="${top}/PyXML-0.8.4";
 
-  www_get "PyXML" "${xml}" http://ufpr.dl.sourceforge.net/sourceforge/pyxml/PyXML-0.8.4.tar.gz;
+  www_get "PyXML" "${xml}" http://internap.dl.sourceforge.net/sourceforge/pyxml/PyXML-0.8.4.tar.gz;
   py_build "PyXML" "${xml}" false;
   py_install "PyXML" "${xml}";
 
@@ -457,9 +457,9 @@
 #
 
 if ! py_have_module OpenSSL; then
-  ssl="${top}/pyOpenSSL-0.6";
+  ssl="${top}/pyOpenSSL-0.7";
 
-  www_get "PyOpenSSL" "${ssl}" http://easynews.dl.sourceforge.net/sourceforge/pyopenssl/pyOpenSSL-0.6.tar.gz;
+  www_get "PyOpenSSL" "${ssl}" http://pypi.python.org/packages/source/p/pyOpenSSL/pyOpenSSL-0.7.tar.gz;
   py_build "PyOpenSSL" "${ssl}" false;
   py_install "PyOpenSSL" "${ssl}";
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/calendarserver-changes/attachments/20080926/bc0ee833/attachment.html 


More information about the calendarserver-changes mailing list