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/files/patch-src::common::or.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/files/patch-src::common::or.c')
-rw-r--r-- | security/tor/files/patch-src::common::or.c | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/security/tor/files/patch-src::common::or.c b/security/tor/files/patch-src::common::or.c new file mode 100644 index 000000000000..e4d39a4a17be --- /dev/null +++ b/security/tor/files/patch-src::common::or.c @@ -0,0 +1,13 @@ +diff -ur /tmp/tor-0.0.6.2/src/or/or.h ./src/or/or.h +--- /tmp/tor-0.0.6.2/src/or/or.h Sun May 2 04:15:55 2004 ++++ ./src/or/or.h Fri May 28 14:49:34 2004 +@@ -38,7 +38,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 */ |