diff options
author | adam <adam@pkgsrc.org> | 2012-01-18 13:48:36 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2012-01-18 13:48:36 +0000 |
commit | c765e0313d0f2123b50153ce131d05bd84f37980 (patch) | |
tree | b695ef7dc9220058caae3af8b9df630763046fe5 /databases | |
parent | 9abdc4ef4d986c3b1c9cca06c549bb086010bac7 (diff) | |
download | pkgsrc-c765e0313d0f2123b50153ce131d05bd84f37980.tar.gz |
Changes 5.3.0:
* Support Berkeley DB 5.3.x.
* Drop support for Berkeley DB 4.2 and Python 2.3. Our reference
is Red Had Enterprise Linux 5, until march 2014.
* Support for "DBEnv->set_intermediate_dir()", available in
Berkeley DB 4.3-4.6. Patch by Garret Cooper.
* Support for "DB->set_dup_compare()". Original patches by
Nikita M. Kozlovsky and Ben Schmeckpeper.
* Fixed a testsuite compatibility problem with BDB 5.2.
* If we are running Solaris or derivatives, and 64bit python,
try to find the library under "/usr/local/Berkeley.*.*/64/".
* Solaris 10 Update 10 exposes a very old race condition in the replication
master election tests. Some details in
https://forums.oracle.com/forums/thread.jspa?messageID=9902860 .
Workaround proposed in a private email from Paula Bingham (Oracle),
in 20110929.
* When doing the full matrix test for a release, stop the verification
if any test failed.
Diffstat (limited to 'databases')
-rw-r--r-- | databases/py-bsddb3/Makefile | 4 | ||||
-rw-r--r-- | databases/py-bsddb3/distinfo | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/databases/py-bsddb3/Makefile b/databases/py-bsddb3/Makefile index 06bc410f66b..cb6a16e97b9 100644 --- a/databases/py-bsddb3/Makefile +++ b/databases/py-bsddb3/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.43 2011/07/14 07:45:28 adam Exp $ +# $NetBSD: Makefile,v 1.44 2012/01/18 13:48:36 adam Exp $ -DISTNAME= bsddb3-5.2.0 +DISTNAME= bsddb3-5.3.0 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} CATEGORIES= databases python MASTER_SITES= http://pypi.python.org/packages/source/b/bsddb3/ diff --git a/databases/py-bsddb3/distinfo b/databases/py-bsddb3/distinfo index 05c7cf0b232..91378387164 100644 --- a/databases/py-bsddb3/distinfo +++ b/databases/py-bsddb3/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.20 2011/07/14 07:45:28 adam Exp $ +$NetBSD: distinfo,v 1.21 2012/01/18 13:48:37 adam Exp $ -SHA1 (bsddb3-5.2.0.tar.gz) = 4395c125807fc8c4bac4d367f4556e623605c7a8 -RMD160 (bsddb3-5.2.0.tar.gz) = 4f107e799a0ee43d8d47b6aa254bd69459940f1b -Size (bsddb3-5.2.0.tar.gz) = 377968 bytes +SHA1 (bsddb3-5.3.0.tar.gz) = 8743f6d7a2f5471094941a46859723aae88f3915 +RMD160 (bsddb3-5.3.0.tar.gz) = 35474b64891fc6933136913715171dc5ec3dfb36 +Size (bsddb3-5.3.0.tar.gz) = 385113 bytes |