Received: from mail.netbsd.org (mail.netbsd.org [199.233.217.200]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) (Client CN "mail.NetBSD.org", Issuer "mail.NetBSD.org CA" (not verified)) by mollari.NetBSD.org (Postfix) with ESMTPS id 7F2801A9239 for ; Tue, 15 Feb 2022 09:14:14 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 8E4C484D65; Tue, 15 Feb 2022 09:14:13 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id C990684D31 for ; Tue, 15 Feb 2022 09:14:12 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id MKCKhbu4hzqg for ; Tue, 15 Feb 2022 09:14:12 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.NetBSD.org [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id 3FC1784CE2 for ; Tue, 15 Feb 2022 09:14:12 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 33728FB24; Tue, 15 Feb 2022 09:14:12 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1644916452105790" MIME-Version: 1.0 Date: Tue, 15 Feb 2022 09:14:12 +0000 From: "Thomas Klausner" Subject: CVS commit: pkgsrc/net/tor To: pkgsrc-changes@NetBSD.org Reply-To: wiz@netbsd.org X-Mailer: log_accum Message-Id: <20220215091412.33728FB24@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1644916452105790 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wiz Date: Tue Feb 15 09:14:12 UTC 2022 Modified Files: pkgsrc/net/tor: Makefile distinfo Log Message: 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. To generate a diff of this commit: cvs rdiff -u -r1.175 -r1.176 pkgsrc/net/tor/Makefile cvs rdiff -u -r1.122 -r1.123 pkgsrc/net/tor/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1644916452105790 Content-Disposition: inline Content-Length: 1431 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/net/tor/Makefile diff -u pkgsrc/net/tor/Makefile:1.175 pkgsrc/net/tor/Makefile:1.176 --- pkgsrc/net/tor/Makefile:1.175 Fri Dec 17 19:09:28 2021 +++ pkgsrc/net/tor/Makefile Tue Feb 15 09:14:12 2022 @@ -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/ Index: pkgsrc/net/tor/distinfo diff -u pkgsrc/net/tor/distinfo:1.122 pkgsrc/net/tor/distinfo:1.123 --- pkgsrc/net/tor/distinfo:1.122 Fri Dec 17 19:09:28 2021 +++ pkgsrc/net/tor/distinfo Tue Feb 15 09:14:12 2022 @@ -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 --_----------=_1644916452105790--