From nobody@FreeBSD.org  Wed Jul 29 04:10:06 2009
Return-Path: <nobody@FreeBSD.org>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id 780651065678
	for <freebsd-gnats-submit@FreeBSD.org>; Wed, 29 Jul 2009 04:10:06 +0000 (UTC)
	(envelope-from nobody@FreeBSD.org)
Received: from www.freebsd.org (www.freebsd.org [IPv6:2001:4f8:fff6::21])
	by mx1.freebsd.org (Postfix) with ESMTP id 64C988FC18
	for <freebsd-gnats-submit@FreeBSD.org>; Wed, 29 Jul 2009 04:10:06 +0000 (UTC)
	(envelope-from nobody@FreeBSD.org)
Received: from www.freebsd.org (localhost [127.0.0.1])
	by www.freebsd.org (8.14.3/8.14.3) with ESMTP id n6T4A6E3002507
	for <freebsd-gnats-submit@FreeBSD.org>; Wed, 29 Jul 2009 04:10:06 GMT
	(envelope-from nobody@www.freebsd.org)
Received: (from nobody@localhost)
	by www.freebsd.org (8.14.3/8.14.3/Submit) id n6T4A6X8002497;
	Wed, 29 Jul 2009 04:10:06 GMT
	(envelope-from nobody)
Message-Id: <200907290410.n6T4A6X8002497@www.freebsd.org>
Date: Wed, 29 Jul 2009 04:10:06 GMT
From: bf <bf1783@gmail.com>
To: freebsd-gnats-submit@FreeBSD.org
Subject: [PATCH]security/tor: update to 0.2.1.19
X-Send-Pr-Version: www-3.1
X-GNATS-Notify:

>Number:         137230
>Category:       ports
>Synopsis:       [PATCH]security/tor: update to 0.2.1.19
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    miwi
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Wed Jul 29 04:20:00 UTC 2009
>Closed-Date:    Wed Jul 29 07:37:22 UTC 2009
>Last-Modified:  Wed Jul 29 07:40:09 UTC 2009
>Originator:     bf
>Release:        8-BETA2 amd64
>Organization:
-
>Environment:
>Description:
Yes, another update already: mostly in order to correct an overlooked problem with hidden services.  From:

https://git.torproject.org/checkout/tor/master/ChangeLog


Changes in version 0.2.1.19 - 2009-07-28
  o Major bugfixes:
    - Make accessing hidden services on 0.2.1.x work right
      again. Bugfix on 0.2.1.3-alpha; workaround for bug 1038.

  o Minor features:
    - When a relay/bridge is writing out its identity key fingerprint to
      the "fingerprint" file and to its logs, write it without spaces. Now
      it will look like the fingerprints in our bridges documentation,
      and confuse fewer users.

  o Minor bugfixes:
    - Relays no longer publish a new server descriptor if they change
      their MaxAdvertisedBandwidth config option but it doesn't end up
      changing their advertised bandwidth numbers. Bugfix on 0.2.0.28-rc;
      fixes bug 1026. Patch from Sebastian.
    - Avoid leaking memory every time we get a create cell but we have
      so many already queued that we refuse it. Bugfix on 0.2.0.19-alpha;
      fixes bug 1034. Reported by BarkerJr.

>How-To-Repeat:

>Fix:


Patch attached with submission follows:

diff -ruN tor.orig/Makefile tor/Makefile
--- tor.orig/Makefile	2009-07-28 23:59:28.000000000 -0400
+++ tor/Makefile	2009-07-28 23:41:15.000000000 -0400
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	tor
-DISTVERSION=	0.2.1.18
+DISTVERSION=	0.2.1.19
 CATEGORIES=	security net ipv6
 MASTER_SITES=	http://www.torproject.org/dist/ \
 		http://tor.cypherpunks.at/dist/ \
diff -ruN tor.orig/distinfo tor/distinfo
--- tor.orig/distinfo	2009-07-28 23:59:28.000000000 -0400
+++ tor/distinfo	2009-07-28 23:45:19.000000000 -0400
@@ -1,3 +1,3 @@
-MD5 (tor-0.2.1.18.tar.gz) = 5135c02fa0a1d9a1431680e0102c2548
-SHA256 (tor-0.2.1.18.tar.gz) = 2744304d9cfa6d472bceaaecb2ec983141c1e6bab0779eb2ca79a905c9e13653
-SIZE (tor-0.2.1.18.tar.gz) = 2408820
+MD5 (tor-0.2.1.19.tar.gz) = 2c0ca9bf5d0cfb771f4d6bec9c4360ca
+SHA256 (tor-0.2.1.19.tar.gz) = cb4f88ad30d6ba4c015734f3058a6e35151cff586f7708691d52d289ee78d183
+SIZE (tor-0.2.1.19.tar.gz) = 2409484


>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->miwi 
Responsible-Changed-By: edwin 
Responsible-Changed-When: Wed Jul 29 04:20:12 UTC 2009 
Responsible-Changed-Why:  
Over to maintainer (via the GNATS Auto Assign Tool) 

http://www.freebsd.org/cgi/query-pr.cgi?pr=137230 
State-Changed-From-To: open->closed 
State-Changed-By: miwi 
State-Changed-When: Wed Jul 29 07:37:21 UTC 2009 
State-Changed-Why:  
Committed. Thanks! 

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

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/137230: commit references a PR
Date: Wed, 29 Jul 2009 07:37:23 +0000 (UTC)

 miwi        2009-07-29 07:37:06 UTC
 
   FreeBSD ports repository
 
   Modified files:
     security/tor         Makefile distinfo 
   Log:
   - Update to 0.2.1.19
   
   PR:             137230
   Submitted by:   bf <bf1783@gmail.com>
   
   Revision  Changes    Path
   1.50      +1 -1      ports/security/tor/Makefile
   1.31      +3 -3      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"
 
>Unformatted:
