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

source_changes at macosforge.org source_changes at macosforge.org
Wed Mar 12 11:24:58 PDT 2014


Revision: 12119
          http://trac.calendarserver.org//changeset/12119
Author:   sagen at apple.com
Date:     2013-12-17 09:41:24 -0800 (Tue, 17 Dec 2013)
Log Message:
-----------
Grab memcached 1.4.16

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

Modified: CalendarServer/trunk/support/build.sh
===================================================================
--- CalendarServer/trunk/support/build.sh	2013-12-17 03:10:09 UTC (rev 12118)
+++ CalendarServer/trunk/support/build.sh	2013-12-17 17:41:24 UTC (rev 12119)
@@ -709,13 +709,14 @@
     using_system "memcached";
   else
     local le="libevent-2.0.21-stable";
-    local mc="memcached-1.4.15";
+    local mc="memcached-1.4.16";
     c_dependency -m "b2405cc9ebf264aa47ff615d9de527a2" \
       "libevent" "${le}" \
       "http://github.com/downloads/libevent/libevent/${le}.tar.gz";
-    c_dependency -m "36ea966f5a29655be1746bf4949f7f69" \
+    c_dependency -m "1c5781fecb52d70b615c6d0c9c140c9c" \
       "memcached" "${mc}" \
-      "http://memcached.googlecode.com/files/${mc}.tar.gz";
+      "http://www.memcached.org/files/${mc}.tar.gz";
+    # "http://memcached.googlecode.com/files/${mc}.tar.gz";
   fi;
 
   if type -P postgres > /dev/null; then
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/calendarserver-changes/attachments/20140312/3dd92549/attachment.html>


More information about the calendarserver-changes mailing list