Received: by mail.netbsd.org (Postfix, from userid 605) id 99E5384FE1; Tue, 17 Jul 2018 06:14:06 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 783AC84DED for ; Tue, 17 Jul 2018 06:14:05 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id MDjf3di6-Rvy for ; Tue, 17 Jul 2018 06:14:04 +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 BA9A084D32 for ; Tue, 17 Jul 2018 06:14:04 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id B7E89FBEC; Tue, 17 Jul 2018 06:14:04 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1531808044205280" MIME-Version: 1.0 Date: Tue, 17 Jul 2018 06:14:04 +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: <20180717061404.B7E89FBEC@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1531808044205280 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wiz Date: Tue Jul 17 06:14:04 UTC 2018 Modified Files: pkgsrc/net/tor: Makefile distinfo Log Message: tor: update to 0.3.3.9. Changes in version 0.3.3.9 - 2018-07-13 Tor 0.3.3.9 moves to a new bridge authority, meaning people running bridge relays should upgrade. o Directory authority changes: - The "Bifroest" bridge authority has been retired; the new bridge authority is "Serge", and it is operated by George from the TorBSD project. Closes ticket 26771. To generate a diff of this commit: cvs rdiff -u -r1.132 -r1.133 pkgsrc/net/tor/Makefile cvs rdiff -u -r1.92 -r1.93 pkgsrc/net/tor/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1531808044205280 Content-Disposition: inline Content-Length: 1514 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.132 pkgsrc/net/tor/Makefile:1.133 --- pkgsrc/net/tor/Makefile:1.132 Fri Jul 13 15:26:32 2018 +++ pkgsrc/net/tor/Makefile Tue Jul 17 06:14:04 2018 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.132 2018/07/13 15:26:32 adam Exp $ +# $NetBSD: Makefile,v 1.133 2018/07/17 06:14:04 wiz Exp $ -DISTNAME= tor-0.3.3.8 +DISTNAME= tor-0.3.3.9 CATEGORIES= net security MASTER_SITES= https://dist.torproject.org/ Index: pkgsrc/net/tor/distinfo diff -u pkgsrc/net/tor/distinfo:1.92 pkgsrc/net/tor/distinfo:1.93 --- pkgsrc/net/tor/distinfo:1.92 Fri Jul 13 15:26:32 2018 +++ pkgsrc/net/tor/distinfo Tue Jul 17 06:14:04 2018 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.92 2018/07/13 15:26:32 adam Exp $ +$NetBSD: distinfo,v 1.93 2018/07/17 06:14:04 wiz Exp $ -SHA1 (tor-0.3.3.8.tar.gz) = 80a812a228731258dd3f87ebca87250d7a8f07d4 -RMD160 (tor-0.3.3.8.tar.gz) = 391e291703d1ce5a2359fc32cdf3d5607dd2e9f4 -SHA512 (tor-0.3.3.8.tar.gz) = b937f7f429690fa92d112d5bc48234c4b96f69614f319f04dab62e5b11b87e5e141d48642afac89e1dfe62a394d56b82ebf7fb1ac10de91923135a434a79718f -Size (tor-0.3.3.8.tar.gz) = 6564878 bytes +SHA1 (tor-0.3.3.9.tar.gz) = e150441d63d7c7ef05d7d4e4a61acfdb4c6b3010 +RMD160 (tor-0.3.3.9.tar.gz) = 7f978daac31b0bf025ea617676a8fbc6e2902fed +SHA512 (tor-0.3.3.9.tar.gz) = 3b1fd9926988233c605996281510cd966a08bc1008e1e4bf7e0ed76b40c1820b7789a85555d5a4d9c0b58db992366d7a62d5d3b20e818a0d68df3b2286d0df3d +Size (tor-0.3.3.9.tar.gz) = 6563091 bytes --_----------=_1531808044205280--