diff options
author | shannonjr <shannonjr@pkgsrc.org> | 2006-03-10 22:49:37 +0000 |
---|---|---|
committer | shannonjr <shannonjr@pkgsrc.org> | 2006-03-10 22:49:37 +0000 |
commit | c6afb079db540346461a126aeb0250f69e870618 (patch) | |
tree | 0916296a7f3c324bcad83885063c20e1a997f7fa /security | |
parent | 110335debbefc7c3913d6773b6b9c083e3ecd6bb (diff) | |
download | pkgsrc-c6afb079db540346461a126aeb0250f69e870618.tar.gz |
Update to 0.9.4
Changes:
- Remove trailing space from regex we get from plugins.rules (this fix
a match problem on log entry that didn't contain any space).
- Add --user / --group option to drop privilege. However, make sure it is
not allowed to open file that the target user can not read, because it
would lead to failure when trying to re-open the logfile after a rotation.
- Signal handling improvement.
- Fix priority for --quiet option.
- Use newer libprelude IDMEF_LIST_APPEND/IDMEF_LIST_PREPEND addition.
- Add unhandled arguments warning.
Diffstat (limited to 'security')
-rw-r--r-- | security/prelude-lml/Makefile | 5 | ||||
-rw-r--r-- | security/prelude-lml/distinfo | 8 |
2 files changed, 6 insertions, 7 deletions
diff --git a/security/prelude-lml/Makefile b/security/prelude-lml/Makefile index 756eab2b050..588ee286c87 100644 --- a/security/prelude-lml/Makefile +++ b/security/prelude-lml/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.4 2006/03/06 00:18:22 wiz Exp $ +# $NetBSD: Makefile,v 1.5 2006/03/10 22:49:37 shannonjr Exp $ # -DISTNAME= prelude-lml-0.9.2 -PKGREVISION= 2 +DISTNAME= prelude-lml-0.9.4 CATEGORIES= security MASTER_SITES= http://www.prelude-ids.org/download/releases/ diff --git a/security/prelude-lml/distinfo b/security/prelude-lml/distinfo index a05f2296390..39cb61fd63b 100644 --- a/security/prelude-lml/distinfo +++ b/security/prelude-lml/distinfo @@ -1,7 +1,7 @@ -$NetBSD: distinfo,v 1.2 2006/01/31 10:46:31 shannonjr Exp $ +$NetBSD: distinfo,v 1.3 2006/03/10 22:49:37 shannonjr Exp $ -SHA1 (prelude-lml-0.9.2.tar.gz) = 6cfc6c3450933d7d7f443b7d93b73f8007e4fc3a -RMD160 (prelude-lml-0.9.2.tar.gz) = 01212f252f9909ec6d70f59d27560358f375422f -Size (prelude-lml-0.9.2.tar.gz) = 534405 bytes +SHA1 (prelude-lml-0.9.4.tar.gz) = 8ca87f35d5966155dd224c40d75173cd4e68f808 +RMD160 (prelude-lml-0.9.4.tar.gz) = 2b6d0e7c228b71cdf20a436542bf15fafa1792f9 +Size (prelude-lml-0.9.4.tar.gz) = 537936 bytes SHA1 (patch-aa) = 6ed3c426d1b18ff748a3777527fbf0046caaf97f SHA1 (patch-ab) = df8bb7777d1938a167e4d27bf5a140e6d55e536b |