diff options
author | drochner <drochner> | 2007-08-09 19:33:58 +0000 |
---|---|---|
committer | drochner <drochner> | 2007-08-09 19:33:58 +0000 |
commit | 1f6e1901ef78c0098d0f010dc554cfde92ec728f (patch) | |
tree | c318de6d8812891d12ac887b23f48b2fd9826fda /net/tor/Makefile | |
parent | e89d728d65c1c13f6fc79404943ef18693e4d6e6 (diff) | |
download | pkgsrc-1f6e1901ef78c0098d0f010dc554cfde92ec728f.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/Makefile')
-rw-r--r-- | net/tor/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/net/tor/Makefile b/net/tor/Makefile index 42ecc6eea87..d3d2c7efad2 100644 --- a/net/tor/Makefile +++ b/net/tor/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.42 2007/07/04 20:54:53 jlam Exp $ +# $NetBSD: Makefile,v 1.43 2007/08/09 19:33:58 drochner Exp $ # -DISTNAME= tor-0.1.1.26 -PKGREVISION= 2 +DISTNAME= tor-0.1.2.16 CATEGORIES= net security MASTER_SITES= http://tor.eff.org/dist/ @@ -31,6 +30,7 @@ USER_GROUP= ${TOR_USER} ${TOR_GROUP} OWN_DIRS_PERMS+= ${PKG_HOME} ${USER_GROUP} 0755 CONFIGURE_ARGS+= --localstatedir=${VARBASE:Q} +CONFIGURE_ARGS+= --with-libevent-dir=${LOCALBASE} CONF_FILES+= ${PREFIX}/share/examples/tor/tor-tsocks.conf \ ${PKG_SYSCONFDIR}/tor/tor-tsocks.conf |