[Lunar-commits] r18779 - moonbase/trunk/python/bsddb3

Dennis Veatch stumbles at lunar-linux.org
Fri Feb 17 22:43:42 UTC 2006


Author: stumbles
Date: 2006-02-17 22:43:40 +0000 (Fri, 17 Feb 2006)
New Revision: 18779

Modified:
   moonbase/trunk/python/bsddb3/DETAILS
Log:

Added support for compiling and linking with BerkeleyDB 4.4.20.
fixes associate tests on BerkeleyDB 3.3 thru 4.1
fix problem when DBEnv deleted before Txn sf
Wrap the DBEnv.set_tx_timeout method

and that's the whole shebang.



Modified: moonbase/trunk/python/bsddb3/DETAILS
===================================================================
--- moonbase/trunk/python/bsddb3/DETAILS	2006-02-17 22:21:57 UTC (rev 18778)
+++ moonbase/trunk/python/bsddb3/DETAILS	2006-02-17 22:43:40 UTC (rev 18779)
@@ -1,11 +1,11 @@
-           MODULE=bsddb3
-         VERSION=4.3.3
+          MODULE=bsddb3
+         VERSION=4.4.2
           SOURCE=$MODULE-$VERSION.tar.gz
-   SOURCE_URL=$SFORGE_URL/pybsddb/
-   SOURCE_VFY=sha1:e8fd20c540fa3f5120627f3f3829773380521d90
+      SOURCE_URL=$SFORGE_URL/pybsddb/
+      SOURCE_VFY=sha1:e4cd5b65e209a97722bbf8d7d9cf4ea2d05cde68
         WEB_SITE=http://pybsddb.sourceforge.net
          ENTERED=20021223
-         UPDATED=20050608
+         UPDATED=20060217
            SHORT="Python wrappers for Berkeley DB"
 
 cat << EOF



More information about the Lunar-commits mailing list