aboutsummaryrefslogtreecommitdiffstats
path: root/security/libpreludedb
diff options
context:
space:
mode:
authorclsung <clsung@FreeBSD.org>2007-10-05 09:46:14 +0800
committerclsung <clsung@FreeBSD.org>2007-10-05 09:46:14 +0800
commita01284c5b5bf33daabb5df39f6616c414e09c46f (patch)
tree011879630c16bf24bff73c212558407d956ccbc6 /security/libpreludedb
parentefd0cf0bdfb54b7a2eef57f5f2ed95f439dcc606 (diff)
downloadfreebsd-ports-gnome-a01284c5b5bf33daabb5df39f6616c414e09c46f.tar.gz
freebsd-ports-gnome-a01284c5b5bf33daabb5df39f6616c414e09c46f.tar.zst
freebsd-ports-gnome-a01284c5b5bf33daabb5df39f6616c414e09c46f.zip
- 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 <aanriot@atlantilde.com>. - [pgsql] Patch by Pierre Chifflier <chifflier@inl.fr>, 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 <chifflier@inl.fr>. PR: ports/116109 Submitted by: maintainer (Robin Gruyters)
Diffstat (limited to 'security/libpreludedb')
-rw-r--r--security/libpreludedb/Makefile8
-rw-r--r--security/libpreludedb/distinfo6
-rw-r--r--security/libpreludedb/pkg-plist3
3 files changed, 11 insertions, 6 deletions
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 <bsd.port.pre.mk>
.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 <bsd.port.post.mk>
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