diff options
Diffstat (limited to 'net/tor')
-rw-r--r-- | net/tor/Makefile | 4 | ||||
-rw-r--r-- | net/tor/distinfo | 9 | ||||
-rw-r--r-- | net/tor/patches/patch-ae | 13 |
3 files changed, 20 insertions, 6 deletions
diff --git a/net/tor/Makefile b/net/tor/Makefile index 775073668aa..8b18975dbf4 100644 --- a/net/tor/Makefile +++ b/net/tor/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.31 2006/06/12 14:31:49 tv Exp $ +# $NetBSD: Makefile,v 1.32 2006/07/09 15:03:54 jschauma Exp $ # -DISTNAME= tor-0.1.1.21 +DISTNAME= tor-0.1.1.22 CATEGORIES= net security MASTER_SITES= http://tor.eff.org/dist/ diff --git a/net/tor/distinfo b/net/tor/distinfo index e14fa5473c5..0ffd464b4a6 100644 --- a/net/tor/distinfo +++ b/net/tor/distinfo @@ -1,7 +1,8 @@ -$NetBSD: distinfo,v 1.18 2006/06/12 14:31:49 tv Exp $ +$NetBSD: distinfo,v 1.19 2006/07/09 15:03:54 jschauma Exp $ -SHA1 (tor-0.1.1.21.tar.gz) = 553d91032647acac3d67c3306c1a4d9dcca4d0d5 -RMD160 (tor-0.1.1.21.tar.gz) = b9cf03751c48827668df07588731d9977da6604a -Size (tor-0.1.1.21.tar.gz) = 833839 bytes +SHA1 (tor-0.1.1.22.tar.gz) = 44409da83e896154b83178bec971074e14b6dbb0 +RMD160 (tor-0.1.1.22.tar.gz) = db9d81225d2cecda9c3faa94f7eb9ed23ba40335 +Size (tor-0.1.1.22.tar.gz) = 841296 bytes SHA1 (patch-ac) = 3e3a6bce4da2a55b60a52fcc4a575eaceb6a2aa8 SHA1 (patch-ad) = f0ead230249a0341b5d15c47d9361bd6e16ec23a +SHA1 (patch-ae) = 9a1daff00de130028ec3be6c4ba1a4bd17e16a69 diff --git a/net/tor/patches/patch-ae b/net/tor/patches/patch-ae new file mode 100644 index 00000000000..73f8ed109e8 --- /dev/null +++ b/net/tor/patches/patch-ae @@ -0,0 +1,13 @@ +$NetBSD: patch-ae,v 1.1 2006/07/09 15:03:55 jschauma Exp $ + +--- src/config/torrc.sample.in.orig 2006-07-09 10:44:17.000000000 -0400 ++++ src/config/torrc.sample.in 2006-07-09 10:44:25.000000000 -0400 +@@ -43,7 +43,7 @@ + ## 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 +-#Log notice syslog ++Log notice syslog + ## To send all messages to stderr: + #Log debug stderr + |