diff --git a/sysutils/sec/Makefile b/sysutils/sec/Makefile index f8e888a0eae..d2de2a80b81 100644 --- a/sysutils/sec/Makefile +++ b/sysutils/sec/Makefile @@ -1,14 +1,14 @@ -# $OpenBSD: Makefile,v 1.9 2007/09/15 21:14:02 merdely Exp $ +# $OpenBSD: Makefile,v 1.10 2008/02/05 20:45:06 okan Exp $ COMMENT= simple event correlator -DISTNAME= sec-2.4.1 +DISTNAME= sec-2.4.2 CATEGORIES= sysutils MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=simple-evcorr/} HOMEPAGE= http://www.estpak.ee/~risto/sec/ -MAINTAINER= Okan Demirmen +MAINTAINER= Okan Demirmen # GPL PERMIT_PACKAGE_CDROM= Yes diff --git a/sysutils/sec/distinfo b/sysutils/sec/distinfo index 0b9d2ab941c..81cdb2c71d3 100644 --- a/sysutils/sec/distinfo +++ b/sysutils/sec/distinfo @@ -1,5 +1,5 @@ -MD5 (sec-2.4.1.tar.gz) = 8jOzrPfOvbVz9P8fRBhmww== -RMD160 (sec-2.4.1.tar.gz) = LtXIt0thohTnNOGX1L8x/i5M7nk= -SHA1 (sec-2.4.1.tar.gz) = pha++ce9bpYhxHp8fkkJqh0+Z6E= -SHA256 (sec-2.4.1.tar.gz) = 5rZP1zNWBNBSMU3E517OqV7cXsM3PH6N/4QBjBdGF8s= -SIZE (sec-2.4.1.tar.gz) = 80377 +MD5 (sec-2.4.2.tar.gz) = 58U3vw4m5KoLPtGFJQaKvQ== +RMD160 (sec-2.4.2.tar.gz) = Ndq7FgV58YhSqZ9vmeP70eOwTPU= +SHA1 (sec-2.4.2.tar.gz) = jvvv4o/iwd0yTFwE5v4+UIQSMto= +SHA256 (sec-2.4.2.tar.gz) = Ma2nOmPVwhV8QYLSyZxB63uCdoNHqZYFrwtuWbR4Og4= +SIZE (sec-2.4.2.tar.gz) = 80700 diff --git a/sysutils/sec/pkg/DESCR b/sysutils/sec/pkg/DESCR index bee94746a51..cebff7e798a 100644 --- a/sysutils/sec/pkg/DESCR +++ b/sysutils/sec/pkg/DESCR @@ -1,14 +1,13 @@ -SEC is a free and platform independent event correlation tool that -was designed to fill the gap between commercial event correlation -systems and homegrown solutions that usually comprise of a few -simple shell scripts. SEC accepts input from regular files, named -pipes, and standard input, making it suitable to employ with any -application that is able to write its output to a file stream. The -SEC configuration is stored in text files as rules, each rule -specifying an event matching condition, an action list, and optionally -a Boolean expression whose truth value decides whether the rule can -be applied at a given moment. Regular expressions are used for -defining event matching conditions, and output events can be produced -by executing user-specified shell scripts or programs (e.g., snmptrap -or mail), by writing messages to pipes or files, and by various -other means. +SEC is a free and platform independent event correlation tool that was +designed to fill the gap between commercial event correlation systems +and homegrown solutions that usually comprise of a few simple shell +scripts. SEC accepts input from regular files, named pipes, and +standard input, making it suitable to employ with any application that +is able to write its output to a file stream. The SEC configuration is +stored in text files as rules, each rule specifying an event matching +condition, an action list, and optionally a Boolean expression whose +truth value decides whether the rule can be applied at a given moment. +Regular expressions are used for defining event matching conditions, and +output events can be produced by executing user-specified shell scripts +or programs (e.g., snmptrap or mail), by writing messages to pipes or +files, and by various other means.