summaryrefslogtreecommitdiff
path: root/security
diff options
context:
space:
mode:
authorhasso <hasso>2009-08-24 13:57:33 +0000
committerhasso <hasso>2009-08-24 13:57:33 +0000
commit10f7767d2d0a082aef713b4c15bbd0f43628d527 (patch)
treefb3ca1ecb3c156f1fce11c942a7eb4bf59a425af /security
parent6812e4bc122b4776bb93f28ae09ce5c77cdfa8b1 (diff)
downloadpkgsrc-10f7767d2d0a082aef713b4c15bbd0f43628d527.tar.gz
Update to 0.9.17. From Rumko via PR 41763. Upstream changes:
Changes in 0.9.17: ================== - Do not provide an exhaustive list of unreachable linked alert, rather, tell the user how many linked alert are not reachable any more. - String encoding fixes, do not mix unicode and bytestring, and more generally, use unicode for internal string storage. This fixes a lot of possible exception with particular specific user input, or with localization enabled. - Inline filter didn't work as expected when viewing events starting with a specific offset, because the offset keyword wasn't removed from the generated link. - Error handling improvement (back / retry button weren't always working as expected). - Fix exception when no protocol was available. - Improve navigation button link (make the link cover the whole button). Changes in 0.9.16: ================== - Multiples advanced filter within the same column wouldn't display correctly. - Correctly restore input field when switching between advanced/simple filter mode. - Fix multiple bug that would results in inconsistant filtered "state" and reset button. - Using the classification simple filter now also trigger a search on impact.completion. - Fix multiple alert deletion checkbox, (#357). - Various bug fixes. Changes in 0.9.15: ================== - Make it obvious when a column is filtered by replacing the old sober star with a big "[filtered]" red marker. If the column filter is saved, then the marker color will go from red to black. - Once the user filtered a given field by clicking on it, deny further click so that it is clear that the filter is currently active. - Re-write the inline filter implementation using Cheetah + Jquery, in place of generating an enormous amount of javascript code. This drastically reduce the size of the events listing HTML page, and will allow for much easier modification of the inline-filters. - Only propose filter operator relevant to the selected path. - Inline filter now present a single input field (with no path and operator selection). Using this field, the user can filter on what is seen in the associated column. For example, in the classification column, the filter will trigger a search on classification.text, classification.reference.name and classification.reference.origin. There is also an [advanced] button allowing the user to specify both the path and the operator. - Implement a reset button in each inline filter column, that allow to switch between different version of the filter: last saved filters, default filters, or current filters. - The user can now click an alert completion to set an inline filter on the completion value. - Clicking on a port / protocol now trigger a CSS menu allowing to filter on the port and protocol information, or to get information concerning this port / protocol. - Clicking on a classification reference now trigger a CSS menu which allow to filter on the reference, or to get more information concerning it. - Clicking on classification now add a filter on the selected classification (previously, it would have unfolded aggregated alerts for the selected entry, which is now done clicking the alert count). - Until now, the default user that was automatically created by Prewikka if there was no administrative user was "admin". As of now you can define the initial administrative username and password from the configuration file. (fix #289). - Fix escaping for reference details URI parameters. - Fix ModPython content-type handling. - Invalid variable name, fix #339. - Update to JQuery 1.3.2, and fit small JQuery API change. - If the installed libprelude or libpreludedb version is too old, Prewikka will require the user to upgrade. Currently, Prewikka depend on libpreludedb 0.9.12, and libprelude 0.9.23. - Fix IDMEFDatabase exception on empty criteria string (fixes #346). - Analyzer retrieval fixes and speedup (fixes #350).
Diffstat (limited to 'security')
-rw-r--r--security/py-prewikka/Makefile9
-rw-r--r--security/py-prewikka/PLIST4
-rw-r--r--security/py-prewikka/distinfo8
3 files changed, 11 insertions, 10 deletions
diff --git a/security/py-prewikka/Makefile b/security/py-prewikka/Makefile
index c2ff765ee0b..d5ce4f49fe1 100644
--- a/security/py-prewikka/Makefile
+++ b/security/py-prewikka/Makefile
@@ -1,16 +1,15 @@
-# $NetBSD: Makefile,v 1.30 2009/03/05 18:51:31 joerg Exp $
+# $NetBSD: Makefile,v 1.31 2009/08/24 13:57:33 hasso Exp $
#
DISTNAME= prewikka-${VERSION}
PKGNAME= ${PYPKGPREFIX}-prewikka-${VERSION}
-PKGREVISION= 1
CATEGORIES= security
-MASTER_SITES= http://www.prelude-ids.org/download/releases/ \
+MASTER_SITES= http://www.prelude-ids.org/download/releases/prewikka/ \
http://www.prelude-ids.org/download/releases/old/
PKG_DESTDIR_SUPPORT= user-destdir
-VERSION= 0.9.14
+VERSION= 0.9.17
CONFLICTS= prewikka-[0-9]*
@@ -69,5 +68,5 @@ post-install:
.include "../../lang/python/extension.mk"
BUILDLINK_API_DEPENDS.libpreludedb+= libpreludedb>=0.9.9
.include "../../security/libpreludedb/buildlink3.mk"
-.include "../../security/libprelude/buildlink3.mk"
+.include "../../security/libprelude-python/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"
diff --git a/security/py-prewikka/PLIST b/security/py-prewikka/PLIST
index 16566808591..c808795f530 100644
--- a/security/py-prewikka/PLIST
+++ b/security/py-prewikka/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.15 2009/06/14 18:13:37 joerg Exp $
+@comment $NetBSD: PLIST,v 1.16 2009/08/24 13:57:33 hasso Exp $
${PYSITELIB}/prewikka/Auth.py
${PYSITELIB}/prewikka/Auth.pyc
${PYSITELIB}/prewikka/Auth.pyo
@@ -92,6 +92,8 @@ ${PYSITELIB}/prewikka/templates/HeartbeatAnalyze.pyo
${PYSITELIB}/prewikka/templates/HeartbeatListing.py
${PYSITELIB}/prewikka/templates/HeartbeatListing.pyc
${PYSITELIB}/prewikka/templates/HeartbeatListing.pyo
+${PYSITELIB}/prewikka/templates/IDMEFBrowser.pyc
+${PYSITELIB}/prewikka/templates/IDMEFBrowser.pyo
${PYSITELIB}/prewikka/templates/LoginPasswordForm.py
${PYSITELIB}/prewikka/templates/LoginPasswordForm.pyc
${PYSITELIB}/prewikka/templates/LoginPasswordForm.pyo
diff --git a/security/py-prewikka/distinfo b/security/py-prewikka/distinfo
index 82e9b05ad8f..cc75fdb2bd9 100644
--- a/security/py-prewikka/distinfo
+++ b/security/py-prewikka/distinfo
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.12 2008/04/28 10:59:42 shannonjr Exp $
+$NetBSD: distinfo,v 1.13 2009/08/24 13:57:33 hasso Exp $
-SHA1 (prewikka-0.9.14.tar.gz) = 25f946ca05fb4e1bb98a022acb2a80917487d4cf
-RMD160 (prewikka-0.9.14.tar.gz) = 3fe32709d4e52f795716d70015c1997f6b6debbb
-Size (prewikka-0.9.14.tar.gz) = 260034 bytes
+SHA1 (prewikka-0.9.17.tar.gz) = 3d28ff5e87b1fcaf361970ed6c0c9e477e4eb00c
+RMD160 (prewikka-0.9.17.tar.gz) = 501d51cb74755a43f366dad8249314612eae2b47
+Size (prewikka-0.9.17.tar.gz) = 277834 bytes
SHA1 (patch-ab) = 76fd7ee4f1c19336a8eaa98fa1513e88e1c4c070