summaryrefslogtreecommitdiff
path: root/security
diff options
context:
space:
mode:
authorshannonjr <shannonjr@pkgsrc.org>2006-08-17 11:35:20 +0000
committershannonjr <shannonjr@pkgsrc.org>2006-08-17 11:35:20 +0000
commitc8ace5acc308629e799813bdb53e48a3369fbd8e (patch)
treec50df5c8d9283d4f00c292cd0715633089d16025 /security
parentaec62f433ab2195177b89eb48f836d138eb02e74 (diff)
downloadpkgsrc-c8ace5acc308629e799813bdb53e48a3369fbd8e.tar.gz
Update to 0.9.7. Changes:
- Use preludedb_delete_(alert|heartbeat)_from_list(). Require libpreludedb 0.9.9. Provide a deletion performance improvement of around 3000%. - Handle multiple listed source/target properly. Separate source/target in the message listing. - Make host command/Information link available from the Sensor listing. - Always take care of the "external_link_new_window" configuration parameter. - Make external command handling more generic. Allow to specify command line arguments. - Allow to define unlimited number of external commands rather than only a defined subset (fix #134). - Avoid toggling several popup at once in the HeartbeatListing. - Only provide lookup capability for known network address type (fix #76). - New address and node name lookup provided through prelude-ids.com service. - Link to new prelude-ids.com port lookup instead of broken portsdb database (fix #162). - Various bug fixes.
Diffstat (limited to 'security')
-rw-r--r--security/py-prewikka/Makefile9
-rw-r--r--security/py-prewikka/PLIST11
-rw-r--r--security/py-prewikka/distinfo8
3 files changed, 19 insertions, 9 deletions
diff --git a/security/py-prewikka/Makefile b/security/py-prewikka/Makefile
index 9e1283df722..b2673d034a2 100644
--- a/security/py-prewikka/Makefile
+++ b/security/py-prewikka/Makefile
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.9 2006/06/13 14:52:30 joerg Exp $
+# $NetBSD: Makefile,v 1.10 2006/08/17 11:35:20 shannonjr Exp $
#
-DISTNAME= prewikka-0.9.5
-PKGNAME= ${PYPKGPREFIX}-prewikka-0.9.5
+DISTNAME= prewikka-0.9.7
+PKGNAME= ${PYPKGPREFIX}-prewikka-0.9.7
CATEGORIES= security
MASTER_SITES= http://prelude-ids.org/download/releases/
@@ -20,7 +20,7 @@ PYDISTUTILSPKG= yes
PYBINMODULE= yes
PYSETUP= setup.py
PYTHON_VERSIONS_ACCEPTED= 24 23 22
-REPLACE_PYTHON= prewikka-httpd
+PYTHON_PATCH_SCRIPTS= scripts/prewikka-httpd
PREWIKKA_USER?= prewikka
PREWIKKA_GROUP?= prewikka
PREWIKKA_HOME= /nonexistent
@@ -50,6 +50,7 @@ post-install:
.include "../../lang/python/application.mk"
.include "../../lang/python/extension.mk"
+BUILDLINK_API_DEPENDS.libpreludedb+= libpreludedb>=0.9.9
.include "../../security/libpreludedb/buildlink3.mk"
.include "../../security/libprelude/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"
diff --git a/security/py-prewikka/PLIST b/security/py-prewikka/PLIST
index b3a88d21ff9..7bff016669d 100644
--- a/security/py-prewikka/PLIST
+++ b/security/py-prewikka/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.3 2006/06/11 23:44:23 joerg Exp $
+@comment $NetBSD: PLIST,v 1.4 2006/08/17 11:35:20 shannonjr Exp $
bin/prewikka-httpd
${PYSITELIB}/prewikka/Auth.py
${PYSITELIB}/prewikka/Auth.pyc
@@ -60,6 +60,12 @@ ${PYSITELIB}/prewikka/modules/auth/loginpassword/__init__.pyo
${PYSITELIB}/prewikka/modules/auth/loginpassword/loginpassword.py
${PYSITELIB}/prewikka/modules/auth/loginpassword/loginpassword.pyc
${PYSITELIB}/prewikka/modules/auth/loginpassword/loginpassword.pyo
+${PYSITELIB}/prewikka/modules/auth/cgi/__init__.py
+${PYSITELIB}/prewikka/modules/auth/cgi/__init__.pyc
+${PYSITELIB}/prewikka/modules/auth/cgi/__init__.pyo
+${PYSITELIB}/prewikka/modules/auth/cgi/cgi.py
+${PYSITELIB}/prewikka/modules/auth/cgi/cgi.pyc
+${PYSITELIB}/prewikka/modules/auth/cgi/cgi.pyo
${PYSITELIB}/prewikka/modules/log/__init__.py
${PYSITELIB}/prewikka/modules/log/__init__.pyc
${PYSITELIB}/prewikka/modules/log/__init__.pyo
@@ -90,6 +96,9 @@ ${PYSITELIB}/prewikka/templates/ErrorTemplate.pyo
${PYSITELIB}/prewikka/templates/FilterEdition.py
${PYSITELIB}/prewikka/templates/FilterEdition.pyc
${PYSITELIB}/prewikka/templates/FilterEdition.pyo
+${PYSITELIB}/prewikka/templates/FilterListing.py
+${PYSITELIB}/prewikka/templates/FilterListing.pyc
+${PYSITELIB}/prewikka/templates/FilterListing.pyo
${PYSITELIB}/prewikka/templates/HTMLDocument.py
${PYSITELIB}/prewikka/templates/HTMLDocument.pyc
${PYSITELIB}/prewikka/templates/HTMLDocument.pyo
diff --git a/security/py-prewikka/distinfo b/security/py-prewikka/distinfo
index 6e46696b2cb..208586f5d76 100644
--- a/security/py-prewikka/distinfo
+++ b/security/py-prewikka/distinfo
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.3 2006/05/04 13:16:42 shannonjr Exp $
+$NetBSD: distinfo,v 1.4 2006/08/17 11:35:20 shannonjr Exp $
-SHA1 (prewikka-0.9.5.tar.gz) = 00a6df1abaf1ca8d8e15d003b15e80e7b7298e71
-RMD160 (prewikka-0.9.5.tar.gz) = e3ba5fd878759662b6a7eff0b16d971e9c005899
-Size (prewikka-0.9.5.tar.gz) = 179329 bytes
+SHA1 (prewikka-0.9.7.tar.gz) = a11cd15a1290cd52553a824c61ab2c1e028435ff
+RMD160 (prewikka-0.9.7.tar.gz) = 29b1dfe7e81b9273ed7e59b37acb3ded85f5e836
+Size (prewikka-0.9.7.tar.gz) = 180802 bytes