diff options
author | adam <adam@pkgsrc.org> | 2014-10-06 14:29:45 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2014-10-06 14:29:45 +0000 |
commit | e9bbd4cdaa7c3bc1d8dfc0ab8f0e6e5637554380 (patch) | |
tree | 891e3c5fd8a30e8d490ccaa7049df5c7e71c9dce /databases/db5 | |
parent | ea1767cc8b109297927598ab1a98c2d63ae65a0b (diff) | |
download | pkgsrc-e9bbd4cdaa7c3bc1d8dfc0ab8f0e6e5637554380.tar.gz |
Changes 5.3.28:
Fixed tcl library linking for AIX 7.
Fixed a bug that could cause a trap if a lock timeout occurred while opening a database.
Fixed missing encryption support for the Android JDBC driver.
Fixed an incorrect message being displayed when the -l option was specified to the db_hotbackup utility.
Fixed a bug that DB_ENV->log_get_config did not work correctly before DB_ENV->open.
Fixed a bug that could cause a SQL build failure when FTS3 is enabled.
Fixed a bug that prevented in-memory SQL database from being created properly. They can now be created without the use of the SQLITE_OPEN_CREATE flag.
Fixed a memory leak in SQL online backup.
Added additional examples for C++
Fixed a bug that could make odbc fail to build with sqlite source code.
Fixed bugs in compaction of large keys in the upper levels of btrees.
The db utilities (db_xxxx) no longer operate on replication clients that are being automatically initialized. The DB_REP_LOCKOUT error is now returned.
Using DB_TXN_SNAPSHOT on an HA client will now result in an error.
Fixed a bug that prevented a sub-database from being created under the directory identified in DB->set_create_dir.
Fixed a race condition on a cursor when using a multi-threaded application with the SQL API.
Fixed a race condition in the failchk code when cleaning up mutexes.
Fixed a resource leak in the db->verify() function for btrees. The bug would slow down verification and possibly cause it to run out of memory.
Removed a potential hang when compacting databases with many duplicates.
Fixed a bug that caused a crash when reentering dbsql and specifying replication=on for a SQL database where replication was already enabled.
Fixed an incorrect recursive call dealing with joins.
Fix build failures in ado.net
Fixed a bug that could cause a JDBC build failure on recent versions of Visual Studio.
Correct build problems when building dbstl with gcc-4.7.3
Diffstat (limited to 'databases/db5')
-rw-r--r-- | databases/db5/Makefile | 7 | ||||
-rw-r--r-- | databases/db5/PLIST | 6 | ||||
-rw-r--r-- | databases/db5/distinfo | 8 |
3 files changed, 12 insertions, 9 deletions
diff --git a/databases/db5/Makefile b/databases/db5/Makefile index 738c35e9037..50d098620d5 100644 --- a/databases/db5/Makefile +++ b/databases/db5/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.14 2014/03/16 08:50:58 adam Exp $ +# $NetBSD: Makefile,v 1.15 2014/10/06 14:29: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.3.21 +DISTNAME= db-5.3.28 PKGNAME= ${DISTNAME:S/db/db5/} CATEGORIES= databases MASTER_SITES= http://download.oracle.com/berkeley-db/ \ @@ -15,9 +15,8 @@ MASTER_SITES= http://download.oracle.com/berkeley-db/ \ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://www.oracle.com/database/berkeley-db/db/index.html COMMENT= Berkeley DB version 5 from Oracle -LICENSE= sleepycat-public # NOTE: it is NOT a modified BSD in a common sense: -#LICENSE= +LICENSE= sleepycat-public PKG_INSTALLATION_TYPES= overwrite pkgviews diff --git a/databases/db5/PLIST b/databases/db5/PLIST index 66ce53c46db..c61583ca7a5 100644 --- a/databases/db5/PLIST +++ b/databases/db5/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.8 2014/03/16 08:50:58 adam Exp $ +@comment $NetBSD: PLIST,v 1.9 2014/10/06 14:29:45 adam Exp $ bin/db5_archive bin/db5_checkpoint bin/db5_deadlock @@ -213,6 +213,7 @@ share/doc/db5/api_reference/C/envget_cache_max.html share/doc/db5/api_reference/C/envget_cachesize.html share/doc/db5/api_reference/C/envget_create_dir.html share/doc/db5/api_reference/C/envget_data_dirs.html +share/doc/db5/api_reference/C/envget_data_len.html share/doc/db5/api_reference/C/envget_encrypt_flags.html share/doc/db5/api_reference/C/envget_errfile.html share/doc/db5/api_reference/C/envget_errpfx.html @@ -262,6 +263,7 @@ share/doc/db5/api_reference/C/envset_cache_max.html share/doc/db5/api_reference/C/envset_cachesize.html share/doc/db5/api_reference/C/envset_create_dir.html share/doc/db5/api_reference/C/envset_data_dir.html +share/doc/db5/api_reference/C/envset_data_len.html share/doc/db5/api_reference/C/envset_encrypt.html share/doc/db5/api_reference/C/envset_errcall.html share/doc/db5/api_reference/C/envset_errfile.html @@ -451,6 +453,7 @@ share/doc/db5/api_reference/C/seqstat_print.html share/doc/db5/api_reference/C/set_cache_max_parameter.html share/doc/db5/api_reference/C/set_cachesize_parameter.html share/doc/db5/api_reference/C/set_create_dir_parameter.html +share/doc/db5/api_reference/C/set_data_len_parameter.html share/doc/db5/api_reference/C/set_flags_parameter.html share/doc/db5/api_reference/C/set_intermediate_dir_mode_parameter.html share/doc/db5/api_reference/C/set_lg_bsize_parameter.html @@ -902,6 +905,7 @@ share/doc/db5/api_reference/CXX/seqstat_print.html share/doc/db5/api_reference/CXX/set_cache_max_parameter.html share/doc/db5/api_reference/CXX/set_cachesize_parameter.html share/doc/db5/api_reference/CXX/set_create_dir_parameter.html +share/doc/db5/api_reference/CXX/set_data_len_parameter.html share/doc/db5/api_reference/CXX/set_flags_parameter.html share/doc/db5/api_reference/CXX/set_intermediate_dir_mode_parameter.html share/doc/db5/api_reference/CXX/set_lg_bsize_parameter.html diff --git a/databases/db5/distinfo b/databases/db5/distinfo index 215dfb47737..7174a05615a 100644 --- a/databases/db5/distinfo +++ b/databases/db5/distinfo @@ -1,8 +1,8 @@ -$NetBSD: distinfo,v 1.9 2014/04/22 14:42:35 asau Exp $ +$NetBSD: distinfo,v 1.10 2014/10/06 14:29:45 adam Exp $ -SHA1 (db-5.3.21.tar.gz) = 32e43c4898c8996750c958a90c174bd116fcba83 -RMD160 (db-5.3.21.tar.gz) = 5768a4d835d02020165c6561cc5c406339662fa0 -Size (db-5.3.21.tar.gz) = 35062469 bytes +SHA1 (db-5.3.28.tar.gz) = fa3f8a41ad5101f43d08bc0efb6241c9b6fc1ae9 +RMD160 (db-5.3.28.tar.gz) = a4898908ef6dccb137df02e43843f7d3cfab6a3c +Size (db-5.3.28.tar.gz) = 35090431 bytes SHA1 (patch-aa) = 9450e95f46787ddc1d661beaa239ea0ff4673f20 SHA1 (patch-ab) = b09fac68d7d847c5660078de90a16f27268e9858 SHA1 (patch-ac) = 0a243583ae2b66290fb83b112c539001bf3feef2 |