Update to 0.9.13. Changes:

- Source and Target now use a 16 bits index (required for CorrelationAlert with
  large number of source/target). CorrelationAlert Alertident now use a 32 bits
  index (required to link large number of Alert together).
- Fix compilation on system without ENOTSUP (fix #227):
  Include modified patch from Alexandre Anriot <aanriot@atlantilde.com>.
  conversions preventing PostgreSQL to use indexes (fix #225).
- [preludedb-admin] Use separate alert / heartbeat command: this is done to
  have a coherent implementation of the --offset and --count command line
  options.
- [preludedb-admin] Fix --offset with the load command.
- [preludedb-admin] Give the delete table a decent size, should speedup the
  delete command.
- [documentation] preludedb-admin manpage (fix #230), by Pierre Chifflier
  <chifflier@inl.fr>.
This commit is contained in:
shannonjr 2007-09-05 19:04:00 +00:00
parent d1f737d6a6
commit 957cdce372
3 changed files with 11 additions and 9 deletions

View file

@ -1,9 +1,7 @@
# $NetBSD: Makefile,v 1.18 2007/06/05 05:37:00 wiz Exp $
# $NetBSD: Makefile,v 1.19 2007/09/05 19:04:00 shannonjr Exp $
#
DISTNAME= libpreludedb-0.9.12
#PKGREVISION= 1
PKGREVISION= 1
DISTNAME= libpreludedb-0.9.13
CATEGORIES= security
MASTER_SITES= http://www.prelude-ids.org/download/releases/ \
http://www.prelude-ids.org/download/releases/old/

View file

@ -1,4 +1,4 @@
@comment $NetBSD: PLIST,v 1.6 2007/02/23 15:19:41 shannonjr Exp $
@comment $NetBSD: PLIST,v 1.7 2007/09/05 19:04:00 shannonjr Exp $
bin/libpreludedb-config
bin/preludedb-admin
include/libpreludedb/preludedb-error.h
@ -56,6 +56,10 @@ share/libpreludedb/classic/addIndices.sql
share/libpreludedb/classic/pgsql.sql
share/libpreludedb/classic/sqlite.sql
share/libpreludedb/classic/sqlite-update-14-4.sql
man/man1/preludedb-admin.1
share/libpreludedb/classic/mysql-update-14-6.sql
share/libpreludedb/classic/pgsql-update-14-6.sql
share/libpreludedb/classic/sqlite-update-14-6.sql
@dirrm share/libpreludedb/classic
@dirrm share/libpreludedb
@dirrm share/gtk-doc/html/libpreludedb

View file

@ -1,5 +1,5 @@
$NetBSD: distinfo,v 1.11 2007/04/09 12:48:09 shannonjr Exp $
$NetBSD: distinfo,v 1.12 2007/09/05 19:04:00 shannonjr Exp $
SHA1 (libpreludedb-0.9.12.tar.gz) = a4372cead6772864bcc2b6e8f5327501e2ffc314
RMD160 (libpreludedb-0.9.12.tar.gz) = c0fef73bb8ee926d3e3a50fe68eb23641b4a655c
Size (libpreludedb-0.9.12.tar.gz) = 661053 bytes
SHA1 (libpreludedb-0.9.13.tar.gz) = e8dcb2e5a19cadfa0fdf6feed9ba5c09cea02745
RMD160 (libpreludedb-0.9.13.tar.gz) = 335feb172e86111ab93d7dfd8fd473643ffcd6de
Size (libpreludedb-0.9.13.tar.gz) = 699987 bytes