From dcde19276a7b068a543663d9ddeb8af08991fe29 Mon Sep 17 00:00:00 2001 From: Cheng-Lung Sung Date: Wed, 21 Mar 2007 07:48:49 +0000 Subject: [PATCH] - Update to 0.9.12 Changelog libpreludedb-0.9.12: - [sqlite3] Provide case-insensitive regex. - [preludedb-admin] Loading of multiple file and improved reporting. - Provide substring match for AdditionalData value. - Fix insertion issue for ProcessArg and File Linkage. - Fix a bug when retrieving an empty time field (following retrieved fields where not the one expected). - When a given SQL function is not implemented by the driver, return a detailed error message with information concerning the missing function. - Implement Python only get_values, get_heartbeat_idents, get_alert_idents. Return the number of rows as well as the rows in a tupple. - Make sure we have an exception to process: fix a crash with Python bindings upon signal reception. Fix #200. PR: ports/110583 Submitted by: maintainer (Robin Gruyters) --- security/libpreludedb/Makefile | 2 +- security/libpreludedb/distinfo | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/security/libpreludedb/Makefile b/security/libpreludedb/Makefile index f7d3d61d54e3..4a19990a535d 100644 --- a/security/libpreludedb/Makefile +++ b/security/libpreludedb/Makefile @@ -4,7 +4,7 @@ # $FreeBSD$ PORTNAME= libpreludedb -PORTVERSION= 0.9.11.3 +PORTVERSION= 0.9.12 CATEGORIES= security MASTER_SITES= http://www.prelude-ids.org/download/releases/ \ http://www.prelude-ids.org/download/releases/old/ diff --git a/security/libpreludedb/distinfo b/security/libpreludedb/distinfo index b418926c2a89..3da241714f7c 100644 --- a/security/libpreludedb/distinfo +++ b/security/libpreludedb/distinfo @@ -1,3 +1,3 @@ -MD5 (libpreludedb-0.9.11.3.tar.gz) = cbc10dda9f968a191af70e01d9fca65e -SHA256 (libpreludedb-0.9.11.3.tar.gz) = cec7ed31d020d020d10330d932c046a49e7f964cf0dbf57e4d6115b9a9da5ba1 -SIZE (libpreludedb-0.9.11.3.tar.gz) = 650204 +MD5 (libpreludedb-0.9.12.tar.gz) = 4d23db4783507d64d19d1f3491b19a49 +SHA256 (libpreludedb-0.9.12.tar.gz) = 6ad802c15510bcd3c25f92bb19ef025b3aa4974ae4eb0bee734d364f562b1f85 +SIZE (libpreludedb-0.9.12.tar.gz) = 661053