Name: | libdb |
---|---|
Version: | 5.3.28 |
Release: | 39.el8 |
Architecture: | x86_64 |
Group: | System Environment/Libraries |
Size: | 1903192 |
License: | BSD and LGPLv2 and Sleepycat |
RPM: | libdb-5.3.28-39.el8.x86_64.rpm |
Source RPM: | libdb-5.3.28-39.el8.src.rpm |
Build Date: | Sat Aug 08 2020 |
Build Host: | jenkins-10-147-72-125-ebccca4b-db1a-4b34-9cd3-ab2f8309b679.appad2iad.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. |
- Rebuild for rhel 8.3.0
- Optimize trickle thread CPU usage (#1670768)
- 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)