summaryrefslogtreecommitdiff
path: root/net
diff options
context:
space:
mode:
authoradam <adam@pkgsrc.org>2017-10-27 12:56:59 +0000
committeradam <adam@pkgsrc.org>2017-10-27 12:56:59 +0000
commitb9ba1603c2029bd87e081a1363e78c4c1e111b91 (patch)
treeb5af8b8b49b71646b66cb26bd9ab88cd8f0d2aa4 /net
parent921fa73c90dae43529edfa90de29918857e6a6ca (diff)
downloadpkgsrc-b9ba1603c2029bd87e081a1363e78c4c1e111b91.tar.gz
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.
Diffstat (limited to 'net')
-rw-r--r--net/tor/Makefile16
-rw-r--r--net/tor/distinfo10
2 files changed, 13 insertions, 13 deletions
diff --git a/net/tor/Makefile b/net/tor/Makefile
index 68dff096024..b75f9b1d570 100644
--- a/net/tor/Makefile
+++ b/net/tor/Makefile
@@ -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/
+DISTNAME= tor-0.3.1.8
+CATEGORIES= net security
+MASTER_SITES= http://www.torproject.org/dist/
-MAINTAINER= reezer@reezer.org
-HOMEPAGE= http://www.torproject.org/
-COMMENT= Anonymizing overlay network for TCP
-LICENSE= modified-bsd
+MAINTAINER= reezer@reezer.org
+HOMEPAGE= http://www.torproject.org/
+COMMENT= Anonymizing overlay network for TCP
+LICENSE= modified-bsd
USE_LANGUAGES= c99
USE_PKGLOCALEDIR= yes
diff --git a/net/tor/distinfo b/net/tor/distinfo
index 8428f3e2c9d..7c1fff898c1 100644
--- a/net/tor/distinfo
+++ b/net/tor/distinfo
@@ -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