[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
[or-cvs] r9769: Update libevent version to 1.3b. (in tor: branches/tor-0_1_2-patches/doc trunk/doc)
- To: or-cvs@xxxxxxxxxxxxx
- Subject: [or-cvs] r9769: Update libevent version to 1.3b. (in tor: branches/tor-0_1_2-patches/doc trunk/doc)
- From: phobos@xxxxxxxx
- Date: Thu, 8 Mar 2007 19:16:36 -0500 (EST)
- Delivered-to: archiver@seul.org
- Delivered-to: or-cvs-outgoing@seul.org
- Delivered-to: or-cvs@seul.org
- Delivery-date: Thu, 08 Mar 2007 19:16:43 -0500
- Reply-to: or-talk@xxxxxxxxxxxxx
- Sender: owner-or-cvs@xxxxxxxxxxxxx
Author: phobos
Date: 2007-03-08 19:16:35 -0500 (Thu, 08 Mar 2007)
New Revision: 9769
Modified:
tor/branches/tor-0_1_2-patches/doc/tor-win32-mingw-creation.txt
tor/trunk/doc/tor-win32-mingw-creation.txt
Log:
Update libevent version to 1.3b.
Modified: tor/branches/tor-0_1_2-patches/doc/tor-win32-mingw-creation.txt
===================================================================
--- tor/branches/tor-0_1_2-patches/doc/tor-win32-mingw-creation.txt 2007-03-08 22:27:34 UTC (rev 9768)
+++ tor/branches/tor-0_1_2-patches/doc/tor-win32-mingw-creation.txt 2007-03-09 00:16:35 UTC (rev 9769)
@@ -80,19 +80,19 @@
Stage Four: Download, extract, and patch libevent-1.1b.
------------------------------------------------------
-Download libevent-1.3a:
+Download libevent-1.3b:
http://www.monkey.org/~provos/libevent/
Copy the libevent tarball into the "tor-mingw" directory.
Type "cd tor-mingw"
Extract libevent:
-Type "tar zxf libevent-1.3a.tar.gz"
+Type "tar zxf libevent-1.3b.tar.gz"
Type "./configure --enable-static --disable-shared"
---------------------libevent 1.3a only---------------------------------------
+--------------------libevent 1.3b only---------------------------------------
You need to manually edit the Makefile and remove all references to "sample".
-libevent 1.3a won't compile in mingw currently due to issues in event_test.c.
+libevent 1.3b won't compile in mingw currently due to issues in event_test.c.
Removing the "sample" directory and all references to it in Makefile create a
completely valid libevent library.
-----------------------------------------------------------------------------
Modified: tor/trunk/doc/tor-win32-mingw-creation.txt
===================================================================
--- tor/trunk/doc/tor-win32-mingw-creation.txt 2007-03-08 22:27:34 UTC (rev 9768)
+++ tor/trunk/doc/tor-win32-mingw-creation.txt 2007-03-09 00:16:35 UTC (rev 9769)
@@ -80,19 +80,19 @@
Stage Four: Download, extract, and patch libevent-1.1b.
------------------------------------------------------
-Download libevent-1.3a:
+Download libevent-1.3b:
http://www.monkey.org/~provos/libevent/
Copy the libevent tarball into the "tor-mingw" directory.
Type "cd tor-mingw"
Extract libevent:
-Type "tar zxf libevent-1.3a.tar.gz"
+Type "tar zxf libevent-1.3b.tar.gz"
Type "./configure --enable-static --disable-shared"
---------------------libevent 1.3a only---------------------------------------
+--------------------libevent 1.3b only---------------------------------------
You need to manually edit the Makefile and remove all references to "sample".
-libevent 1.3a won't compile in mingw currently due to issues in event_test.c.
+libevent 1.3b won't compile in mingw currently due to issues in event_test.c.
Removing the "sample" directory and all references to it in Makefile create a
completely valid libevent library.
-----------------------------------------------------------------------------