pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/databases/p5-BerkeleyDB Update p5-BerkeleyDB from vers...
details: https://anonhg.NetBSD.org/pkgsrc/rev/888c1bccb319
branches: trunk
changeset: 484743:888c1bccb319
user: he <he%pkgsrc.org@localhost>
date: Mon Nov 29 14:48:02 2004 +0000
description:
Update p5-BerkeleyDB from version 0.25 to 0.26.
Change log:
0.26 10th October 2004
* Changed to allow Building with Berkeley DB 4.3
* added cds_lock and associated methods as a convenience to allow
safe updaing of database records when using Berkeley DB CDS mode.
* added t/cds.t and t/pod.t
* Modified the test suite to use "-ErrFile => *STDOUT" where
possible. This will make it easier to diagnose build issues.
* -Errfile will now accept a filehandle as well as a filename
This means that -ErrFile => *STDOUT will get all extended error
messages displayed directly on screen.
* Added support for set_shm_key & get_shm_key.
* Patch from Mark Jason Dominus to add a better error message
when an odd number of parameters are passed to ParseParameters.
* fixed off-by-one error in my_strdup
* Fixed a problem with push, pop, shift & unshift with Queue &
Recno when used in CDS mode. These methods were not using
a write cursor behind the scenes.
Problem reported by Pavel Hlavnicka.
diffstat:
databases/p5-BerkeleyDB/Makefile | 4 ++--
databases/p5-BerkeleyDB/distinfo | 6 +++---
2 files changed, 5 insertions(+), 5 deletions(-)
diffs (24 lines):
diff -r 5a2f2e4c75a4 -r 888c1bccb319 databases/p5-BerkeleyDB/Makefile
--- a/databases/p5-BerkeleyDB/Makefile Mon Nov 29 14:31:45 2004 +0000
+++ b/databases/p5-BerkeleyDB/Makefile Mon Nov 29 14:48:02 2004 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.7 2004/11/15 17:54:49 jlam Exp $
+# $NetBSD: Makefile,v 1.8 2004/11/29 14:48:02 he Exp $
#
-DISTNAME= BerkeleyDB-0.25
+DISTNAME= BerkeleyDB-0.26
PKGNAME= p5-${DISTNAME}
SVR4_PKGNAME= p5bdb
CATEGORIES= databases perl5
diff -r 5a2f2e4c75a4 -r 888c1bccb319 databases/p5-BerkeleyDB/distinfo
--- a/databases/p5-BerkeleyDB/distinfo Mon Nov 29 14:31:45 2004 +0000
+++ b/databases/p5-BerkeleyDB/distinfo Mon Nov 29 14:48:02 2004 +0000
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.1.1.1 2004/06/04 23:16:36 mjl Exp $
+$NetBSD: distinfo,v 1.2 2004/11/29 14:48:03 he Exp $
-SHA1 (BerkeleyDB-0.25.tar.gz) = 1b18758215f8bb2dddfb0393e4f90b74182750f5
-Size (BerkeleyDB-0.25.tar.gz) = 126076 bytes
+SHA1 (BerkeleyDB-0.26.tar.gz) = 12c43aec728bbd8f37e485b61addbc53fd6c0d95
+Size (BerkeleyDB-0.26.tar.gz) = 129723 bytes
Home |
Main Index |
Thread Index |
Old Index