diff options
author | mjl <mjl> | 2001-09-06 12:53:49 +0000 |
---|---|---|
committer | mjl <mjl> | 2001-09-06 12:53:49 +0000 |
commit | 4b810908ac3eca7bf1139709d8ab4e94ed4ecc5d (patch) | |
tree | 147f057d4b89430f07c62441fe92d90b36286d8b /devel/p5-Storable/distinfo | |
parent | 1fd1e78d0ec0c6555d6fdd1168fec398f236f17e (diff) | |
download | pkgsrc-4b810908ac3eca7bf1139709d8ab4e94ed4ecc5d.tar.gz |
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.
Diffstat (limited to 'devel/p5-Storable/distinfo')
-rw-r--r-- | devel/p5-Storable/distinfo | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/devel/p5-Storable/distinfo b/devel/p5-Storable/distinfo index 82f74a85e76..4246e7c04b3 100644 --- a/devel/p5-Storable/distinfo +++ b/devel/p5-Storable/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.2 2001/04/21 00:44:40 wiz Exp $ +$NetBSD: distinfo,v 1.3 2001/09/06 12:53:49 mjl Exp $ -SHA1 (Storable-1.0.11.tar.gz) = e255a14a8be00798e17c4065fc128ea19dddaa72 -Size (Storable-1.0.11.tar.gz) = 62997 bytes +SHA1 (Storable-1.0.13.tar.gz) = beac183a43c2c02a7ef54be421b5f0ee70554e87 +Size (Storable-1.0.13.tar.gz) = 64235 bytes |