pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/net/tor tor: update to 0.3.0.11.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/7dc14b8dee29
branches:  trunk
changeset: 368871:7dc14b8dee29
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Tue Sep 19 14:13:22 2017 +0000

description:
tor: update to 0.3.0.11.

Changes in version 0.3.0.11 - 2017-09-18
  Tor 0.3.0.11 backports a collection of bugfixes from Tor the 0.3.1
  series.

  Most significantly, it includes a fix for TROVE-2017-008, a
  security bug that affects hidden services running with the
  SafeLogging option disabled. For more information, see
  https://trac.torproject.org/projects/tor/ticket/23490

  o Minor features (code style, backport from 0.3.1.7):
    - Add "Falls through" comments to our codebase, in order to silence
      GCC 7's -Wimplicit-fallthrough warnings. Patch from Andreas
      Stieger. Closes ticket 22446.

  o Minor features:
    - Update geoip and geoip6 to the September 6 2017 Maxmind GeoLite2
      Country database.

  o Minor bugfixes (compilation, backport from 0.3.1.7):
    - Avoid compiler warnings in the unit tests for calling tor_sscanf()
      with wide string outputs. Fixes bug 15582; bugfix on 0.2.6.2-alpha.

  o Minor bugfixes (controller, backport from 0.3.1.7):
    - Do not crash when receiving a HSPOST command with an empty body.
      Fixes part of bug 22644; bugfix on 0.2.7.1-alpha.
    - Do not crash when receiving a POSTDESCRIPTOR command with an empty
      body. Fixes part of bug 22644; bugfix on 0.2.0.1-alpha.

  o Minor bugfixes (file limits, osx, backport from 0.3.1.5-alpha):
    - When setting the maximum number of connections allowed by the OS,
      always allow some extra file descriptors for other files. Fixes
      bug 22797; bugfix on 0.2.0.10-alpha.

  o Minor bugfixes (logging, relay, backport from 0.3.1.6-rc):
    - Remove a forgotten debugging message when an introduction point
      successfully establishes a hidden service prop224 circuit with
      a client.
    - Change three other log_warn() for an introduction point to
      protocol warnings, because they can be failure from the network
      and are not relevant to the operator. Fixes bug 23078; bugfix on
      0.3.0.1-alpha and 0.3.0.2-alpha.

diffstat:

 net/tor/Makefile |   4 ++--
 net/tor/distinfo |  10 +++++-----
 2 files changed, 7 insertions(+), 7 deletions(-)

diffs (27 lines):

diff -r 3060dfde43db -r 7dc14b8dee29 net/tor/Makefile
--- a/net/tor/Makefile  Tue Sep 19 11:01:45 2017 +0000
+++ b/net/tor/Makefile  Tue Sep 19 14:13:22 2017 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.124 2017/08/15 19:22:44 wiz Exp $
+# $NetBSD: Makefile,v 1.125 2017/09/19 14:13:22 wiz Exp $
 
-DISTNAME=              tor-0.3.0.10
+DISTNAME=              tor-0.3.0.11
 CATEGORIES=            net security
 MASTER_SITES=          http://www.torproject.org/dist/
 
diff -r 3060dfde43db -r 7dc14b8dee29 net/tor/distinfo
--- a/net/tor/distinfo  Tue Sep 19 11:01:45 2017 +0000
+++ b/net/tor/distinfo  Tue Sep 19 14:13:22 2017 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.84 2017/08/15 19:22:44 wiz Exp $
+$NetBSD: distinfo,v 1.85 2017/09/19 14:13:22 wiz Exp $
 
-SHA1 (tor-0.3.0.10.tar.gz) = ae83357955226c635c6ad7de13f1dd5b71fac19a
-RMD160 (tor-0.3.0.10.tar.gz) = e25ce3b6fcc624aa6750a0426332799188373e3f
-SHA512 (tor-0.3.0.10.tar.gz) = e39d56afb6a10194303483552f28f07e5d7b7c5d470de554d92723c8d3c0d5d5a98fc44d23aa9d51bfda51e7d7cbb48fc4d1e3ac82150aeb4ce3e1616695225a
-Size (tor-0.3.0.10.tar.gz) = 5845205 bytes
+SHA1 (tor-0.3.0.11.tar.gz) = 1f4292f44156be2093777d5d23b1c3214091dd80
+RMD160 (tor-0.3.0.11.tar.gz) = e0bff52ac42a23b7e8b4e9a5be0cddff19140511
+SHA512 (tor-0.3.0.11.tar.gz) = af14e3dd4980803dc21537eee1a4b13360e13b3ba9fbaa18b0757746deced8cdb296a90d52cf0fbc883e81ddb034c8c08ed77808459c2e2a2f13f834b9b8afca
+Size (tor-0.3.0.11.tar.gz) = 5875170 bytes



Home | Main Index | Thread Index | Old Index