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:   adam
Date:           Fri Oct 27 12:56:59 UTC 2017

Modified Files:
        pkgsrc/net/tor: Makefile distinfo

Log Message:
tor: updated to 0.3.1.8

Changes in version 0.3.1.8:
  Tor 0.3.1.7 is the second stable release in the 0.3.1 series.
  It includes several bugfixes, including a bugfix for a crash issue
  that had affected relays under memory pressure. It also adds
  a new directory authority, Bastet.

  o Directory authority changes:
    - Add "Bastet" as a ninth directory authority to the default list.
    - The directory authority "Longclaw" has changed its IP address.

  o Major bugfixes (relay, crash, assertion failure, backport from 0.3.2.2-alpha):
    - Fix a timing-based assertion failure that could occur when the
      circuit out-of-memory handler freed a connection's output buffer.

  o Minor features (directory authorities, backport from 0.3.2.2-alpha):
    - Remove longclaw's IPv6 address, as it will soon change. Authority
      IPv6 addresses were originally added in 0.2.8.1-alpha. This leaves
      3/8 directory authorities with IPv6 addresses, but there are also
      52 fallback directory mirrors with IPv6 addresses.

  o Minor features (geoip):
    - Update geoip and geoip6 to the October 4 2017 Maxmind GeoLite2
      Country database.

  o Minor bugfixes (compilation, backport from 0.3.2.2-alpha):
    - Fix a compilation warning when building with zstd support on
      32-bit platforms.

  o Minor bugfixes (compression, backport from 0.3.2.2-alpha):
    - Handle a pathological case when decompressing Zstandard data when
      the output buffer size is zero.

  o Minor bugfixes (directory authority, backport from 0.3.2.1-alpha):
    - Remove the length limit on HTTP status lines that authorities can
      send in their replies.

  o Minor bugfixes (hidden service, relay, backport from 0.3.2.2-alpha):
    - Avoid a possible double close of a circuit by the intro point on
      error of sending the INTRO_ESTABLISHED cell.

  o Minor bugfixes (memory safety, backport from 0.3.2.3-alpha):
    - Clear the address when node_get_prim_orport() returns early.

  o Minor bugfixes (unit tests, backport from 0.3.2.2-alpha):
    - Fix additional channelpadding unit test failures by using mocked
      time instead of actual time for all tests.


To generate a diff of this commit:
cvs rdiff -u -r1.125 -r1.126 pkgsrc/net/tor/Makefile
cvs rdiff -u -r1.85 -r1.86 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.125 pkgsrc/net/tor/Makefile:1.126
--- pkgsrc/net/tor/Makefile:1.125       Tue Sep 19 14:13:22 2017
+++ pkgsrc/net/tor/Makefile     Fri Oct 27 12:56:59 2017
@@ -1,13 +1,13 @@
-# $NetBSD: Makefile,v 1.125 2017/09/19 14:13:22 wiz Exp $
+# $NetBSD: Makefile,v 1.126 2017/10/27 12:56:59 adam Exp $
 
-DISTNAME=              tor-0.3.0.11
-CATEGORIES=            net security
-MASTER_SITES=          http://www.torproject.org/dist/
-
-MAINTAINER=            reezer%reezer.org@localhost
-HOMEPAGE=              http://www.torproject.org/
-COMMENT=               Anonymizing overlay network for TCP
-LICENSE=               modified-bsd
+DISTNAME=      tor-0.3.1.8
+CATEGORIES=    net security
+MASTER_SITES=  http://www.torproject.org/dist/
+
+MAINTAINER=    reezer%reezer.org@localhost
+HOMEPAGE=      http://www.torproject.org/
+COMMENT=       Anonymizing overlay network for TCP
+LICENSE=       modified-bsd
 
 USE_LANGUAGES=         c99
 USE_PKGLOCALEDIR=      yes

Index: pkgsrc/net/tor/distinfo
diff -u pkgsrc/net/tor/distinfo:1.85 pkgsrc/net/tor/distinfo:1.86
--- pkgsrc/net/tor/distinfo:1.85        Tue Sep 19 14:13:22 2017
+++ pkgsrc/net/tor/distinfo     Fri Oct 27 12:56:59 2017
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.85 2017/09/19 14:13:22 wiz Exp $
+$NetBSD: distinfo,v 1.86 2017/10/27 12:56:59 adam Exp $
 
-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
+SHA1 (tor-0.3.1.8.tar.gz) = 100cdcc9318ef77bdfc73131f45843d3a8b6fcb7
+RMD160 (tor-0.3.1.8.tar.gz) = 488a04b546aeea18cfe383a870d5f725c027c34e
+SHA512 (tor-0.3.1.8.tar.gz) = 0c2d5f6e444815f0812b0f8bb2102f2013c890375cf20b62025d0704e8ee7742bbf7173764795e3e63606a47d0695a5a982c318c55a30ca50600eb6de5b94b16
+Size (tor-0.3.1.8.tar.gz) = 6073611 bytes



Home | Main Index | Thread Index | Old Index