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


1.5
date	2012.11.20.15.11.50;	author svnexp;	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.08.30.16.57.43;	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.5
log
@## SVN ##
## SVN ## Exported commit - http://svnweb.freebsd.org/changeset/base/ 307588
## SVN ## CVS IS DEPRECATED: http://wiki.freebsd.org/CvsIsDeprecated
## SVN ##
## SVN ## ------------------------------------------------------------------------
## SVN ## r307588 | bf | 2012-11-20 15:08:34 +0000 (Tue, 20 Nov 2012) | 4 lines
## SVN ##
## SVN ## update to 0.2.3.25
## SVN ##
## SVN ## Feature safe:	yes
## SVN ##
## SVN ## ------------------------------------------------------------------------
## SVN ##
@
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.4
log
@update tor to 0.2.2.34, and tor-devel to 0.2.3.6-alpha

Security:	CVE-2011-2768
@
text
@d1 3
a3 21
--- configure.orig	2011-10-26 20:22:26.000000000 -0400
+++ configure	2011-10-27 23:49:02.000000000 -0400
@@@@ -3268,7 +3268,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
 
@@@@ -5984,7 +5984,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
@@@@ -5993,6 +5993,7 @@@@
d11 1
a11 1
@@@@ -6319,6 +6320,7 @@@@
d19 1
a19 1
@@@@ -6381,6 +6383,7 @@@@
d27 1
a27 1
@@@@ -6390,6 +6393,7 @@@@
d33 15
@


1.3
log
@update to 0.2.2.32
@
text
@d1 3
a3 3
--- configure.orig	2011-08-27 00:17:47.000000000 -0400
+++ configure	2011-08-30 05:20:28.000000000 -0400
@@@@ -2516,7 +2516,7 @@@@
d5 1
a5 1
 if test "${enable_linker_hardening+set}" = set; then
d12 1
a12 1
@@@@ -6503,7 +6503,7 @@@@
d14 1
a14 1
 if test "$ac_res" != no; then
d21 1
a21 1
@@@@ -6512,6 +6512,7 @@@@
d29 1
a29 1
@@@@ -6922,6 +6923,7 @@@@
d37 1
a37 1
@@@@ -7293,6 +7295,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
@@@@ -7304,6 +7307,7 @@@@
@


1.2
log
@- Update to version 0.0.7

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

