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 | 3df95073906e6ac7fdb326a0aaa7d05a0e930535 (patch) | |
tree | 3c7abe1da1dbdca17df09a0345f8c0c684f90b03 /databases/db4/Makefile | |
parent | 95dcf543c739eaed70f8e88d2cdb835ba7d36b21 (diff) | |
download | pkgsrc-3df95073906e6ac7fdb326a0aaa7d05a0e930535.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/Makefile')
-rw-r--r-- | databases/db4/Makefile | 22 |
1 files changed, 9 insertions, 13 deletions
diff --git a/databases/db4/Makefile b/databases/db4/Makefile index 280698ed686..4fa0e704f6b 100644 --- a/databases/db4/Makefile +++ b/databases/db4/Makefile @@ -1,22 +1,18 @@ -# $NetBSD: Makefile,v 1.52 2007/06/08 12:23:50 wiz Exp $ +# $NetBSD: Makefile,v 1.53 2008/01/10 21:55:51 adam Exp $ -DISTNAME= db-4.5.20 -PKGNAME= ${DISTNAME:S/db/db4/}.2 -CATEGORIES= databases -MASTER_SITES= http://download.oracle.com/berkeley-db/ \ - http://download-uk.oracle.com/berkeley-db/ +DISTNAME= db-4.6.21 +PKGNAME= ${DISTNAME:S/db/db4/} +CATEGORIES= databases +MASTER_SITES= http://download.oracle.com/berkeley-db/ \ + http://download-uk.oracle.com/berkeley-db/ -PATCHFILES= patch.4.5.20.1 patch.4.5.20.2 -PATCH_SITES= http://www.oracle.com/technology/products/berkeley-db/db/update/4.5.20/ - -MAINTAINER= pkgsrc-users@NetBSD.org -HOMEPAGE= http://www.oracle.com/database/berkeley-db/db/index.html -COMMENT= Berkeley DB version 4 from Oracle +MAINTAINER= pkgsrc-users@NetBSD.org +HOMEPAGE= http://www.oracle.com/database/berkeley-db/db/index.html +COMMENT= Berkeley DB version 4 from Oracle PKG_INSTALLATION_TYPES= overwrite pkgviews PKG_DESTDIR_SUPPORT= user-destdir -DIST_SUBDIR= db4-4.5.20 USE_LANGUAGES= c c++ USE_LIBTOOL= yes GNU_CONFIGURE= yes |