Date: Fri, 11 Sep 2009 06:39:38 GMT From: bf <bf1783@gmail.com> To: freebsd-gnats-submit@FreeBSD.org Subject: ports/138726: [PATCH]security/tor-devel: update to 0.2.2.1-alpha Message-ID: <200909110639.n8B6dcGf042454@www.freebsd.org> Resent-Message-ID: <200909110640.n8B6e1PO085414@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 138726 >Category: ports >Synopsis: [PATCH]security/tor-devel: update to 0.2.2.1-alpha >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Fri Sep 11 06:40:01 UTC 2009 >Closed-Date: >Last-Modified: >Originator: bf >Release: 9-CURRENT amd64 >Organization: - >Environment: >Description: List of changes at: https://git.torproject.org/checkout/tor/master/ChangeLog Note that torify(1) now uses net/torsocks, rather than net/tsocks. I have reverted to GNU_CONFIGURE, rather than USE_AUTOTOOLS, because the bundled configure script seems adequate. If there is a problem with a particular platform that requires the use of autotools, they could be restored. However, if this is done, GNU_CONFIGURE should be removed, because defining both USE_AUTOTOOLS and GNU_CONFIGURE as is done now is redundant. >How-To-Repeat: >Fix: Patch attached with submission follows: diff -ruN tor-devel.orig/Makefile tor-devel/Makefile --- tor-devel.orig/Makefile 2009-09-11 02:13:14.000000000 -0400 +++ tor-devel/Makefile 2009-09-11 02:26:17.000000000 -0400 @@ -6,7 +6,7 @@ # PORTNAME= tor -DISTVERSION= 0.2.1.17-rc +DISTVERSION= 0.2.2.1-alpha CATEGORIES= security net ipv6 MASTER_SITES= http://www.torproject.org/dist/ \ http://tor.cypherpunks.at/dist/ \ @@ -18,9 +18,8 @@ MAINTAINER= peter.thoenen@yahoo.com COMMENT= An anonymizing overlay network for TCP -RUN_DEPENDS= tsocks:${PORTSDIR}/net/tsocks +RUN_DEPENDS= torsocks:${PORTSDIR}/net/torsocks LIB_DEPENDS= event-1.4:${PORTSDIR}/devel/libevent -USE_AUTOTOOLS= libtool:22 aclocal:110 autoconf:262 GNU_CONFIGURE= yes USE_OPENSSL= yes @@ -38,7 +37,7 @@ USE_RC_SUBR= tor SUB_FILES= pkg-message -CONFLICTS= tor-0.2.0.[0-9]* +CONFLICTS= tor-[0-9]* MANCOMPRESSED= no MAN1= tor.1 tor-resolve.1 torify.1 tor-gencert.1 diff -ruN tor-devel.orig/distinfo tor-devel/distinfo --- tor-devel.orig/distinfo 2009-09-11 02:13:14.000000000 -0400 +++ tor-devel/distinfo 2009-09-10 23:05:50.000000000 -0400 @@ -1,3 +1,3 @@ -MD5 (tor-0.2.1.17-rc.tar.gz) = 5328e9ac9fa23d42e01aed80291cedb2 -SHA256 (tor-0.2.1.17-rc.tar.gz) = 89d4d16865374c80419ec93abccf49bef4ad81fd869cb0cf7b83b00ddabc3fdb -SIZE (tor-0.2.1.17-rc.tar.gz) = 2396332 +MD5 (tor-0.2.2.1-alpha.tar.gz) = bf7611974dbc546a5368e2926eea4d52 +SHA256 (tor-0.2.2.1-alpha.tar.gz) = 10c66a84cedc43726fecf219b6c523e54eac4efff57d6ce4d9031a86933de013 +SIZE (tor-0.2.2.1-alpha.tar.gz) = 2443660 diff -ruN tor-devel.orig/pkg-descr tor-devel/pkg-descr --- tor-devel.orig/pkg-descr 2009-09-11 02:13:14.000000000 -0400 +++ tor-devel/pkg-descr 2009-07-25 07:26:32.000000000 -0400 @@ -13,4 +13,4 @@ Remember that this is development code -- DON'T RELY ON THE CURRENT TOR NETWORK FOR ANONYMITY! -WWW: http://tor.eff.org/ +WWW: http://torproject.org/ >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200909110639.n8B6dcGf042454>