Name: | libdb-cxx |
---|---|
Version: | 5.3.28 |
Release: | 37.el8 |
Architecture: | i686 |
Group: | System Environment/Libraries |
Size: | 2760208 |
License: | BSD and LGPLv2 and Sleepycat |
RPM: | libdb-cxx-5.3.28-37.el8.i686.rpm |
Source RPM: | libdb-5.3.28-37.el8.src.rpm |
Build Date: | Mon Nov 11 2019 |
Build Host: | jenkins-10-147-72-125-78f0649f-0d81-4ed9-8a5f-f87f52bdc01d.appad1iad.osdevelopmeniad.oraclevcn.com |
Vendor: | Oracle America |
URL: | http://www.oracle.com/database/berkeley-db/ |
Summary: | The Berkeley DB database library for C++ |
Description: | The Berkeley Database (Berkeley DB) is a programmatic toolkit that provides embedded database support for both traditional and client/server applications. The Berkeley DB includes B+tree, Extended Linear Hashing, Fixed and Variable-length record access methods, transactions, locking, logging, shared memory caching, and database recovery. The Berkeley DB supports C, C++, Java, and Perl APIs. It is used by many applications, including Python and Perl, so this should be installed on all systems. |
- Fixed flaws found by coverity - Resolves: #1606978
- Add patch to workaround issues on large systems (>1024 CPU) Resolves: #1664031
- Use AES from OpenSSL for encryption - Resolves: #1618640
- Link db_dump185 with RPM_LD_FLAGS (#1624127)
- Add patch for CDB race issue (#1616259)
- Rename __atomic_compare_exchange to not clash with gcc built-in (#1580756)
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
- Fix deadlocks when reading/writing off-page duplicate tree (#1349779)
- Run a number of quick subsystem checks on build
- Fail properly when encountering removed or 0-byte regions (#1471011)