diff options
author | Cheng-Lung Sung <clsung@FreeBSD.org> | 2007-08-15 06:49:45 +0000 |
---|---|---|
committer | Cheng-Lung Sung <clsung@FreeBSD.org> | 2007-08-15 06:49:45 +0000 |
commit | 5eea537264fdc72dd5ab91c2a8e6b0aea2eee762 (patch) | |
tree | 26490bed0558f87ec0674eacab912f50975863c3 /www/py-prewikka | |
parent | 3a8f5e82e48fc7d94710868985288f28094ce33e (diff) | |
download | ports-5eea537264fdc72dd5ab91c2a8e6b0aea2eee762.tar.gz ports-5eea537264fdc72dd5ab91c2a8e6b0aea2eee762.zip |
- Update to 0.9.12.1
Changelog prewikka 0.9.12.1:
- Implement an Auto-Refresh system (fix #231). (including code from
Paul Robert Marino <prmarino1@gmail.com>).
- 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.
- Fix a template compilation problem with certain version of Cheetah
(Giandomenico De Tullio <ghisha at email.it>)
PR: ports/115234
Submitted by: maintainer (Robin Gruyters)
Notes
Notes:
svn path=/head/; revision=197719
Diffstat (limited to 'www/py-prewikka')
-rw-r--r-- | www/py-prewikka/Makefile | 2 | ||||
-rw-r--r-- | www/py-prewikka/distinfo | 6 | ||||
-rw-r--r-- | www/py-prewikka/pkg-plist | 2 |
3 files changed, 6 insertions, 4 deletions
diff --git a/www/py-prewikka/Makefile b/www/py-prewikka/Makefile index 5a317409d5fe..5da384ab2e02 100644 --- a/www/py-prewikka/Makefile +++ b/www/py-prewikka/Makefile @@ -6,7 +6,7 @@ # PORTNAME= prewikka -PORTVERSION= 0.9.11.3 +PORTVERSION= 0.9.12.1 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 9bffa88b0b8b..d6becc840ba6 100644 --- a/www/py-prewikka/distinfo +++ b/www/py-prewikka/distinfo @@ -1,3 +1,3 @@ -MD5 (prewikka-0.9.11.3.tar.gz) = 4f17b2da811e1460427fb9f5d599604d -SHA256 (prewikka-0.9.11.3.tar.gz) = fd93c2c4b51088c34965c87e5dc1b9a2b901791f1af9caf25cec9315be4494c7 -SIZE (prewikka-0.9.11.3.tar.gz) = 228689 +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 diff --git a/www/py-prewikka/pkg-plist b/www/py-prewikka/pkg-plist index 81ec8a688202..4a3283d6c173 100644 --- a/www/py-prewikka/pkg-plist +++ b/www/py-prewikka/pkg-plist @@ -193,6 +193,8 @@ bin/prewikka-httpd %%DATADIR%%/htdocs/images/bg2.gif %%DATADIR%%/htdocs/images/led_N.gif %%DATADIR%%/htdocs/images/led_Y.gif +%%DATADIR%%/htdocs/images/pause.png +%%DATADIR%%/htdocs/images/play.png %%DATADIR%%/htdocs/css/style.css %%DATADIR%%/htdocs/js/functions.js %%DATADIR%%/database/sqlite.sql |