diff options
author | shannonjr <shannonjr@pkgsrc.org> | 2007-02-23 15:25:00 +0000 |
---|---|---|
committer | shannonjr <shannonjr@pkgsrc.org> | 2007-02-23 15:25:00 +0000 |
commit | c715ad813cb4fef31a26a5dd0bb747807ceead49 (patch) | |
tree | 8453d0d87a717866072c8331f4a5061601c7a866 /security/py-prewikka | |
parent | 8facaf1807533d9b549f8bf36daf3d3eacab53a6 (diff) | |
download | pkgsrc-c715ad813cb4fef31a26a5dd0bb747807ceead49.tar.gz |
Update to 0.9.9. Changes:
- Improve database performance by reducing the number of query. (Paul Robert Marino)
- Activate CleanOutput filtering (lot of escaping fixes).
- More action logging.
- Bug fixes with the error pages Back/Retry buttons.
- Fix error on group by user (#191).
- Fix template compilation error with Cheetah version 2 (#184).
Diffstat (limited to 'security/py-prewikka')
-rw-r--r-- | security/py-prewikka/Makefile | 4 | ||||
-rw-r--r-- | security/py-prewikka/PLIST | 9 | ||||
-rw-r--r-- | security/py-prewikka/distinfo | 9 |
3 files changed, 14 insertions, 8 deletions
diff --git a/security/py-prewikka/Makefile b/security/py-prewikka/Makefile index e2fa9c1f77c..613b927a8e0 100644 --- a/security/py-prewikka/Makefile +++ b/security/py-prewikka/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.16 2006/11/24 11:45:30 shannonjr Exp $ +# $NetBSD: Makefile,v 1.17 2007/02/23 15:25:00 shannonjr Exp $ # DISTNAME= prewikka-${VERSION} @@ -8,7 +8,7 @@ CATEGORIES= security MASTER_SITES= http://www.prelude-ids.org/download/releases/ \ http://www.prelude-ids.org/download/releases/old/ -VERSION= 0.9.8 +VERSION= 0.9.9 CONFLICTS= prewikka-[0-9]* diff --git a/security/py-prewikka/PLIST b/security/py-prewikka/PLIST index b8c7238710b..ceca06d48c1 100644 --- a/security/py-prewikka/PLIST +++ b/security/py-prewikka/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.8 2006/12/01 10:55:30 joerg Exp $ +@comment $NetBSD: PLIST,v 1.9 2007/02/23 15:25:00 shannonjr Exp $ ${PYSITELIB}/prewikka/Auth.py ${PYSITELIB}/prewikka/Auth.pyc ${PYSITELIB}/prewikka/Auth.pyo @@ -167,6 +167,12 @@ ${PYSITELIB}/prewikka/views/sensor.pyo ${PYSITELIB}/prewikka/views/usermanagement.py ${PYSITELIB}/prewikka/views/usermanagement.pyc ${PYSITELIB}/prewikka/views/usermanagement.pyo +${PYSITELIB}/prewikka/views/alertlisting.py +${PYSITELIB}/prewikka/views/alertlisting.pyc +${PYSITELIB}/prewikka/views/alertlisting.pyo +${PYSITELIB}/prewikka/views/heartbeatlisting.py +${PYSITELIB}/prewikka/views/heartbeatlisting.pyc +${PYSITELIB}/prewikka/views/heartbeatlisting.pyo bin/prewikka-httpd sbin/runPrewikka share/examples/${PKGBASE}/prewikka.conf @@ -178,6 +184,7 @@ share/prewikka/database/mysql2sqlite.sh share/prewikka/database/pgsql-update-0.9.1.sql share/prewikka/database/pgsql.sql share/prewikka/database/sqlite.sql +share/prewikka/database/mysql2pgsql.sh share/prewikka/htdocs/css/style.css share/prewikka/htdocs/images/bg2.gif share/prewikka/htdocs/images/bg_content.gif diff --git a/security/py-prewikka/distinfo b/security/py-prewikka/distinfo index 8a3d7444d74..6c761f219fe 100644 --- a/security/py-prewikka/distinfo +++ b/security/py-prewikka/distinfo @@ -1,7 +1,6 @@ -$NetBSD: distinfo,v 1.7 2006/11/24 11:45:30 shannonjr Exp $ +$NetBSD: distinfo,v 1.8 2007/02/23 15:25:00 shannonjr Exp $ -SHA1 (prewikka-0.9.8.tar.gz) = e56d63cc1a71173d21ec5bc0e20d8246d995a3c6 -RMD160 (prewikka-0.9.8.tar.gz) = 15efbe3075941067e51de53267b728dd15bbd623 -Size (prewikka-0.9.8.tar.gz) = 180553 bytes -SHA1 (patch-aa) = a250840804edea0c8eeeb8608aa8c07375d0a3f2 +SHA1 (prewikka-0.9.9.tar.gz) = b40abb1abcf27de50a24af889fcabd9f0a4f1107 +RMD160 (prewikka-0.9.9.tar.gz) = 8dbe785d8768124e6b297630b2e8ca89e01b8aa1 +Size (prewikka-0.9.9.tar.gz) = 188355 bytes SHA1 (patch-ab) = 76fd7ee4f1c19336a8eaa98fa1513e88e1c4c070 |