From owner-svn-ports-head@FreeBSD.ORG Thu Sep 25 10:36:25 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 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 3DFEE4A5; Thu, 25 Sep 2014 10:36:25 +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 295197D3; Thu, 25 Sep 2014 10:36:25 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id s8PAaPwB089678; Thu, 25 Sep 2014 10:36:25 GMT (envelope-from bf@FreeBSD.org) Received: (from bf@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s8PAaN2n089670; Thu, 25 Sep 2014 10:36:23 GMT (envelope-from bf@FreeBSD.org) Message-Id: <201409251036.s8PAaN2n089670@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: bf set sender to bf@FreeBSD.org using -f From: Brendan Fabeny Date: Thu, 25 Sep 2014 10:36:23 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r369231 - in head/security: tor tor-devel 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, 25 Sep 2014 10:36:25 -0000 Author: bf Date: Thu Sep 25 10:36:23 2014 New Revision: 369231 URL: http://svnweb.freebsd.org/changeset/ports/369231 QAT: https://qat.redports.org/buildarchive/r369231/ Log: Update tor to 0.2.4.24 and tor-devel to 0.2.5.8-rc Modified: head/security/tor-devel/Makefile head/security/tor-devel/distinfo head/security/tor-devel/pkg-plist head/security/tor/Makefile head/security/tor/distinfo head/security/tor/pkg-plist Modified: head/security/tor-devel/Makefile ============================================================================== --- head/security/tor-devel/Makefile Thu Sep 25 10:23:12 2014 (r369230) +++ head/security/tor-devel/Makefile Thu Sep 25 10:36:23 2014 (r369231) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= tor -DISTVERSION= 0.2.5.7-rc +DISTVERSION= 0.2.5.8-rc CATEGORIES= security net ipv6 MASTER_SITES= TOR PKGNAMESUFFIX= -devel Modified: head/security/tor-devel/distinfo ============================================================================== --- head/security/tor-devel/distinfo Thu Sep 25 10:23:12 2014 (r369230) +++ head/security/tor-devel/distinfo Thu Sep 25 10:36:23 2014 (r369231) @@ -1,2 +1,2 @@ -SHA256 (tor-0.2.5.7-rc.tar.gz) = 1ad0124b20f75602505b8af9f176adbed416f0a2ceb258189fbc2e3463171626 -SIZE (tor-0.2.5.7-rc.tar.gz) = 3169243 +SHA256 (tor-0.2.5.8-rc.tar.gz) = a4c04e049f8c5798991eb5028fb2831ea2353bf12c7f5afa9c1df1472787b22c +SIZE (tor-0.2.5.8-rc.tar.gz) = 3175566 Modified: head/security/tor-devel/pkg-plist ============================================================================== --- head/security/tor-devel/pkg-plist Thu Sep 25 10:23:12 2014 (r369230) +++ head/security/tor-devel/pkg-plist Thu Sep 25 10:36:23 2014 (r369231) @@ -1,4 +1,3 @@ -@stopdaemon tor bin/tor bin/tor-gencert bin/tor-resolve @@ -10,5 +9,3 @@ man/man1/tor.1.gz man/man1/torify.1.gz %%DATADIR%%/geoip %%DATADIR%%/geoip6 -@dirrm %%DATADIR%% -@dirrmtry etc/tor Modified: head/security/tor/Makefile ============================================================================== --- head/security/tor/Makefile Thu Sep 25 10:23:12 2014 (r369230) +++ head/security/tor/Makefile Thu Sep 25 10:36:23 2014 (r369231) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= tor -DISTVERSION= 0.2.4.23 -PORTREVISION= 1 +DISTVERSION= 0.2.4.24 CATEGORIES= security net ipv6 MASTER_SITES= TOR Modified: head/security/tor/distinfo ============================================================================== --- head/security/tor/distinfo Thu Sep 25 10:23:12 2014 (r369230) +++ head/security/tor/distinfo Thu Sep 25 10:36:23 2014 (r369231) @@ -1,2 +1,2 @@ -SHA256 (tor-0.2.4.23.tar.gz) = 05a3793cfb66b694cb5b1c8d81226d0f7655031b0d5e6a8f5d9c4c2850331429 -SIZE (tor-0.2.4.23.tar.gz) = 2977006 +SHA256 (tor-0.2.4.24.tar.gz) = 99b15c6858c04e93a31d3ae90dd69f5021faa2237da93a24fbd246f4f1670ad1 +SIZE (tor-0.2.4.24.tar.gz) = 3002418 Modified: head/security/tor/pkg-plist ============================================================================== --- head/security/tor/pkg-plist Thu Sep 25 10:23:12 2014 (r369230) +++ head/security/tor/pkg-plist Thu Sep 25 10:36:23 2014 (r369231) @@ -1,4 +1,3 @@ -@stopdaemon tor bin/tor bin/tor-gencert bin/tor-resolve @@ -10,5 +9,3 @@ man/man1/tor.1.gz man/man1/torify.1.gz %%DATADIR%%/geoip %%DATADIR%%/geoip6 -@dirrm %%DATADIR%% -@dirrmtry etc/tor