Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 21 Jan 2008 13:39:34 +0100 (CET)
From:      Robin Gruyters <r.gruyters@yirdis.nl>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/119854: [PATCH] security/libpreludedb: update to 0.9.14.1
Message-ID:  <200801211239.m0LCdYwl065987@server.yirdis.net>
Resent-Message-ID: <200801211250.m0LCo1Cd059376@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         119854
>Category:       ports
>Synopsis:       [PATCH] security/libpreludedb: update to 0.9.14.1
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Mon Jan 21 12:50:00 UTC 2008
>Closed-Date:
>Last-Modified:
>Originator:     Robin Gruyters
>Release:        FreeBSD 6.2-RELEASE-p5 i386
>Organization:
Betronic Nederland 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.14.1
- updated pkg-plist

Changelog libpreludedb:
- Improved thread safety: all query are now mutex protected, and the
  mutex won't be released until the transaction is over.
- Use TEXT in place of VARCHAR for alert.assessment.impact.description (fix #265).
- Fix OpenBSD compilation issue, thanks Alexandre Anriot
  <aanriot@atlantilde.com>
  for pointing out this (fix #227).
- [preludedb-admin] Make it possible to specify an offset with no limit.
- [mysql] Prevent MySQL session from timing out after 8 hours of inactivity.
- [pgsql] Fix PostgreSQL warning when inserting binary data.
- [preludedb-admin] Fix a problem handling the offset option with the
  load command.
- [preludedb-admin] Fix possible wraparound in statistics computation
  code.
- Allow Python threads to run while executing libpreludedb C function.
- Fix PostgreSQL upgrade script (fix #271).


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

--- libpreludedb-0.9.14.1.patch begins here ---
Index: Makefile
===================================================================
RCS file: /data3/Build/CVS/ports/security/libpreludedb/Makefile,v
retrieving revision 1.26
diff -u -r1.26 Makefile
--- Makefile	5 Oct 2007 01:46:14 -0000	1.26
+++ Makefile	15 Jan 2008 08:58:51 -0000
@@ -4,7 +4,7 @@
 # $FreeBSD: ports/security/libpreludedb/Makefile,v 1.26 2007/10/05 01:46:14 clsung Exp $
 
 PORTNAME=	libpreludedb
-PORTVERSION=	0.9.13
+PORTVERSION=	0.9.14.1
 CATEGORIES=	security
 MASTER_SITES=	http://www.prelude-ids.org/download/releases/ \
 		http://www.prelude-ids.org/download/releases/old/
Index: distinfo
===================================================================
RCS file: /data3/Build/CVS/ports/security/libpreludedb/distinfo,v
retrieving revision 1.18
diff -u -r1.18 distinfo
--- distinfo	5 Oct 2007 01:46:14 -0000	1.18
+++ distinfo	15 Jan 2008 08:58:58 -0000
@@ -1,3 +1,3 @@
-MD5 (libpreludedb-0.9.13.tar.gz) = 6db651ba88a90c8c23caeb0f1881b465
-SHA256 (libpreludedb-0.9.13.tar.gz) = 163d1b05063972c3988aeab3fd71ade722c39c8e3a141ea3f031995cd507386c
-SIZE (libpreludedb-0.9.13.tar.gz) = 699987
+MD5 (libpreludedb-0.9.14.1.tar.gz) = d5e37cccc32ca54fece68b7eee589f01
+SHA256 (libpreludedb-0.9.14.1.tar.gz) = f52cd9a386f36b85410e071a5ee2f90baceb527402707f2c1165265a2259e9dc
+SIZE (libpreludedb-0.9.14.1.tar.gz) = 757477
Index: pkg-plist
===================================================================
RCS file: /data3/Build/CVS/ports/security/libpreludedb/pkg-plist,v
retrieving revision 1.11
diff -u -r1.11 pkg-plist
--- pkg-plist	5 Oct 2007 01:46:14 -0000	1.11
+++ pkg-plist	21 Jan 2008 12:30:07 -0000
@@ -35,6 +35,7 @@
 %%DATADIR%%/classic/mysql-update-14-4.sql
 %%DATADIR%%/classic/mysql-update-14-5.sql
 %%DATADIR%%/classic/mysql-update-14-6.sql
+%%DATADIR%%/classic/mysql-update-14-7.sql
 %%DATADIR%%/classic/mysql.sql
 %%DATADIR%%/classic/mysql2pgsql.sh
 %%DATADIR%%/classic/mysql2sqlite.sh
@@ -44,10 +45,12 @@
 %%DATADIR%%/classic/pgsql-update-14-4.sql
 %%DATADIR%%/classic/pgsql-update-14-5.sql
 %%DATADIR%%/classic/pgsql-update-14-6.sql
+%%DATADIR%%/classic/pgsql-update-14-7.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-update-14-7.sql
 %%DATADIR%%/classic/sqlite.sql
 %%PORTDOCS%%%%DOCSDIR%%/ch01.html
 %%PORTDOCS%%%%DOCSDIR%%/home.png
--- libpreludedb-0.9.14.1.patch ends here ---

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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200801211239.m0LCdYwl065987>