summaryrefslogtreecommitdiff
path: root/databases/db5/Makefile
diff options
context:
space:
mode:
authoradam <adam@pkgsrc.org>2012-01-18 13:46:50 +0000
committeradam <adam@pkgsrc.org>2012-01-18 13:46:50 +0000
commit9abdc4ef4d986c3b1c9cca06c549bb086010bac7 (patch)
tree97cf3691e02dd99ccc12fc25ec41548056b7b464 /databases/db5/Makefile
parent32e0c06614ac0af8d506b0db9e685749cd10fadd (diff)
downloadpkgsrc-9abdc4ef4d986c3b1c9cca06c549bb086010bac7.tar.gz
Changes 5.3.15:
* Added support for verifying named in-memory dbs. * Added an integer key comparison function to improve performance through the SQL API. * Support build on the platforms where pthread_t is a struct. * Added an API call so the user can specify the size of the region in a heap db. * Improved Replication Manager's ability to recover from the (perhaps rare) phenomenon of two sites trying to connect to each other simultaneously, which used to result in loss of both connections, requiring a retry after the CONNECTION_RETRY timeout period. * Enhanced the interface for copying databases for a hot backup. Added configure support for --enable-atomicfileread. * Enhaced the log reading routine to detect that a log file is missing rather than returning that a zero length record was found. * Added pragma bdbsql_shared_resources to set or report the maximum amount of memory to be used by shared structures in the main environment region and bdbsql_lock_tablesize to set or report the number of buckets in the lock object hash table. These are advanced tuning features for applications with large number of tables or needs to reduce locking on concurrent long running transactions. * Added set_metadata_dir() and get_metadata_dir() to enable storage of persistent metadata files in a location other than the environment home directory. * Improved the error handling through the SQL API. Errors can be sent to a file with the use of the BDBSQL_ERROR_FILE pragma. * Database handles can now be configured to give exclusive access to the database. * XA transactions will now use transaction snapshots if the XA databases they operate on were configured with DB_MULTIVERSION. * Added additional stats fields into the C# API * Added pragma bdbsql_single_process to keep the Berkeley DB environment information on the heap instead of in shared memory. This option cannot be used if the database is accessed from multiple processes. * Improved the ability of DB->compact to move DB_HASH database pages to the begining of the file.
Diffstat (limited to 'databases/db5/Makefile')
-rw-r--r--databases/db5/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/databases/db5/Makefile b/databases/db5/Makefile
index 484545536da..d84b30bcfef 100644
--- a/databases/db5/Makefile
+++ b/databases/db5/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.7 2012/01/12 22:41:21 asau Exp $
+# $NetBSD: Makefile,v 1.8 2012/01/18 13:46:50 adam Exp $
#
# NOTE:
# When updating this package, a change in the minor (5.n -> 5.(n+1))
@@ -6,9 +6,8 @@
# ABI depends in buildlink3.mk and bump PKGREVISIONs for all dependencies.
# In particular, take care to include BDB_ACCEPTED=db5 packages.
-DISTNAME= db-5.2.36
+DISTNAME= db-5.3.15
PKGNAME= ${DISTNAME:S/db/db5/}
-PKGREVISION= 1
CATEGORIES= databases
MASTER_SITES= http://download.oracle.com/berkeley-db/ \
http://download-uk.oracle.com/berkeley-db/