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-configure | |
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-configure')
-rw-r--r-- | security/tor/files/patch-configure | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/security/tor/files/patch-configure b/security/tor/files/patch-configure new file mode 100644 index 000000000000..d23194a9c07a --- /dev/null +++ b/security/tor/files/patch-configure @@ -0,0 +1,11 @@ +--- configure.orig Fri May 28 18:55:36 2004 ++++ configure Fri May 28 18:57:37 2004 +@@ -1559,7 +1559,7 @@ + ac_config_commands="$ac_config_commands default-1" + + +-CFLAGS="$CFLAGS -Wall -g -O2 -I/usr/kerberos/include" ++CFLAGS="$CFLAGS -Wall -g -O2" + + # Check whether --enable-debug or --disable-debug was given. + if test "${enable_debug+set}" = set; then |