diff options
author | Kirill Ponomarev <krion@FreeBSD.org> | 2004-05-29 07:30:00 +0000 |
---|---|---|
committer | Kirill Ponomarev <krion@FreeBSD.org> | 2004-05-29 07:30:00 +0000 |
commit | 1bdeb191e96affe67b27880f9a7c5b7d20d2c67b (patch) | |
tree | 664fb2f33d173c7684171db92e2ad99720298204 /security/tor-devel/files/patch-src::common::util.c | |
parent | - Update MASTER_SITE_AFTERSTEP and MASTER_SITE_APACHE sites (diff) |
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
Notes
Notes:
svn path=/head/; revision=110259
Diffstat (limited to 'security/tor-devel/files/patch-src::common::util.c')
-rw-r--r-- | security/tor-devel/files/patch-src::common::util.c | 13 |
1 files changed, 13 insertions, 0 deletions
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 <sys/limits.h> + #endif + #ifdef HAVE_MACHINE_LIMITS_H ++#ifndef __FreeBSD__ + #include <machine/limits.h> ++#endif + #endif + #ifdef HAVE_SYS_TYPES_H + #include <sys/types.h> /* Must be included before sys/stat.h for Ultrix */ |