Opened 3 years ago
Closed 3 years ago
#4943 closed enhancement (fixed)
gdbm-1.22
Reported by: | Bruce Dubbs | Owned by: | lfs-book |
---|---|---|---|
Priority: | normal | Milestone: | 11.1 |
Component: | Book | Version: | git |
Severity: | normal | Keywords: | |
Cc: |
Description
New minor version.
Change History (3)
comment:1 by , 3 years ago
comment:2 by , 3 years ago
Version 1.22
- Fix file header validation
- Fix key verification in sequential access
- Fix testing with DejaGNU 1.6.3
- Fix stack overflow in print_usage
- Fix a leak of avail entry on pushing a new avail block The leak would occur if the original avail table had odd number of entries.
- New gdbmtool variables:
errorexit, errormask, trace, timing
- "Errorexit" and "errormask" control which GDBM errors would cause the program termination and emitting a diagnostic message, correspondingly. Both variables are comma-delimited lists of error codes.
- The "trace" variable enables tracing of the gdbmtool commands.
- The "timing" variable, when set, instructs gdbmtool to print time spent in each command it runs.
- New gdbmtool options: -t (--trace), and -T (--timing)
comment:3 by , 3 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Fixed at commit 1f201845a30b83f242a5f8ed35a80db17522752b
Package updates Update to gawk-5.1.1. Update to meson-0.60.0. Update to libcap-2.60. Update to gdbm-1.22. Update to file-5.41. Update to linux-5.14.15. Update to iana-etc-20211025. Update to tzdata-2021e. Change /bin to /usr/bin in passwd, and revisedchroot. Fix systemd for new meson.
Note:
See TracTickets
for help on using tickets.
All tests pass now!