ports/137230: [PATCH]security/tor: update to 0.2.1.19

bf bf1783 at gmail.com
Wed Jul 29 04:20:01 UTC 2009


>Number:         137230
>Category:       ports
>Synopsis:       [PATCH]security/tor: update to 0.2.1.19
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Wed Jul 29 04:20:00 UTC 2009
>Closed-Date:
>Last-Modified:
>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:
>Unformatted:



More information about the freebsd-ports-bugs mailing list