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 0.9.10. Changes:



details:   https://anonhg.NetBSD.org/pkgsrc/rev/1fc50158f873
branches:  trunk
changeset: 527500:1fc50158f873
user:      shannonjr <shannonjr%pkgsrc.org@localhost>
date:      Mon Apr 09 12:50:20 2007 +0000

description:
Update to 0.9.10. Changes:
- Allow filtering plugins to hook others filters plugins.
- Update reporting code to latest specification for the SNMPService class.
- Warn about Un-handled command line arguments.
- Properly dump IDMEF-XML output (fix #186).
- Various bug fixes.

diffstat:

 security/py-prewikka/Makefile |  4 ++--
 security/py-prewikka/PLIST    |  9 +++++----
 security/py-prewikka/distinfo |  8 ++++----
 3 files changed, 11 insertions(+), 10 deletions(-)

diffs (69 lines):

diff -r 2ede3160ab50 -r 1fc50158f873 security/py-prewikka/Makefile
--- a/security/py-prewikka/Makefile     Mon Apr 09 12:49:20 2007 +0000
+++ b/security/py-prewikka/Makefile     Mon Apr 09 12:50:20 2007 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.17 2007/02/23 15:25:00 shannonjr Exp $
+# $NetBSD: Makefile,v 1.18 2007/04/09 12:50:20 shannonjr Exp $
 #
 
 DISTNAME=              prewikka-${VERSION}
@@ -8,7 +8,7 @@
 MASTER_SITES=          http://www.prelude-ids.org/download/releases/ \
                        http://www.prelude-ids.org/download/releases/old/
 
-VERSION=               0.9.9
+VERSION=               0.9.10
 
 CONFLICTS=             prewikka-[0-9]*
 
diff -r 2ede3160ab50 -r 1fc50158f873 security/py-prewikka/PLIST
--- a/security/py-prewikka/PLIST        Mon Apr 09 12:49:20 2007 +0000
+++ b/security/py-prewikka/PLIST        Mon Apr 09 12:50:20 2007 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.9 2007/02/23 15:25:00 shannonjr Exp $
+@comment $NetBSD: PLIST,v 1.10 2007/04/09 12:50:20 shannonjr Exp $
 ${PYSITELIB}/prewikka/Auth.py
 ${PYSITELIB}/prewikka/Auth.pyc
 ${PYSITELIB}/prewikka/Auth.pyo
@@ -35,9 +35,6 @@
 ${PYSITELIB}/prewikka/MyConfigParser.py
 ${PYSITELIB}/prewikka/MyConfigParser.pyc
 ${PYSITELIB}/prewikka/MyConfigParser.pyo
-${PYSITELIB}/prewikka/ParametersNormalizer.py
-${PYSITELIB}/prewikka/ParametersNormalizer.pyc
-${PYSITELIB}/prewikka/ParametersNormalizer.pyo
 ${PYSITELIB}/prewikka/Request.py
 ${PYSITELIB}/prewikka/Request.pyc
 ${PYSITELIB}/prewikka/Request.pyo
@@ -173,6 +170,9 @@
 ${PYSITELIB}/prewikka/views/heartbeatlisting.py
 ${PYSITELIB}/prewikka/views/heartbeatlisting.pyc
 ${PYSITELIB}/prewikka/views/heartbeatlisting.pyo
+${PYSITELIB}/prewikka/locale.py
+${PYSITELIB}/prewikka/locale.pyc
+${PYSITELIB}/prewikka/locale.pyo
 bin/prewikka-httpd
 sbin/runPrewikka
 share/examples/${PKGBASE}/prewikka.conf
@@ -198,6 +198,7 @@
 share/prewikka/htdocs/images/table_order_down.gif
 share/prewikka/htdocs/images/table_order_up.gif
 share/prewikka/htdocs/js/functions.js
+share/locale/fr/LC_MESSAGES/prewikka.mo
 @dirrm ${PYSITELIB}/prewikka/modules/auth/cgi
 @dirrm ${PYSITELIB}/prewikka/modules/auth/loginpassword
 @dirrm ${PYSITELIB}/prewikka/modules/auth
diff -r 2ede3160ab50 -r 1fc50158f873 security/py-prewikka/distinfo
--- a/security/py-prewikka/distinfo     Mon Apr 09 12:49:20 2007 +0000
+++ b/security/py-prewikka/distinfo     Mon Apr 09 12:50:20 2007 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.8 2007/02/23 15:25:00 shannonjr Exp $
+$NetBSD: distinfo,v 1.9 2007/04/09 12:50:20 shannonjr Exp $
 
-SHA1 (prewikka-0.9.9.tar.gz) = b40abb1abcf27de50a24af889fcabd9f0a4f1107
-RMD160 (prewikka-0.9.9.tar.gz) = 8dbe785d8768124e6b297630b2e8ca89e01b8aa1
-Size (prewikka-0.9.9.tar.gz) = 188355 bytes
+SHA1 (prewikka-0.9.10.tar.gz) = c3a40651841e9c7d72a7f63a50465dfeb2a913bc
+RMD160 (prewikka-0.9.10.tar.gz) = 48df18ced5066f6d1f5490ea7656b5eb4d682481
+Size (prewikka-0.9.10.tar.gz) = 210816 bytes
 SHA1 (patch-ab) = 76fd7ee4f1c19336a8eaa98fa1513e88e1c4c070



Home | Main Index | Thread Index | Old Index