diff options
author | shannonjr <shannonjr> | 2008-08-26 22:23:29 +0000 |
---|---|---|
committer | shannonjr <shannonjr> | 2008-08-26 22:23:29 +0000 |
commit | 46ef37e376e1a17da8af533a3017c17fea187263 (patch) | |
tree | 3612e0f4b7b4bb04122705f9d2cb628b450faae3 /security | |
parent | fd26b391269e37ddcff87f031901ad3478418a73 (diff) | |
download | pkgsrc-46ef37e376e1a17da8af533a3017c17fea187263.tar.gz |
Update to 0.9.13. Changes:
ModSecurity ruleset rewrite, by Peter Vrabec <pvrabec@redhat.com> and
Dan Kopecek <dkopecek@redhat.com>. This ruleset handle ModSecurity 2.0
output. (Fix #216).
- New rulesets for FreeBSD su attempts, by Alexander Afonyashin <firm@iname.com>
(Fix #304).
- Add additional format to the default configuration to deal with apache
error_log file format, by Alexander Afonyashin <firm@iname.com> (Fix #307).
- Normalize some classification: introduce Remote Login, and
Credentials Change. Cleanup SSH ruleset, and remove duplicated rules.
Diffstat (limited to 'security')
-rw-r--r-- | security/prelude-lml/Makefile | 9 | ||||
-rw-r--r-- | security/prelude-lml/PLIST | 3 | ||||
-rw-r--r-- | security/prelude-lml/distinfo | 8 |
3 files changed, 10 insertions, 10 deletions
diff --git a/security/prelude-lml/Makefile b/security/prelude-lml/Makefile index db7b390a679..93ecf3084d7 100644 --- a/security/prelude-lml/Makefile +++ b/security/prelude-lml/Makefile @@ -1,13 +1,12 @@ -# $NetBSD: Makefile,v 1.24 2008/06/16 15:33:11 joerg Exp $ +# $NetBSD: Makefile,v 1.25 2008/08/26 22:23:29 shannonjr Exp $ # -DISTNAME= prelude-lml-0.9.12.2 +DISTNAME= prelude-lml-0.9.13 CATEGORIES= security -MASTER_SITES= http://www.prelude-ids.org/download/releases/ \ - http://www.prelude-ids.org/download/releases/old/ +MASTER_SITES= http://www.prelude-ids.com/download/releases/prelude-lml/ MAINTAINER= shannonjr@NetBSD.org -HOMEPAGE= http://www.prelude-ids.org/download/releases/ +HOMEPAGE= http://www.prelude-ids.org/ COMMENT= Log analyzer monitoring your logfile and received syslog messages .include "../../mk/bsd.prefs.mk" diff --git a/security/prelude-lml/PLIST b/security/prelude-lml/PLIST index f725664fe38..f4ba8d96595 100644 --- a/security/prelude-lml/PLIST +++ b/security/prelude-lml/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.10 2008/04/28 10:54:08 shannonjr Exp $ +@comment $NetBSD: PLIST,v 1.11 2008/08/26 22:23:29 shannonjr Exp $ bin/prelude-lml include/prelude-lml/prelude-lml.h lib/prelude-lml/debug.la @@ -46,6 +46,7 @@ share/examples/prelude-lml/ruleset/sonicwall.rules share/examples/prelude-lml/ruleset/spamassassin.rules share/examples/prelude-lml/ruleset/squid.rules share/examples/prelude-lml/ruleset/ssh.rules +share/examples/prelude-lml/ruleset/su.rules share/examples/prelude-lml/ruleset/sudo.rules share/examples/prelude-lml/ruleset/tripwire.rules share/examples/prelude-lml/ruleset/vigor.rules diff --git a/security/prelude-lml/distinfo b/security/prelude-lml/distinfo index f159102b2e6..cd97eee9061 100644 --- a/security/prelude-lml/distinfo +++ b/security/prelude-lml/distinfo @@ -1,8 +1,8 @@ -$NetBSD: distinfo,v 1.13 2008/04/28 10:54:08 shannonjr Exp $ +$NetBSD: distinfo,v 1.14 2008/08/26 22:23:29 shannonjr Exp $ -SHA1 (prelude-lml-0.9.12.2.tar.gz) = 32ce278d51ea6def910f213d13901ab01c6f0ad6 -RMD160 (prelude-lml-0.9.12.2.tar.gz) = 44e8e803bd9a46fabc5748ee9621a55ed475d863 -Size (prelude-lml-0.9.12.2.tar.gz) = 699787 bytes +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 (patch-aa) = 634202846912919004df2dc0b47f3f23b5ed7363 SHA1 (patch-ab) = 41ecade30abfb985c3dabfbb43b2cf0bd44a6d9d SHA1 (patch-ac) = 0980dcf3d203ad759997bd3d1efb36ea6722a4af |