summaryrefslogtreecommitdiff
path: root/devel/p5-Storable
diff options
context:
space:
mode:
authormjl <mjl>2001-09-06 12:53:49 +0000
committermjl <mjl>2001-09-06 12:53:49 +0000
commit355a2e91e2120f6c42876e9832ebb034b2dfeec2 (patch)
tree147f057d4b89430f07c62441fe92d90b36286d8b /devel/p5-Storable
parent156570aaf812456686d242c95917a2e3014c08bb (diff)
downloadpkgsrc-355a2e91e2120f6c42876e9832ebb034b2dfeec2.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')
-rw-r--r--devel/p5-Storable/Makefile4
-rw-r--r--devel/p5-Storable/distinfo6
2 files changed, 5 insertions, 5 deletions
diff --git a/devel/p5-Storable/Makefile b/devel/p5-Storable/Makefile
index 57fa7715c3a..043508e5af2 100644
--- a/devel/p5-Storable/Makefile
+++ b/devel/p5-Storable/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.3 2001/04/14 21:43:41 jtb Exp $
+# $NetBSD: Makefile,v 1.4 2001/09/06 12:53:49 mjl Exp $
-DISTNAME= Storable-1.0.11
+DISTNAME= Storable-1.0.13
PKGNAME= p5-${DISTNAME}
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Storable/}
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