From snabb@tiktik.epipe.com  Tue Mar  1 15:02:09 2011
Return-Path: <snabb@tiktik.epipe.com>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id 1DECB1065672;
	Tue,  1 Mar 2011 15:02:09 +0000 (UTC)
	(envelope-from snabb@tiktik.epipe.com)
Received: from tiktik.epipe.com (tiktik.epipe.com [IPv6:2001:1828:0:3::2])
	by mx1.freebsd.org (Postfix) with ESMTP id D81EA8FC25;
	Tue,  1 Mar 2011 15:02:08 +0000 (UTC)
Received: from tiktik.epipe.com (localhost [127.0.0.1])
	by tiktik.epipe.com (8.14.4/8.14.4) with ESMTP id p21F25st088286
	(version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO);
	Tue, 1 Mar 2011 15:02:08 GMT
	(envelope-from snabb@tiktik.epipe.com)
Received: (from snabb@localhost)
	by tiktik.epipe.com (8.14.4/8.14.4/Submit) id p21F23ZB087740;
	Tue, 1 Mar 2011 15:02:03 GMT
	(envelope-from snabb)
Message-Id: <201103011502.p21F23ZB087740@tiktik.epipe.com>
Date: Tue, 1 Mar 2011 15:02:03 GMT
From: Janne Snabb <snabb@epipe.com>
To: FreeBSD-gnats-submit@freebsd.org
Cc: bf@freebsd.org
Subject: [PATCH] security/tor: update to 0.2.1.30
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         155159
>Category:       ports
>Synopsis:       [PATCH] security/tor: update to 0.2.1.30
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    bf
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Tue Mar 01 15:10:10 UTC 2011
>Closed-Date:    Tue Mar 01 19:24:07 UTC 2011
>Last-Modified:  Tue Mar 01 23:24:28 UTC 2011
>Originator:     Janne Snabb <snabb@epipe.com>
>Release:        FreeBSD 8.2-RELEASE i386
>Organization:
EPIPE Communications
>Environment:
System: FreeBSD xxx.epipe.com 8.2-RELEASE FreeBSD 8.2-RELEASE #0: Mon Feb 28 12:16:42 UTC 2011
>Description:
Tor 0.2.1.30 fixes a variety of less critical bugs. The main other
change is a slight tweak to Tor's TLS handshake that makes relays
and bridges that run this new version reachable from Iran again.
We don't expect this tweak will win the arms race long-term, but it
buys us time until we roll out a better solution.

See the following URL for full list of changes:

https://lists.torproject.org/pipermail/tor-announce/2011-February/000000.html

Port maintainer (bf@FreeBSD.org) is cc'd.

Generated with FreeBSD Port Tools 0.99
>How-To-Repeat:
>Fix:

--- tor-0.2.1.30.patch begins here ---
diff -ruN --exclude=CVS /usr/ports/security/tor/Makefile /usr/ports/new/tor/Makefile
--- /usr/ports/security/tor/Makefile	2011-02-28 08:56:42.000000000 +0000
+++ /usr/ports/new/tor/Makefile	2011-03-01 14:43:05.000000000 +0000
@@ -6,8 +6,7 @@
 #
 
 PORTNAME=	tor
-DISTVERSION=	0.2.1.29
-PORTREVISION=	1
+DISTVERSION=	0.2.1.30
 CATEGORIES=	security net ipv6
 MASTER_SITES=	http://www.torproject.org/dist/ \
 		ftp://tor.tomyn.com/pub/mirrors/tor/ \
diff -ruN --exclude=CVS /usr/ports/security/tor/distinfo /usr/ports/new/tor/distinfo
--- /usr/ports/security/tor/distinfo	2011-01-24 03:34:35.000000000 +0000
+++ /usr/ports/new/tor/distinfo	2011-03-01 14:45:52.000000000 +0000
@@ -1,2 +1,2 @@
-SHA256 (tor-0.2.1.29.tar.gz) = 070d314effd6c08f8b5a8a1ebb4f5c3af644d48a9e38e9cba34fd3f2e981ec64
-SIZE (tor-0.2.1.29.tar.gz) = 2521399
+SHA256 (tor-0.2.1.30.tar.gz) = f352a1a8ffa469ae251324f89386074074bcffef1a7c6a72caa7e4c2d12ce109
+SIZE (tor-0.2.1.30.tar.gz) = 2447447
--- tor-0.2.1.30.patch ends here ---

>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->bf 
Responsible-Changed-By: edwin 
Responsible-Changed-When: Tue Mar 1 15:10:22 UTC 2011 
Responsible-Changed-Why:  
Over to maintainer (via the GNATS Auto Assign Tool) 

http://www.freebsd.org/cgi/query-pr.cgi?pr=155159 

Date: Tue, 1 Mar 2011 17:58:36 +0000
From: "b. f." <bf1783@googlemail.com>
To: Janne Snabb <snabb@epipe.com>
Subject: Re: [PATCH] security/tor: update to 0.2.1.30

 Quick off the mark, eh?  Thanks, yes, I was already working on an
 update for tor, and, barring any unforeseen problems, I should be
 committing it soon.
 
 b.

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/155159: commit references a PR
Date: Tue,  1 Mar 2011 19:15:27 +0000 (UTC)

 bf          2011-03-01 19:15:12 UTC
 
   FreeBSD ports repository
 
   Modified files:
     security/tor         Makefile distinfo 
   Log:
   - update to 0.2.1.30 (also submitted
     independently by J. Snabb)
   - remove two problematic mirrors, and add others
   - reduce the diff against tor-devel
   
   PR:             155159
   Approved by:    makc, miwi (mentors, implicit)
   
   Revision  Changes    Path
   1.64      +9 -10     ports/security/tor/Makefile
   1.40      +2 -2      ports/security/tor/distinfo
 _______________________________________________
 cvs-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/cvs-all
 To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
 
State-Changed-From-To: open->closed 
State-Changed-By: bf 
State-Changed-When: Tue Mar 1 19:24:06 UTC 2011 
State-Changed-Why:  
Committed. Thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=155159 
>Unformatted:
