diff options
author | adam <adam@pkgsrc.org> | 2008-01-10 21:55:51 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2008-01-10 21:55:51 +0000 |
commit | 4901698707ffb049798794d0cf8db3d1e579aca5 (patch) | |
tree | 3c7abe1da1dbdca17df09a0345f8c0c684f90b03 /databases/db4/buildlink3.mk | |
parent | e798898d3c26c69eda85d4e83f9c3fcf36842dcb (diff) | |
download | pkgsrc-4901698707ffb049798794d0cf8db3d1e579aca5.tar.gz |
Changes 4.6.21:
* Fix a bug where mutex contention in database environments configured for
hybrid mutex support could result in performance degradation.
* Fix a bug where closing a database handle after aborting a transaction
which included a failed open of that database handle could result in
application failure.
* Fix multiple MVCC bugs including a race which could result in incorrect
data being returned to the application.
* Fix a bug where a database store into a Hash database could self-deadlock
in a database environment configured for the Berkeley DB Concurrent Data
Store product and with a free-threaded DB_ENV or DB handle.
* Fix an installation bug where Berkeley DB's PHP header file was not installed
in the correct place.
Diffstat (limited to 'databases/db4/buildlink3.mk')
-rw-r--r-- | databases/db4/buildlink3.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/databases/db4/buildlink3.mk b/databases/db4/buildlink3.mk index d2bb54d13ef..1e6fe5e5d04 100644 --- a/databases/db4/buildlink3.mk +++ b/databases/db4/buildlink3.mk @@ -1,4 +1,4 @@ -# $NetBSD: buildlink3.mk,v 1.31 2007/06/08 12:23:51 wiz Exp $ +# $NetBSD: buildlink3.mk,v 1.32 2008/01/10 21:55:52 adam Exp $ BUILDLINK_DEPTH:= ${BUILDLINK_DEPTH}+ DB4_BUILDLINK3_MK:= ${DB4_BUILDLINK3_MK}+ @@ -12,7 +12,7 @@ BUILDLINK_PACKAGES+= db4 BUILDLINK_ORDER:= ${BUILDLINK_ORDER} ${BUILDLINK_DEPTH}db4 .if !empty(DB4_BUILDLINK3_MK:M+) -BUILDLINK_API_DEPENDS.db4+= db4>=4.5.20 +BUILDLINK_API_DEPENDS.db4+= db4>=4.6.21 BUILDLINK_PKGSRCDIR.db4?= ../../databases/db4 BUILDLINK_INCDIRS.db4?= include/db4 BUILDLINK_LDADD.db4= -ldb4 |