Received: from mail.netbsd.org (mail.netbsd.org [199.233.217.200]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mail.netbsd.org", Issuer "Postmaster NetBSD.org" (verified OK)) by mollari.NetBSD.org (Postfix) with ESMTPS id 151797A314 for ; Mon, 12 Dec 2016 13:33:39 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id AD22C855E6; Mon, 12 Dec 2016 13:33:38 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 3F58185587 for ; Mon, 12 Dec 2016 13:33:38 +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 3k6D1n4l3U4a for ; Mon, 12 Dec 2016 13:33:37 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id C0D8084CEE for ; Mon, 12 Dec 2016 13:33:37 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 3A75CFBA6; Mon, 12 Dec 2016 13:33:29 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1481549609124660" MIME-Version: 1.0 Date: Mon, 12 Dec 2016 13:33:29 +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: <20161212133329.3A75CFBA6@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk This is a multi-part message in MIME format. --_----------=_1481549609124660 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wiz Date: Mon Dec 12 13:33:29 UTC 2016 Modified Files: pkgsrc/net/tor: Makefile distinfo Log Message: Updated tor to 0.2.8.11. Changes in version 0.2.8.11 - 2016-12-08 Tor 0.2.8.11 backports fixes for additional portability issues that could prevent Tor from building correctly on OSX Sierra, or with OpenSSL 1.1. Affected users should upgrade; others can safely stay with 0.2.8.10. o Minor bugfixes (portability): - Avoid compilation errors when building on OSX Sierra. Sierra began to support the getentropy() and clock_gettime() APIs, but created a few problems in doing so. Tor 0.2.9 has a more thorough set of workarounds; in 0.2.8, we are just using the /dev/urandom and mach monotonic time interfaces. Fixes bug 20865. Bugfix on 0.2.8.1-alpha. o Minor bugfixes (portability, backport from 0.2.9.5-alpha): - Fix compilation with OpenSSL 1.1 and less commonly-used CPU architectures. Closes ticket 20588. To generate a diff of this commit: cvs rdiff -u -r1.114 -r1.115 pkgsrc/net/tor/Makefile cvs rdiff -u -r1.75 -r1.76 pkgsrc/net/tor/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1481549609124660 Content-Disposition: inline Content-Length: 1531 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.114 pkgsrc/net/tor/Makefile:1.115 --- pkgsrc/net/tor/Makefile:1.114 Mon Dec 5 17:09:45 2016 +++ pkgsrc/net/tor/Makefile Mon Dec 12 13:33:29 2016 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.114 2016/12/05 17:09:45 leot Exp $ +# $NetBSD: Makefile,v 1.115 2016/12/12 13:33:29 wiz Exp $ -DISTNAME= tor-0.2.8.10 +DISTNAME= tor-0.2.8.11 CATEGORIES= net security MASTER_SITES= http://www.torproject.org/dist/ Index: pkgsrc/net/tor/distinfo diff -u pkgsrc/net/tor/distinfo:1.75 pkgsrc/net/tor/distinfo:1.76 --- pkgsrc/net/tor/distinfo:1.75 Mon Dec 5 17:09:45 2016 +++ pkgsrc/net/tor/distinfo Mon Dec 12 13:33:29 2016 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.75 2016/12/05 17:09:45 leot Exp $ +$NetBSD: distinfo,v 1.76 2016/12/12 13:33:29 wiz Exp $ -SHA1 (tor-0.2.8.10.tar.gz) = b95d78210b02736f16ec2e33e153efebbf476925 -RMD160 (tor-0.2.8.10.tar.gz) = 8b1e15cc7a85d4f2083e4806aa570c4a2f19669f -SHA512 (tor-0.2.8.10.tar.gz) = c12eb0daaea9d1832877bd8127f9ce35bc1ae37c8cbfb9507262cc9837563de01610358a32420fb2e6f9a08ed2d84401345256c7b720f2ab234d1a6b90bce55e -Size (tor-0.2.8.10.tar.gz) = 5312435 bytes +SHA1 (tor-0.2.8.11.tar.gz) = eac299dcc8250cffcea68d8bbbabb9d17942e7ef +RMD160 (tor-0.2.8.11.tar.gz) = db23e0db24fccc5fc5d86947db451087b5876f2e +SHA512 (tor-0.2.8.11.tar.gz) = 9a03028c25dac0ffe47f8819cb96f65d3bd498e7b3aefe08be69430d8cba7d414eb1e1eb5b6ca8ac8656c8f5c4ae8960f41a14908141cf8a4814041e270c457c +Size (tor-0.2.8.11.tar.gz) = 5313244 bytes --_----------=_1481549609124660--