Received: by mail.netbsd.org (Postfix, from userid 605) id 57E6284CE3; Tue, 15 Aug 2017 19:22:46 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id E00FB84CE1 for ; Tue, 15 Aug 2017 19:22:45 +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 Pk5oCyqPn0xu for ; Tue, 15 Aug 2017 19:22:45 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 165A384C86 for ; Tue, 15 Aug 2017 19:22:45 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 11115FAD0; Tue, 15 Aug 2017 19:22:45 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1502824965248830" MIME-Version: 1.0 Date: Tue, 15 Aug 2017 19:22:45 +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: <20170815192245.11115FAD0@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. --_----------=_1502824965248830 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wiz Date: Tue Aug 15 19:22:44 UTC 2017 Modified Files: pkgsrc/net/tor: Makefile distinfo Log Message: Updated tor to 0.3.0.10. Changes in version 0.3.0.10 - 2017-08-02 Tor 0.3.0.10 backports a collection of small-to-medium bugfixes from the current Tor alpha series. OpenBSD users and TPROXY users should upgrade; others are probably okay sticking with 0.3.0.9. o Major features (build system, continuous integration, backport from 0.3.1.5-alpha): - Tor's repository now includes a Travis Continuous Integration (CI) configuration file (.travis.yml). This is meant to help new developers and contributors who fork Tor to a Github repository be better able to test their changes, and understand what we expect to pass. To use this new build feature, you must fork Tor to your Github account, then go into the "Integrations" menu in the repository settings for your fork and enable Travis, then push your changes. Closes ticket 22636. o Major bugfixes (linux TPROXY support, backport from 0.3.1.1-alpha): - Fix a typo that had prevented TPROXY-based transparent proxying from working under Linux. Fixes bug 18100; bugfix on 0.2.6.3-alpha. Patch from "d4fq0fQAgoJ". o Major bugfixes (openbsd, denial-of-service, backport from 0.3.1.5-alpha): - Avoid an assertion failure bug affecting our implementation of inet_pton(AF_INET6) on certain OpenBSD systems whose strtol() handling of "0xfoo" differs from what we had expected. Fixes bug 22789; bugfix on 0.2.3.8-alpha. Also tracked as TROVE-2017-007. o Minor features (backport from 0.3.1.5-alpha): - Update geoip and geoip6 to the July 4 2017 Maxmind GeoLite2 Country database. o Minor bugfixes (bandwidth accounting, backport from 0.3.1.2-alpha): - Roll over monthly accounting at the configured hour and minute, rather than always at 00:00. Fixes bug 22245; bugfix on 0.0.9rc1. Found by Andrey Karpov with PVS-Studio. o Minor bugfixes (compilation warnings, backport from 0.3.1.5-alpha): - Suppress -Wdouble-promotion warnings with clang 4.0. Fixes bug 22915; bugfix on 0.2.8.1-alpha. - Fix warnings when building with libscrypt and openssl scrypt support on Clang. Fixes bug 22916; bugfix on 0.2.7.2-alpha. - When building with certain versions of the mingw C header files, avoid float-conversion warnings when calling the C functions isfinite(), isnan(), and signbit(). Fixes bug 22801; bugfix on 0.2.8.1-alpha. o Minor bugfixes (compilation, mingw, backport from 0.3.1.1-alpha): - Backport a fix for an "unused variable" warning that appeared in some versions of mingw. Fixes bug 22838; bugfix on 0.2.8.1-alpha. o Minor bugfixes (coverity build support, backport from 0.3.1.5-alpha): - Avoid Coverity build warnings related to our BUG() macro. By default, Coverity treats BUG() as the Linux kernel does: an instant abort(). We need to override that so our BUG() macro doesn't prevent Coverity from analyzing functions that use it. Fixes bug 23030; bugfix on 0.2.9.1-alpha. o Minor bugfixes (directory authority, backport from 0.3.1.1-alpha): - When rejecting a router descriptor for running an obsolete version of Tor without ntor support, warn about the obsolete tor version, not the missing ntor key. Fixes bug 20270; bugfix on 0.2.9.3-alpha. o Minor bugfixes (linux seccomp2 sandbox, backport from 0.3.1.5-alpha): - Avoid a sandbox failure when trying to re-bind to a socket and mark it as IPv6-only. Fixes bug 20247; bugfix on 0.2.5.1-alpha. o Minor bugfixes (unit tests, backport from 0.3.1.5-alpha) - Fix a memory leak in the link-handshake/certs_ok_ed25519 test. Fixes bug 22803; bugfix on 0.3.0.1-alpha. To generate a diff of this commit: cvs rdiff -u -r1.123 -r1.124 pkgsrc/net/tor/Makefile cvs rdiff -u -r1.83 -r1.84 pkgsrc/net/tor/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1502824965248830 Content-Disposition: inline Content-Length: 1777 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.123 pkgsrc/net/tor/Makefile:1.124 --- pkgsrc/net/tor/Makefile:1.123 Mon Jul 3 22:20:37 2017 +++ pkgsrc/net/tor/Makefile Tue Aug 15 19:22:44 2017 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.123 2017/07/03 22:20:37 wiz Exp $ +# $NetBSD: Makefile,v 1.124 2017/08/15 19:22:44 wiz Exp $ -DISTNAME= tor-0.3.0.9 +DISTNAME= tor-0.3.0.10 CATEGORIES= net security MASTER_SITES= http://www.torproject.org/dist/ @@ -16,6 +16,8 @@ GNU_CONFIGURE= yes CONFIGURE_ENV+= CPP=${CPP:Q} CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFBASEDIR} +# one test failure in 0.3.0.10 +# https://trac.torproject.org/projects/tor/ticket/23250 TEST_TARGET= check TOR_USER?= tor Index: pkgsrc/net/tor/distinfo diff -u pkgsrc/net/tor/distinfo:1.83 pkgsrc/net/tor/distinfo:1.84 --- pkgsrc/net/tor/distinfo:1.83 Mon Jul 3 22:20:37 2017 +++ pkgsrc/net/tor/distinfo Tue Aug 15 19:22:44 2017 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.83 2017/07/03 22:20:37 wiz Exp $ +$NetBSD: distinfo,v 1.84 2017/08/15 19:22:44 wiz Exp $ -SHA1 (tor-0.3.0.9.tar.gz) = 48c6d037d030056256ba6dd8adcc1142613d05d0 -RMD160 (tor-0.3.0.9.tar.gz) = 3f1823f84caf4e738bbe9b6369d198c29a511e46 -SHA512 (tor-0.3.0.9.tar.gz) = 19b662840ee0c6aaba04c6db7f172def070d0773553f90bc3d1f210266bbcb572b3dd1f383359e36583103235a85a0a4052cf7299a534fde137bee41376ffa02 -Size (tor-0.3.0.9.tar.gz) = 5811303 bytes +SHA1 (tor-0.3.0.10.tar.gz) = ae83357955226c635c6ad7de13f1dd5b71fac19a +RMD160 (tor-0.3.0.10.tar.gz) = e25ce3b6fcc624aa6750a0426332799188373e3f +SHA512 (tor-0.3.0.10.tar.gz) = e39d56afb6a10194303483552f28f07e5d7b7c5d470de554d92723c8d3c0d5d5a98fc44d23aa9d51bfda51e7d7cbb48fc4d1e3ac82150aeb4ce3e1616695225a +Size (tor-0.3.0.10.tar.gz) = 5845205 bytes --_----------=_1502824965248830--