From robin@yirdis.nl  Mon Jan 21 12:40:11 2008
Return-Path: <robin@yirdis.nl>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id CAAD816A481
	for <FreeBSD-gnats-submit@freebsd.org>; Mon, 21 Jan 2008 12:40:11 +0000 (UTC)
	(envelope-from robin@yirdis.nl)
Received: from se-st-01.yirdis.com (se-st-01.yirdis.com [82.148.219.66])
	by mx1.freebsd.org (Postfix) with ESMTP id 5A67013C45D
	for <FreeBSD-gnats-submit@freebsd.org>; Mon, 21 Jan 2008 12:40:11 +0000 (UTC)
	(envelope-from robin@yirdis.nl)
Received: from mail.yirdis.nl ([82.148.222.105])
	by se-st-01.yirdis.com (8.13.6/8.13.6) with ESMTP id m0LCe4u9004707
	for <FreeBSD-gnats-submit@freebsd.org>; Mon, 21 Jan 2008 13:40:04 +0100 (CET)
	(envelope-from robin@yirdis.nl)
Received: from server.yirdis.net (localhost [127.0.0.1])
	by mail.yirdis.nl (8.13.8/8.13.8) with ESMTP id m0LCdYfw065988
	(version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO)
	for <FreeBSD-gnats-submit@freebsd.org>; Mon, 21 Jan 2008 13:39:34 +0100 (CET)
	(envelope-from robin@server.yirdis.net)
Received: (from robin@localhost)
	by server.yirdis.net (8.13.8/8.13.8/Submit) id m0LCdYwl065987;
	Mon, 21 Jan 2008 13:39:34 +0100 (CET)
	(envelope-from robin)
Message-Id: <200801211239.m0LCdYwl065987@server.yirdis.net>
Date: Mon, 21 Jan 2008 13:39:34 +0100 (CET)
From: Robin Gruyters <r.gruyters@yirdis.nl>
To: FreeBSD-gnats-submit@freebsd.org
Subject: [PATCH] security/libpreludedb: update to 0.9.14.1
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         119854
>Category:       ports
>Synopsis:       [PATCH] security/libpreludedb: update to 0.9.14.1
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    miwi
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Mon Jan 21 12:50:00 UTC 2008
>Closed-Date:    Fri Feb 15 11:18:32 UTC 2008
>Last-Modified:  Fri Feb 15 11:20:03 UTC 2008
>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:
Class-Changed-From-To: update->maintainer-update 
Class-Changed-By: edwin 
Class-Changed-When: Mon Jan 21 12:50:09 UTC 2008 
Class-Changed-Why:  
Fix category (submitter is maintainer) (via the GNATS Auto Assign Tool) 

http://www.freebsd.org/cgi/query-pr.cgi?pr=119854 
Responsible-Changed-From-To: freebsd-ports-bugs->miwi 
Responsible-Changed-By: miwi 
Responsible-Changed-When: Mon Jan 21 16:34:12 UTC 2008 
Responsible-Changed-Why:  
I'll take it. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=119854 
State-Changed-From-To: open->closed 
State-Changed-By: miwi 
State-Changed-When: Fri Feb 15 11:18:31 UTC 2008 
State-Changed-Why:  
Committed. Thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=119854 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/119854: commit references a PR
Date: Fri, 15 Feb 2008 11:17:26 +0000 (UTC)

 miwi        2008-02-15 11:17:20 UTC
 
   FreeBSD ports repository
 
   Modified files:
     security/libpreludedb Makefile distinfo pkg-plist 
   Log:
   - Update to 0.9.14.1
   
   PR:             119854
   Submitted by:   Robin Gruyters <r.gruyters@yirdis.nl> (maintainer)
   
   Revision  Changes    Path
   1.27      +1 -1      ports/security/libpreludedb/Makefile
   1.19      +3 -3      ports/security/libpreludedb/distinfo
   1.12      +4 -1      ports/security/libpreludedb/pkg-plist
 _______________________________________________
 cvs-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/cvs-all
 To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
 
>Unformatted:
