head 1.4; access; symbols pkgsrc-2013Q2:1.4.0.30 pkgsrc-2013Q2-base:1.4 pkgsrc-2012Q4:1.4.0.28 pkgsrc-2012Q4-base:1.4 pkgsrc-2011Q4:1.4.0.26 pkgsrc-2011Q4-base:1.4 pkgsrc-2011Q2:1.4.0.24 pkgsrc-2011Q2-base:1.4 pkgsrc-2009Q4:1.4.0.22 pkgsrc-2009Q4-base:1.4 pkgsrc-2008Q4:1.4.0.20 pkgsrc-2008Q4-base:1.4 pkgsrc-2008Q3:1.4.0.18 pkgsrc-2008Q3-base:1.4 cube-native-xorg:1.4.0.16 cube-native-xorg-base:1.4 pkgsrc-2008Q2:1.4.0.14 pkgsrc-2008Q2-base:1.4 pkgsrc-2008Q1:1.4.0.12 pkgsrc-2008Q1-base:1.4 pkgsrc-2007Q4:1.4.0.10 pkgsrc-2007Q4-base:1.4 pkgsrc-2007Q3:1.4.0.8 pkgsrc-2007Q3-base:1.4 pkgsrc-2007Q2:1.4.0.6 pkgsrc-2007Q2-base:1.4 pkgsrc-2007Q1:1.4.0.4 pkgsrc-2007Q1-base:1.4 pkgsrc-2006Q4:1.4.0.2 pkgsrc-2006Q4-base:1.4 pkgsrc-2006Q3:1.3.0.2 pkgsrc-2006Q3-base:1.3 pkgsrc-2006Q2:1.2.0.2 pkgsrc-2006Q2-base:1.2; locks; strict; comment @# @; 1.4 date 2006.11.24.11.45.30; author shannonjr; state dead; branches; next 1.3; 1.3 date 2006.08.23.10.30.02; author shannonjr; state Exp; branches; next 1.2; 1.2 date 2006.05.04.13.16.42; author shannonjr; state dead; branches; next 1.1; 1.1 date 2006.04.24.10.39.05; author shannonjr; state Exp; branches; next ; desc @@ 1.4 log @Update to Prewikka 0.9.8. Changes: - Save/load user configuration when using CGI authentication mode (#181). - Show Prewikka version in the About page (#177). - Use Python logging facility (available backend: stderr, file, smtp, syslog), multiple simultaneous handler supported (#113). - Fix anonymous authentication. - Fix external process going into zombie state (#178). - Display correct alertident for invalid CorrelationAlert analyzerid/messageid pair. - prewikka-httpd should now log the source address. - Thread safety fixes. @ text @$NetBSD: patch-aa,v 1.3 2006/08/23 10:30:02 shannonjr Exp $ --- ./prewikka/Filter.py.orig 2006-08-16 03:40:13.000000000 -0600 +++ ./prewikka/Filter.py @@@@ -85,7 +85,7 @@@@ class _Filter: -class AlertFilter: +class AlertFilter(_Filter): _objects = CriteriaIDMEF(prelude.IDMEF_CLASS_ID_ALERT, "alert").CriteriaList def __iter__(self): @ 1.3 log @Fixed bug in 0.9.7 release that prevented filters from working. @ text @d1 1 a1 1 $NetBSD$ @ 1.2 log @Update to Prewikka 0.9.5. Changes: - Replace patch with official fix 'Filter on Target' link (fix #148). - Fix alert summary exception with alert including file permission (fix #149). - Fix creation of an empty __init__.py file in lib/site-packages (#147). - Print currently installed version on libpreludedb requirement error. - Make sure /usr/bin/env is expanded. @ text @d1 1 a1 1 $NetBSD: patch-aa,v 1.1 2006/04/24 10:39:05 shannonjr Exp $ d3 3 a5 8 --- ./prewikka/views/messagelisting.py.orig 2006-04-06 03:15:37.000000000 -0600 +++ ./prewikka/views/messagelisting.py @@@@ -387,7 +387,7 @@@@ class ListedAlert(ListedMessage): def _setMessageDirectionAddress(self, direction, address): self[direction]["empty"] = False - self[direction]["addresses"].append(self.createHostField("alert.%s.node.address" % direction, address, type=direction)) + self[direction]["addresses"].append(self.createHostField("alert.%s.node.address.address" % direction, address, type=direction)) d7 7 a13 2 def _setMessageDirectionNodeName(self, direction, name): self[direction]["empty"] = False @ 1.1 log @Update to 0.9.4. This is a bugfix release. Added patch to fix 'Filter on this Target' bug (re Prelude Trac ticket 148) @ text @d1 1 a1 1 $NetBSD$ @