diff options
author | wiz <wiz@pkgsrc.org> | 2022-02-15 09:14:12 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2022-02-15 09:14:12 +0000 |
commit | 5de769211ef4b4bb24d5180ed5af5dcb0884cb36 (patch) | |
tree | af29fdbd79228ab0814292bc18578a3beedb9c77 | |
parent | 4c22395c0bb2f6f7944bc85e8fb49d47d616e2c8 (diff) | |
download | pkgsrc-5de769211ef4b4bb24d5180ed5af5dcb0884cb36.tar.gz |
tor: update to 0.4.6.10.
Changes in version 0.4.6.10 - 2022-02-04
This version contains minor bugfixes but one in particular is that relays
don't advertise onion service v2 support at the protocol version level.
o Minor features (fallbackdir):
- Regenerate fallback directories generated on February 04, 2022.
o Minor features (geoip data):
- Update the geoip files to match the IPFire Location Database, as
retrieved on 2022/02/04.
o Minor bugfix (logging):
- Update a log notice dead URL to a working one. Fixes bug 40544;
bugfix on 0.3.5.1-alpha.
o Minor bugfix (relay):
- Remove the HSDir and HSIntro onion service v2 protocol versions so
relay stop advertising that they support them. Fixes bug 40509;
bugfix on 0.3.5.17.
o Minor bugfixes (MetricsPort, Prometheus):
- Add double quotes to the label values of the onion service
metrics. Fixes bug 40552; bugfix on 0.4.5.1-alpha.
-rw-r--r-- | net/tor/Makefile | 4 | ||||
-rw-r--r-- | net/tor/distinfo | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/net/tor/Makefile b/net/tor/Makefile index 9659286a051..f92bd254625 100644 --- a/net/tor/Makefile +++ b/net/tor/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.175 2021/12/17 19:09:28 wiz Exp $ +# $NetBSD: Makefile,v 1.176 2022/02/15 09:14:12 wiz Exp $ -DISTNAME= tor-0.4.6.9 +DISTNAME= tor-0.4.6.10 CATEGORIES= net security MASTER_SITES= https://dist.torproject.org/ diff --git a/net/tor/distinfo b/net/tor/distinfo index c1cb02846c8..3424b3c2b2f 100644 --- a/net/tor/distinfo +++ b/net/tor/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.122 2021/12/17 19:09:28 wiz Exp $ +$NetBSD: distinfo,v 1.123 2022/02/15 09:14:12 wiz Exp $ -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 +BLAKE2s (tor-0.4.6.10.tar.gz) = 17f2616a4f4208dfa5dde3409e9b38a407d817f09eba94f7c7649984d507054d +SHA512 (tor-0.4.6.10.tar.gz) = 7d3ca14f260f8d18c020f629fee93a9e941962f99d7b6106d81b1f302152e4be14f5f719c06a34257c2bedf1612c53da21c26750b2608034bd6c6cf0c82192a9 +Size (tor-0.4.6.10.tar.gz) = 7811644 bytes |