From 1bdeb191e96affe67b27880f9a7c5b7d20d2c67b Mon Sep 17 00:00:00 2001 From: Kirill Ponomarev Date: Sat, 29 May 2004 07:30:00 +0000 Subject: Add tor 0.0.6.2, an anonymizing overlay network for TCP. Onion Routing is a connection-oriented anonymizing communication service. Users choose a source-routed path through a set of nodes, and negotiate a "virtual circuit" through the network, in which each node knows its predecessor and successor, but no others. Traffic flowing down the circuit is unwrapped by a symmetric key at each node, which reveals the downstream node. WWW: http://freehaven.net/tor/ PR: ports/67305 Submitted by: freebsd-ports@rikrose.net --- security/tor-devel/files/patch-src::common::util.c | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 security/tor-devel/files/patch-src::common::util.c (limited to 'security/tor-devel/files/patch-src::common::util.c') diff --git a/security/tor-devel/files/patch-src::common::util.c b/security/tor-devel/files/patch-src::common::util.c new file mode 100644 index 000000000000..44c2290a71f8 --- /dev/null +++ b/security/tor-devel/files/patch-src::common::util.c @@ -0,0 +1,13 @@ +diff -ur /tmp/tor-0.0.6.2/src/common/util.c ./src/common/util.c +--- /tmp/tor-0.0.6.2/src/common/util.c Sun May 2 00:29:20 2004 ++++ ./src/common/util.c Fri May 28 14:49:22 2004 +@@ -56,7 +56,9 @@ + #include + #endif + #ifdef HAVE_MACHINE_LIMITS_H ++#ifndef __FreeBSD__ + #include ++#endif + #endif + #ifdef HAVE_SYS_TYPES_H + #include /* Must be included before sys/stat.h for Ultrix */ -- cgit v1.2.3