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/files/patch-configure | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 security/tor/files/patch-configure (limited to 'security/tor/files/patch-configure') 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 -- cgit v1.2.3