- maintenance update to 2.4.2.

- update my address while here.
- run pkg/DESCR through fmt(1).

ok merdely@
This commit is contained in:
okan 2008-02-05 20:45:06 +00:00
parent 7864fdb78c
commit 32c4c48d31
3 changed files with 21 additions and 22 deletions

View File

@ -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 <okan@demirmen.com>
MAINTAINER= Okan Demirmen <okan@openbsd.org>
# GPL
PERMIT_PACKAGE_CDROM= Yes

View File

@ -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

View File

@ -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.