head	1.6;
access;
symbols
	RELEASE_8_3_0:1.5
	RELEASE_9_0_0:1.5;
locks; strict;
comment	@# @;


1.6
date	2012.06.17.16.47.13;	author bf;	state Exp;
branches;
next	1.5;

1.5
date	2011.11.26.05.58.57;	author bf;	state Exp;
branches;
next	1.4;

1.4
date	2011.10.28.05.21.44;	author bf;	state Exp;
branches;
next	1.3;

1.3
date	2011.07.24.01.16.14;	author bf;	state Exp;
branches;
next	1.2;

1.2
date	2004.06.11.14.55.01;	author krion;	state dead;
branches;
next	1.1;

1.1
date	2004.05.29.07.30.00;	author krion;	state Exp;
branches;
next	;


desc
@@


1.6
log
@update to 0.2.3.17-beta
@
text
@--- configure.orig	2012-06-15 03:10:31.000000000 -0400
+++ configure	2012-06-17 08:46:34.000000000 -0400
@@@@ -6319,6 +6319,7 @@@@
 fi
 
 
+if false ; then
 trylibeventdir=""
 
 # Check whether --with-libevent-dir was given.
@@@@ -6645,6 +6646,7 @@@@
 LIBS="$tor_saved_LIBS"
 LDFLAGS="$tor_saved_LDFLAGS"
 CPPFLAGS="$tor_saved_CPPFLAGS"
+fi
 
 
 
@@@@ -6707,6 +6709,7 @@@@
 fi
 
 
+if false ; then
 if test "$enable_static_libevent" = "yes"; then
    if test "$tor_cv_library_libevent_dir" = "(system)"; then
      as_fn_error $? "\"You must specify an explicit --with-libevent-dir=x option when using --enable-static-libevent\"" "$LINENO" 5
@@@@ -6716,6 +6719,7 @@@@
 else
      TOR_LIBEVENT_LIBS="-levent"
 fi
+fi
 
 if test "$enable_bufferevents" = "yes" ; then
   if test "$ac_cv_header_event2_bufferevent_ssl_h" != "yes" ; then
@@@@ -6794,12 +6798,14 @@@@
 
 $as_echo "#define USE_BUFFEREVENTS 1" >>confdefs.h
 
+if false ; then
   if test "$enable_static_libevent" = "yes"; then
     TOR_LIBEVENT_LIBS="$TOR_LIBDIR_libevent/libevent_openssl.a $TOR_LIBEVENT_LIBS"
   else
     TOR_LIBEVENT_LIBS="-levent_openssl $TOR_LIBEVENT_LIBS"
   fi
 fi
+fi
 
 
 
@


1.5
log
@update to 0.2.3.8-alpha

Feature safe:	yes
@
text
@d1 3
a3 12
--- configure.orig	2011-11-22 18:30:03.000000000 -0500
+++ configure	2011-11-25 23:40:34.000000000 -0500
@@@@ -3334,7 +3334,7 @@@@
 # Check whether --enable-linker-hardening was given.
 if test "${enable_linker_hardening+set}" = set; then :
   enableval=$enable_linker_hardening; if test x$enableval = xyes; then
-    LDFLAGS="$LDFLAGS -z relro -z now"
+    LDFLAGS="$LDFLAGS -Wl,-z,relro -Wl,-z,now"
 fi
 fi
 
@@@@ -6286,6 +6286,7 @@@@
d11 1
a11 1
@@@@ -6612,6 +6613,7 @@@@
d19 1
a19 1
@@@@ -6674,6 +6676,7 @@@@
d27 1
a27 1
@@@@ -6683,6 +6686,7 @@@@
d35 1
a35 1
@@@@ -6761,12 +6765,14 @@@@
@


1.4
log
@update tor to 0.2.2.34, and tor-devel to 0.2.3.6-alpha

Security:	CVE-2011-2768
@
text
@d1 2
a2 2
--- configure.orig	2011-10-26 20:42:18.000000000 -0400
+++ configure	2011-10-27 23:01:20.000000000 -0400
d12 1
a12 10
@@@@ -6276,7 +6276,7 @@@@
 ac_res=$ac_cv_search_clock_gettime
 if test "$ac_res" != no; then :
   test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
-  have_rt=yes
+#  have_rt=yes
 fi
 
     if test "$have_rt" = yes; then
@@@@ -6285,6 +6285,7 @@@@
d20 1
a20 1
@@@@ -6611,6 +6612,7 @@@@
d28 1
a28 1
@@@@ -6673,6 +6675,7 @@@@
d36 1
a36 1
@@@@ -6682,6 +6685,7 @@@@
d44 1
a44 1
@@@@ -6760,12 +6764,14 @@@@
@


1.3
log
@update to 0.2.3.2-alpha; fix clang build by changing
the syntax of some LDFLAGS; remove libevent1
conflict by adjusting CONFIGURE_ENV and avoiding
parts of the clumsy libevent configuration in the
configure script; add some new mirrors and remove
a defunct mirror
@
text
@d1 3
a3 3
--- configure.orig	2011-07-18 13:22:21.000000000 -0400
+++ configure	2011-07-23 16:09:51.000000000 -0400
@@@@ -2579,7 +2579,7 @@@@
d5 1
a5 1
 if test "${enable_linker_hardening+set}" = set; then
d12 1
a12 1
@@@@ -6816,7 +6816,7 @@@@
d14 1
a14 1
 if test "$ac_res" != no; then
d21 1
a21 1
@@@@ -6825,6 +6825,7 @@@@
d29 1
a29 1
@@@@ -7235,6 +7236,7 @@@@
d37 1
a37 1
@@@@ -7607,6 +7609,7 @@@@
d44 2
a45 2
      { { echo "$as_me:$LINENO: error: \"You must specify an explicit --with-libevent-dir=x option when using --enable-static-libevent\"" >&5
@@@@ -7618,6 +7621,7 @@@@
d53 3
a55 3
@@@@ -7750,12 +7754,14 @@@@
 #define USE_BUFFEREVENTS 1
 _ACEOF
@


1.2
log
@- Update to version 0.0.7

PR:		ports/67831
Submitted by:	maintainer
@
text
@d1 67
a67 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
@


1.1
log
@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
@
text
@@

