From owner-svn-ports-head@FreeBSD.ORG Thu Dec 11 13:57:33 2014 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 86DC34CC; Thu, 11 Dec 2014 13:57:33 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 58BD97E3; Thu, 11 Dec 2014 13:57:33 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id sBBDvXqp058216; Thu, 11 Dec 2014 13:57:33 GMT (envelope-from bf@FreeBSD.org) Received: (from bf@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id sBBDvWSU058212; Thu, 11 Dec 2014 13:57:32 GMT (envelope-from bf@FreeBSD.org) Message-Id: <201412111357.sBBDvWSU058212@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: bf set sender to bf@FreeBSD.org using -f From: Brendan Fabeny Date: Thu, 11 Dec 2014 13:57:32 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r374532 - in head/security: tor tor-devel tor-devel/files tor/files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 11 Dec 2014 13:57:33 -0000 Author: bf Date: Thu Dec 11 13:57:31 2014 New Revision: 374532 URL: https://svnweb.freebsd.org/changeset/ports/374532 QAT: https://qat.redports.org/buildarchive/r374532/ Log: Warn about a vulnerability in the default configuration PR: 195828 Modified: head/security/tor-devel/Makefile head/security/tor-devel/files/pkg-message.in head/security/tor/Makefile head/security/tor/files/pkg-message.in Modified: head/security/tor-devel/Makefile ============================================================================== --- head/security/tor-devel/Makefile Thu Dec 11 13:55:46 2014 (r374531) +++ head/security/tor-devel/Makefile Thu Dec 11 13:57:31 2014 (r374532) @@ -3,6 +3,7 @@ PORTNAME= tor DISTVERSION= 0.2.6.1-alpha +PORTREVISION= 1 CATEGORIES= security net ipv6 MASTER_SITES= TOR PKGNAMESUFFIX= -devel Modified: head/security/tor-devel/files/pkg-message.in ============================================================================== --- head/security/tor-devel/files/pkg-message.in Thu Dec 11 13:55:46 2014 (r374531) +++ head/security/tor-devel/files/pkg-message.in Thu Dec 11 13:57:31 2014 (r374532) @@ -12,5 +12,8 @@ touch /var/log/tor chown -R _tor:_tor /var/db/tor /var/log/tor /var/run/tor chmod -R 700 /var/db/tor -before starting the tor server. +before starting the tor server. Tor users are strongly advised to prevent traffic +analysis that exploits sequential IP IDs by setting: + +sysctl net.inet.ip.random_id=1 ================================================================================ Modified: head/security/tor/Makefile ============================================================================== --- head/security/tor/Makefile Thu Dec 11 13:55:46 2014 (r374531) +++ head/security/tor/Makefile Thu Dec 11 13:57:31 2014 (r374532) @@ -3,6 +3,7 @@ PORTNAME= tor DISTVERSION= 0.2.5.10 +PORTREVISION= 1 CATEGORIES= security net ipv6 MASTER_SITES= TOR Modified: head/security/tor/files/pkg-message.in ============================================================================== --- head/security/tor/files/pkg-message.in Thu Dec 11 13:55:46 2014 (r374531) +++ head/security/tor/files/pkg-message.in Thu Dec 11 13:57:31 2014 (r374532) @@ -12,5 +12,8 @@ touch /var/log/tor chown -R _tor:_tor /var/db/tor /var/log/tor /var/run/tor chmod -R 700 /var/db/tor -before starting the tor server. +before starting the tor server. Tor users are strongly advised to prevent traffic +analysis that exploits sequential IP IDs by setting: + +sysctl net.inet.ip.random_id=1 ================================================================================