Date: Tue, 16 Nov 2010 15:41:37 GMT From: Kirk Strauser <kirk@daycos.com> To: freebsd-gnats-submit@FreeBSD.org Subject: misc/152301: Maintainer update: databases/pgdbf to version 0.5.4 Message-ID: <201011161541.oAGFfbeJ064085@www.freebsd.org> Resent-Message-ID: <201011161550.oAGFo96f010571@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 152301 >Category: misc >Synopsis: Maintainer update: databases/pgdbf to version 0.5.4 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Tue Nov 16 15:50:08 UTC 2010 >Closed-Date: >Last-Modified: >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: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201011161541.oAGFfbeJ064085>