update to tor 0.1.2.13, regen patches while here
ok robert@
This commit is contained in:
parent
e2cbd05872
commit
bc0c899ed5
@ -1,8 +1,8 @@
|
||||
# $OpenBSD: Makefile,v 1.26 2006/12/17 21:56:50 jcs Exp $
|
||||
# $OpenBSD: Makefile,v 1.27 2007/05/02 18:20:44 rui Exp $
|
||||
|
||||
COMMENT= "anonymity service using onion routing"
|
||||
|
||||
DISTNAME= tor-0.1.1.26
|
||||
DISTNAME= tor-0.1.2.13
|
||||
CATEGORIES= net
|
||||
HOMEPAGE= http://tor.eff.org/
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
MD5 (tor-0.1.1.26.tar.gz) = Bmffeh9nC+5RY7YHrqFyug==
|
||||
RMD160 (tor-0.1.1.26.tar.gz) = zBzpHZbcJalj0fSfeWXbEGiQlJo=
|
||||
SHA1 (tor-0.1.1.26.tar.gz) = TXVO5S4grpkXmnQkWlKIUnwXmrY=
|
||||
SHA256 (tor-0.1.1.26.tar.gz) = O+jIm+W5J+c7d6gso9g/DxYvzuotahTOHAz1Mzs2zRw=
|
||||
SIZE (tor-0.1.1.26.tar.gz) = 893367
|
||||
MD5 (tor-0.1.2.13.tar.gz) = 21Sr3d9+tYWbbhvfX37OAA==
|
||||
RMD160 (tor-0.1.2.13.tar.gz) = g2TjWhslgP9dAggXV8BVC78T6Ms=
|
||||
SHA1 (tor-0.1.2.13.tar.gz) = 2QqZm9zhxKvOFrMSEZGKdV39z2o=
|
||||
SHA256 (tor-0.1.2.13.tar.gz) = yKM1IbMuBLAM6XxKuYCkIytAKShM0pRPSWYJqXl7ohs=
|
||||
SIZE (tor-0.1.2.13.tar.gz) = 1181719
|
||||
|
@ -1,7 +1,7 @@
|
||||
$OpenBSD: patch-configure,v 1.3 2006/06/10 08:33:36 steven Exp $
|
||||
--- configure.orig Thu Jun 8 18:56:35 2006
|
||||
+++ configure Thu Jun 8 18:58:11 2006
|
||||
@@ -15199,7 +15199,7 @@ _ACEOF
|
||||
$OpenBSD: patch-configure,v 1.4 2007/05/02 18:20:44 rui Exp $
|
||||
--- configure.orig Tue May 1 14:16:09 2007
|
||||
+++ configure Tue May 1 14:17:02 2007
|
||||
@@ -16998,7 +16998,7 @@ _ACEOF
|
||||
# Set CFLAGS _after_ all the above checks, since our warnings are stricter
|
||||
# than autoconf's macros like.
|
||||
if test $ac_cv_c_compiler_gnu = yes; then
|
||||
@ -9,4 +9,4 @@ $OpenBSD: patch-configure,v 1.3 2006/06/10 08:33:36 steven Exp $
|
||||
+ CFLAGS="$CFLAGS -Wall"
|
||||
else
|
||||
CFLAGS="$CFLAGS -g -O"
|
||||
fi
|
||||
enable_gcc_warnings=no
|
||||
|
@ -1,7 +1,7 @@
|
||||
$OpenBSD: patch-src_config_torrc_sample_in,v 1.2 2006/09/20 22:06:36 ray Exp $
|
||||
--- src/config/torrc.sample.in.orig Sat Feb 11 20:12:29 2006
|
||||
+++ src/config/torrc.sample.in Wed Sep 20 02:39:38 2006
|
||||
@@ -43,18 +43,18 @@ SocksListenAddress 127.0.0.1 # accept co
|
||||
$OpenBSD: patch-src_config_torrc_sample_in,v 1.3 2007/05/02 18:20:44 rui Exp $
|
||||
--- src/config/torrc.sample.in.orig Tue May 1 14:17:58 2007
|
||||
+++ src/config/torrc.sample.in Tue May 1 14:19:23 2007
|
||||
@@ -43,18 +43,18 @@ SocksListenAddress 127.0.0.1 # accept connections only
|
||||
## Send every possible message to @LOCALSTATEDIR@/log/tor/debug.log
|
||||
#Log debug file @LOCALSTATEDIR@/log/tor/debug.log
|
||||
## Use the system log instead of Tor's logfiles
|
||||
@ -23,9 +23,9 @@ $OpenBSD: patch-src_config_torrc_sample_in,v 1.2 2006/09/20 22:06:36 ray Exp $
|
||||
|
||||
## The port on which Tor will listen for local connections from Tor
|
||||
## controller applications, as documented in control-spec.txt.
|
||||
@@ -137,3 +137,6 @@ SocksListenAddress 127.0.0.1 # accept co
|
||||
@@ -142,3 +142,6 @@ SocksListenAddress 127.0.0.1 # accept connections only
|
||||
#ExitPolicy accept *:119 # accept nntp as well as default exit policy
|
||||
#ExitPolicy reject *:* # middleman only -- no exits allowed
|
||||
#ExitPolicy reject *:* # no exits allowed
|
||||
|
||||
+## Revoke privileges
|
||||
+User _tor
|
||||
|
Loading…
x
Reference in New Issue
Block a user