[CalendarServer-changes] [8678] CalendarServer/trunk/support/build.sh

source_changes at macosforge.org source_changes at macosforge.org
Tue Feb 14 16:49:48 PST 2012


Revision: 8678
          http://trac.macosforge.org/projects/calendarserver/changeset/8678
Author:   wsanchez at apple.com
Date:     2012-02-14 16:49:47 -0800 (Tue, 14 Feb 2012)
Log Message:
-----------
pyOpenSSL -> 0.11

Modified Paths:
--------------
    CalendarServer/trunk/support/build.sh

Modified: CalendarServer/trunk/support/build.sh
===================================================================
--- CalendarServer/trunk/support/build.sh	2012-02-15 00:35:53 UTC (rev 8677)
+++ CalendarServer/trunk/support/build.sh	2012-02-15 00:49:47 UTC (rev 8678)
@@ -678,10 +678,10 @@
     "PyXML" "xml.dom.ext" "${px}" \
     "http://${sf}/project/pyxml/pyxml/${pv}/${px}.tar.gz";
 
-  local po="pyOpenSSL-0.10";
-  py_dependency -v 0.9 -m "34db8056ec53ce80c7f5fc58bee9f093" \
+  local po="pyOpenSSL-0.11";
+  py_dependency -v 0.11 -m "9e76e57e00fa48745fcfe23944db1e6c" \
     "PyOpenSSL" "OpenSSL" "${po}" \
-    "${pypi}/p/pyOpenSSL/${po}.tar.gz";
+    "http://launchpadlibrarian.net/58498441/${po}.tar.gz";
 
   if type -P krb5-config > /dev/null; then
     py_dependency -r 8357 \
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/calendarserver-changes/attachments/20120214/6067eba8/attachment-0001.html>


More information about the calendarserver-changes mailing list