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



details:   https://anonhg.NetBSD.org/pkgsrc/rev/dec7b8c9bcd2
branches:  trunk
changeset: 541926:dec7b8c9bcd2
user:      shannonjr <shannonjr%pkgsrc.org@localhost>
date:      Mon Apr 28 10:59:42 2008 +0000

description:
Update to 0.9.14. Changes:
- Let the user choose the type of sorting (default to time descending,
  available: time asc/desc, count asc/desc).
- Implement Prewikka Asynchronous DNS resolution in alert view
  as well as message summary (require twisted.names and twisted.internet),
  see the additional dns_max_delay settings parameters in prewikka.conf.
- In the alert summary view, handle portlist and ip_version service fields,
  and show alert messageid.
- Fix exception when rendering ToolAlert.
- Fix double classification escaping (could result in non working link
  for alert with classification containing escaped character).
- Improvement to heartbeat retrieval (heartbeat view speedup).
- Correct typo (fix #275), thanks Scott Olihovki <skippylou%gmail.com@localhost>
  for pointing this out.
- Polish translation, by Konrad Kosmowski <konrad%kosmosik.net@localhost>.
- Update to pt_BR translation, by Edelberto Franco Silva <edeunix%edeunix.com@localhost>
- Various bug fixes and cleanup.

diffstat:

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

diffs (57 lines):

diff -r ce7bf7e90df0 -r dec7b8c9bcd2 security/py-prewikka/Makefile
--- a/security/py-prewikka/Makefile     Mon Apr 28 10:54:08 2008 +0000
+++ b/security/py-prewikka/Makefile     Mon Apr 28 10:59:42 2008 +0000
@@ -1,14 +1,13 @@
-# $NetBSD: Makefile,v 1.25 2008/04/25 20:39:12 joerg Exp $
+# $NetBSD: Makefile,v 1.26 2008/04/28 10:59:42 shannonjr Exp $
 #
 
 DISTNAME=              prewikka-${VERSION}
 PKGNAME=               ${PYPKGPREFIX}-prewikka-${VERSION}
-PKGREVISION=           1
 CATEGORIES=            security
 MASTER_SITES=          http://www.prelude-ids.org/download/releases/ \
                        http://www.prelude-ids.org/download/releases/old/
 
-VERSION=               0.9.13
+VERSION=               0.9.14
 
 CONFLICTS=             prewikka-[0-9]*
 
diff -r ce7bf7e90df0 -r dec7b8c9bcd2 security/py-prewikka/PLIST
--- a/security/py-prewikka/PLIST        Mon Apr 28 10:54:08 2008 +0000
+++ b/security/py-prewikka/PLIST        Mon Apr 28 10:59:42 2008 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.13 2007/11/07 15:26:20 shannonjr Exp $
+@comment $NetBSD: PLIST,v 1.14 2008/04/28 10:59:42 shannonjr Exp $
 ${PYSITELIB}/prewikka/Auth.py
 ${PYSITELIB}/prewikka/Auth.pyc
 ${PYSITELIB}/prewikka/Auth.pyo
@@ -179,6 +179,13 @@
 ${PYSITELIB}/prewikka/modules/auth/anonymous/anonymous.py
 ${PYSITELIB}/prewikka/modules/auth/anonymous/anonymous.pyc
 ${PYSITELIB}/prewikka/modules/auth/anonymous/anonymous.pyo
+${PYSITELIB}/prewikka/_threading_local.py
+${PYSITELIB}/prewikka/_threading_local.pyc
+${PYSITELIB}/prewikka/_threading_local.pyo
+${PYSITELIB}/prewikka/resolve.py
+${PYSITELIB}/prewikka/resolve.pyc
+${PYSITELIB}/prewikka/resolve.pyo
+share/locale/pl/LC_MESSAGES/prewikka.mo
 share/locale/de/LC_MESSAGES/prewikka.mo
 share/locale/es/LC_MESSAGES/prewikka.mo
 share/locale/pt_BR/LC_MESSAGES/prewikka.mo
diff -r ce7bf7e90df0 -r dec7b8c9bcd2 security/py-prewikka/distinfo
--- a/security/py-prewikka/distinfo     Mon Apr 28 10:54:08 2008 +0000
+++ b/security/py-prewikka/distinfo     Mon Apr 28 10:59:42 2008 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.11 2007/10/29 21:59:00 shannonjr Exp $
+$NetBSD: distinfo,v 1.12 2008/04/28 10:59:42 shannonjr Exp $
 
-SHA1 (prewikka-0.9.13.tar.gz) = 998312a00e4395ab98a9f4026023476a3469c036
-RMD160 (prewikka-0.9.13.tar.gz) = 2d9188098aeb94ee5790b83afd0d9736d454b024
-Size (prewikka-0.9.13.tar.gz) = 250793 bytes
+SHA1 (prewikka-0.9.14.tar.gz) = 25f946ca05fb4e1bb98a022acb2a80917487d4cf
+RMD160 (prewikka-0.9.14.tar.gz) = 3fe32709d4e52f795716d70015c1997f6b6debbb
+Size (prewikka-0.9.14.tar.gz) = 260034 bytes
 SHA1 (patch-ab) = 76fd7ee4f1c19336a8eaa98fa1513e88e1c4c070



Home | Main Index | Thread Index | Old Index