pkgsrc-Changes archive

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

CVS commit: pkgsrc/net/tor



Module Name:    pkgsrc
Committed By:   wiz
Date:           Tue Sep 19 14:13:22 UTC 2017

Modified Files:
        pkgsrc/net/tor: Makefile distinfo

Log Message:
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.


To generate a diff of this commit:
cvs rdiff -u -r1.124 -r1.125 pkgsrc/net/tor/Makefile
cvs rdiff -u -r1.84 -r1.85 pkgsrc/net/tor/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/net/tor/Makefile
diff -u pkgsrc/net/tor/Makefile:1.124 pkgsrc/net/tor/Makefile:1.125
--- pkgsrc/net/tor/Makefile:1.124       Tue Aug 15 19:22:44 2017
+++ pkgsrc/net/tor/Makefile     Tue Sep 19 14:13:22 2017
@@ -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/
 

Index: pkgsrc/net/tor/distinfo
diff -u pkgsrc/net/tor/distinfo:1.84 pkgsrc/net/tor/distinfo:1.85
--- pkgsrc/net/tor/distinfo:1.84        Tue Aug 15 19:22:44 2017
+++ pkgsrc/net/tor/distinfo     Tue Sep 19 14:13:22 2017
@@ -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