diff options
author | miwi <miwi@FreeBSD.org> | 2007-10-26 05:30:37 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2007-10-26 05:30:37 +0800 |
commit | 7f0d99ce41072b00e7ae94f32f332c9ea3b5aab5 (patch) | |
tree | 51248b8d922f86aa4593219b24c258ff9af0b62d /www/py-prewikka | |
parent | abe9886462d9268f5a4817aa4996545c3db32b2c (diff) | |
download | freebsd-ports-gnome-7f0d99ce41072b00e7ae94f32f332c9ea3b5aab5.tar.gz freebsd-ports-gnome-7f0d99ce41072b00e7ae94f32f332c9ea3b5aab5.tar.zst freebsd-ports-gnome-7f0d99ce41072b00e7ae94f32f332c9ea3b5aab5.zip |
- Update to 0.9.13
Changelog:
- 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.
PR: 117471
Submitted by: Robin Gruyters <r.gruyters@yirdis.nl> (maintainer)
Diffstat (limited to 'www/py-prewikka')
-rw-r--r-- | www/py-prewikka/Makefile | 3 | ||||
-rw-r--r-- | www/py-prewikka/distinfo | 6 | ||||
-rw-r--r-- | www/py-prewikka/pkg-plist | 1 |
3 files changed, 5 insertions, 5 deletions
diff --git a/www/py-prewikka/Makefile b/www/py-prewikka/Makefile index 0e69f24da08d..dde96342f5bb 100644 --- a/www/py-prewikka/Makefile +++ b/www/py-prewikka/Makefile @@ -6,8 +6,7 @@ # PORTNAME= prewikka -PORTVERSION= 0.9.12.1 -PORTREVISION= 1 +PORTVERSION= 0.9.13 CATEGORIES= www security python MASTER_SITES= http://www.prelude-ids.org/download/releases/ \ http://www.prelude-ids.org/download/releases/old/ diff --git a/www/py-prewikka/distinfo b/www/py-prewikka/distinfo index d6becc840ba6..70595be2c116 100644 --- a/www/py-prewikka/distinfo +++ b/www/py-prewikka/distinfo @@ -1,3 +1,3 @@ -MD5 (prewikka-0.9.12.1.tar.gz) = d1cfea01e73570e98d6dc66e824585cd -SHA256 (prewikka-0.9.12.1.tar.gz) = 41d95e6bc485d3273b98ca4cbb53187e3dbc20e5b0a6447394e244a9b007854d -SIZE (prewikka-0.9.12.1.tar.gz) = 238691 +MD5 (prewikka-0.9.13.tar.gz) = 4b922ce76bb3ae87922f8a2e63e0aa5d +SHA256 (prewikka-0.9.13.tar.gz) = 50e3ca25edd7bfead0196a9a5e48afefa499d5b3d33ffafb2571fbc8a6738cea +SIZE (prewikka-0.9.13.tar.gz) = 250793 diff --git a/www/py-prewikka/pkg-plist b/www/py-prewikka/pkg-plist index 4a3283d6c173..44799175bcad 100644 --- a/www/py-prewikka/pkg-plist +++ b/www/py-prewikka/pkg-plist @@ -197,6 +197,7 @@ bin/prewikka-httpd %%DATADIR%%/htdocs/images/play.png %%DATADIR%%/htdocs/css/style.css %%DATADIR%%/htdocs/js/functions.js +%%DATADIR%%/htdocs/js/jquery.js %%DATADIR%%/database/sqlite.sql %%DATADIR%%/database/sqlite-update-0.9.11.sql %%DATADIR%%/database/mysql.sql |