1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-02-03 11:12:13 +00:00

- 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)
This commit is contained in:
Cheng-Lung Sung 2007-03-21 07:48:49 +00:00
parent c80c46277a
commit dcde19276a
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=187837
2 changed files with 4 additions and 4 deletions

View File

@ -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/

View File

@ -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