From owner-cvs-ports@FreeBSD.ORG Thu Jun 5 19:40:33 2008 Return-Path: Delivered-To: cvs-ports@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 1EA801065676; Thu, 5 Jun 2008 19:40:33 +0000 (UTC) (envelope-from jadawin@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 1320E8FC12; Thu, 5 Jun 2008 19:40:33 +0000 (UTC) (envelope-from jadawin@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m55JeWai066455; Thu, 5 Jun 2008 19:40:32 GMT (envelope-from jadawin@repoman.freebsd.org) Received: (from jadawin@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m55JeWL5066454; Thu, 5 Jun 2008 19:40:32 GMT (envelope-from jadawin) Message-Id: <200806051940.m55JeWL5066454@repoman.freebsd.org> From: Philippe Audeoud Date: Thu, 5 Jun 2008 19:40:32 +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/spybye Makefile distinfo pkg-descr pkg-plist ports/security/spybye/files spybye.sh.in X-BeenThere: cvs-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 05 Jun 2008 19:40:33 -0000 jadawin 2008-06-05 19:40:32 UTC FreeBSD ports repository Modified files: security Makefile Added files: security/spybye Makefile distinfo pkg-descr pkg-plist security/spybye/files spybye.sh.in Log: SpyBye is a tool to help web masters determine if their web pages are hosting browser exploits that can infect visiting users with malware. It functions as an HTTP proxy server and intercepts all browser requests. SpyBye uses a few simple rules to determine if embedded links on your web page are harmlesss, unknown or maybe even dangerous. SpyBye analyzes all downloads in the background and provides you with a warning notification whenever it encounters content that is potentially malicious. At that point, you can click on the link in the notification and receive a more detailed analysis of the web page. WWW: http://www.spybye.org/ PR: ports/123945 Submitted by: Paul Schmel Approved by: tabthorpe (mentor) Revision Changes Path 1.971 +1 -0 ports/security/Makefile 1.1 +34 -0 ports/security/spybye/Makefile (new) 1.1 +3 -0 ports/security/spybye/distinfo (new) 1.1 +37 -0 ports/security/spybye/files/spybye.sh.in (new) 1.1 +13 -0 ports/security/spybye/pkg-descr (new) 1.1 +5 -0 ports/security/spybye/pkg-plist (new)