diff options
author | shannonjr <shannonjr@pkgsrc.org> | 2008-10-18 13:29:28 +0000 |
---|---|---|
committer | shannonjr <shannonjr@pkgsrc.org> | 2008-10-18 13:29:28 +0000 |
commit | 230ede0514a33211cb660bb735b607ff15cbe412 (patch) | |
tree | 5a001d3a21003fc5635a3b0f8c1bedafec40d905 /security | |
parent | 08f903457463f3f68e98466c2ca8039f72c7950e (diff) | |
download | pkgsrc-230ede0514a33211cb660bb735b607ff15cbe412.tar.gz |
Update to 0.9.14. Changes:
- Fix log file permission error, that could happen thought the user
Prelude-LML was running as could access the file (#291).
- ModSecurity ruleset update, by Dan Kopecek <dkopecek@redhat.com>:
provides much more descriptive classification.text, add regexps for
[file ..], [line ...], [tag ...] fields and fine tune targets/types
(#321).
- Deprecate Gamin/FAM support in favor of libev: the previous
implementation had problem on SELinux enabled system due to Gamin server
startup being triggered by other program, and thus using improper role
for Prelude-LML.
(#326).
- Improved polling architecture by using Operating System specific
backend when possible.
- We now monitor files that are not immediately available for reading on
startup: once the file can be monitored, libev provide us with a
notification.
Diffstat (limited to 'security')
-rw-r--r-- | security/prelude-lml/Makefile | 4 | ||||
-rw-r--r-- | security/prelude-lml/distinfo | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/security/prelude-lml/Makefile b/security/prelude-lml/Makefile index 93ecf3084d7..d4a47d5b5e6 100644 --- a/security/prelude-lml/Makefile +++ b/security/prelude-lml/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.25 2008/08/26 22:23:29 shannonjr Exp $ +# $NetBSD: Makefile,v 1.26 2008/10/18 13:29:28 shannonjr Exp $ # -DISTNAME= prelude-lml-0.9.13 +DISTNAME= prelude-lml-0.9.14 CATEGORIES= security MASTER_SITES= http://www.prelude-ids.com/download/releases/prelude-lml/ diff --git a/security/prelude-lml/distinfo b/security/prelude-lml/distinfo index cd97eee9061..f490666b667 100644 --- a/security/prelude-lml/distinfo +++ b/security/prelude-lml/distinfo @@ -1,8 +1,8 @@ -$NetBSD: distinfo,v 1.14 2008/08/26 22:23:29 shannonjr Exp $ +$NetBSD: distinfo,v 1.15 2008/10/18 13:29:28 shannonjr Exp $ -SHA1 (prelude-lml-0.9.13.tar.gz) = ee0805e43fcf583d8d7bd13c5e92428a8d578605 -RMD160 (prelude-lml-0.9.13.tar.gz) = b56d3e5f4e973d4929ace0b1180b139f8b92fa82 -Size (prelude-lml-0.9.13.tar.gz) = 726976 bytes +SHA1 (prelude-lml-0.9.14.tar.gz) = 586e9f19eaed2f2ba9d869a5fd7b0e391e0e5a68 +RMD160 (prelude-lml-0.9.14.tar.gz) = 59fbcca565840975d1e8b5c10ae27cfe23f4a033 +Size (prelude-lml-0.9.14.tar.gz) = 819949 bytes SHA1 (patch-aa) = 634202846912919004df2dc0b47f3f23b5ed7363 SHA1 (patch-ab) = 41ecade30abfb985c3dabfbb43b2cf0bd44a6d9d SHA1 (patch-ac) = 0980dcf3d203ad759997bd3d1efb36ea6722a4af |