diff options
author | drochner <drochner@pkgsrc.org> | 2007-08-09 19:33:58 +0000 |
---|---|---|
committer | drochner <drochner@pkgsrc.org> | 2007-08-09 19:33:58 +0000 |
commit | 5862b4deb9b59fa8e1c845b1d71f91b2cdddce58 (patch) | |
tree | c318de6d8812891d12ac887b23f48b2fd9826fda /net/tor/patches/patch-ac | |
parent | 15051199ec97f76fd6ff254a5b47e13cc66c88fb (diff) | |
download | pkgsrc-5862b4deb9b59fa8e1c845b1d71f91b2cdddce58.tar.gz |
Update to 0.1.2.16, which is the top of the new 0.1.2.x stable branch.
Too many changes to list here; most are not visible to client-only
users anyway.
I've tested client and anymous service functions. Couldn't test server
myself. Since noone responded when I asked for testers I'm committing
the update anyway, also because security flaws were reported without
telling whether they apply to the old 0.1.1 branch.
Diffstat (limited to 'net/tor/patches/patch-ac')
-rw-r--r-- | net/tor/patches/patch-ac | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/net/tor/patches/patch-ac b/net/tor/patches/patch-ac index ee9dcf8e936..b7ba79768c1 100644 --- a/net/tor/patches/patch-ac +++ b/net/tor/patches/patch-ac @@ -1,13 +1,13 @@ -$NetBSD: patch-ac,v 1.3 2006/05/26 02:21:42 jschauma Exp $ +$NetBSD: patch-ac,v 1.4 2007/08/09 19:33:58 drochner Exp $ ---- contrib/Makefile.in.orig 2006-05-23 13:08:04.000000000 -0400 +--- contrib/Makefile.in.orig 2007-05-25 02:52:01.000000000 +0200 +++ contrib/Makefile.in -@@ -81,7 +81,7 @@ confdir = $(sysconfdir)/tor - - EXTRA_DIST = exitlist tor-tsocks.conf torify.1 TorControl.py tor.nsi.in tor.sh torctl rc.subr ExerciseServer.py PathDemo.py - +@@ -176,7 +176,7 @@ SUBDIRS = osx suse + DIST_SUBDIRS = osx suse + confdir = $(sysconfdir)/tor + EXTRA_DIST = exitlist tor-tsocks.conf torify.1 TorControl.py tor.nsi.in tor.sh torctl rc.subr ExerciseServer.py PathDemo.py cross.sh tor-mingw.nsi.in package_nsis-mingw.sh tor.ico -conf_DATA = tor-tsocks.conf +#conf_DATA = tor-tsocks.conf - bin_SCRIPTS = torify - + man_MANS = torify.1 + all: all-recursive |