pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/security/py-prewikka Update to Prewikka 0.9.5. Changes:
details: https://anonhg.NetBSD.org/pkgsrc/rev/93ea84138f0e
branches: trunk
changeset: 512271:93ea84138f0e
user: shannonjr <shannonjr%pkgsrc.org@localhost>
date: Thu May 04 13:16:42 2006 +0000
description:
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.
diffstat:
security/py-prewikka/Makefile | 4 ++--
security/py-prewikka/distinfo | 9 ++++-----
security/py-prewikka/patches/patch-aa | 13 -------------
3 files changed, 6 insertions(+), 20 deletions(-)
diffs (44 lines):
diff -r 2bebe7f8b5cf -r 93ea84138f0e security/py-prewikka/Makefile
--- a/security/py-prewikka/Makefile Thu May 04 13:13:17 2006 +0000
+++ b/security/py-prewikka/Makefile Thu May 04 13:16:42 2006 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.5 2006/04/24 10:39:05 shannonjr Exp $
+# $NetBSD: Makefile,v 1.6 2006/05/04 13:16:42 shannonjr Exp $
#
-DISTNAME= prewikka-0.9.4
+DISTNAME= prewikka-0.9.5
CATEGORIES= security
MASTER_SITES= http://prelude-ids.org/download/releases/
diff -r 2bebe7f8b5cf -r 93ea84138f0e security/py-prewikka/distinfo
--- a/security/py-prewikka/distinfo Thu May 04 13:13:17 2006 +0000
+++ b/security/py-prewikka/distinfo Thu May 04 13:16:42 2006 +0000
@@ -1,6 +1,5 @@
-$NetBSD: distinfo,v 1.2 2006/04/24 10:39:05 shannonjr Exp $
+$NetBSD: distinfo,v 1.3 2006/05/04 13:16:42 shannonjr Exp $
-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
+SHA1 (prewikka-0.9.5.tar.gz) = 00a6df1abaf1ca8d8e15d003b15e80e7b7298e71
+RMD160 (prewikka-0.9.5.tar.gz) = e3ba5fd878759662b6a7eff0b16d971e9c005899
+Size (prewikka-0.9.5.tar.gz) = 179329 bytes
diff -r 2bebe7f8b5cf -r 93ea84138f0e security/py-prewikka/patches/patch-aa
--- a/security/py-prewikka/patches/patch-aa Thu May 04 13:13:17 2006 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,13 +0,0 @@
-$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
Home |
Main Index |
Thread Index |
Old Index