summaryrefslogtreecommitdiff
path: root/net
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2021-12-17 19:09:28 +0000
committerwiz <wiz@pkgsrc.org>2021-12-17 19:09:28 +0000
commit6895b333402dbce17c315718c64d4f4e7fc7803f (patch)
treed9e2e0b204b4c273a4e42e38a4583c90ede5e340 /net
parent394d3a3311a46ebcc082dde6e0a99d1239f54ffd (diff)
downloadpkgsrc-6895b333402dbce17c315718c64d4f4e7fc7803f.tar.gz
tor: update to 0.4.6.9.
Changes in version 0.4.6.9 - 2021-12-15 This version fixes several bugs from earlier versions of Tor. One important piece is the removal of DNS timeout metric from the overload general signal. See below for more details. o Major bugfixes (relay, overload): - Don't make Tor DNS timeout trigger an overload general state. These timeouts are different from DNS server timeout. They have to be seen as timeout related to UX and not because of a network problem. Fixes bug 40527; bugfix on 0.4.6.1-alpha. o Minor feature (reproducible build): - The repository can now build reproducible tarballs which adds the build command "make dist-reprod" for that purpose. Closes ticket 26299. o Minor features (compilation): - Give an error message if trying to build with a version of LibreSSL known not to work with Tor. (There's an incompatibility with LibreSSL versions 3.2.1 through 3.4.0 inclusive because of their incompatibility with OpenSSL 1.1.1's TLSv1.3 APIs.) Closes ticket 40511. o Minor features (fallbackdir): - Regenerate fallback directories generated on December 15, 2021. o Minor features (geoip data): - Update the geoip files to match the IPFire Location Database, as retrieved on 2021/12/15. o Minor bugfixes (compilation): - Fix our configuration logic to detect whether we had OpenSSL 3: previously, our logic was reversed. This has no other effect than to change whether we suppress deprecated API warnings. Fixes bug 40429; bugfix on 0.3.5.13. o Minor bugfixes (relay): - Reject IPv6-only DirPorts. Our reachability self-test forces DirPorts to be IPv4, but our configuration parser allowed them to be IPv6-only, which led to an assertion failure. Fixes bug 40494; bugfix on 0.4.5.1-alpha. o Documentation (man, relay): - Missing "OverloadStatistics" in tor.1 manpage. Fixes bug 40504; bugfix on 0.4.6.1-alpha.
Diffstat (limited to 'net')
-rw-r--r--net/tor/Makefile4
-rw-r--r--net/tor/distinfo8
2 files changed, 6 insertions, 6 deletions
diff --git a/net/tor/Makefile b/net/tor/Makefile
index 38a750bd6b0..9659286a051 100644
--- a/net/tor/Makefile
+++ b/net/tor/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.174 2021/10/27 13:16:35 wiz Exp $
+# $NetBSD: Makefile,v 1.175 2021/12/17 19:09:28 wiz Exp $
-DISTNAME= tor-0.4.6.8
+DISTNAME= tor-0.4.6.9
CATEGORIES= net security
MASTER_SITES= https://dist.torproject.org/
diff --git a/net/tor/distinfo b/net/tor/distinfo
index 7e87a6906af..c1cb02846c8 100644
--- a/net/tor/distinfo
+++ b/net/tor/distinfo
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.121 2021/10/27 13:16:35 wiz Exp $
+$NetBSD: distinfo,v 1.122 2021/12/17 19:09:28 wiz Exp $
-BLAKE2s (tor-0.4.6.8.tar.gz) = 42403c0613223bb1ae621a4a175596c8e42e18ef7f4b20725293bb9644e596b2
-SHA512 (tor-0.4.6.8.tar.gz) = ff008ddf10c2a4c9e0d0da28558c7a97a6d42615c8bcad25a74567e3aafaba49df1699e379fd674f93305d222748d16b2f21d0da9a8fd3444b659747e1f1d07b
-Size (tor-0.4.6.8.tar.gz) = 7796485 bytes
+BLAKE2s (tor-0.4.6.9.tar.gz) = 76551ac2fa2e73383c69e6b68143c503e4255b92e80a0ce6ee3b4f6659950285
+SHA512 (tor-0.4.6.9.tar.gz) = 67b3c0c0515d4150dd91db6dd4efe19b15a2e8ddac2a34069d61dfaf79d90585f3ca4071483362619719a7cbc6198d67d1ff73acdefa8cc8462bc1e2a7ba264f
+Size (tor-0.4.6.9.tar.gz) = 7797677 bytes