forked from Lainports/freebsd-ports
- 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)
This commit is contained in:
parent
3a8f5e82e4
commit
5eea537264
3 changed files with 6 additions and 4 deletions
|
|
@ -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/
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue