diff options
author | shannonjr <shannonjr> | 2007-08-04 09:27:35 +0000 |
---|---|---|
committer | shannonjr <shannonjr> | 2007-08-04 09:27:35 +0000 |
commit | e23edbd389f2d68e7431ee9a92a19083a9f18593 (patch) | |
tree | 986c0b454682e1f7138ad79b4b55094dd3888393 /security/py-prewikka/Makefile | |
parent | 4ca2ae777c87f7dc6686025b572707481bb5cda7 (diff) | |
download | pkgsrc-e23edbd389f2d68e7431ee9a92a19083a9f18593.tar.gz |
Update to release 0.9.12.1. Changes:
- 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.
Diffstat (limited to 'security/py-prewikka/Makefile')
-rw-r--r-- | security/py-prewikka/Makefile | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/security/py-prewikka/Makefile b/security/py-prewikka/Makefile index 12548d76b44..70ac312477e 100644 --- a/security/py-prewikka/Makefile +++ b/security/py-prewikka/Makefile @@ -1,15 +1,13 @@ -# $NetBSD: Makefile,v 1.21 2007/07/04 20:54:59 jlam Exp $ +# $NetBSD: Makefile,v 1.22 2007/08/04 09:27:35 shannonjr Exp $ # DISTNAME= prewikka-${VERSION} PKGNAME= ${PYPKGPREFIX}-prewikka-${VERSION} -#PKGREVISION= 3 -PKGREVISION= 1 CATEGORIES= security MASTER_SITES= http://www.prelude-ids.org/download/releases/ \ http://www.prelude-ids.org/download/releases/old/ -VERSION= 0.9.10 +VERSION= 0.9.12.1 CONFLICTS= prewikka-[0-9]* |