summaryrefslogtreecommitdiff
path: root/net/tor
diff options
context:
space:
mode:
authoralnsn <alnsn@pkgsrc.org>2019-09-21 23:57:17 +0000
committeralnsn <alnsn@pkgsrc.org>2019-09-21 23:57:17 +0000
commit839d46632d0d36e485f698ccb36ea0ace2511215 (patch)
tree3e3022c3fbe4abba9c35f3b8104eba61c29bbb5d /net/tor
parentbe9931ae51a7e326be4fde8a5fe32fad4c004370 (diff)
downloadpkgsrc-839d46632d0d36e485f698ccb36ea0ace2511215.tar.gz
Update net/tor to version 0.4.1.6.
Notable changes in version 0.4.1.6 - 2019-09-19 This release backports several bugfixes to improve stability and correctness. Anyone experiencing build problems or crashes with 0.4.1.5, or experiencing reliability issues with single onion services, should upgrade. o Major bugfixes (crash, Linux, Android, backport from 0.4.2.1-alpha): - Tolerate systems (including some Android installations) where madvise and MADV_DONTDUMP are available at build-time, but not at run time. Previously, these systems would notice a failed syscall and abort. Fixes bug 31570; bugfix on 0.4.1.1-alpha. - Tolerate systems (including some Linux installations) where madvise and/or MADV_DONTFORK are available at build-time, but not at run time. Previously, these systems would notice a failed syscall and abort. Fixes bug 31696; bugfix on 0.4.1.1-alpha. o Minor bugfixes (controller protocol): - Fix the MAPADDRESS controller command to accept one or more arguments. Previously, it required two or more arguments, and ignored the first. Fixes bug 31772; bugfix on 0.4.1.1-alpha. o Minor bugfixes (guards, backport from 0.4.2.1-alpha): - When tor is missing descriptors for some primary entry guards, make the log message less alarming. It's normal for descriptors to expire, as long as tor fetches new ones soon after. Fixes bug 31657; bugfix on 0.3.3.1-alpha. o Minor bugfixes (logging, backport from 0.4.2.1-alpha): - Change log level of message "Hash of session info was not as expected" to LOG_PROTOCOL_WARN. Fixes bug 12399; bugfix on 0.1.1.10-alpha. o Minor bugfixes (v2 single onion services, backport from 0.4.2.1-alpha): - Always retry v2 single onion service intro and rend circuits with a 3-hop path. Previously, v2 single onion services used a 3-hop path when rendezvous circuits were retried after a remote or delayed failure, but a 1-hop path for immediate retries. Fixes bug 23818; bugfix on 0.2.9.3-alpha. o Minor bugfixes (v3 single onion services, backport from 0.4.2.1-alpha): - Always retry v3 single onion service intro and rend circuits with a 3-hop path. Previously, v3 single onion services used a 3-hop path when rend circuits were retried after a remote or delayed failure, but a 1-hop path for immediate retries. Fixes bug 23818; bugfix on 0.3.2.1-alpha. - Make v3 single onion services fall back to a 3-hop intro, when all intro points are unreachable via a 1-hop path. Previously, v3 single onion services failed when all intro nodes were unreachable via a 1-hop path. Fixes bug 23507; bugfix on 0.3.2.1-alpha.
Diffstat (limited to 'net/tor')
-rw-r--r--net/tor/Makefile4
-rw-r--r--net/tor/distinfo10
2 files changed, 7 insertions, 7 deletions
diff --git a/net/tor/Makefile b/net/tor/Makefile
index a333476aab5..0f1c5aaa05b 100644
--- a/net/tor/Makefile
+++ b/net/tor/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.144 2019/08/31 11:16:53 gdt Exp $
+# $NetBSD: Makefile,v 1.145 2019/09/21 23:57:17 alnsn Exp $
-DISTNAME= tor-0.4.1.5
+DISTNAME= tor-0.4.1.6
CATEGORIES= net security
MASTER_SITES= https://dist.torproject.org/
diff --git a/net/tor/distinfo b/net/tor/distinfo
index 51f884c7b10..238b3c9eef2 100644
--- a/net/tor/distinfo
+++ b/net/tor/distinfo
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.100 2019/08/20 20:17:51 wiz Exp $
+$NetBSD: distinfo,v 1.101 2019/09/21 23:57:17 alnsn Exp $
-SHA1 (tor-0.4.1.5.tar.gz) = a65def67cdc70565717aefa5956ec5fdcbbdd959
-RMD160 (tor-0.4.1.5.tar.gz) = 3bb1881407e41725e9013739b71372712571be57
-SHA512 (tor-0.4.1.5.tar.gz) = 33d30f5fd2a92dfcb28d97c76c9d396d3eda27036b01c3a678428e878f046e45a87c2d42de0c1b8ba672568d75b08ba4cbf56d1aa50acd34c0d174180faace6e
-Size (tor-0.4.1.5.tar.gz) = 7378436 bytes
+SHA1 (tor-0.4.1.6.tar.gz) = 43dbea19932ec589c498d27f64df41816d9043c7
+RMD160 (tor-0.4.1.6.tar.gz) = 4d4ccc798a057a75e6d5282d01ddaf306341e0f4
+SHA512 (tor-0.4.1.6.tar.gz) = 9e4625216e25b9498d6054a9920e5a8932ca7b28c5131062eac637b69c80cdf05bc3fd008b833e5359d8849e256f1f405abd56b07f50fd91077b153ba60503da
+Size (tor-0.4.1.6.tar.gz) = 7390096 bytes