Update to 0.9.4. This is a bugfix release. Added patch to fix
'Filter on this Target' bug (re Prelude Trac ticket 148)
This commit is contained in:
parent
c6cd06d764
commit
bf58e6e09f
3 changed files with 20 additions and 7 deletions
|
@ -1,8 +1,7 @@
|
|||
# $NetBSD: Makefile,v 1.4 2006/04/23 00:12:42 jlam Exp $
|
||||
# $NetBSD: Makefile,v 1.5 2006/04/24 10:39:05 shannonjr Exp $
|
||||
#
|
||||
|
||||
DISTNAME= prewikka-0.9.3
|
||||
PKGREVISION= 2
|
||||
DISTNAME= prewikka-0.9.4
|
||||
CATEGORIES= security
|
||||
MASTER_SITES= http://prelude-ids.org/download/releases/
|
||||
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
$NetBSD: distinfo,v 1.1.1.1 2006/01/29 16:00:44 shannonjr Exp $
|
||||
$NetBSD: distinfo,v 1.2 2006/04/24 10:39:05 shannonjr Exp $
|
||||
|
||||
SHA1 (prewikka-0.9.3.tar.gz) = bdc7db4145ba554d8cc834480ebcf26426da276d
|
||||
RMD160 (prewikka-0.9.3.tar.gz) = 177d29089354b7bfad120521868663505375799e
|
||||
Size (prewikka-0.9.3.tar.gz) = 149503 bytes
|
||||
SHA1 (prewikka-0.9.4.tar.gz) = 9d1aa8bb5316e43bdd8639c1ffb98a06d059c0d5
|
||||
RMD160 (prewikka-0.9.4.tar.gz) = 19b805df14d3a4641aa08f68c60b3279e5f1a543
|
||||
Size (prewikka-0.9.4.tar.gz) = 156140 bytes
|
||||
SHA1 (patch-aa) = f6c742ff41e4c0c501a4cc832e20f4b5fc7b61e8
|
||||
|
|
13
security/py-prewikka/patches/patch-aa
Normal file
13
security/py-prewikka/patches/patch-aa
Normal file
|
@ -0,0 +1,13 @@
|
|||
$NetBSD: patch-aa,v 1.1 2006/04/24 10:39:05 shannonjr Exp $
|
||||
|
||||
--- ./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))
|
||||
|
||||
def _setMessageDirectionNodeName(self, direction, name):
|
||||
self[direction]["empty"] = False
|
Loading…
Reference in a new issue