From 265e40b481d23ea0ee8b4e1705fb013532d1f6b2 Mon Sep 17 00:00:00 2001 From: Sebastian Hahn Date: Sun, 3 Jul 2016 19:42:36 +0200 Subject: Raise libevent dependency to 2.0.10-stable or newer Only some very ancient distributions don't ship with Libevent 2 anymore, even the oldest supported Ubuntu LTS version has it. This allows us to get rid of a lot of compat code. --- src/ext/README | 7 ------- 1 file changed, 7 deletions(-) (limited to 'src/ext/README') diff --git a/src/ext/README b/src/ext/README index dfe620ed16..d7e5439c71 100644 --- a/src/ext/README +++ b/src/ext/README @@ -11,13 +11,6 @@ strlcpy.c for strcat and strcpy. These are nonstandard, and some libc implementations refuse to add them for religious reasons. -eventdns.[ch] - - A fork of Libevent's DNS implementation, used by Tor when Libevent - 2.0 or later is not available. Once Libevent 2.0 is required, we - should throw this away; it has diverged from evdns.[ch], and is - no longer easily mergeable. - ht.h An implementation of a hash table in the style of Niels Provos's -- cgit v1.2.3-54-g00ecf