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



details:   https://anonhg.NetBSD.org/pkgsrc/rev/8ae66fc2ac2d
branches:  trunk
changeset: 534714:8ae66fc2ac2d
user:      shannonjr <shannonjr%pkgsrc.org@localhost>
date:      Mon Oct 29 21:59:00 2007 +0000

description:
Update to 0.9.13. Changes:
- Only perform additional database request when using Sensor localtime:
  this bring a performance improvement of about 36% on aggregated query,
  when using either frontend localtime (the default), or UTC time.
- JQuery support: Port most of the javascript code to make use of JQuery.
  Add show/hide effect to CSS popup. More filtering functionality in the
  SensorListing view.
- Cleanup the Authentication class, so that uper Prewikka layer can act
  depending whether the backend support user creation / deletion. Anonymous
  authentication is nowa plugin.
- Better integration of CGI authentication allowing user listing and deletion.
- Report template exception directly to the user.
- Fix exception if an alert analyzer name is empty.
- Fix problem when adding new Prewikka users (#262).
- Fix exception when user has no permission set.
- When changing password, we didn't try to match an empty 'current password'
  (which is a minor issue since the user is already authenticated). Thanks
  to Helmut Azbest <helmut.azbest%gmail.com@localhost> for the fix.
- Fix a typo making mod_python use the parent method (patch from
  Helmut Azbest <helmut.azbest%gmail.com@localhost>).
- In the configuration file, recognize section even if there are whitespace
  at the beginning of the line.
- Localization fixes, by Sebastien Tricaud <toady%gscore.org@localhost>, and
  Bjoern Weiland.

diffstat:

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

diffs (54 lines):

diff -r 3fdae2a42c5c -r 8ae66fc2ac2d security/py-prewikka/Makefile
--- a/security/py-prewikka/Makefile     Mon Oct 29 21:57:17 2007 +0000
+++ b/security/py-prewikka/Makefile     Mon Oct 29 21:59:00 2007 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.22 2007/08/04 09:27:35 shannonjr Exp $
+# $NetBSD: Makefile,v 1.23 2007/10/29 21:59:00 shannonjr Exp $
 #
 
 DISTNAME=              prewikka-${VERSION}
@@ -7,7 +7,7 @@
 MASTER_SITES=          http://www.prelude-ids.org/download/releases/ \
                        http://www.prelude-ids.org/download/releases/old/
 
-VERSION=               0.9.12.1
+VERSION=               0.9.13
 
 CONFLICTS=             prewikka-[0-9]*
 
diff -r 3fdae2a42c5c -r 8ae66fc2ac2d security/py-prewikka/PLIST
--- a/security/py-prewikka/PLIST        Mon Oct 29 21:57:17 2007 +0000
+++ b/security/py-prewikka/PLIST        Mon Oct 29 21:59:00 2007 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.11 2007/08/04 09:27:35 shannonjr Exp $
+@comment $NetBSD: PLIST,v 1.12 2007/10/29 21:59:00 shannonjr Exp $
 ${PYSITELIB}/prewikka/Auth.py
 ${PYSITELIB}/prewikka/Auth.pyc
 ${PYSITELIB}/prewikka/Auth.pyo
@@ -173,6 +173,12 @@
 ${PYSITELIB}/prewikka/localization.py
 ${PYSITELIB}/prewikka/localization.pyc
 ${PYSITELIB}/prewikka/localization.pyo
+${PYSITELIB}/prewikka/modules/auth/anonymous/__init__.py
+${PYSITELIB}/prewikka/modules/auth/anonymous/__init__.pyc
+${PYSITELIB}/prewikka/modules/auth/anonymous/__init__.pyo
+${PYSITELIB}/prewikka/modules/auth/anonymous/anonymous.py
+${PYSITELIB}/prewikka/modules/auth/anonymous/anonymous.pyc
+${PYSITELIB}/prewikka/modules/auth/anonymous/anonymous.pyo
 share/locale/de/LC_MESSAGES/prewikka.mo
 share/locale/es/LC_MESSAGES/prewikka.mo
 share/locale/pt_BR/LC_MESSAGES/prewikka.mo
diff -r 3fdae2a42c5c -r 8ae66fc2ac2d security/py-prewikka/distinfo
--- a/security/py-prewikka/distinfo     Mon Oct 29 21:57:17 2007 +0000
+++ b/security/py-prewikka/distinfo     Mon Oct 29 21:59:00 2007 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.10 2007/08/04 09:27:35 shannonjr Exp $
+$NetBSD: distinfo,v 1.11 2007/10/29 21:59:00 shannonjr Exp $
 
-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 (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 (patch-ab) = 76fd7ee4f1c19336a8eaa98fa1513e88e1c4c070



Home | Main Index | Thread Index | Old Index