From 1373ce970f06cb4d0b2880eb5b0d507d14019793 Mon Sep 17 00:00:00 2001 From: adam Date: Wed, 14 Jul 2010 18:50:14 +0000 Subject: Changes 5.0.26: * Replication Manager sites can specify one or more possible client-to-client peers. * Added resource management feature in all Berkeley DB APIs to automatically manage cursor and database handles by closing them when they are not required, if they are not yet closed. * Added a SQL interface to the Berkeley DB library. * Added hash databases support to the DB->compact interface. * Renamed the "db_sql" utility to "db_sql_codegen". * Added transactional support in db_sql_codegen utility. * Added the feature read-your-writes consistency that allows client application to check, or wait for a specific transaction to be replicated from the master before reading database. * Added DB log verification feature, accessible via the API and a new utility. * Added support for applications to assign master/client role explicitly at any time. Replication Manager can now be configured not to initiate elections. * Enhanced the DB->compact method so that it can reassign metadata and root pages from subdatabases to lower numbered pages while compacting a database file that contains multiple databases. * Added system diagnostic messages that are ON by default. * Added the feature to assign a priority level to transactions. * Added a feature by which the Replication Manager application clients now automatically request any missing information, even when there is no master transaction activity. * Added support for sharing logs across mixed-endian systems. * Added an option to specify the first and last pages to the db_dump utility. You can do this by providing -F and -L flags to the db_dump -d option. * Added Intel Performance Primitive (IPP) AES encryption support. --- databases/db5/Makefile | 4 ++-- databases/db5/distinfo | 8 ++++---- 2 files changed, 6 insertions(+), 6 deletions(-) (limited to 'databases/db5') diff --git a/databases/db5/Makefile b/databases/db5/Makefile index 578c8786321..d81b9bd50ba 100644 --- a/databases/db5/Makefile +++ b/databases/db5/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2010/06/02 12:08:49 adam Exp $ +# $NetBSD: Makefile,v 1.2 2010/07/14 18:50:14 adam Exp $ # # NOTE: # When updating this package, a change in the minor (5.n -> 5.(n+1)) @@ -6,7 +6,7 @@ # ABI depends in buildlink3.mk and bump PKGREVISIONs for all dependencies. # In particular, take care to include BDB_ACCEPTED=db5 packages. -DISTNAME= db-5.0.21 +DISTNAME= db-5.0.26 PKGNAME= ${DISTNAME:S/db/db5/} CATEGORIES= databases MASTER_SITES= http://download.oracle.com/berkeley-db/ \ diff --git a/databases/db5/distinfo b/databases/db5/distinfo index 702d0becbcf..186128e8586 100644 --- a/databases/db5/distinfo +++ b/databases/db5/distinfo @@ -1,8 +1,8 @@ -$NetBSD: distinfo,v 1.1.1.1 2010/06/02 12:08:49 adam Exp $ +$NetBSD: distinfo,v 1.2 2010/07/14 18:50:14 adam Exp $ -SHA1 (db-5.0.21.tar.gz) = f852184fdd7d4a0b14e31ec835fd796981f35976 -RMD160 (db-5.0.21.tar.gz) = 957310c66f7be35d07a96a42dce661bea8f97976 -Size (db-5.0.21.tar.gz) = 29300812 bytes +SHA1 (db-5.0.26.tar.gz) = ab945a9ec9d2e2c6406d583de2554976cfaf3be6 +RMD160 (db-5.0.26.tar.gz) = 7b85b1bfbf52c4382270bb21ace4a605842cf3df +Size (db-5.0.26.tar.gz) = 29319373 bytes SHA1 (patch-aa) = 76f3aee77d1b43435a72509bf845db63f8e74766 SHA1 (patch-ab) = cacc74cd5e25b0ae29a3b14f95e5e94fc264c35f SHA1 (patch-ac) = 045a3b83b9c6c164382ec546b06ae248620552cf -- cgit v1.2.3