From owner-cvs-all@FreeBSD.ORG Wed Sep 1 15:31:52 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 6FBCB10656CB; Wed, 1 Sep 2010 15:31:52 +0000 (UTC) (envelope-from jmelo@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 442708FC18; Wed, 1 Sep 2010 15:31:52 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.4/8.14.4) with ESMTP id o81FVqFf091937; Wed, 1 Sep 2010 15:31:52 GMT (envelope-from jmelo@repoman.freebsd.org) Received: (from jmelo@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id o81FVqZe091936; Wed, 1 Sep 2010 15:31:52 GMT (envelope-from jmelo) Message-Id: <201009011531.o81FVqZe091936@repoman.freebsd.org> From: Jean Milanez Melo Date: Wed, 1 Sep 2010 15:31:52 +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/suricata Makefile distinfo pkg-descr pkg-plist ports/security/suricata/files patch-Makefile.in pkg-message.in suricata.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: Wed, 01 Sep 2010 15:31:52 -0000 jmelo 2010-09-01 15:31:52 UTC FreeBSD ports repository Modified files: security Makefile Added files: security/suricata Makefile distinfo pkg-descr pkg-plist security/suricata/files patch-Makefile.in pkg-message.in suricata.in Log: The Suricata Engine is an Open Source Next Generation Intrusion Detection and Prevention Engine developed by the Open Information Security Foundation (OISF). This engine is not intended to just replace or emulate the existing tools in the industry, but will bring new ideas and technologies to the field. OISF is part of and funded by the Department of Homeland Security's Directorate for Science and Technology HOST program (Homeland Open Security Technology), by the the Navy's Space and Naval Warfare Systems Command (SPAWAR), as well as through the very generous support of the members of the OISF Consortium. More information about the Consortium is available, as well as a list of our current Consortium Members. The Suricata Engine and the HTP Library are available to use under the GPLv2. The HTP Library is an HTTP normalizer and parser written by Ivan Ristic of Mod Security fame for the OISF. This integrates and provides very advanced processing of HTTP streams for Suricata. The HTP library is required by the engine but may also be used independently in a range of applications and tools. WWW: http://openinfosecfoundation.org PR: ports/150191 Submitted by: Patrick Tracanelli Revision Changes Path 1.1125 +1 -0 ports/security/Makefile 1.1 +71 -0 ports/security/suricata/Makefile (new) 1.1 +3 -0 ports/security/suricata/distinfo (new) 1.1 +11 -0 ports/security/suricata/files/patch-Makefile.in (new) 1.1 +31 -0 ports/security/suricata/files/pkg-message.in (new) 1.1 +42 -0 ports/security/suricata/files/suricata.in (new) 1.1 +22 -0 ports/security/suricata/pkg-descr (new) 1.1 +15 -0 ports/security/suricata/pkg-plist (new)