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 release 0.9.12.1. Changes:
details: https://anonhg.NetBSD.org/pkgsrc/rev/ce006ddfb62f
branches: trunk
changeset: 531662:ce006ddfb62f
user: shannonjr <shannonjr%pkgsrc.org@localhost>
date: Sat Aug 04 09:27:35 2007 +0000
description:
Update to release 0.9.12.1. Changes:
- Implement an Auto-Refresh system (fix #231). (including code from
Paul Robert Marino <prmarino1%gmail.com@localhost>).
- Ability to filter on missing/offline/online/unknown agents. Make more easier
to read each agent status in collapsed mode.
- Fix filter load/save/delete issue with translation.
- New 'My account' tabs, under the Settings section (fix #241).
- New messageid and analyzerid parameters, allowing link to a Prewikka alert
from an external tool (previously required a database query in order to
retrieve the database event id).
- Don't redirect to user listing once an user preference are recorded. Fix
changing of another user language by an user with PERM_USER_MANAGEMENT.
Display target user language rather than current user language.
- Improve the timeline control table layout.
- Fix translation of string possibly using plural.
diffstat:
security/py-prewikka/Makefile | 6 ++----
security/py-prewikka/PLIST | 17 +++++++++++++----
security/py-prewikka/distinfo | 8 ++++----
3 files changed, 19 insertions(+), 12 deletions(-)
diffs (73 lines):
diff -r ce2fc8ee5822 -r ce006ddfb62f security/py-prewikka/Makefile
--- a/security/py-prewikka/Makefile Sat Aug 04 00:02:35 2007 +0000
+++ b/security/py-prewikka/Makefile Sat Aug 04 09:27:35 2007 +0000
@@ -1,15 +1,13 @@
-# $NetBSD: Makefile,v 1.21 2007/07/04 20:54:59 jlam Exp $
+# $NetBSD: Makefile,v 1.22 2007/08/04 09:27:35 shannonjr Exp $
#
DISTNAME= prewikka-${VERSION}
PKGNAME= ${PYPKGPREFIX}-prewikka-${VERSION}
-#PKGREVISION= 3
-PKGREVISION= 1
CATEGORIES= security
MASTER_SITES= http://www.prelude-ids.org/download/releases/ \
http://www.prelude-ids.org/download/releases/old/
-VERSION= 0.9.10
+VERSION= 0.9.12.1
CONFLICTS= prewikka-[0-9]*
diff -r ce2fc8ee5822 -r ce006ddfb62f security/py-prewikka/PLIST
--- a/security/py-prewikka/PLIST Sat Aug 04 00:02:35 2007 +0000
+++ b/security/py-prewikka/PLIST Sat Aug 04 09:27:35 2007 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.10 2007/04/09 12:50:20 shannonjr Exp $
+@comment $NetBSD: PLIST,v 1.11 2007/08/04 09:27:35 shannonjr Exp $
${PYSITELIB}/prewikka/Auth.py
${PYSITELIB}/prewikka/Auth.pyc
${PYSITELIB}/prewikka/Auth.pyo
@@ -170,9 +170,16 @@
${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
+${PYSITELIB}/prewikka/localization.py
+${PYSITELIB}/prewikka/localization.pyc
+${PYSITELIB}/prewikka/localization.pyo
+share/locale/de/LC_MESSAGES/prewikka.mo
+share/locale/es/LC_MESSAGES/prewikka.mo
+share/locale/pt_BR/LC_MESSAGES/prewikka.mo
+share/locale/ru/LC_MESSAGES/prewikka.mo
+share/prewikka/database/mysql-update-0.9.11.sql
+share/prewikka/database/pgsql-update-0.9.11.sql
+share/prewikka/database/sqlite-update-0.9.11.sql
bin/prewikka-httpd
sbin/runPrewikka
share/examples/${PKGBASE}/prewikka.conf
@@ -197,6 +204,8 @@
share/prewikka/htdocs/images/search.png
share/prewikka/htdocs/images/table_order_down.gif
share/prewikka/htdocs/images/table_order_up.gif
+share/prewikka/htdocs/images/pause.png
+share/prewikka/htdocs/images/play.png
share/prewikka/htdocs/js/functions.js
share/locale/fr/LC_MESSAGES/prewikka.mo
@dirrm ${PYSITELIB}/prewikka/modules/auth/cgi
diff -r ce2fc8ee5822 -r ce006ddfb62f security/py-prewikka/distinfo
--- a/security/py-prewikka/distinfo Sat Aug 04 00:02:35 2007 +0000
+++ b/security/py-prewikka/distinfo Sat Aug 04 09:27:35 2007 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.9 2007/04/09 12:50:20 shannonjr Exp $
+$NetBSD: distinfo,v 1.10 2007/08/04 09:27:35 shannonjr Exp $
-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 (prewikka-0.9.12.1.tar.gz) = 1438c3ac777e8a70459df9cd96147130c6dd3c94
+RMD160 (prewikka-0.9.12.1.tar.gz) = eb53b4f838233dd402627b00da29935c6adbcf8c
+Size (prewikka-0.9.12.1.tar.gz) = 238691 bytes
SHA1 (patch-ab) = 76fd7ee4f1c19336a8eaa98fa1513e88e1c4c070
Home |
Main Index |
Thread Index |
Old Index