From a285174426ca0c81d3bd3e599f57a00948e83f9a Mon Sep 17 00:00:00 2001 From: Cheng-Lung Sung Date: Fri, 5 Oct 2007 01:46:14 +0000 Subject: - Update to 0.9.13 - bump libprelude library Changelog libpreludedb: - 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 . - [pgsql] Patch by Pierre Chifflier , that fixes type 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 . PR: ports/116109 Submitted by: maintainer (Robin Gruyters) --- security/libpreludedb/Makefile | 8 +++++--- security/libpreludedb/distinfo | 6 +++--- security/libpreludedb/pkg-plist | 3 +++ 3 files changed, 11 insertions(+), 6 deletions(-) (limited to 'security/libpreludedb') diff --git a/security/libpreludedb/Makefile b/security/libpreludedb/Makefile index 5cfb79633510..7b756445cb87 100644 --- a/security/libpreludedb/Makefile +++ b/security/libpreludedb/Makefile @@ -4,8 +4,7 @@ # $FreeBSD$ PORTNAME= libpreludedb -PORTVERSION= 0.9.12 -PORTREVISION= 1 +PORTVERSION= 0.9.13 CATEGORIES= security MASTER_SITES= http://www.prelude-ids.org/download/releases/ \ http://www.prelude-ids.org/download/releases/old/ @@ -13,7 +12,7 @@ MASTER_SITES= http://www.prelude-ids.org/download/releases/ \ MAINTAINER= r.gruyters@yirdis.nl COMMENT= Framework library for access to Prelude NIDS database -LIB_DEPENDS= prelude.12:${PORTSDIR}/security/libprelude +LIB_DEPENDS= prelude.13:${PORTSDIR}/security/libprelude USE_GMAKE= yes GNU_CONFIGURE= yes @@ -28,6 +27,8 @@ OPTIONS= PERL "Include Perl bindings" off \ PGSQL "Use PostgreSQL backend" off \ SQLITE "Use SQLite backend" off +MAN1= preludedb-admin.1 + .include .if defined(WITH_PERL) @@ -87,6 +88,7 @@ CONFIGURE_ARGS+= --with-html-dir=${PREFIX}/share/doc post-install: @${MKDIR} ${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/docs/api/html/* ${DOCSDIR} + ${INSTALL_MAN} ${WRKSRC}/docs/manpages/*.1 ${MAN1PREFIX}/man/man1/ .endif .include diff --git a/security/libpreludedb/distinfo b/security/libpreludedb/distinfo index 3da241714f7c..8b41cc98cbe1 100644 --- a/security/libpreludedb/distinfo +++ b/security/libpreludedb/distinfo @@ -1,3 +1,3 @@ -MD5 (libpreludedb-0.9.12.tar.gz) = 4d23db4783507d64d19d1f3491b19a49 -SHA256 (libpreludedb-0.9.12.tar.gz) = 6ad802c15510bcd3c25f92bb19ef025b3aa4974ae4eb0bee734d364f562b1f85 -SIZE (libpreludedb-0.9.12.tar.gz) = 661053 +MD5 (libpreludedb-0.9.13.tar.gz) = 6db651ba88a90c8c23caeb0f1881b465 +SHA256 (libpreludedb-0.9.13.tar.gz) = 163d1b05063972c3988aeab3fd71ade722c39c8e3a141ea3f031995cd507386c +SIZE (libpreludedb-0.9.13.tar.gz) = 699987 diff --git a/security/libpreludedb/pkg-plist b/security/libpreludedb/pkg-plist index cb3e64799f26..1f5a4677b96b 100644 --- a/security/libpreludedb/pkg-plist +++ b/security/libpreludedb/pkg-plist @@ -34,6 +34,7 @@ share/aclocal/libpreludedb.m4 %%DATADIR%%/classic/mysql-update-14-3.sql %%DATADIR%%/classic/mysql-update-14-4.sql %%DATADIR%%/classic/mysql-update-14-5.sql +%%DATADIR%%/classic/mysql-update-14-6.sql %%DATADIR%%/classic/mysql.sql %%DATADIR%%/classic/mysql2pgsql.sh %%DATADIR%%/classic/mysql2sqlite.sh @@ -42,9 +43,11 @@ share/aclocal/libpreludedb.m4 %%DATADIR%%/classic/pgsql-update-14-3.sql %%DATADIR%%/classic/pgsql-update-14-4.sql %%DATADIR%%/classic/pgsql-update-14-5.sql +%%DATADIR%%/classic/pgsql-update-14-6.sql %%DATADIR%%/classic/pgsql.sql %%DATADIR%%/classic/sqlite-update-14-4.sql %%DATADIR%%/classic/sqlite-update-14-5.sql +%%DATADIR%%/classic/sqlite-update-14-6.sql %%DATADIR%%/classic/sqlite.sql %%PORTDOCS%%%%DOCSDIR%%/ch01.html %%PORTDOCS%%%%DOCSDIR%%/home.png -- cgit v1.2.3