From owner-cvs-all@FreeBSD.ORG Sat Jul 22 09:56:27 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BE7A516A4E1; Sat, 22 Jul 2006 09:56:27 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 69B6343D46; Sat, 22 Jul 2006 09:56:27 +0000 (GMT) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k6M9uRGa021434; Sat, 22 Jul 2006 09:56:27 GMT (envelope-from miwi@repoman.freebsd.org) Received: (from miwi@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k6M9uRZX021433; Sat, 22 Jul 2006 09:56:27 GMT (envelope-from miwi) Message-Id: <200607220956.k6M9uRZX021433@repoman.freebsd.org> From: Martin Wilke Date: Sat, 22 Jul 2006 09:56:26 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/security Makefile ports/security/trans-proxy-tor Makefile distinfo pkg-deinstall pkg-descr pkg-install pkg-plist ports/security/trans-proxy-tor/files patch-lazy-day pkg-message.in trans-proxy-tor.in X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 22 Jul 2006 09:56:27 -0000 miwi 2006-07-22 09:56:26 UTC FreeBSD ports repository Modified files: security Makefile Added files: security/trans-proxy-tor Makefile distinfo pkg-deinstall pkg-descr pkg-install pkg-plist security/trans-proxy-tor/files patch-lazy-day pkg-message.in trans-proxy-tor.in Log: Add trans-proxy-tor, transparent proxy used to redirect TCP connections into Tor. trans-proxy-tor is a transparent proxy that uses PF to redirect TCP connections through Tor (http://tor.eff.org/). Programs that aren't aware of Tor will use it without their knowledge, and their traffic no longer leaves the system unencrypted. PR: ports/99034 Submitted by: Fabian Keil Revision Changes Path 1.793 +1 -0 ports/security/Makefile 1.1 +57 -0 ports/security/trans-proxy-tor/Makefile (new) 1.1 +3 -0 ports/security/trans-proxy-tor/distinfo (new) 1.1 +38 -0 ports/security/trans-proxy-tor/files/patch-lazy-day (new) 1.1 +49 -0 ports/security/trans-proxy-tor/files/pkg-message.in (new) 1.1 +49 -0 ports/security/trans-proxy-tor/files/trans-proxy-tor.in (new) 1.1 +62 -0 ports/security/trans-proxy-tor/pkg-deinstall (new) 1.1 +17 -0 ports/security/trans-proxy-tor/pkg-descr (new) 1.1 +36 -0 ports/security/trans-proxy-tor/pkg-install (new) 1.1 +9 -0 ports/security/trans-proxy-tor/pkg-plist (new)