diff options
author | drochner <drochner@pkgsrc.org> | 2005-08-04 10:55:31 +0000 |
---|---|---|
committer | drochner <drochner@pkgsrc.org> | 2005-08-04 10:55:31 +0000 |
commit | 9427b94af16133eb7c48be60ec1aa024ae0b7eb5 (patch) | |
tree | a24ff6abb29474edf57b3932a064dc6a7b0f7695 /net/tor/patches | |
parent | 2024e8d3dd1a430dced9e851ddf3fb4496b614f4 (diff) | |
download | pkgsrc-9427b94af16133eb7c48be60ec1aa024ae0b7eb5.tar.gz |
update to 0.1.0.12
This is a major update, too many improvements to list here, see
the ChangeLog in the distribution for details.
pkgsrc changes:
-remove dependency on tsocks; this is just one possible way to
make applications use SOCKS; add a hint to MESSAGE
-use the pkgsrc libevent - the NetBSD builtin is old, and tor
complains loudly if it doesn't like the libevent version
-make the rc.d script executable
Diffstat (limited to 'net/tor/patches')
-rw-r--r-- | net/tor/patches/patch-ac | 10 | ||||
-rw-r--r-- | net/tor/patches/patch-ad | 13 |
2 files changed, 18 insertions, 5 deletions
diff --git a/net/tor/patches/patch-ac b/net/tor/patches/patch-ac index 4503dc8002b..33fd73b3255 100644 --- a/net/tor/patches/patch-ac +++ b/net/tor/patches/patch-ac @@ -1,10 +1,10 @@ -$NetBSD: patch-ac,v 1.1 2005/02/13 20:27:54 jschauma Exp $ +$NetBSD: patch-ac,v 1.2 2005/08/04 10:55:31 drochner Exp $ ---- contrib/Makefile.in.orig 2005-02-13 15:07:56.000000000 -0500 -+++ contrib/Makefile.in 2005-02-13 15:08:23.000000000 -0500 -@@ -75,7 +75,7 @@ +--- contrib/Makefile.in.orig 2005-07-18 21:11:02.000000000 +0200 ++++ contrib/Makefile.in +@@ -78,7 +78,7 @@ confdir = $(sysconfdir)/tor - EXTRA_DIST = tor-tsocks.conf torify.1 tor-control.py tor.nsi tor.sh torctl + EXTRA_DIST = exitlist tor-tsocks.conf torify.1 TorControl.py tor.nsi tor.sh torctl ExerciseServer.py PathDemo.py -conf_DATA = tor-tsocks.conf +#conf_DATA = tor-tsocks.conf diff --git a/net/tor/patches/patch-ad b/net/tor/patches/patch-ad new file mode 100644 index 00000000000..3592fe5a442 --- /dev/null +++ b/net/tor/patches/patch-ad @@ -0,0 +1,13 @@ +$NetBSD: patch-ad,v 1.1 2005/08/04 10:55:31 drochner Exp $ + +--- src/config/Makefile.in.orig 2005-07-21 23:08:06.000000000 +0200 ++++ src/config/Makefile.in +@@ -75,7 +75,7 @@ confdir = $(sysconfdir)/tor + + EXTRA_DIST = + +-conf_DATA = torrc.sample ++#conf_DATA = torrc.sample + mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs + CONFIG_HEADER = ../../orconfig.h + CONFIG_CLEAN_FILES = torrc.sample |