summaryrefslogtreecommitdiff
path: root/security/py-prewikka
diff options
context:
space:
mode:
authorshannonjr <shannonjr>2006-04-24 10:39:05 +0000
committershannonjr <shannonjr>2006-04-24 10:39:05 +0000
commitbe262cacd6ea1f97ecfb4c81ba878f963a3c380d (patch)
tree9bcaf40d6d8f1f0340053d10733faf013f0e5832 /security/py-prewikka
parentb3464638b29f913e71677522822ada75b2e0fe72 (diff)
downloadpkgsrc-be262cacd6ea1f97ecfb4c81ba878f963a3c380d.tar.gz
Update to 0.9.4. This is a bugfix release. Added patch to fix
'Filter on this Target' bug (re Prelude Trac ticket 148)
Diffstat (limited to 'security/py-prewikka')
-rw-r--r--security/py-prewikka/Makefile5
-rw-r--r--security/py-prewikka/distinfo9
-rw-r--r--security/py-prewikka/patches/patch-aa13
3 files changed, 20 insertions, 7 deletions
diff --git a/security/py-prewikka/Makefile b/security/py-prewikka/Makefile
index 68c6ef3622e..236c2f636a3 100644
--- a/security/py-prewikka/Makefile
+++ b/security/py-prewikka/Makefile
@@ -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/
diff --git a/security/py-prewikka/distinfo b/security/py-prewikka/distinfo
index 144eb00b49b..b67efb7cd2b 100644
--- a/security/py-prewikka/distinfo
+++ b/security/py-prewikka/distinfo
@@ -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
diff --git a/security/py-prewikka/patches/patch-aa b/security/py-prewikka/patches/patch-aa
new file mode 100644
index 00000000000..0431154e786
--- /dev/null
+++ b/security/py-prewikka/patches/patch-aa
@@ -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