ports/116109: [MAINTAINER] security/libpreludedb: update to 0.9.13

Robin Gruyters r.gruyters at yirdis.nl
Wed Sep 5 09:50:03 UTC 2007


>Number:         116109
>Category:       ports
>Synopsis:       [MAINTAINER] security/libpreludedb: update to 0.9.13
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Wed Sep 05 09:50:02 GMT 2007
>Closed-Date:
>Last-Modified:
>Originator:     Robin Gruyters
>Release:        FreeBSD 6.2-RELEASE-p5 i386
>Organization:
YIRDIS B.V.
>Environment:
System: FreeBSD server.yirdis.net 6.2-RELEASE-p5 FreeBSD 6.2-RELEASE-p5 #4: Thu May 31 10:58:52 CEST 2007
>Description:
- 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 at atlantilde.com>.
- [pgsql] Patch by Pierre Chifflier <chifflier at 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 at inl.fr>.


Generated with FreeBSD Port Tools 0.77
>How-To-Repeat:
>Fix:

--- libpreludedb-0.9.13.patch begins here ---
Index: Makefile
===================================================================
RCS file: /data3/Build/CVS/ports/security/libpreludedb/Makefile,v
retrieving revision 1.25
diff -u -r1.25 Makefile
--- Makefile	6 Jun 2007 12:50:09 -0000	1.25
+++ Makefile	5 Sep 2007 09:39:04 -0000
@@ -4,8 +4,7 @@
 # $FreeBSD: ports/security/libpreludedb/Makefile,v 1.25 2007/06/06 12:50:09 araujo Exp $
 
 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 @@
 MAINTAINER=	r.gruyters at 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 @@
 			PGSQL "Use PostgreSQL backend" off \
 			SQLITE "Use SQLite backend" off
 
+MAN1=			preludedb-admin.1
+
 .include <bsd.port.pre.mk>
 
 .if defined(WITH_PERL)
Index: distinfo
===================================================================
RCS file: /data3/Build/CVS/ports/security/libpreludedb/distinfo,v
retrieving revision 1.17
diff -u -r1.17 distinfo
--- distinfo	21 Mar 2007 07:48:49 -0000	1.17
+++ distinfo	5 Sep 2007 09:31:22 -0000
@@ -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
Index: pkg-plist
===================================================================
RCS file: /data3/Build/CVS/ports/security/libpreludedb/pkg-plist,v
retrieving revision 1.10
diff -u -r1.10 pkg-plist
--- pkg-plist	14 Aug 2006 09:11:31 -0000	1.10
+++ pkg-plist	5 Sep 2007 09:41:54 -0000
@@ -34,6 +34,7 @@
 %%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 @@
 %%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
--- libpreludedb-0.9.13.patch ends here ---

>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list