summaryrefslogtreecommitdiff
path: root/databases/db5/Makefile
diff options
context:
space:
mode:
authoradam <adam@pkgsrc.org>2011-10-03 10:54:45 +0000
committeradam <adam@pkgsrc.org>2011-10-03 10:54:45 +0000
commit7fe51aa0443496f14d60168878f83cf71fb84bf9 (patch)
tree88ebffdafa739f58fdf722375a52b8aafba7db8d /databases/db5/Makefile
parent9f99dc5a13a50a298ce029f7a53ceb89c7d80097 (diff)
downloadpkgsrc-7fe51aa0443496f14d60168878f83cf71fb84bf9.tar.gz
Changes 5.2.36:
* Updated the JDBC version shipped with Berkeley DB to support Oracle Java Embedded Client. * Fixed several memory leaks in the Online Backup API. * Fix a bug in the SQL API when using a blob field with a lot of content and multiple concurrent connections to the database. * Update EID_MASTER to be public static final so that it will be exposed in Java docs. * Fixed a bug where BFile module crashes when using BFile handle for SQL expressions interface on 64 bit platforms. * Fixed a bug where, on systems without FTRUNCATE, db_verify will return an error for truncated heap databases. * Let ADO.NET solution building skip SQLite Designer and Linq by default. * Fixed a bug that could cause BDB to run out of avaliable mutexes when renaming many databases. * Fixed a bug where the metadata page in hash databases would not be flushed to disk. * Fixed a bug where printlog would fail on in-memory heap databases. * Fixed a bug that would cause verify to call the wrong compare function if there are user defined compare functions used and the database has multilevel off page sorted duplicate trees. * Fixed a bug where two processes accessing the same table and one of those drops the table and recreates, the second process can crash. * Fixed a bug where it was possible to panic a heap database without an error message being printed. * Fixed a bug where it would fail to put records with overflow keys into hash duplicate database. * Fixed a bug where multiple Replication Manager processes would sometimes not all conform to replication-group-aware log archiving. * more...
Diffstat (limited to 'databases/db5/Makefile')
-rw-r--r--databases/db5/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/databases/db5/Makefile b/databases/db5/Makefile
index 0edaab3561e..57e1b3b7933 100644
--- a/databases/db5/Makefile
+++ b/databases/db5/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.5 2011/06/15 20:56:04 adam Exp $
+# $NetBSD: Makefile,v 1.6 2011/10/03 10:54:45 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.2.28
+DISTNAME= db-5.2.36
PKGNAME= ${DISTNAME:S/db/db5/}
CATEGORIES= databases
MASTER_SITES= http://download.oracle.com/berkeley-db/ \