diff options
author | shannonjr <shannonjr@pkgsrc.org> | 2007-10-29 21:59:00 +0000 |
---|---|---|
committer | shannonjr <shannonjr@pkgsrc.org> | 2007-10-29 21:59:00 +0000 |
commit | 4d45d601c7e7a67aa6f2bb5545f0f647e57cc2e8 (patch) | |
tree | 167b554aeecbd4d83e5a6fa25594417d5a019ed7 | |
parent | e3cb2576aa16bfb197fb18b3e404377aab00f3c1 (diff) | |
download | pkgsrc-4d45d601c7e7a67aa6f2bb5545f0f647e57cc2e8.tar.gz |
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> for the fix.
- Fix a typo making mod_python use the parent method (patch from
Helmut Azbest <helmut.azbest@gmail.com>).
- 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>, and
Bjoern Weiland.
-rw-r--r-- | security/py-prewikka/Makefile | 4 | ||||
-rw-r--r-- | security/py-prewikka/PLIST | 8 | ||||
-rw-r--r-- | security/py-prewikka/distinfo | 8 |
3 files changed, 13 insertions, 7 deletions
diff --git a/security/py-prewikka/Makefile b/security/py-prewikka/Makefile index 70ac312477e..d976d1be582 100644 --- a/security/py-prewikka/Makefile +++ b/security/py-prewikka/Makefile @@ -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 @@ CATEGORIES= security 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 --git a/security/py-prewikka/PLIST b/security/py-prewikka/PLIST index faa3e7f485e..cea7f4922d8 100644 --- a/security/py-prewikka/PLIST +++ b/security/py-prewikka/PLIST @@ -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/views/heartbeatlisting.pyo ${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 --git a/security/py-prewikka/distinfo b/security/py-prewikka/distinfo index f4b195ef8c1..a83af6142a2 100644 --- a/security/py-prewikka/distinfo +++ b/security/py-prewikka/distinfo @@ -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 |