Subject: CVS commit: pkgsrc/devel/p5-Storable
To: None <pkgsrc-changes@netbsd.org>
From: Martin J. Laubach <mjl@netbsd.org>
List: pkgsrc-changes
Date: 09/06/2001 15:53:50
Module Name:	pkgsrc
Committed By:	mjl
Date:		Thu Sep  6 12:53:50 UTC 2001

Modified Files:
	pkgsrc/devel/p5-Storable: Makefile distinfo

Log Message:
Update to 1.0.13 as per PR/13869 by kevlo@midassol.com

        Fixed truncation race with lock_retrieve() in lock_store().
        The file has to be truncated only once the exclusive lock is held.

        Removed spurious debugging messages in .xs file.

        Fixed memory corruption on croaks during thaw().

        Made code compile cleanly with -Wall.

        Changed tagnum and classnum from I32 to IV in context.


To generate a diff of this commit:
cvs rdiff -r1.3 -r1.4 pkgsrc/devel/p5-Storable/Makefile
cvs rdiff -r1.2 -r1.3 pkgsrc/devel/p5-Storable/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.