From nobody@FreeBSD.org  Tue Nov 16 15:41:38 2010
Return-Path: <nobody@FreeBSD.org>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id 2F0A61065675
	for <freebsd-gnats-submit@FreeBSD.org>; Tue, 16 Nov 2010 15:41:38 +0000 (UTC)
	(envelope-from nobody@FreeBSD.org)
Received: from www.freebsd.org (www.freebsd.org [IPv6:2001:4f8:fff6::21])
	by mx1.freebsd.org (Postfix) with ESMTP id 1E0EC8FC0A
	for <freebsd-gnats-submit@FreeBSD.org>; Tue, 16 Nov 2010 15:41:38 +0000 (UTC)
Received: from www.freebsd.org (localhost [127.0.0.1])
	by www.freebsd.org (8.14.3/8.14.3) with ESMTP id oAGFfb3g064086
	for <freebsd-gnats-submit@FreeBSD.org>; Tue, 16 Nov 2010 15:41:37 GMT
	(envelope-from nobody@www.freebsd.org)
Received: (from nobody@localhost)
	by www.freebsd.org (8.14.3/8.14.3/Submit) id oAGFfbeJ064085;
	Tue, 16 Nov 2010 15:41:37 GMT
	(envelope-from nobody)
Message-Id: <201011161541.oAGFfbeJ064085@www.freebsd.org>
Date: Tue, 16 Nov 2010 15:41:37 GMT
From: Kirk Strauser <kirk@daycos.com>
To: freebsd-gnats-submit@FreeBSD.org
Subject: Maintainer update: databases/pgdbf to version 0.5.4
X-Send-Pr-Version: www-3.1
X-GNATS-Notify:

>Number:         152301
>Category:       ports
>Synopsis:       Maintainer update: databases/pgdbf to version 0.5.4
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    sunpoet
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Tue Nov 16 15:50:08 UTC 2010
>Closed-Date:    Wed Nov 17 02:33:00 UTC 2010
>Last-Modified:  Wed Nov 17 02:40:09 UTC 2010
>Originator:     Kirk Strauser
>Release:        8-STABLE
>Organization:
Daycos
>Environment:
>Description:
This updates the databases/pgdbf port to version 0.5.4:

    Version 0.5.4: Better fix for invalid memofiles

    This version removes the somewhat ad-hoc method of checking a memofile's
    length at the beginning of the run, and adds a check for valid memofile
    offsets each time a memo record is requested. The overhead is negligible
    and it adds the extra benefit of allowing as much data as possible to be
    extracted from damaged memofiles.

>How-To-Repeat:

>Fix:
diff -urN pgdbf-old/Makefile pgdbf/Makefile
--- pgdbf-old/Makefile	2010-11-04 01:10:58.000000000 -0500
+++ pgdbf/Makefile	2010-11-16 09:30:44.382015958 -0600
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	pgdbf
-PORTVERSION=	0.5.2
+PORTVERSION=	0.5.4
 CATEGORIES=	databases
 MASTER_SITES=	SF
 
diff -urN pgdbf-old/distinfo pgdbf/distinfo
--- pgdbf-old/distinfo	2010-11-04 01:10:58.000000000 -0500
+++ pgdbf/distinfo	2010-11-16 09:31:47.916167987 -0600
@@ -1,2 +1,2 @@
-SHA256 (pgdbf-0.5.2.tar.gz) = 28cd890ca56b41894ebd4fddb493a1ebb06beed2723ca9a3ec1612215ec3a1cb
-SIZE (pgdbf-0.5.2.tar.gz) = 104916
+SHA256 (pgdbf-0.5.4.tar.gz) = f58dab9d6ace11e28145e460e54cdcccb720083ab72070b77732f8bddc7780b6
+SIZE (pgdbf-0.5.4.tar.gz) = 106736


>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-bugs->sunpoet 
Responsible-Changed-By: sunpoet 
Responsible-Changed-When: Tue Nov 16 16:13:54 UTC 2010 
Responsible-Changed-Why:  
I'll take it. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=152301 
State-Changed-From-To: open->closed 
State-Changed-By: sunpoet 
State-Changed-When: Wed Nov 17 02:32:59 UTC 2010 
State-Changed-Why:  
Committed. Thanks! 

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

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/152301: commit references a PR
Date: Wed, 17 Nov 2010 02:32:44 +0000 (UTC)

 sunpoet     2010-11-17 02:32:39 UTC
 
   FreeBSD ports repository
 
   Modified files:
     databases/pgdbf      Makefile distinfo 
   Log:
   - Update to 0.5.4
   
   Changes:
   
   0.5.4:
   - Do away with the single memofile size check at the beginning of the run and
     checks for valid memo record offsets every time one is requested.
   
   0.5.3:
   - Fix an unsigned int comparison bug.
   
   PR:             ports/152301
   Submitted by:   Kirk Strauser <kirk@daycos.com> (maintainer)
   
   Revision  Changes    Path
   1.5       +1 -1      ports/databases/pgdbf/Makefile
   1.5       +2 -2      ports/databases/pgdbf/distinfo
 _______________________________________________
 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:
