From owner-cvs-all@FreeBSD.ORG Thu Mar 25 06:43:37 2010 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 4867F106566B; Thu, 25 Mar 2010 06:43:37 +0000 (UTC) (envelope-from niels@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 35A798FC19; Thu, 25 Mar 2010 06:43:37 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id o2P6hbJ2070201; Thu, 25 Mar 2010 06:43:37 GMT (envelope-from niels@repoman.freebsd.org) Received: (from niels@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id o2P6hbN3070200; Thu, 25 Mar 2010 06:43:37 GMT (envelope-from niels) Message-Id: <201003250643.o2P6hbN3070200@repoman.freebsd.org> From: Niels Heinen Date: Thu, 25 Mar 2010 06:43:37 +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/skipfish Makefile distinfo pkg-descr pkg-plist ports/security/skipfish/files patch-aa pkg-message.in X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 25 Mar 2010 06:43:37 -0000 niels 2010-03-25 06:43:37 UTC FreeBSD ports repository Modified files: security Makefile Added files: security/skipfish Makefile distinfo pkg-descr pkg-plist security/skipfish/files patch-aa pkg-message.in Log: skipfish is a high-performance, easy, and sophisticated Web application security testing tool. It features a single-threaded multiplexing HTTP stack, heuristic detection of obscure Web frameworks, and advanced, differential security checks capable of detecting blind injection vulnerabilities, stored XSS, and so forth. PR: ports/144942 Submitted by: Ryan Steinmetz Approved by: itetcu (mentor) WWW: http://code.google.com/p/skipfish/ Revision Changes Path 1.1086 +1 -0 ports/security/Makefile 1.1 +44 -0 ports/security/skipfish/Makefile (new) 1.1 +3 -0 ports/security/skipfish/distinfo (new) 1.1 +15 -0 ports/security/skipfish/files/patch-aa (new) 1.1 +14 -0 ports/security/skipfish/files/pkg-message.in (new) 1.1 +16 -0 ports/security/skipfish/pkg-descr (new) 1.1 +33 -0 ports/security/skipfish/pkg-plist (new)