[Lunar-commits] r25824 - moonbase/trunk/libs/libevent

Dennis Veatch stumbles at lunar-linux.org
Mon Sep 17 12:08:50 CEST 2007


Author: stumbles
Date: 2007-09-17 12:08:50 +0200 (Mon, 17 Sep 2007)
New Revision: 25824

Modified:
   moonbase/trunk/libs/libevent/DETAILS
Log:

Fixes some http layer bugs.



Modified: moonbase/trunk/libs/libevent/DETAILS
===================================================================
--- moonbase/trunk/libs/libevent/DETAILS	2007-09-17 06:20:41 UTC (rev 25823)
+++ moonbase/trunk/libs/libevent/DETAILS	2007-09-17 10:08:50 UTC (rev 25824)
@@ -1,16 +1,16 @@
           MODULE=libevent
-         VERSION=1.3c
+         VERSION=1.3d
           SOURCE=$MODULE-$VERSION.tar.gz
       SOURCE_URL=http://www.monkey.org/~provos/
-      SOURCE_VFY=sha1:021450e70be929a942c72f4d4e5bd2600fee2856
+      SOURCE_VFY=sha1:591b3c43652e1b88511d1022b296cf214b37644b
         WEB_SITE=http://www.monkey.org/~provos/$MODULE/
          ENTERED=20060904
-         UPDATED=20070731
+         UPDATED=20070917
            SHORT="An event notification library"
 
 cat << EOF
-The libevent API provides a mechanism to execute a callback function 
-when a specific event occurs on a file descriptor or after a timeout 
+The libevent API provides a mechanism to execute a callback function
+when a specific event occurs on a file descriptor or after a timeout
 has been reached. Furthermore, libevent also support callbacks due to
 signals or regular timeouts.
 EOF



More information about the Lunar-commits mailing list