Name: | libdb-utils |
---|---|
Version: | 5.3.28 |
Release: | 57.0.1.el9_6 |
Architecture: | aarch64 |
Group: | Unspecified |
Size: | 1128365 |
License: | BSD and LGPLv2 and Sleepycat and MIT |
RPM: | libdb-utils-5.3.28-57.0.1.el9_6.aarch64.rpm |
Source RPM: | libdb-5.3.28-57.0.1.el9_6.src.rpm |
Build Date: | Tue Jun 24 2025 |
Build Host: | build-ol9-aarch64.oracle.com |
Vendor: | Oracle America |
URL: | http://www.oracle.com/database/berkeley-db/ |
Summary: | Command line tools for managing Berkeley DB databases |
Description: | The Berkeley Database (Berkeley DB) is a programmatic toolkit that provides embedded database support for both traditional and client/server applications. Berkeley DB includes B+tree, Extended Linear Hashing, Fixed and Variable-length record access methods, transactions, locking, logging, shared memory caching, and database recovery. DB supports C, C++ and Perl APIs. |
- Update URL in rpm description [Orabug: 35987054] - Change http links in spec to https
- Adress rpminspect issue - missing debuginfo for db_converter
- Use a fixed path, /usr/lib64/libc.so.6 for 64-bit targets
- Rebase db_converter tool to the latest version
- Add db_converter into -utils subpackage - It allowes to convert BerkeleyDB database format to GDBM/LMDB format - Resolves: RHEL-35607