pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/net/tor Update tor to 0.2.1.19.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/e1f9f89268ed
branches:  trunk
changeset: 397715:e1f9f89268ed
user:      obache <obache%pkgsrc.org@localhost>
date:      Tue Aug 18 05:48:08 2009 +0000

description:
Update tor to 0.2.1.19.
Based on maintainer update request via PR 41828.
(remove patch-a{a,b} and make to simplify by me).

Tor 0.2.1.18 lays the foundations for performance improvements, adds
status events to help users diagnose bootstrap problems, adds optional
authentication/authorization for hidden services, fixes a variety of
potential anonymity problems, and includes a huge pile of other features
and bug fixes.

Tor 0.2.1.19 fixes a major bug with accessing and providing hidden
services.

diffstat:

 net/tor/Makefile         |  15 ++++-----------
 net/tor/PLIST            |   2 +-
 net/tor/distinfo         |  10 ++++------
 net/tor/options.mk       |   2 +-
 net/tor/patches/patch-aa |  13 -------------
 net/tor/patches/patch-ab |  13 -------------
 6 files changed, 10 insertions(+), 45 deletions(-)

diffs (111 lines):

diff -r 1f4a69ec4cde -r e1f9f89268ed net/tor/Makefile
--- a/net/tor/Makefile  Tue Aug 18 05:40:44 2009 +0000
+++ b/net/tor/Makefile  Tue Aug 18 05:48:08 2009 +0000
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.65 2009/08/16 15:35:43 wiz Exp $
+# $NetBSD: Makefile,v 1.66 2009/08/18 05:48:08 obache Exp $
 #
 
-DISTNAME=              tor-0.2.0.35
-PKGREVISION=           1
+DISTNAME=              tor-0.2.1.19
 CATEGORIES=            net security
 MASTER_SITES=          http://www.torproject.org/dist/
 
@@ -41,8 +40,6 @@
 
 OWN_DIRS_PERMS+=       ${PKG_HOME} ${USER_GROUP} 0700
 
-AUTO_MKDIRS=           yes
-
 CONFIGURE_ARGS+=       --localstatedir=${VARBASE:Q}
 
 CONF_FILES+=           ${PREFIX}/share/examples/tor/tor-tsocks.conf    \
@@ -53,18 +50,14 @@
 FILES_SUBST+=          PKG_HOME=${PKG_HOME:Q}
 FILES_SUBST+=          TOR_USER=${TOR_USER:Q} TOR_GROUP=${TOR_GROUP:Q}
 
