From owner-cvs-all@FreeBSD.ORG Tue Oct 31 02:43:26 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 EB2E316A403; Tue, 31 Oct 2006 02:43:26 +0000 (UTC) (envelope-from alepulver@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9DEEF43D49; Tue, 31 Oct 2006 02:43:26 +0000 (GMT) (envelope-from alepulver@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 k9V2hQJs051521; Tue, 31 Oct 2006 02:43:26 GMT (envelope-from alepulver@repoman.freebsd.org) Received: (from alepulver@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k9V2hQ7O051519; Tue, 31 Oct 2006 02:43:26 GMT (envelope-from alepulver) Message-Id: <200610310243.k9V2hQ7O051519@repoman.freebsd.org> From: Alejandro Pulver Date: Tue, 31 Oct 2006 02:43: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/sguil-server Makefile distinfo pkg-descr pkg-plist ports/security/sguil-server/files patch-sguild patch-sguild.access patch-sguild.conf pkg-message.in sguild.sh.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: Tue, 31 Oct 2006 02:43:27 -0000 alepulver 2006-10-31 02:43:26 UTC FreeBSD ports repository Modified files: security Makefile Added files: security/sguil-server Makefile distinfo pkg-descr pkg-plist security/sguil-server/files patch-sguild patch-sguild.access patch-sguild.conf pkg-message.in sguild.sh.in Log: Sguil is an open source tool to implement Network Security Monitoring (NSM). NSM is the collection, analysis, and escalation of indications and warnings to detect and respond to intrusions. NSM tools are used more for network audit and specialized applications than traditional alert-centric "intrusion detection" systems. Want to learn more about Network Security Monitoring (NSM)? Then check out Richard Bejtlich's recently released book, The Tao of Network Security Monitoring: Beyond Intrusion Detection. An excerpt reads: "Network security monitoring (NSM) equips security staff to deal with the inevitable consequences of too few resources and too many responsibilities. NSM collects the data needed to generate better assessment, detection, and response processes--resulting in decreased impact from unauthorized activities." WWW: http://sguil.sourceforge.net/index.php pauls@utdallas.edu PR: ports/104227 Submitted by: Paul Schmehl Revision Changes Path 1.833 +1 -0 ports/security/Makefile 1.1 +84 -0 ports/security/sguil-server/Makefile (new) 1.1 +3 -0 ports/security/sguil-server/distinfo (new) 1.1 +105 -0 ports/security/sguil-server/files/patch-sguild (new) 1.1 +12 -0 ports/security/sguil-server/files/patch-sguild.access (new) 1.1 +41 -0 ports/security/sguil-server/files/patch-sguild.conf (new) 1.1 +30 -0 ports/security/sguil-server/files/pkg-message.in (new) 1.1 +44 -0 ports/security/sguil-server/files/sguild.sh.in (new) 1.1 +22 -0 ports/security/sguil-server/pkg-descr (new) 1.1 +41 -0 ports/security/sguil-server/pkg-plist (new)