+INSTALL_MAKE_FLAGS+=   sysconfdir=${PREFIX}/share/examples
+
 CHECK_PORTABILITY_SKIP+=contrib/*
 
 .if !empty(PKGSRC_COMPILER:Mmipspro)
 CFLAGS+=               -c99
 .endif
 
-post-install:
-       ${INSTALL_DATA} ${WRKSRC}/src/config/torrc.sample               \
-               ${DESTDIR}${PREFIX}/share/examples/tor/torrc.sample
-       ${INSTALL_DATA} ${WRKSRC}/contrib/tor-tsocks.conf               \
-               ${DESTDIR}${PREFIX}/share/examples/tor/tor-tsocks.conf
-
 BUILDLINK_API_DEPENDS.libevent+= libevent>=1.2
 .include "../../devel/libevent/buildlink3.mk"
 .include "../../devel/zlib/buildlink3.mk"
diff -r 1f4a69ec4cde -r e1f9f89268ed net/tor/PLIST
--- a/net/tor/PLIST     Tue Aug 18 05:40:44 2009 +0000
+++ b/net/tor/PLIST     Tue Aug 18 05:48:08 2009 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.8 2009/06/14 18:09:45 joerg Exp $
+@comment $NetBSD: PLIST,v 1.9 2009/08/18 05:48:08 obache Exp $
 bin/tor
 bin/tor-gencert
 bin/tor-resolve
diff -r 1f4a69ec4cde -r e1f9f89268ed net/tor/distinfo
--- a/net/tor/distinfo  Tue Aug 18 05:40:44 2009 +0000
+++ b/net/tor/distinfo  Tue Aug 18 05:48:08 2009 +0000
@@ -1,7 +1,5 @@
-$NetBSD: distinfo,v 1.35 2009/07/09 11:52:31 obache Exp $
+$NetBSD: distinfo,v 1.36 2009/08/18 05:48:08 obache Exp $
 
-SHA1 (tor-0.2.0.35.tar.gz) = 6216887e0575c4a18f46e53faea1ebdb04bf7905
-RMD160 (tor-0.2.0.35.tar.gz) = ecc98c602b5c153a8aa8f6e651166705bc05c972
-Size (tor-0.2.0.35.tar.gz) = 2221852 bytes
-SHA1 (patch-aa) = 630e1e0a9591c136987b504e73c64ff9f53b54e9
-SHA1 (patch-ab) = 3363efdcf8b9918c1249add1046077f2323a11ff
+SHA1 (tor-0.2.1.19.tar.gz) = 8a8af1354ab5b3fea58e2bbffeddc05e3dfedb17
+RMD160 (tor-0.2.1.19.tar.gz) = 3606cc574ade12adfa8f3c7a180958865be077e8
+Size (tor-0.2.1.19.tar.gz) = 2409484 bytes
diff -r 1f4a69ec4cde -r e1f9f89268ed net/tor/options.mk
--- a/net/tor/options.mk        Tue Aug 18 05:40:44 2009 +0000
+++ b/net/tor/options.mk        Tue Aug 18 05:48:08 2009 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.3 2008/08/01 17:23:21 wiz Exp $
+# $NetBSD: options.mk,v 1.4 2009/08/18 05:48:08 obache Exp $
 
 PKG_OPTIONS_VAR=       PKG_OPTIONS.tor
 PKG_SUPPORTED_OPTIONS= threads
diff -r 1f4a69ec4cde -r e1f9f89268ed net/tor/patches/patch-aa
--- a/net/tor/patches/patch-aa  Tue Aug 18 05:40:44 2009 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,13 +0,0 @@
-$NetBSD: patch-aa,v 1.3 2008/08/01 17:23:21 wiz Exp $
-
---- contrib/Makefile.in.orig   2008-06-03 21:41:27.000000000 +0200
-+++ contrib/Makefile.in
-@@ -185,7 +185,7 @@ SUBDIRS = osx suse
- DIST_SUBDIRS = osx suse
- confdir = $(sysconfdir)/tor
- EXTRA_DIST = exitlist tor-tsocks.conf torify.1 tor.nsi.in tor.sh torctl rc.subr cross.sh tor-mingw.nsi.in package_nsis-mingw.sh tor.ico tor-ctrl.sh linux-tor-prio.sh tor-exit-notice.html
--conf_DATA = tor-tsocks.conf
-+#conf_DATA = tor-tsocks.conf
- bin_SCRIPTS = torify
- man_MANS = torify.1
- all: all-recursive
diff -r 1f4a69ec4cde -r e1f9f89268ed net/tor/patches/patch-ab
--- a/net/tor/patches/patch-ab  Tue Aug 18 05:40:44 2009 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,13 +0,0 @@
-$NetBSD: patch-ab,v 1.3 2008/08/01 17:23:21 wiz Exp $
-
---- src/config/Makefile.in.orig        2008-06-03 21:41:28.000000000 +0200
-+++ src/config/Makefile.in
-@@ -166,7 +166,7 @@ top_srcdir = @top_srcdir@
- confdir = $(sysconfdir)/tor
- tordatadir = $(datadir)/tor
- EXTRA_DIST = geoip
--conf_DATA = torrc.sample
-+#conf_DATA = torrc.sample
- tordata_DATA = geoip
- all: all-am
- 



Home | Main Index | Thread Index | Old Index